public class PreviewCollectionLearningCurveWrapper extends Preview
Constructor and Description |
---|
PreviewCollectionLearningCurveWrapper(LearningCurve learningCurveToBeWrapped,
Class<?> taskClass) |
Modifier and Type | Method and Description |
---|---|
String |
entryToString(int entryIndex) |
void |
getDescription(StringBuilder sb,
int indent)
Returns a string representation of this object.
|
double[] |
getEntryData(int entryIndex) |
LearningCurve |
getLearningCurve() |
String |
getMeasurementName(int measurementIndex) |
int |
getMeasurementNameCount() |
Class<?> |
getTaskClass() |
int |
numEntries() |
getData, getMeasurementNames
copy, copy, measureByteSize, measureByteSize, toString
public PreviewCollectionLearningCurveWrapper(LearningCurve learningCurveToBeWrapped, Class<?> taskClass)
public void getDescription(StringBuilder sb, int indent)
MOAObject
AbstractMOAObject.toString
to give a string representation of the object.sb
- the stringbuilder to add the descriptionindent
- the number of characters to indentpublic int getMeasurementNameCount()
getMeasurementNameCount
in class Preview
public String getMeasurementName(int measurementIndex)
getMeasurementName
in class Preview
public int numEntries()
numEntries
in class Preview
public String entryToString(int entryIndex)
entryToString
in class Preview
public LearningCurve getLearningCurve()
public Class<?> getTaskClass()
getTaskClass
in class Preview
public double[] getEntryData(int entryIndex)
getEntryData
in class Preview
Copyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.