Package elki.result

Class HistogramResult

  • All Implemented Interfaces:
    IterableResult<double[]>, java.lang.Iterable<double[]>

    public class HistogramResult
    extends CollectionResult<double[]>
    Histogram result.
    Since:
    0.3
    Author:
    Erich Schubert
    • Constructor Summary

      Constructors 
      Constructor Description
      HistogramResult​(java.util.Collection<double[]> col)
      Constructor
      HistogramResult​(java.util.Collection<double[]> col, java.util.Collection<java.lang.String> header)
      Constructor
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • HistogramResult

        public HistogramResult​(java.util.Collection<double[]> col)
        Constructor
        Parameters:
        col - Collection
      • HistogramResult

        public HistogramResult​(java.util.Collection<double[]> col,
                               java.util.Collection<java.lang.String> header)
        Constructor
        Parameters:
        col - Collection
        header - Header information