Documentation of 'org.encog.util.normalize.target.NormalizationStorageCSV' Java class
NormalizationStorageCSV
org.encog.util.normalize.target

Class NormalizationStorageCSV

    • Constructor Detail

      • NormalizationStorageCSV

        public NormalizationStorageCSV(CSVFormat format,
                                       java.io.File file)
        Construct a CSV storage object from the specified file.
        Parameters:
        format - The format to use.
        file - The file to write the CSV to.
      • NormalizationStorageCSV

        public NormalizationStorageCSV()
      • NormalizationStorageCSV

        public NormalizationStorageCSV(java.io.File file)
        Construct a CSV storage object from the specified file.
        Parameters:
        file - The file to write the CSV to.
    • Method Detail

      • write

        public void write(double[] data,
                          int inputCount)
        Write an array.
        Specified by:
        write in interface NormalizationStorage
        Parameters:
        data - The data to write.
        inputCount - How much of the data is input.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.