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
columnwise_summary.hpp
1
/* Copyright © 2017 Apple Inc. All rights reserved.
2
*
3
* Use of this source code is governed by a BSD-3-clause license that can
4
* be found in the LICENSE.txt file or at https://opensource.org/licenses/BSD-3-Clause
5
*/
6
#ifndef __TC_COLUMN_SUMMARY
7
#define __TC_COLUMN_SUMMARY
8
9
#include <visualization/server/process_wrapper.hpp>
10
#include <visualization/server/histogram.hpp>
11
#include <visualization/server/item_frequency.hpp>
12
#include <visualization/server/transformation.hpp>
13
#include <visualization/server/thread.hpp>
14
#include <visualization/server/summary_view.hpp>
15
#include <visualization/server/vega_data.hpp>
16
#include <visualization/server/vega_spec.hpp>
17
18
namespace
turi
{
19
class
unity_sframe_base;
20
21
namespace
visualization {
22
std::shared_ptr<Plot> plot_columnwise_summary(std::shared_ptr<unity_sframe_base> sf);
23
}
24
}
25
26
#endif // __TC_ITEM_FREQUENCY
turi
SKD.
Definition:
capi_initialization.hpp:11
visualization
server
columnwise_summary.hpp
Generated by
1.8.13