a b/docs/_build/html/search.html
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>Search &mdash; DeepProg  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
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
        <script src="_static/language_data.js"></script>
37
    
38
    <script type="text/javascript" src="_static/js/theme.js"></script>
39
40
    
41
    <script type="text/javascript" src="_static/searchtools.js"></script>
42
    <script type="text/javascript" src="_static/language_data.js"></script>
43
    <link rel="index" title="Index" href="genindex.html" />
44
    <link rel="search" title="Search" href="#" /> 
45
</head>
46
47
<body class="wy-body-for-nav">
48
49
   
50
  <div class="wy-grid-for-nav">
51
    
52
    <nav data-toggle="wy-nav-shift" class="wy-nav-side">
53
      <div class="wy-side-scroll">
54
        <div class="wy-side-nav-search" >
55
          
56
57
          
58
            <a href="index.html" class="icon icon-home"> DeepProg
59
          
60
61
          
62
          </a>
63
64
          
65
            
66
            
67
          
68
69
          
70
<div role="search">
71
  <form id="rtd-search-form" class="wy-form" action="#" method="get">
72
    <input type="text" name="q" placeholder="Search docs" />
73
    <input type="hidden" name="check_keywords" value="yes" />
74
    <input type="hidden" name="area" value="default" />
75
  </form>
76
</div>
77
78
          
79
        </div>
80
81
        
82
        <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
83
          
84
            
85
            
86
              
87
            
88
            
89
              <ul>
90
<li class="toctree-l1"><a class="reference internal" href="installation.html">Installation</a></li>
91
<li class="toctree-l1"><a class="reference internal" href="usage.html">Tutorial: Simple DeepProg model</a></li>
92
<li class="toctree-l1"><a class="reference internal" href="usage_ensemble.html">Tutorial: Ensemble of DeepProg model</a></li>
93
<li class="toctree-l1"><a class="reference internal" href="usage_advanced.html">Tutorial: Advanced usage of DeepProg model</a></li>
94
<li class="toctree-l1"><a class="reference internal" href="case_study.html">Case study: Analyzing TCGA HCC dataset</a></li>
95
<li class="toctree-l1"><a class="reference internal" href="usage_tuning.html">Tutorial: Tuning DeepProg</a></li>
96
<li class="toctree-l1"><a class="reference internal" href="LICENSE.html">License</a></li>
97
<li class="toctree-l1"><a class="reference internal" href="api/simdeep.html">simdeep package</a></li>
98
</ul>
99
100
            
101
          
102
        </div>
103
        
104
      </div>
105
    </nav>
106
107
    <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
108
109
      
110
      <nav class="wy-nav-top" aria-label="top navigation">
111
        
112
          <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
113
          <a href="index.html">DeepProg</a>
114
        
115
      </nav>
116
117
118
      <div class="wy-nav-content">
119
        
120
        <div class="rst-content">
121
        
122
          
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<div role="navigation" aria-label="breadcrumbs navigation">
141
142
  <ul class="wy-breadcrumbs">
143
    
144
      <li><a href="index.html" class="icon icon-home"></a> &raquo;</li>
145
        
146
      <li>Search</li>
147
    
148
    
149
      <li class="wy-breadcrumbs-aside">
150
        
151
      </li>
152
    
153
  </ul>
154
155
  
156
  <hr/>
157
</div>
158
          <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
159
           <div itemprop="articleBody">
160
            
161
  <noscript>
162
  <div id="fallback" class="admonition warning">
163
    <p class="last">
164
      Please activate JavaScript to enable the search functionality.
165
    </p>
166
  </div>
167
  </noscript>
168
169
  
170
  <div id="search-results">
171
  
172
  </div>
173
174
           </div>
175
           
176
          </div>
177
          <footer>
178
179
  <hr/>
180
181
  <div role="contentinfo">
182
    <p>
183
        &#169; Copyright 2019, Olivier Poirion.
184
185
    </p>
186
  </div>
187
    
188
    
189
    
190
    Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
191
    
192
    <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
193
    
194
    provided by <a href="https://readthedocs.org">Read the Docs</a>. 
195
196
</footer>
197
        </div>
198
      </div>
199
200
    </section>
201
202
  </div>
203
  
204
205
  <script type="text/javascript">
206
      jQuery(function () {
207
          SphinxRtdTheme.Navigation.enable(true);
208
      });
209
  </script>
210
211
  
212
  
213
    
214
  
215
  <script type="text/javascript">
216
    jQuery(function() { Search.loadIndex("searchindex.js"); });
217
  </script>
218
  
219
  <script type="text/javascript" id="searchindexloader"></script>
220
   
221
222
223
</body>
224
</html>