public class Histogram extends BaseHistogram
EvaluationCalibration| Constructor and Description |
|---|
Histogram(String title,
double lower,
double upper,
int[] binCounts) |
| Modifier and Type | Method and Description |
|---|---|
static Histogram |
fromJson(String json) |
static Histogram |
fromYaml(String yaml) |
double[] |
getBinLowerBounds() |
double[] |
getBinMidValues() |
double[] |
getBinUpperBounds() |
int |
numPoints() |
fromJson, fromYaml, getBinCounts, getTitle, toJson, toYamlpublic Histogram(String title, double lower, double upper, int[] binCounts)
public int numPoints()
numPoints in class BaseHistogrampublic double[] getBinLowerBounds()
getBinLowerBounds in class BaseHistogrampublic double[] getBinUpperBounds()
getBinUpperBounds in class BaseHistogrampublic double[] getBinMidValues()
getBinMidValues in class BaseHistogrampublic static Histogram fromJson(String json)
json - JSON representationCopyright © 2018. All rights reserved.