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

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

 

Methods in com.sigmadynamics.sdo.interfaces with parameters of type ModelCount
 int ChoiceEventModelInterface.getChoiceEventModelCount(ModelCount modelCount, java.lang.String choiceId, java.lang.String eventName)
           
 int ChoiceModelInterface.getChoiceModelCount(ModelCount modelCount, java.lang.String choiceId)
           

 

Uses of ModelCount in com.sigmadynamics.sdo.support

 

Methods in com.sigmadynamics.sdo.support with parameters of type ModelCount
abstract  int SDChoiceEventModel.getChoiceEventModelCount(ModelCount modelCount, java.lang.String choiceId, java.lang.String eventName)
           
abstract  int SDChoiceModel.getChoiceModelCount(ModelCount modelCount, java.lang.String choiceId)
           

 

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

 

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

 


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.