Package | Description |
---|---|
ambit2.similarity.stats |
Modifier and Type | Field and Description |
---|---|
protected Histogram<SelfBin<ValuePair>> |
ConfusionMatrix.histogram |
Modifier and Type | Field and Description |
---|---|
protected Hashtable<Comparable,Histogram<Bin<T>>> |
ModelValuesHistogram.distance_histogram |
protected Hashtable<Comparable,Histogram<SelfBin<ValuePair>>> |
ClassificationModelStatistics.histogram |
Modifier and Type | Method and Description |
---|---|
Histogram<U> |
ClassificationModelStatistics.getHistogram(Comparable dataset,
int mode) |
Histogram<U> |
IModelHistogram.getHistogram(Comparable dataset,
int mode) |
Histogram<U> |
ModelValuesHistogram.getHistogram(Comparable dataset,
int mode) |
Modifier and Type | Method and Description |
---|---|
double |
Histogram.hellinger(Histogram hist)
Hellinger distance between two discrete probability distributions pi and qi * @param hist
|
protected double |
Histogram.relativeEntropy(Histogram hist)
Kullback-Leibler distance (or relative entropy) between two discrete probability distributions pi and qi * @param hist
|
double |
Histogram.tanimoto(Histogram hist) |
Constructor and Description |
---|
ConfusionMatrix(Histogram<SelfBin<ValuePair>> histogram) |
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.