org.encog.ensemble.ml.mlp.factory
Class MultiLayerPerceptronFactory

java.lang.Object
  extended by org.encog.ensemble.ml.mlp.factory.MultiLayerPerceptronFactory
All Implemented Interfaces:
EnsembleMLMethodFactory

public class MultiLayerPerceptronFactory
extends Object
implements EnsembleMLMethodFactory


Constructor Summary
MultiLayerPerceptronFactory()
           
 
Method Summary
 MLMethod createML(int inputs, int outputs)
           
 String getLabel()
           
 void reInit(MLMethod ml)
           
 void setParameters(Collection<Integer> layers, ActivationFunction activation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiLayerPerceptronFactory

public MultiLayerPerceptronFactory()
Method Detail

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.