类 SMO.BinarySMO
java.lang.Object
weka.classifiers.functions.SMO.BinarySMO
- 所有已实现的接口:
Serializable
- 封闭类:
- SMO
Class for building a binary support vector machine.
- 另请参阅:
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
BinarySMO
public BinarySMO()
-
-
方法详细资料
-
setKernel
sets the kernel to use- 参数:
value
- the kernel to use
-
getKernel
Returns the kernel to use- 返回:
- the current kernel
-
SVMOutput
Computes SVM output for given instance.- 参数:
index
- the instance for which output is to be computedinst
- the instance- 返回:
- the output of the SVM for the given instance
- 抛出:
Exception
- in case of an error
-
toString
Prints out the classifier. -
getRevision
Returns the revision string.- 返回:
- the revision
-