org.encog.util.error
Class CalculateRegressionError

java.lang.Object
  extended by org.encog.util.error.CalculateRegressionError

public class CalculateRegressionError
extends Object


Constructor Summary
CalculateRegressionError()
           
 
Method Summary
static double calculateError(MLRegression method, MLDataSet data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalculateRegressionError

public CalculateRegressionError()
Method Detail

calculateError

public static double calculateError(MLRegression method,
                                    MLDataSet data)


Copyright © 2014. All Rights Reserved.