Uses of Class
weka.filters.unsupervised.attribute.EquiDistance.AttributeSelection
-
Packages that use EquiDistance.AttributeSelection Package Description weka.filters.unsupervised.attribute -
-
Uses of EquiDistance.AttributeSelection in weka.filters.unsupervised.attribute
Fields in weka.filters.unsupervised.attribute declared as EquiDistance.AttributeSelection Modifier and Type Field Description protected EquiDistance.AttributeSelectionEquiDistance. m_AttributeSelectionhow to select the attributes.Methods in weka.filters.unsupervised.attribute that return EquiDistance.AttributeSelection Modifier and Type Method Description EquiDistance.AttributeSelectionEquiDistance. getAttributeSelection()Returns how the attributes get selected.protected EquiDistance.AttributeSelectionEquiDistance. getDefaultAttributeSelection()Returns the default attribute selection.static EquiDistance.AttributeSelectionEquiDistance.AttributeSelection. valueOf(String name)Returns the enum constant of this type with the specified name.static EquiDistance.AttributeSelection[]EquiDistance.AttributeSelection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in weka.filters.unsupervised.attribute with parameters of type EquiDistance.AttributeSelection Modifier and Type Method Description voidEquiDistance. setAttributeSelection(EquiDistance.AttributeSelection value)Sets how the attributes get selected.
-