SHOGUN
v3.0.1
首页
相关页面
模块
类
文件
文件列表
文件成员
全部
类
命名空间
文件
函数
变量
类型定义
枚举
枚举值
友元
宏定义
组
页
src
shogun
lib
slep
slep_solver.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
* Written (W) 2012 Sergey Lisitsyn
8
* Copyright (C) 2010-2012 Jun Liu, Jieping Ye
9
*/
10
11
#ifndef SLEP_MT_LOGISTIC_H_
12
#define SLEP_MT_LOGISTIC_H_
13
14
#include <
shogun/lib/slep/slep_options.h
>
15
#include <
shogun/features/DotFeatures.h
>
16
17
namespace
shogun
18
{
19
34
slep_result_t
slep_solver
(
35
CDotFeatures* features,
36
double
* y,
37
double
z,
38
const
slep_options& options);
39
40
};
41
#endif
/* ----- #ifndef SLEP_LOGISTIC_H_ ----- */
42
DotFeatures.h
shogun::slep_solver
slep_result_t slep_solver(CDotFeatures *features, double *y, double z, const slep_options &options)
Definition:
slep_solver.cpp:402
slep_options.h
SHOGUN
Machine Learning Toolbox - Documentation