public interface IExperiment<T>
Jan 30, 2009
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
double |
run(List<T> trainingSet,
List<T> testSet)
Returns the accuracy/precision/recall or some other real valued evaluation of the test set
after training on the training set.
|
void |
setParameters(List<Double> params) |
Copyright © 2017. All rights reserved.