Class Wrapping.IndexedBinValueExtractor<T>

    • Field Detail

      • m_Index

        protected int m_Index
        for keeping track of the index.
    • Constructor Detail

      • IndexedBinValueExtractor

        public IndexedBinValueExtractor()
        Initializes the index.
    • Method Detail

      • extractBinValue

        public double extractBinValue​(T object)
        Extracts the numeric value to use for binning from the object.
        Specified by:
        extractBinValue in interface Wrapping.BinValueExtractor<T>
        Parameters:
        object - the object to process
        Returns:
        the extracted value