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.ModelLift

Packages that use ModelLift
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 ModelLift in com.sigmadynamics.sdo.interfaces

 

Methods in com.sigmadynamics.sdo.interfaces with parameters of type ModelLift
 float ChoiceEventModelInterface.getChoiceEventModelLift(ModelLift modelLift, java.lang.String choiceId, java.lang.String eventName)
           
 float ChoiceModelInterface.getChoiceModelLift(ModelLift modelLift, java.lang.String choiceId)
           

 

Uses of ModelLift in com.sigmadynamics.sdo.support

 

Methods in com.sigmadynamics.sdo.support with parameters of type ModelLift
abstract  float SDChoiceEventModel.getChoiceEventModelLift(ModelLift modelLift, java.lang.String choiceId, java.lang.String eventName)
           
abstract  float SDChoiceModel.getChoiceModelLift(ModelLift modelLift, java.lang.String choiceId)
           

 

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

 

Methods in com.sigmadynamics.server.rtis.PredictionEngine that return ModelLift
static ModelLift ModelLift.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ModelLift[] ModelLift.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 ModelLift
 float PredictorInterface.getModelLift(ModelInterface model, ValueFilter[] outputFilter, ModelLift modelLift)
           

 


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.