Class FeatureClassStats.Results

    • Constructor Summary

      Constructors 
      Constructor Description
      Results​(List<Range<Double>> ranges, StreamingSampleStats[] sampleStats)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait