I
- type of independent dataD
- type of dependent dataM
- concrete type of model learnedpublic interface ModelFitting<I,D,M extends Model<I,D>>
Modifier and Type | Method and Description |
---|---|
boolean |
fitData(List<? extends IndependentPair<I,D>> data)
Attempt to fit the given data to the model.
|
M |
getModel() |
int |
numItemsToEstimate() |
boolean fitData(List<? extends IndependentPair<I,D>> data)
data
- Data to be fittedint numItemsToEstimate()