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, toYaml
public Histogram(String title, double lower, double upper, int[] binCounts)
public int numPoints()
numPoints
in class BaseHistogram
public double[] getBinLowerBounds()
getBinLowerBounds
in class BaseHistogram
public double[] getBinUpperBounds()
getBinUpperBounds
in class BaseHistogram
public double[] getBinMidValues()
getBinMidValues
in class BaseHistogram
public static Histogram fromJson(String json)
json
- JSON representationCopyright © 2017. All rights reserved.