Uses of Class
adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.AbstractSelectedAttributesAction
-
Packages that use AbstractSelectedAttributesAction Package Description adams.gui.tools.wekainvestigator.tab adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction -
-
Uses of AbstractSelectedAttributesAction in adams.gui.tools.wekainvestigator.tab
Fields in adams.gui.tools.wekainvestigator.tab with type parameters of type AbstractSelectedAttributesAction Modifier and Type Field Description protected List<AbstractSelectedAttributesAction>
PreprocessTab. m_Actions
the available actions. -
Uses of AbstractSelectedAttributesAction in adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction
Subclasses of AbstractSelectedAttributesAction in adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction Modifier and Type Class Description class
ConvertToDate
Converts the selected string attributes to date ones.class
ConvertToNominal
Converts the selected attributes to nominal ones.class
ConvertToString
Converts the selected attributes to string ones.class
Remove
Removes the selected attributes.class
Rename
Renames the selected attribute.class
ReorderAttributes
Allows the user to reorder the attributes.class
UseAsClass
Uses the selected attribute as class attribute.
-