org.encog.examples.neural.forest
Class Evaluate
java.lang.Object
org.encog.examples.neural.forest.Evaluate
public class Evaluate
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Evaluate
public Evaluate(ForestConfig config)
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.