Uses of Class
org.encog.app.analyst.csv.basic.BasicFile

Packages that use BasicFile
org.encog.app.analyst.csv This package contains all of the classes for directly working with CSV files, used by the analyst. 
org.encog.app.analyst.csv.balance This package contains the classes used to balance CSV files. 
org.encog.app.analyst.csv.basic This package contains the basic subclasses for all of the CSV handling done by the Encog analyst. 
org.encog.app.analyst.csv.filter This package contains all of the classes used by the analyst to filter. 
org.encog.app.analyst.csv.normalize This package contains all of the classes used by the analyst to normalize. 
org.encog.app.analyst.csv.segregate This package contains all of the classes used to segregate, by the analyst. 
org.encog.app.analyst.csv.shuffle This package contains all of the classes used by the analyst to shuffle. 
org.encog.app.analyst.csv.sort This package contains all of the classes used by the analyst to sort. 
org.encog.app.quant.indicators This package contains indicators used by Encog. 
org.encog.app.quant.ninja This package contains the Ninjatrader package. 
 

Uses of BasicFile in org.encog.app.analyst.csv
 

Subclasses of BasicFile in org.encog.app.analyst.csv
 class AnalystClusterCSV
          Used by the analyst to cluster a CSV file.
 class AnalystEvaluateCSV
          Used by the analyst to evaluate a CSV file.
 class AnalystEvaluateRawCSV
          Used by the analyst to evaluate a CSV file.
 

Uses of BasicFile in org.encog.app.analyst.csv.balance
 

Subclasses of BasicFile in org.encog.app.analyst.csv.balance
 class BalanceCSV
          Balance a CSV file.
 

Uses of BasicFile in org.encog.app.analyst.csv.basic
 

Subclasses of BasicFile in org.encog.app.analyst.csv.basic
 class BasicCachedFile
          Forms the foundation of all of the cached files in Encog Quant.
 

Uses of BasicFile in org.encog.app.analyst.csv.filter
 

Subclasses of BasicFile in org.encog.app.analyst.csv.filter
 class FilterCSV
          This class can be used to remove certain rows from a CSV.
 

Uses of BasicFile in org.encog.app.analyst.csv.normalize
 

Subclasses of BasicFile in org.encog.app.analyst.csv.normalize
 class AnalystNormalizeCSV
          Normalize, or denormalize, a CSV file.
 

Uses of BasicFile in org.encog.app.analyst.csv.segregate
 

Subclasses of BasicFile in org.encog.app.analyst.csv.segregate
 class SegregateCSV
          This class is used to segregate a CSV file into several sub-files.
 

Uses of BasicFile in org.encog.app.analyst.csv.shuffle
 

Subclasses of BasicFile in org.encog.app.analyst.csv.shuffle
 class ShuffleCSV
          Randomly shuffle the lines of a CSV file.
 

Uses of BasicFile in org.encog.app.analyst.csv.sort
 

Subclasses of BasicFile in org.encog.app.analyst.csv.sort
 class SortCSV
          Used to sort a CSV file by one, or more, fields.
 

Uses of BasicFile in org.encog.app.quant.indicators
 

Subclasses of BasicFile in org.encog.app.quant.indicators
 class ProcessIndicators
          Process indicators and generate output.
 

Uses of BasicFile in org.encog.app.quant.ninja
 

Subclasses of BasicFile in org.encog.app.quant.ninja
 class NinjaFileConvert
          A simple class to convert financial data files into the format used by NinjaTrader for input.
 



Copyright © 2011. All Rights Reserved.