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_Actionsthe 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 classConvertToDateConverts the selected string attributes to date ones.classConvertToNominalConverts the selected attributes to nominal ones.classConvertToStringConverts the selected attributes to string ones.classRemoveRemoves the selected attributes.classRenameRenames the selected attribute.classReorderAttributesAllows the user to reorder the attributes.classUseAsClassUses the selected attribute as class attribute.
-