Uses of Interface
org.encog.app.quant.QuantTask

Packages that use QuantTask
org.encog.app.analyst This package contains the Encog Analyst. 
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.loader This package contains the loader, used to load financial data. 
org.encog.app.quant.loader.yahoo This package contains the Yahoo Finance loader. 
org.encog.app.quant.ninja This package contains the Ninjatrader package. 
 

Uses of QuantTask in org.encog.app.analyst
 

Methods in org.encog.app.analyst with parameters of type QuantTask
 void EncogAnalyst.setCurrentQuantTask(QuantTask task)
          Set the current task.
 

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

Classes in org.encog.app.analyst.csv that implement QuantTask
 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 QuantTask in org.encog.app.analyst.csv.balance
 

Classes in org.encog.app.analyst.csv.balance that implement QuantTask
 class BalanceCSV
          Balance a CSV file.
 

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

Classes in org.encog.app.analyst.csv.basic that implement QuantTask
 class BasicCachedFile
          Forms the foundation of all of the cached files in Encog Quant.
 class BasicFile
          Many of the Encog quant CSV processors are based upon this class.
 

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

Classes in org.encog.app.analyst.csv.filter that implement QuantTask
 class FilterCSV
          This class can be used to remove certain rows from a CSV.
 

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

Classes in org.encog.app.analyst.csv.normalize that implement QuantTask
 class AnalystNormalizeCSV
          Normalize, or denormalize, a CSV file.
 

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

Classes in org.encog.app.analyst.csv.segregate that implement QuantTask
 class SegregateCSV
          This class is used to segregate a CSV file into several sub-files.
 

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

Classes in org.encog.app.analyst.csv.shuffle that implement QuantTask
 class ShuffleCSV
          Randomly shuffle the lines of a CSV file.
 

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

Classes in org.encog.app.analyst.csv.sort that implement QuantTask
 class SortCSV
          Used to sort a CSV file by one, or more, fields.
 

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

Classes in org.encog.app.quant.indicators that implement QuantTask
 class ProcessIndicators
          Process indicators and generate output.
 

Uses of QuantTask in org.encog.app.quant.loader
 

Subinterfaces of QuantTask in org.encog.app.quant.loader
 interface MarketLoader
          Common interface for market loaders.
 

Uses of QuantTask in org.encog.app.quant.loader.yahoo
 

Classes in org.encog.app.quant.loader.yahoo that implement QuantTask
 class YahooDownload
          Download financial data from Yahoo.
 

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

Classes in org.encog.app.quant.ninja that implement QuantTask
 class NinjaFileConvert
          A simple class to convert financial data files into the format used by NinjaTrader for input.
 



Copyright © 2011. All Rights Reserved.