| Package | Description |
|---|---|
| org.encog.app.analyst.analyze | |
| org.encog.app.analyst.script |
| Modifier and Type | Class and Description |
|---|---|
class |
AnalyzedField
This class represents a field that the Encog Analyst is in the process of
analyzing.
|
| Modifier and Type | Method and Description |
|---|---|
DataField |
AnalyzedField.finalizeField()
Finalize the field, and create a DataField.
|
| Modifier and Type | Method and Description |
|---|---|
DataField |
AnalystScript.findDataField(String name)
Find the specified data field.
|
DataField[] |
AnalystScript.getFields() |
| Modifier and Type | Method and Description |
|---|---|
int |
AnalystScript.findDataFieldIndex(DataField df)
Find the specified data field and return its index.
|
void |
AnalystScript.setFields(DataField[] theFields) |
Copyright © 2014. All Rights Reserved.