| Modifier and Type | Field and Description |
|---|---|
java.util.function.Supplier<List<String>> |
classLabelsModel |
hiddenLayers, inputLayer, learningRate, outputLayer| Constructor and Description |
|---|
MLPWithLabelOutput() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
void |
copy(MLPNet rhs) |
double[] |
getTarget(com.github.chen0040.data.frame.DataRow tuple) |
boolean |
isValidTrainingSample(com.github.chen0040.data.frame.DataRow tuple) |
setNormalizeOutputs, train, transformaddHiddenLayer, addHiddenLayer, createInputLayer, createOutputLayer, get_target_error, minus, train, transformpublic java.util.function.Supplier<List<String>> classLabelsModel
public boolean isValidTrainingSample(com.github.chen0040.data.frame.DataRow tuple)
isValidTrainingSample in class MLPpublic double[] getTarget(com.github.chen0040.data.frame.DataRow tuple)
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic void copy(MLPNet rhs) throws CloneNotSupportedException
copy in class MLPCloneNotSupportedExceptionCopyright © 2017. All rights reserved.