Skip navigation links

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

E17787-02


com.sigmadynamics.sdo.interfaces
Interface ChoiceEventModelInterface

All Known Implementing Classes:
ChoiceEventModel, SDChoiceEventModel

public interface ChoiceEventModelInterface

Implemented by Choice Event Model classes.

Since:
3.0
See Also:
ModelInterface

Method Summary
 double getChoiceEventLikelihood(java.lang.String choiceId, java.lang.String eventName)
           
 int getChoiceEventModelCount(ModelCount modelCount, java.lang.String choiceId, java.lang.String eventName)
           
 float getChoiceEventModelError(ModelError modelError, java.lang.String choiceId, java.lang.String eventName)
           
 float getChoiceEventModelLift(ModelLift modelLift, java.lang.String choiceId, java.lang.String eventName)
           
 float getChoiceEventModelQuality(java.lang.String choiceId, java.lang.String eventName)
           
 void recordEvent(java.lang.String choiceId, java.lang.String eventName)
           

 

Method Detail

recordEvent

void recordEvent(java.lang.String choiceId,
                 java.lang.String eventName)
Parameters:
choiceId - sdo id of choice
eventName - event name

getChoiceEventLikelihood

double getChoiceEventLikelihood(java.lang.String choiceId,
                                java.lang.String eventName)
Parameters:
choiceId - sdo id of choice
eventName - event name
Returns:
likelihood of a choice event, a real number between 0 and 1 inclusive

getChoiceEventModelQuality

float getChoiceEventModelQuality(java.lang.String choiceId,
                                 java.lang.String eventName)
Parameters:
choiceId - sdo id of choice
eventName - event name
Returns:
quality of a choice event model, a real number between 0 and 1 inclusive

getChoiceEventModelLift

float getChoiceEventModelLift(ModelLift modelLift,
                              java.lang.String choiceId,
                              java.lang.String eventName)
Parameters:
modelLift - a value of enum type ModelLift, specifying the lift type
choiceId - sdo id of choice
eventName - event name
Returns:
lift of a choice event model, a real number of type float
See Also:
ModelLift

getChoiceEventModelCount

int getChoiceEventModelCount(ModelCount modelCount,
                             java.lang.String choiceId,
                             java.lang.String eventName)
Parameters:
modelCount - a value of enum type ModelCount, specifying the count type
choiceId - sdo id of choice
eventName - event name
Returns:
counts in a choice event model, a non-negative integer
See Also:
ModelCount

getChoiceEventModelError

float getChoiceEventModelError(ModelError modelError,
                               java.lang.String choiceId,
                               java.lang.String eventName)
Parameters:
modelError - a value of enum type ModelError, specifying the error type
choiceId - sdo id of choice
eventName - event name
Returns:
error of a choice event model, a real number of type float
See Also:
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.