org.encog.ml.data
public interface MLDataPair extends CentroidFactory<MLDataPair>
Modifier and Type | Method and Description |
---|---|
MLData |
getIdeal() |
double[] |
getIdealArray() |
MLData |
getInput() |
double[] |
getInputArray() |
double |
getSignificance()
Get the significance, 1.0 is neutral.
|
boolean |
isSupervised() |
void |
setIdealArray(double[] data)
Set the ideal data, the desired output.
|
void |
setInputArray(double[] data)
Set the input.
|
void |
setSignificance(double s)
Set the significance, 1.0 is neutral.
|
createCentroid
double[] getIdealArray()
double[] getInputArray()
void setIdealArray(double[] data)
data
- The ideal data.void setInputArray(double[] data)
data
- The input.boolean isSupervised()
MLData getIdeal()
MLData getInput()
double getSignificance()
void setSignificance(double s)
s
- The significance.Copyright © 2014. All Rights Reserved.