|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.ml.data.auto.AutoFloatColumn
public class AutoFloatColumn
| Constructor Summary | |
|---|---|
AutoFloatColumn(float[] theData)
|
|
AutoFloatColumn(float[] theData,
float actualMax,
float actualMin)
|
|
| Method Summary | |
|---|---|
void |
autoMinMax()
|
float |
getActualMax()
|
float |
getActualMin()
|
float[] |
getData()
|
float |
getNormalized(int index,
float normalizedMin,
float normalizedMax)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AutoFloatColumn(float[] theData)
public AutoFloatColumn(float[] theData,
float actualMax,
float actualMin)
| Method Detail |
|---|
public void autoMinMax()
public float[] getData()
public float getActualMax()
public float getActualMin()
public float getNormalized(int index,
float normalizedMin,
float normalizedMax)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||