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.AttributeSelection
EquiDistance. m_AttributeSelection
how to select the attributes.Methods in weka.filters.unsupervised.attribute that return EquiDistance.AttributeSelection Modifier and Type Method Description EquiDistance.AttributeSelection
EquiDistance. getAttributeSelection()
Returns how the attributes get selected.protected EquiDistance.AttributeSelection
EquiDistance. getDefaultAttributeSelection()
Returns the default attribute selection.static EquiDistance.AttributeSelection
EquiDistance.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 void
EquiDistance. setAttributeSelection(EquiDistance.AttributeSelection value)
Sets how the attributes get selected.
-