Skip navigation links

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

E17787-02


com.sigmadynamics.server.rtis.PredictionEngine
Interface InputProvider

All Known Subinterfaces:
ModelInterface
All Known Implementing Classes:
ChoiceEventModel, ChoiceModel, Model, SDChoiceEventModel, SDChoiceModel, SDModel

public interface InputProvider

Interface for providing input data for predictions and learning.

Since:
1.0

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

provideInput

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.
Parameters:
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.
See Also:
InputCollector

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.