AttributeSelectionPanel |
Creates a panel that displays the attributes contained in a set of instances,
letting the user toggle whether each attribute is selected or not (eg: so
that unselected attributes can be removed before classification).
|
AttributeSelectionPanel.AttributeTableModel |
A table model that looks at the names of attributes and maintains a list of
attributes that have been "selected".
|
AttributeSummaryPanel |
This panel displays summary statistics about an attribute: name, type
number/% of missing/unique values, number of distinct values.
|
AttributeSummaryPanel.AttributeInfoPanel |
Panel with labels displaying some basic info.
|
AttributeSummaryPanel.StatisticsTable |
Displays other stats in a table.
|
AttributeVisualizationPanel |
Creates a panel that shows a visualization of an attribute in a dataset.
|
InstancesSummaryPanel |
This panel just displays relation name, number of instances, and number of
attributes.
|
MultiAttributeSummaryPanel |
Can display one or more instances of AttributeSummaryPanel class.
|
MultiAttributeVisualizationPanel |
Can display one or more instances of AttributeVisualizationPanel class.
|