org.encog.ml.data.versatile
public class ColumnDefinition extends Object
| Constructor and Description |
|---|
ColumnDefinition(String theName,
ColumnType theDataType) |
| Modifier and Type | Method and Description |
|---|---|
void |
analyze(String value) |
void |
defineClass(String str) |
void |
defineClass(String[] str) |
List<String> |
getClasses() |
int |
getCount() |
ColumnType |
getDataType() |
double |
getHigh() |
int |
getIndex() |
double |
getLow() |
double |
getMean() |
String |
getName() |
double |
getSd() |
void |
setCount(int count) |
void |
setDataType(ColumnType dataType) |
void |
setHigh(double high) |
void |
setIndex(int index) |
void |
setLow(double low) |
void |
setMean(double mean) |
void |
setName(String name) |
void |
setOwner(NormalizationHelper theOwner) |
void |
setSd(double sd) |
String |
toString() |
public ColumnDefinition(String theName, ColumnType theDataType)
public String getName()
public void setName(String name)
name - the name to setpublic ColumnType getDataType()
public void setDataType(ColumnType dataType)
dataType - the dataType to setpublic double getLow()
public void setLow(double low)
low - the low to setpublic double getHigh()
public void setHigh(double high)
high - the high to setpublic double getMean()
public void setMean(double mean)
mean - the mean to setpublic double getSd()
public void setSd(double sd)
sd - the sd to setpublic int getCount()
public void setCount(int count)
count - the count to setpublic void analyze(String value)
public void defineClass(String str)
public void defineClass(String[] str)
public void setOwner(NormalizationHelper theOwner)
public int getIndex()
public void setIndex(int index)
index - the index to setCopyright © 2014. All Rights Reserved.