Turi Create
4.0
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Variables
c
d
f
g
m
s
Typedefs
Enumerations
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Typedefs
Enumerations
Enumerator
Related Functions
+
Files
File List
+
File Members
All
Functions
Macros
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
classifier_evaluations.hpp
1
#ifndef TURI_SUPERVISED_LEARNING_CLASSIFIER_EVALUATION_H_
2
#define TURI_SUPERVISED_LEARNING_CLASSIFIER_EVALUATION_H_
3
4
#include <toolkits/supervised_learning/supervised_learning.hpp>
5
#include <toolkits/supervised_learning/boosted_trees.hpp>
6
7
8
namespace
turi
{
9
namespace
supervised {
10
11
gl_sframe classifier_report_by_class(
12
gl_sframe input,
const
std::string& actual,
13
const
std::string& predicted);
14
15
gl_sframe confusion_matrix(
16
gl_sframe input,
const
std::string& actual,
17
const
std::string& predicted);
18
19
}}
20
21
22
23
24
#endif
turi
SKD.
Definition:
capi_initialization.hpp:11
toolkits
supervised_learning
classifier_evaluations.hpp
Generated by
1.8.13