| Package | Description |
|---|---|
| org.encog.app.analyst.csv.basic | |
| org.encog.app.quant.indicators | |
| org.encog.app.quant.indicators.predictive |
| Modifier and Type | Class and Description |
|---|---|
class |
FileData
A column that is based off of a column in a CSV file.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,BaseCachedColumn> |
BasicCachedFile.getColumnMapping() |
List<BaseCachedColumn> |
BasicCachedFile.getColumns() |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicCachedFile.addColumn(BaseCachedColumn column)
Add a new column.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Indicator
An indicator, used by Encog.
|
class |
MovingAverage
A simple moving average.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BestClose
Get the best close.
|
class |
BestReturn
Get the best return.
|
| Modifier and Type | Method and Description |
|---|---|
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.