Hello everyone,
It’s easy to select a column from the Spec using
‘‘addDialogComponent(new DialogComponentColumnNameSelection(labelColumnSettings, “Label column:”, tableIndex, DataValue.class));’’
when building the dialog of a new node. That will be like:
in the dialog.
But how can we select a value from a selected column? Display all values for this column in the drop-down list, then select one.
You can get information from the column domain, be aware that domain information may not always be available.
Take a look at the implementation in the Logistic Regression Learner: