libnuklei
kernel
nuklei
KernelLogisticRegression.h
Go to the documentation of this file.
1
// (C) Copyright Renaud Detry 2007-2015.
2
// Distributed under the GNU General Public License and under the
3
// BSD 3-Clause License (See accompanying file LICENSE.txt).
4
5
/** @file */
6
7
8
#ifndef NUKLEI_KERNEL_LOGISTIC_REGRESSION_H
9
#define NUKLEI_KERNEL_LOGISTIC_REGRESSION_H
10
11
#include <
nuklei/KernelLogisticRegressor.h
>
12
13
#warning The KernelLogisticRegression class is obsolete. Use KernelLogisticRegressor instead.
14
15
namespace
nuklei
16
{
17
/**
18
* @brief Obsolete. See KernelLogisticRegressor instead.
19
*/
20
typedef
KernelLogisticRegressor
KernelLogisticRegression
;
21
}
22
23
#endif
KernelLogisticRegressor.h
nuklei
Public namespace.
Definition:
Color.cpp:9
nuklei::KernelLogisticRegression
KernelLogisticRegressor KernelLogisticRegression
Obsolete. See KernelLogisticRegressor instead.
Definition:
KernelLogisticRegression.h:20
nuklei::KernelLogisticRegressor
Implements kernel logistic regression.
Definition:
KernelLogisticRegressor.h:27
© Copyright 2007-2013 Renaud Detry.
Distributed under the terms of the GNU General Public License (GPL).
(See accompanying file
LICENSE.txt
or copy at
http://www.gnu.org/copyleft/gpl.html
.)
Revised Sun Sep 13 2020 19:10:06.