org.encog.examples.neural.forest
Class Evaluate

java.lang.Object
  extended by org.encog.examples.neural.forest.Evaluate

public class Evaluate
extends Object


Constructor Summary
Evaluate(ForestConfig config)
           
 
Method Summary
 int determineTreeType(org.encog.util.normalize.output.nominal.OutputEquilateral eqField, org.encog.ml.data.MLData output)
           
 void evaluate()
           
 void keepScore(int actual, int ideal)
           
 org.encog.neural.networks.BasicNetwork loadNetwork()
           
 org.encog.util.normalize.DataNormalization loadNormalization()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Evaluate

public Evaluate(ForestConfig config)
Method Detail

keepScore

public void keepScore(int actual,
                      int ideal)

loadNetwork

public org.encog.neural.networks.BasicNetwork loadNetwork()

loadNormalization

public org.encog.util.normalize.DataNormalization loadNormalization()
                                                             throws IOException,
                                                                    ClassNotFoundException
Throws:
IOException
ClassNotFoundException

determineTreeType

public int determineTreeType(org.encog.util.normalize.output.nominal.OutputEquilateral eqField,
                             org.encog.ml.data.MLData output)

evaluate

public void evaluate()
              throws IOException,
                     ClassNotFoundException
Throws:
IOException
ClassNotFoundException


Copyright © 2011. All Rights Reserved.