Documentation of 'org.encog.util.normalize.input.InputFieldCSV' Java class
InputFieldCSV
org.encog.util.normalize.input

Class InputFieldCSV

    • Constructor Detail

      • InputFieldCSV

        public InputFieldCSV()
        Construct an InputFieldCSV with the default constructor. This is mainly used for reflection.
      • InputFieldCSV

        public InputFieldCSV(boolean usedForNetworkInput,
                             java.io.File file,
                             int offset)
        Construct a input field for a CSV file.
        Parameters:
        usedForNetworkInput - True if this field is used for actual input to the neural network, as opposed to segregation only.
        file - The tile to read.
        offset - The CSV file column to read.
    • Method Detail

      • getFile

        public java.io.File getFile()
        Returns:
        The file being read.
      • getOffset

        public int getOffset()
        Returns:
        The column in this CSV file to read.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.