Class PreviewCollectionLearningCurveWrapper

  • All Implemented Interfaces:
    Serializable, MOAObject

    public class PreviewCollectionLearningCurveWrapper
    extends Preview
    Class used to wrap LearningCurve so that it can be used in conjunction with a PreviewCollection
    Version:
    $Revision: 1 $
    Author:
    Tuan Pham Minh (tuan.pham@ovgu.de)
    See Also:
    Serialized Form
    • Constructor Detail

      • PreviewCollectionLearningCurveWrapper

        public PreviewCollectionLearningCurveWrapper​(LearningCurve learningCurveToBeWrapped,
                                                     Class<?> taskClass)
    • Method Detail

      • getDescription

        public void getDescription​(StringBuilder sb,
                                   int indent)
        Description copied from interface: MOAObject
        Returns a string representation of this object. Used in AbstractMOAObject.toString to give a string representation of the object.
        Parameters:
        sb - the stringbuilder to add the description
        indent - the number of characters to indent
      • getEntryData

        public double[] getEntryData​(int entryIndex)
        Specified by:
        getEntryData in class Preview