|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jactr.tools.itr.fit.ModelFitStatistics
@Deprecated public class ModelFitStatistics
| 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 |
|---|
public ModelFitStatistics()
| Method Detail |
|---|
public ModelFitStatistics newChild()
public void clear()
public int getN()
public java.util.Collection<ModelFitStatistics.ComparisonPoint> getData()
public void addData(java.lang.String label,
double model,
double data)
public double getMSE()
public double getRMSE()
public double getR()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||