org.encog.ml.data.auto
Class AutoFloatColumn

java.lang.Object
  extended by org.encog.ml.data.auto.AutoFloatColumn

public class AutoFloatColumn
extends Object


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

AutoFloatColumn

public AutoFloatColumn(float[] theData)

AutoFloatColumn

public AutoFloatColumn(float[] theData,
                       float actualMax,
                       float actualMin)
Method Detail

autoMinMax

public void autoMinMax()

getData

public float[] getData()

getActualMax

public float getActualMax()

getActualMin

public float getActualMin()

getNormalized

public float getNormalized(int index,
                           float normalizedMin,
                           float normalizedMax)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.