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 EnsembleMLMethodFactory
public String getLabel()
getLabel
in interface EnsembleMLMethodFactory
public void reInit(MLMethod ml)
reInit
in interface EnsembleMLMethodFactory
Copyright © 2014. All Rights Reserved.