public abstract class AbstractModelStatistics<U extends Bin> extends DoubleValuesHistogram<U>
IModelStatistics.ModelStatus
Modifier and Type | Field and Description |
---|---|
protected NumberFormat |
double_nf |
protected NumberFormat |
integer_nf |
protected Hashtable<Comparable,double[]> |
stats |
b
distance_histogram, status, title
Constructor and Description |
---|
AbstractModelStatistics(String title) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
clear(Comparable dataset) |
protected abstract double[] |
createStats() |
protected double[] |
getStats(Comparable dataset) |
createBin
addPoint, addValue, getDatasets, getHistogram, getStatus, getTitle, isPredicting, setStatus, setTitle, toStatus, toString
protected Hashtable<Comparable,double[]> stats
protected NumberFormat integer_nf
protected NumberFormat double_nf
public AbstractModelStatistics(String title)
public void clear()
clear
in interface IModelStatistics<Double>
clear
in class ModelValuesHistogram<Double,U extends Bin>
public void clear(Comparable dataset)
clear
in interface IModelStatistics<Double>
clear
in class ModelValuesHistogram<Double,U extends Bin>
protected double[] getStats(Comparable dataset)
protected abstract double[] createStats()
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.