public static class CrossValidation.CVData extends Object
Constructor and Description |
---|
CVData() |
Modifier and Type | Method and Description |
---|---|
void |
addClass(String type,
ArrayList examples)
Add examples of the specified type.
|
void |
addExample(String type,
FeatureSet example)
Add an example of the specified type
|
FeatureSet[] |
getExamples(String type) |
int |
getTypeCount() |
String |
toString() |
Iterator |
types() |
public void addClass(String type, ArrayList examples)
public void addExample(String type, FeatureSet example)
public int getTypeCount()
public Iterator types()
public FeatureSet[] getExamples(String type)
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.