Class TransformCSV

  • All Implemented Interfaces:
    java.io.Serializable

    public class TransformCSV
    extends Transform<double[],​java.lang.String>
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double[] transform​(java.lang.String input)
      Parses and transforms an input data unit
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TransformCSV

        public TransformCSV()
      • TransformCSV

        public TransformCSV​(char separator)
    • Method Detail

      • transform

        public double[] transform​(java.lang.String input)
        Description copied from class: Transform
        Parses and transforms an input data unit
        Specified by:
        transform in class Transform<double[],​java.lang.String>
        Parameters:
        input - usually a line of a file
        Returns:
        the transformed data point