-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathcore.html
121 lines (79 loc) · 2.82 KB
/
core.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
---
title: Base classes for RXN fingerprints
keywords: fastai
sidebar: home_sidebar
summary: "Define the base classes for the rxnfp library"
description: "Define the base classes for the rxnfp library"
nb_path: "nbs/00_core.ipynb"
---
<!--
#################################################
### THIS FILE WAS AUTOGENERATED! DO NOT EDIT! ###
#################################################
# file to edit: nbs/00_core.ipynb
# command to build the docs after a change: nbdev_build_docs
-->
<div class="container" id="notebook-container">
{% raw %}
<div class="cell border-box-sizing code_cell rendered">
</div>
{% endraw %}
{% raw %}
<div class="cell border-box-sizing code_cell rendered">
</div>
{% endraw %}
<div class="cell border-box-sizing text_cell rendered"><div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<h2 id="Container">Container<a class="anchor-link" href="#Container"> </a></h2>
</div>
</div>
</div>
{% raw %}
<div class="cell border-box-sizing code_cell rendered">
<div class="output_wrapper">
<div class="output">
<div class="output_area">
<div class="output_markdown rendered_html output_subarea ">
<h2 id="RXNFingerprintContainer" class="doc_header"><code>class</code> <code>RXNFingerprintContainer</code><a href="https://github.com/rxn4chemistry/rxnfp/tree/master/rxnfp/core.py#L11" class="source_link" style="float:right">[source]</a></h2><blockquote><p><code>RXNFingerprintContainer</code>() :: <code>ABC</code></p>
</blockquote>
<p>Base class for RXN fingerprint containers</p>
<ul>
<li>Should facilitate the creation of a LSHForest.</li>
<li>Query nearest neighbors</li>
</ul>
</div>
</div>
</div>
</div>
</div>
{% endraw %}
{% raw %}
<div class="cell border-box-sizing code_cell rendered">
</div>
{% endraw %}
<div class="cell border-box-sizing text_cell rendered"><div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<h3 id="FingerprintGenerator">FingerprintGenerator<a class="anchor-link" href="#FingerprintGenerator"> </a></h3>
</div>
</div>
</div>
{% raw %}
<div class="cell border-box-sizing code_cell rendered">
<div class="output_wrapper">
<div class="output">
<div class="output_area">
<div class="output_markdown rendered_html output_subarea ">
<h2 id="FingerprintGenerator" class="doc_header"><code>class</code> <code>FingerprintGenerator</code><a href="https://github.com/rxn4chemistry/rxnfp/tree/master/rxnfp/core.py#L44" class="source_link" style="float:right">[source]</a></h2><blockquote><p><code>FingerprintGenerator</code>() :: <code>ABC</code></p>
</blockquote>
<p>Base class for FingerprintGenerator</p>
</div>
</div>
</div>
</div>
</div>
{% endraw %}
{% raw %}
<div class="cell border-box-sizing code_cell rendered">
</div>
{% endraw %}
</div>