public static class NeuralNetBinaryClassifier.BuildingBlock<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
int[] |
getHiddenLayers() |
Class<T> |
getInputClass() |
int |
getInputsNum() |
float |
getLearningRate() |
int |
getMaxEpochs() |
float |
getMaxError() |
File |
getTrainingFile() |
public Class<T> getInputClass()
public int getInputsNum()
public int[] getHiddenLayers()
public float getMaxError()
public int getMaxEpochs()
public float getLearningRate()
public File getTrainingFile()
Copyright © 2020. All rights reserved.