Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions
11g Release 1 (11.1.1)

E17787-02


Uses of Class
com.sigmadynamics.server.rtis.PredictionEngine.ModelError

Packages that use ModelError
com.sigmadynamics.sdo.interfaces Interfaces implemented by generated ILS code. 
com.sigmadynamics.sdo.support Base classes for generated ILS classes. 
com.sigmadynamics.server.rtis.PredictionEngine Platform support for prediction models. 

 

Uses of ModelError in com.sigmadynamics.sdo.interfaces

 

Methods in com.sigmadynamics.sdo.interfaces with parameters of type ModelError
 float ChoiceEventModelInterface.getChoiceEventModelError(ModelError modelError, java.lang.String choiceId, java.lang.String eventName)
           
 float ChoiceModelInterface.getChoiceModelError(ModelError modelError, java.lang.String choiceId)
           

 

Uses of ModelError in com.sigmadynamics.sdo.support

 

Methods in com.sigmadynamics.sdo.support with parameters of type ModelError
abstract  float SDChoiceEventModel.getChoiceEventModelError(ModelError modelError, java.lang.String choiceId, java.lang.String eventName)
           
abstract  float SDChoiceModel.getChoiceModelError(ModelError modelError, java.lang.String choiceId)
           

 

Uses of ModelError in com.sigmadynamics.server.rtis.PredictionEngine

 

Methods in com.sigmadynamics.server.rtis.PredictionEngine that return ModelError
static ModelError ModelError.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ModelError[] ModelError.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in com.sigmadynamics.server.rtis.PredictionEngine with parameters of type ModelError
 float PredictorInterface.getModelError(ModelInterface model, ValueFilter[] outputFilter, ModelError modelError)
           

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions
11g Release 1 (11.1.1)

E17787-02


Copyright © 2010, 2011, Oracle. All rights reserved.