Class BinnableDataset.StringAttributeGroupExtractor

    • Field Detail

      • m_Index

        protected int m_Index
        the column index.
      • m_RegExp

        protected String m_RegExp
        the regular expression.
      • m_Group

        protected String m_Group
        the group to extract.
    • Constructor Detail

      • StringAttributeGroupExtractor

        public StringAttributeGroupExtractor​(int index,
                                             String regExp,
                                             String group)
        Initializes the extractor.
        Parameters:
        index - the index (0-based) of the string column
        regExp - the regular expression to apply to the strings
        group - the regexp group to extract as group