Histogram
@Deprecated public class Histogram extends Histogram
Constructor and Description |
---|
Histogram(String title,
double lower,
double upper,
int[] binCounts)
Deprecated.
Use
Histogram |
Modifier and Type | Method and Description |
---|---|
static Histogram |
fromJson(String json)
Deprecated.
Use
Histogram |
static Histogram |
fromYaml(String yaml)
Deprecated.
Use
Histogram |
canEqual, equals, getBinCounts, getBinLowerBounds, getBinMidValues, getBinUpperBounds, getLower, getTitle, getUpper, hashCode, numPoints, toString
fromJson, fromYaml, toJson, toYaml
Copyright © 2019. All rights reserved.