Class AbstractClassAttributeHeuristic

    • Constructor Detail

      • AbstractClassAttributeHeuristic

        public AbstractClassAttributeHeuristic()
    • Method Detail

      • determineClassAttribute

        public abstract int determineClassAttribute​(weka.core.Instances data)
        Determines the class attribute index for the given dataset.
        Parameters:
        data - the dataset to inspect
        Returns:
        the index, -1 if failed to determine