org.encog.ensemble.ml.mlp.factory
Class MultiLayerPerceptronFactory
java.lang.Object
org.encog.ensemble.ml.mlp.factory.MultiLayerPerceptronFactory
- All Implemented Interfaces:
- EnsembleMLMethodFactory
public class MultiLayerPerceptronFactory
- extends Object
- implements EnsembleMLMethodFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiLayerPerceptronFactory
public MultiLayerPerceptronFactory()
setParameters
public void setParameters(Collection<Integer> layers,
ActivationFunction activation)
createML
public MLMethod createML(int inputs,
int outputs)
- Specified by:
createML
in interface EnsembleMLMethodFactory
getLabel
public String getLabel()
- Specified by:
getLabel
in interface EnsembleMLMethodFactory
reInit
public void reInit(MLMethod ml)
- Specified by:
reInit
in interface EnsembleMLMethodFactory
Copyright © 2014. All Rights Reserved.