org.encog.ensemble.ml.mlp.factory
public class MultiLayerPerceptronFactory extends Object implements EnsembleMLMethodFactory
| Constructor and Description |
|---|
MultiLayerPerceptronFactory() |
| Modifier and Type | Method and Description |
|---|---|
MLMethod |
createML(int inputs,
int outputs) |
String |
getLabel() |
void |
reInit(MLMethod ml) |
void |
setParameters(Collection<Integer> layers,
ActivationFunction activation) |
public void setParameters(Collection<Integer> layers, ActivationFunction activation)
public MLMethod createML(int inputs, int outputs)
createML in interface EnsembleMLMethodFactorypublic String getLabel()
getLabel in interface EnsembleMLMethodFactorypublic void reInit(MLMethod ml)
reInit in interface EnsembleMLMethodFactoryCopyright © 2014. All Rights Reserved.