|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jaitools.media.jai.classifiedstats.ClassifiedStats
public class ClassifiedStats
Holds the results of the ClassifiedStats operator. An instance of this class is stored as a property of the destination image.
Result,
ClassifiedStatsDescriptor| Method Summary | |
|---|---|
ClassifiedStats |
band(int b)
Get the subset of results for the given band. |
ClassifiedStats |
group(int g)
Get the subset of results for the given group. |
ClassifiedStats |
ranges(List<Range<Double>> ranges)
Get the subset of results for the given Ranges. |
List<Map<org.apache.commons.collections.keyvalue.MultiKey,List<Result>>> |
results()
Returns the Result objects as a List |
ClassifiedStats |
statistic(Statistic s)
Get the subset of results for the given Statistic. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public ClassifiedStats band(int b)
b - band index
ClassifiedStats object containing results for the band
(data are shared with the source object rather than copied)public ClassifiedStats group(int g)
g - group (pivot) index
ClassifiedStats object containing results for the group
(data are shared with the source object rather than copied)public ClassifiedStats statistic(Statistic s)
Statistic.
See the example of chaining this method in the class docs.
s - the statistic
ClassifiedStats object containing results for the statistic
(data are shared with the source object rather than copied)public ClassifiedStats ranges(List<Range<Double>> ranges)
Ranges.
ranges - the Ranges
ClassifiedStats object containing results for the ranges
(data are shared with the source object rather than copied)public List<Map<org.apache.commons.collections.keyvalue.MultiKey,List<Result>>> results()
Result objects as a List
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||