|
Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions 11g Release 1 (11.1.1) E17787-02 |
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
Platform support for prediction models.
See:
Description
| Interface Summary | |
|---|---|
| InputCollector | This interface is implemented by the Prediction Engine to receive attribute values from an application. |
| InputProvider | Interface for providing input data for predictions and learning. |
| PredictorInterface | Used by ILS code to query Prediction Models. |
| Class Summary | |
|---|---|
| DiscreteValueFilter | Used in querying Prediction Models for filtering discrete attributes. |
| NumericValueFilter | Filter for numeric values. |
| ValueFilter | |
| Enum Summary | |
|---|---|
| ModelCount | |
| ModelError | |
| ModelLift | Enumeration of the types of lift queries that may be submitted to prediction models at runtime |
Platform support for prediction models.
Here is an example of getting a Prediction Explanation:
DiscreteValueFilter f = new DiscreteValueFilter(MyModel.getTargetAttributeId(), "value1"); PredictionContribution[][] c = Application.getPredictor().getWhy(MyModel.getInstance(), Application.session(), new ValueFilter[]{f}, 10);
|
Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions 11g Release 1 (11.1.1) E17787-02 |
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||