Uses of Class
adams.flow.transformer.AbstractInteractiveTransformer
-
Packages that use AbstractInteractiveTransformer Package Description adams.flow.transformer -
-
Uses of AbstractInteractiveTransformer in adams.flow.transformer
Subclasses of AbstractInteractiveTransformer in adams.flow.transformer Modifier and Type Class Description class
ConfirmationDialog
Pops up a confirmation dialog, prompting the user to select 'yes', 'no' or 'cancel'.
If no custom tokens are used, the current token is only forwarded when the user selects 'yes'.class
WekaChooseAttributes
Lets the user select attributes interactively to use down the track.
Internally, a weka.filters.unsupervised.attribute.Remove WEKA filter is constructed from the selection, to remove the attributes that the user didn't select.
-