类 DataGeneratorPanel

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

public class DataGeneratorPanel extends JPanel
A panel for generating artificial data via DataGenerators.
版本:
$Revision: 7059 $
作者:
FracPete (fracpete at waikato dot ac dot nz)
另请参阅:
  • 构造器详细资料

    • DataGeneratorPanel

      public DataGeneratorPanel()
      creates the panel
  • 方法详细资料

    • setLog

      public void setLog(Logger value)
      Sets the Logger to receive informational messages
      参数:
      value - the Logger that will now get info messages
    • getInstances

      public Instances getInstances()
      returns the generated instances, null if the process was cancelled.
      返回:
      the generated Instances
    • getOutput

      public String getOutput()
      returns the generated output as text
      返回:
      the generated output
    • setGenerator

      public void setGenerator(DataGenerator value)
      sets the generator to use initially
      参数:
      value - the data generator to use
    • getGenerator

      public DataGenerator getGenerator()
      returns the currently selected DataGenerator
      返回:
      the current data generator
    • execute

      public boolean execute()
      generates the instances, returns TRUE if successful
      返回:
      TRUE if successful
      另请参阅: