CCPLEXSVM类参考


详细描述

CplexSVM a SVM solver implementation based on cplex (unfinished).

在文件CPLEXSVM.h22行定义。

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

所有成员的列表。

公有成员

 CCPLEXSVM ()
virtual ~CCPLEXSVM ()
virtual bool train (CFeatures *data=NULL)
virtual EClassifierType get_classifier_type ()

构造及析构函数文档

CCPLEXSVM (  ) 

在文件CPLEXSVM.cpp22行定义。

~CCPLEXSVM (  )  [virtual]

在文件CPLEXSVM.cpp27行定义。


成员函数文档

virtual EClassifierType get_classifier_type (  )  [virtual]

get classifier type

返回:
classifier type NONE

重载CClassifier

在文件CPLEXSVM.h38行定义。

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

在文件CPLEXSVM.cpp31行定义。


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

SHOGUN Machine Learning Toolbox - Documentation