Class VotingClassification

    • Method Detail

      • isWeighted

        public boolean isWeighted()
        Returns whether the classification is weighted
        Returns:
        whether the classification is weighted
      • isValidTargetType

        public final boolean isValidTargetType​(ScalarTokenType type)
        Description copied from class: ClassificationScheme
        Indicates whether the classification method is valid for the specified type. Some classifiers may only be applicable to continuous data.
        Specified by:
        isValidTargetType in class ClassificationScheme
        Parameters:
        type - the type of the class data
        Returns:
        true if the data type is compatible, false otherwise.