wGmdh.jGmdh.oldskul.measures
Class Sse

java.lang.Object
  extended by wGmdh.jGmdh.oldskul.measures.Measure
      extended by wGmdh.jGmdh.oldskul.measures.Sse
All Implemented Interfaces:
java.io.Serializable, weka.core.OptionHandler

public class Sse
extends Measure

Sum of Squared Errors

See Also:
Serialized Form

Field Summary
 
Fields inherited from class wGmdh.jGmdh.oldskul.measures.Measure
debug
 
Constructor Summary
Sse()
           
 
Method Summary
 double calculate(Model model, double[] modeled, double[] goal)
           
 
Methods inherited from class wGmdh.jGmdh.oldskul.measures.Measure
getDebug, getOptions, listOptions, setDebug, setOptions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sse

public Sse()
Method Detail

calculate

public double calculate(Model model,
                        double[] modeled,
                        double[] goal)
                 throws java.lang.Exception
Specified by:
calculate in class Measure
Parameters:
model - in case your measure includes info about model structure
Returns:
Throws:
java.lang.Exception