CGNPPSVM类参考


详细描述

class GNPPSVM

在文件GNPPSVM.h20行定义。

继承图,类CGNPPSVM
Inheritance graph
[图例]

所有成员的列表。

公有成员

 CGNPPSVM ()
 CGNPPSVM (float64_t C, CKernel *k, CLabels *lab)
virtual ~CGNPPSVM ()
virtual bool train (CFeatures *data=NULL)
virtual EClassifierType get_classifier_type ()
virtual const char * get_name () const

构造及析构函数文档

CGNPPSVM (  ) 

default constructor

在文件GNPPSVM.cpp18行定义。

CGNPPSVM ( float64_t  C,
CKernel k,
CLabels lab 
)

constructor

参数:
C constant C
k kernel
lab labels

在文件GNPPSVM.cpp23行定义。

~CGNPPSVM (  )  [virtual]

在文件GNPPSVM.cpp28行定义。


成员函数文档

virtual EClassifierType get_classifier_type (  )  [virtual]

get classifier type

返回:
classifier type GNPPSVM

重载CClassifier

在文件GNPPSVM.h50行定义。

virtual const char* get_name (  )  const [virtual]
返回:
object name

重载CSVM

在文件GNPPSVM.h53行定义。

bool train ( CFeatures data = NULL  )  [virtual]

train SVM classifier

参数:
data training data (parameter can be avoided if distance or kernel-based classifiers are used and distance/kernels are initialized with train data)
返回:
whether training was successful

重载CClassifier

在文件GNPPSVM.cpp32行定义。


该类的文档由以下文件生成:

SHOGUN Machine Learning Toolbox - Documentation