|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.encog.app.analyst.util.AnalystUtility
public class AnalystUtility
Provides an interface to the analyst usually used by other programs.
Constructor Summary | |
---|---|
AnalystUtility(EncogAnalyst theAnalyst)
Construct the analyst utility. |
Method Summary | |
---|---|
void |
analyze(File theFilename)
|
void |
decode(boolean includeInput,
boolean includeOutput,
double[] rawData,
MLData encodedData)
Decode fields, using the analyst. |
void |
encode(boolean includeInput,
boolean includeOutput,
double[] rawData,
MLData encodedData)
Encode fields, using the analyst. |
MLDataSet |
loadCSV(File file)
Load a CSV file into an MLDataSet. |
MLDataSet |
loadCSV(String filename)
Load a CSV file into an MLDataSet. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnalystUtility(EncogAnalyst theAnalyst)
theAnalyst
- The analyst that we are using.Method Detail |
---|
public void encode(boolean includeInput, boolean includeOutput, double[] rawData, MLData encodedData)
includeInput
- Should we include the input fields.includeOutput
- Should we include the output fields.rawData
- The raw data to encode from.encodedData
- The data to encode to.public MLDataSet loadCSV(File file)
file
- The file to load.
public MLDataSet loadCSV(String filename)
file
- The file to load.
public void decode(boolean includeInput, boolean includeOutput, double[] rawData, MLData encodedData)
includeInput
- Should we include the input fields.includeOutput
- Should we include the output fields.rawData
- The raw data to encode to.encodedData
- The data to encode from.public void analyze(File theFilename)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |