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

Packages that use BaseCachedColumn
org.encog.app.analyst.csv.basic   
org.encog.app.quant.indicators   
org.encog.app.quant.indicators.predictive   
 

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

Subclasses of BaseCachedColumn in org.encog.app.analyst.csv.basic
 class FileData
          A column that is based off of a column in a CSV file.
 

Methods in org.encog.app.analyst.csv.basic that return types with arguments of type BaseCachedColumn
 Map<String,BaseCachedColumn> BasicCachedFile.getColumnMapping()
           
 List<BaseCachedColumn> BasicCachedFile.getColumns()
           
 

Methods in org.encog.app.analyst.csv.basic with parameters of type BaseCachedColumn
 void BasicCachedFile.addColumn(BaseCachedColumn column)
          Add a new column.
 

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

Subclasses of BaseCachedColumn in org.encog.app.quant.indicators
 class Indicator
          An indicator, used by Encog.
 class MovingAverage
          A simple moving average.
 

Method parameters in org.encog.app.quant.indicators with type arguments of type BaseCachedColumn
abstract  void Indicator.calculate(Map<String,BaseCachedColumn> data, int length)
          Calculate this indicator.
 void MovingAverage.calculate(Map<String,BaseCachedColumn> data, int length)
          Calculate this indicator.
 void Indicator.require(Map<String,BaseCachedColumn> theData, String item)
          Require a specific type of underlying data.
 

Uses of BaseCachedColumn in org.encog.app.quant.indicators.predictive
 

Subclasses of BaseCachedColumn in org.encog.app.quant.indicators.predictive
 class BestClose
          Get the best close.
 class BestReturn
          Get the best return.
 

Method parameters in org.encog.app.quant.indicators.predictive with type arguments of type BaseCachedColumn
 void BestReturn.calculate(Map<String,BaseCachedColumn> data, int length)
          Calculate the indicator.
 void BestClose.calculate(Map<String,BaseCachedColumn> data, int length)
          Calculate the indicator.
 



Copyright © 2014. All Rights Reserved.