|
Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions 11g Release 1 (11.1.1) E17787-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InputProvider
Interface for providing input data for predictions and learning.
| Method Summary | |
|---|---|
void |
provideInput(InputCollector inputCollector, boolean[] inputFilter)Implementations of this method have to iterate through all attributes and call inputCollector.put method for each attribute that has corresponding element of inputFilter array set to true. |
| Method Detail |
|---|
void provideInput(InputCollector inputCollector,
boolean[] inputFilter)
inputCollector - an object that collects attributes values and passes them on to a prediction model to be used for prediction or for learning.inputFilter - an array of booleans. Each element of this array indicates whether the corresponding attribute is requested or not.InputCollector
|
Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions 11g Release 1 (11.1.1) E17787-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||