org.encog.app.analyst.script
public class DataField extends Object
Constructor and Description |
---|
DataField(String theName)
Construct the data field.
|
Modifier and Type | Method and Description |
---|---|
List<AnalystClassItem> |
getClassMembers() |
double |
getMax() |
double |
getMean() |
double |
getMin() |
int |
getMinClassCount()
Determine the minimum class count.
|
String |
getName() |
String |
getSource() |
double |
getStandardDeviation() |
boolean |
isClass() |
boolean |
isComplete() |
boolean |
isInteger() |
boolean |
isReal() |
void |
setClass(boolean theClass) |
void |
setComplete(boolean theComplete) |
void |
setInteger(boolean theInteger) |
void |
setMax(double theMax) |
void |
setMean(double theMean) |
void |
setMin(double theMin) |
void |
setName(String theName) |
void |
setReal(boolean theReal) |
void |
setSource(String source) |
void |
setStandardDeviation(double theStandardDeviation) |
public DataField(String theName)
theName
- The name of this field.public List<AnalystClassItem> getClassMembers()
public double getMax()
public double getMean()
public double getMin()
public int getMinClassCount()
public String getName()
public double getStandardDeviation()
public boolean isClass()
public boolean isComplete()
public boolean isInteger()
public boolean isReal()
public void setClass(boolean theClass)
theClass
- the isClass to setpublic void setComplete(boolean theComplete)
theComplete
- the isComplete to setpublic void setInteger(boolean theInteger)
theInteger
- the isInteger to setpublic void setMax(double theMax)
theMax
- the max to setpublic void setMean(double theMean)
theMean
- the mean to setpublic void setMin(double theMin)
theMin
- the theMin to setpublic void setName(String theName)
theName
- the name to setpublic void setReal(boolean theReal)
theReal
- the isReal to setpublic void setStandardDeviation(double theStandardDeviation)
theStandardDeviation
- the standardDeviation to setpublic String getSource()
public void setSource(String source)
Copyright © 2014. All Rights Reserved.