org.jactr.tools.itr.fit
Class ModelFitStatistics

java.lang.Object
  extended by org.jactr.tools.itr.fit.ModelFitStatistics

Deprecated.

@Deprecated
public class ModelFitStatistics
extends java.lang.Object


Nested Class Summary
 class ModelFitStatistics.ComparisonPoint
          Deprecated.  
 
Constructor Summary
ModelFitStatistics()
          Deprecated.  
 
Method Summary
 void addData(java.lang.String label, double model, double data)
          Deprecated.  
 void clear()
          Deprecated.  
 java.util.Collection<ModelFitStatistics.ComparisonPoint> getData()
          Deprecated.  
 double getMSE()
          Deprecated.  
 int getN()
          Deprecated.  
 double getR()
          Deprecated.  
 double getRMSE()
          Deprecated.  
 ModelFitStatistics newChild()
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelFitStatistics

public ModelFitStatistics()
Deprecated. 
Method Detail

newChild

public ModelFitStatistics newChild()
Deprecated. 

clear

public void clear()
Deprecated. 

getN

public int getN()
Deprecated. 

getData

public java.util.Collection<ModelFitStatistics.ComparisonPoint> getData()
Deprecated. 

addData

public void addData(java.lang.String label,
                    double model,
                    double data)
Deprecated. 

getMSE

public double getMSE()
Deprecated. 

getRMSE

public double getRMSE()
Deprecated. 

getR

public double getR()
Deprecated.