Package | Description |
---|---|
org.encog.app.analyst.script | |
org.encog.app.analyst.script.normalize | |
org.encog.util.arrayutil |
Modifier and Type | Method and Description |
---|---|
AnalystField |
AnalystScript.defineClass(String fieldName,
FieldDirection d,
NormalizationAction action,
List<ClassItem> classes) |
Modifier and Type | Method and Description |
---|---|
ClassItem |
AnalystField.determineClass(double[] data)
Determine what class the specified data belongs to.
|
ClassItem |
AnalystField.determineClass(int pos,
double[] data)
Determine the class using part of an array.
|
ClassItem |
AnalystField.findClass(int index) |
Modifier and Type | Method and Description |
---|---|
List<ClassItem> |
AnalystField.getClasses() |
Modifier and Type | Method and Description |
---|---|
ClassItem |
NormalizedField.determineClass(double[] data)
Determine what class the specified data belongs to.
|
Modifier and Type | Method and Description |
---|---|
List<ClassItem> |
NormalizedField.getClasses() |
Copyright © 2014. All Rights Reserved.