public static class FeatureClassStats.Results extends Object implements ClassificationStats
Constructor and Description |
---|
Results(List<Range<Double>> ranges,
StreamingSampleStats[] sampleStats) |
Modifier and Type | Method and Description |
---|---|
Long |
count(int i)
The count of values for the speciifed class.
|
Set<Statistic> |
getStats()
The statistics maintained for each class.
|
void |
print() |
Range |
range(int i)
The value range for the specified class.
|
int |
size()
Number of classes.
|
Double |
value(int i,
Statistic stat)
The stat value for the specified class and statistic type.
|
public int size()
ClassificationStats
size
in interface ClassificationStats
public Set<Statistic> getStats()
ClassificationStats
getStats
in interface ClassificationStats
public Range range(int i)
ClassificationStats
range
in interface ClassificationStats
public Double value(int i, Statistic stat)
ClassificationStats
value
in interface ClassificationStats
public Long count(int i)
ClassificationStats
count
in interface ClassificationStats
public void print()
Copyright © 1996–2019 Geotools. All rights reserved.