程序包 weka.core
类 SystemInfo
java.lang.Object
weka.core.SystemInfo
- 所有已实现的接口:
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)
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Returns the revision string.returns a copy of the system info.static void
for printing the system info to stdout.toString()
returns a string representation of all the system properties
-
构造器详细资料
-
SystemInfo
public SystemInfo()initializes the object and reads the system information
-
-
方法详细资料
-
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
returns a string representation of all the system properties -
getRevision
Returns the revision string.- 指定者:
getRevision
在接口中RevisionHandler
- 返回:
- the revision
-
main
for printing the system info to stdout.
-