Documentation of 'org.encog.app.analyst.csv.basic.BasicCachedFile' Java class
BasicCachedFile
org.encog.app.analyst.csv.basic

Class BasicCachedFile

    • Constructor Detail

      • BasicCachedFile

        public BasicCachedFile()
    • Method Detail

      • addColumn

        public void addColumn(BaseCachedColumn column)
        Add a new column.
        Parameters:
        column - The column to add.
      • analyze

        public void analyze(java.io.File input,
                            boolean headers,
                            CSVFormat format)
        Analyze the input file.
        Parameters:
        input - The input file.
        headers - True, if there are headers.
        format - The format of the CSV data.
      • getColumnData

        public java.lang.String getColumnData(java.lang.String name,
                                              ReadCSV csv)
        Get the data for a specific column.
        Parameters:
        name - The column to read.
        csv - The CSV file to read from.
        Returns:
        The column data.
      • getColumnMapping

        public java.util.Map<java.lang.String,BaseCachedColumn> getColumnMapping()
        Returns:
        The column mappings.
      • getColumns

        public java.util.List<BaseCachedColumn> getColumns()
        Returns:
        The columns.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.