1+
2+
3+ <!DOCTYPE html>
4+ < html class ="writer-html5 " lang ="en " >
5+ < head >
6+ < meta charset ="utf-8 " />
7+
8+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
9+
10+ < title > Overview: module code — daal4py 2021.1 documentation</ title >
11+
12+
13+
14+ < link rel ="stylesheet " href ="../_static/css/theme.css " type ="text/css " />
15+ < link rel ="stylesheet " href ="../_static/pygments.css " type ="text/css " />
16+ < link rel ="stylesheet " href ="../_static/style.css " type ="text/css " />
17+
18+
19+
20+
21+
22+
23+
24+
25+
26+
27+ <!--[if lt IE 9]>
28+ <script src="../_static/js/html5shiv.min.js"></script>
29+ <![endif]-->
30+
31+
32+ < script type ="text/javascript " id ="documentation_options " data-url_root ="../ " src ="../_static/documentation_options.js "> </ script >
33+ < script src ="../_static/jquery.js "> </ script >
34+ < script src ="../_static/underscore.js "> </ script >
35+ < script src ="../_static/doctools.js "> </ script >
36+
37+ < script type ="text/javascript " src ="../_static/js/theme.js "> </ script >
38+
39+
40+ < link rel ="index " title ="Index " href ="../genindex.html " />
41+ < link rel ="search " title ="Search " href ="../search.html " />
42+ </ head >
43+
44+ < body class ="wy-body-for-nav ">
45+
46+
47+ < div class ="wy-grid-for-nav ">
48+
49+ < nav data-toggle ="wy-nav-shift " class ="wy-nav-side ">
50+ < div class ="wy-side-scroll ">
51+ < div class ="wy-side-nav-search " >
52+
53+
54+
55+ < a href ="../contents.html " class ="icon icon-home "> daal4py
56+
57+
58+
59+ </ a >
60+
61+
62+
63+
64+ < div class ="version ">
65+ 2021
66+ </ div >
67+
68+
69+
70+
71+ < div role ="search ">
72+ < form id ="rtd-search-form " class ="wy-form " action ="../search.html " method ="get ">
73+ < input type ="text " name ="q " placeholder ="Search docs " />
74+ < input type ="hidden " name ="check_keywords " value ="yes " />
75+ < input type ="hidden " name ="area " value ="default " />
76+ </ form >
77+ </ div >
78+
79+
80+ </ div >
81+
82+
83+ < div class ="wy-menu wy-menu-vertical " data-spy ="affix " role ="navigation " aria-label ="main navigation ">
84+
85+
86+
87+
88+
89+
90+ < p class ="caption "> < span class ="caption-text "> Contents:</ span > </ p >
91+ < ul >
92+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../index.html "> About daal4py</ a > </ li >
93+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../data.html "> Data</ a > </ li >
94+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../algorithms.html "> Supported Algorithms</ a > </ li >
95+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../scaling.html "> Distribution</ a > </ li >
96+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../streaming.html "> Streaming</ a > </ li >
97+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../examples.html "> Examples</ a > </ li >
98+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../sklearn.html "> Scikit-Learn API</ a > </ li >
99+ </ ul >
100+
101+
102+
103+ </ div >
104+
105+ </ div >
106+ </ nav >
107+
108+ < section data-toggle ="wy-nav-shift " class ="wy-nav-content-wrap ">
109+
110+
111+ < nav class ="wy-nav-top " aria-label ="top navigation ">
112+
113+ < i data-toggle ="wy-nav-top " class ="fa fa-bars "> </ i >
114+ < a href ="../contents.html "> daal4py</ a >
115+
116+ </ nav >
117+
118+
119+ < div class ="wy-nav-content ">
120+
121+ < div class ="rst-content ">
122+
123+
124+
125+
126+
127+
128+
129+
130+
131+
132+
133+
134+
135+
136+
137+
138+
139+
140+
141+ < div role ="navigation " aria-label ="breadcrumbs navigation ">
142+
143+ < ul class ="wy-breadcrumbs ">
144+
145+ < li > < a href ="../contents.html " class ="icon icon-home "> </ a > »</ li >
146+
147+ < li > Overview: module code</ li >
148+
149+
150+ < li class ="wy-breadcrumbs-aside ">
151+
152+ </ li >
153+
154+ </ ul >
155+
156+
157+ < hr />
158+ </ div >
159+ < div role ="main " class ="document " itemscope ="itemscope " itemtype ="http://schema.org/Article ">
160+ < div itemprop ="articleBody ">
161+
162+ < h1 > All modules for which code is available</ h1 >
163+ < ul > < li > < a href ="_daal4py.html "> _daal4py</ a > </ li >
164+ </ ul >
165+
166+ </ div >
167+
168+ </ div >
169+ < footer >
170+
171+ < hr />
172+
173+ < div role ="contentinfo ">
174+ < p >
175+ © Copyright 2021, Intel.
176+
177+ </ p >
178+ </ div >
179+
180+
181+
182+ Built with < a href ="https://www.sphinx-doc.org/ "> Sphinx</ a > using a
183+
184+ < a href ="https://github.com/readthedocs/sphinx_rtd_theme "> theme</ a >
185+
186+ provided by < a href ="https://readthedocs.org "> Read the Docs</ a > .
187+
188+ </ footer >
189+ </ div >
190+ </ div >
191+
192+ </ section >
193+
194+ </ div >
195+
196+
197+ < script type ="text/javascript ">
198+ jQuery ( function ( ) {
199+ SphinxRtdTheme . Navigation . enable ( true ) ;
200+ } ) ;
201+ </ script >
202+
203+
204+
205+
206+
207+
208+ </ body >
209+ </ html >
0 commit comments