程序包 weka.gui

类 AttributeListPanel

所有已实现的接口:
ImageObserver, MenuContainer, Serializable, Accessible

public class AttributeListPanel extends JPanel
Creates a panel that displays the attributes contained in a set of instances, letting the user select a single attribute for inspection.
版本:
$Revision: 7059 $
作者:
Richard Kirkby (rkirkby@cs.waikato.ac.nz), Len Trigg (trigg@cs.waikato.ac.nz)
另请参阅:
  • 构造器详细资料

    • AttributeListPanel

      public AttributeListPanel()
      Creates the attribute selection panel with no initial instances.
  • 方法详细资料

    • setInstances

      public void setInstances(Instances newInstances)
      Sets the instances who's attribute names will be displayed.
      参数:
      newInstances - the new set of instances
    • getSelectionModel

      public ListSelectionModel getSelectionModel()
      Gets the selection model used by the table.
      返回:
      a value of type 'ListSelectionModel'
    • main

      public static void main(String[] args)
      Tests the attribute list panel from the command line.
      参数:
      args - must contain the name of an arff file to load.