Documentation of 'org.encog.ml.data.versatile.sources.VersatileDataSource' Java class
VersatileDataSource
org.encog.ml.data.versatile.sources

Interface VersatileDataSource

  • All Known Implementing Classes:
    CSVDataSource


    public interface VersatileDataSource
    Defines a data source for the versatile data set.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      int columnIndex(java.lang.String name)
      Obtain the column index for the specified name.
      java.lang.String[] readLine()
      Read a line from the source.
      void rewind()
      Rewind the source back to the beginning.
    • Method Detail

      • readLine

        java.lang.String[] readLine()
        Read a line from the source.
        Returns:
        The values read.
      • rewind

        void rewind()
        Rewind the source back to the beginning.
      • columnIndex

        int columnIndex(java.lang.String name)
        Obtain the column index for the specified name.
        Parameters:
        name - The column name.
        Returns:
        The column index, or -1 if not found.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.