Uses of Class
adams.flow.transformer.wekaclassifiersetupprocessor.VotedPairs.VotingType
-
Packages that use VotedPairs.VotingType Package Description adams.flow.transformer.wekaclassifiersetupprocessor -
-
Uses of VotedPairs.VotingType in adams.flow.transformer.wekaclassifiersetupprocessor
Fields in adams.flow.transformer.wekaclassifiersetupprocessor declared as VotedPairs.VotingType Modifier and Type Field Description protected VotedPairs.VotingTypeVotedPairs. m_VotingTypethe type of voting to perform .Methods in adams.flow.transformer.wekaclassifiersetupprocessor that return VotedPairs.VotingType Modifier and Type Method Description VotedPairs.VotingTypeVotedPairs. getVotingType()Returns the type of voting in use.static VotedPairs.VotingTypeVotedPairs.VotingType. valueOf(String name)Returns the enum constant of this type with the specified name.static VotedPairs.VotingType[]VotedPairs.VotingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.transformer.wekaclassifiersetupprocessor with parameters of type VotedPairs.VotingType Modifier and Type Method Description voidVotedPairs. setVotingType(VotedPairs.VotingType value)Sets the type of voting to use.
-