程序包 weka.core

类 SystemInfo

java.lang.Object
weka.core.SystemInfo
所有已实现的接口:
RevisionHandler

public class SystemInfo extends Object implements RevisionHandler
This class prints some information about the system setup, like Java version, JVM settings etc. Useful for Bug-Reports.
版本:
$Revision: 1.5 $
作者:
FracPete (fracpete at waikato dot ac dot nz)
  • 构造器详细资料

    • SystemInfo

      public SystemInfo()
      initializes the object and reads the system information
  • 方法详细资料

    • getSystemInfo

      public Hashtable getSystemInfo()
      returns a copy of the system info. the key is the name of the property and the associated object is the value of the property (a string).
    • toString

      public String toString()
      returns a string representation of all the system properties
      覆盖:
      toString 在类中 Object
    • getRevision

      public String getRevision()
      Returns the revision string.
      指定者:
      getRevision 在接口中 RevisionHandler
      返回:
      the revision
    • main

      public static void main(String[] args)
      for printing the system info to stdout.