See: Description
| Interface | Description |
|---|---|
| IBatchLearner<TARGET> |
The
IBatchLearner models a learning algorithm which works in a batch fashion, i.e. takes a whole IDataset as training input. |
| IOnlineLearner<TARGET> |
The
IOnlineLearner models a learning algorithm which works in an online fashion, i.e. takes either a single IInstance or a Set thereof as training input. |
| IPredictiveModel<TARGET> |
The
IPredictiveModel corresponds to a model which can be used to make predictions based on given IInstancees. |
| IPredictiveModelConfiguration |
The
IPredictiveModelConfiguration models a configuration of an IPredictiveModel. |