public abstract class AbstractCrossValidation extends java.lang.Object implements CrossValidationInterface
Modifier and Type | Field and Description |
---|---|
protected MatrixColumnPart<MatrixElement>[] |
columnsByFold |
protected int |
numFolds |
Constructor and Description |
---|
AbstractCrossValidation() |
Modifier and Type | Method and Description |
---|---|
int |
getFoldsSize(int j) |
protected void |
init(int numFolds) |
CrossValidationResult |
validate(ClassificationWorkflow workflow,
java.util.HashMap<java.lang.String,java.lang.Object> parameters) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
validate
protected MatrixColumnPart<MatrixElement>[] columnsByFold
protected int numFolds
protected void init(int numFolds)
public int getFoldsSize(int j)
public CrossValidationResult validate(ClassificationWorkflow workflow, java.util.HashMap<java.lang.String,java.lang.Object> parameters)
validate
in interface CrossValidationInterface