SHOGUN  4.1.0
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
slep_mc_plain_lr.h
浏览该文件的文档.
1 /*
2  * This program is free software; you can redistribute it and/or modify
3  * it under the terms of the GNU General Public License as published by
4  * the Free Software Foundation; either version 3 of the License, or
5  * (at your option) any later version.
6  *
7  * Copyright (W) 2012 Sergey Lisitsyn
8  */
9 
10 #ifndef SLEP_MC_PLAIN_LR_H_
11 #define SLEP_MC_PLAIN_LR_H_
12 #include <shogun/lib/config.h>
13 #ifdef HAVE_EIGEN3
17 
18 namespace shogun
19 {
20 
29 slep_result_t slep_mc_plain_lr(
30  CDotFeatures* features,
31  CMulticlassLabels* labels,
32  float64_t z,
33  const slep_options& options);
34 
35 };
36 #endif /* HAVE_EIGEN3 */
37 #endif /* SLEP_MC_PLAIN_LR_H_ */
slep_result_t slep_mc_plain_lr(CDotFeatures *features, CMulticlassLabels *labels, float64_t z, const slep_options &options)
double float64_t
Definition: common.h:50
all of classes and functions are contained in the shogun namespace
Definition: class_list.h:18

SHOGUN 机器学习工具包 - 项目文档