Class IndividualRows

    • Constructor Detail

      • IndividualRows

        public IndividualRows()
    • Method Detail

      • doSelectRows

        protected List<int[]> doSelectRows​(weka.core.Instances data)
                                    throws Exception
        Returns the list of row indices generated from the data.
        Specified by:
        doSelectRows in class AbstractRowSelection
        Parameters:
        data - the data to generate row selections from
        Returns:
        the list of selections
        Throws:
        Exception - if checks or selection failed