summaryrefslogtreecommitdiff
path: root/views/lazar_description.haml
diff options
context:
space:
mode:
Diffstat (limited to 'views/lazar_description.haml')
-rw-r--r--views/lazar_description.haml28
1 files changed, 0 insertions, 28 deletions
diff --git a/views/lazar_description.haml b/views/lazar_description.haml
deleted file mode 100644
index 9240cae..0000000
--- a/views/lazar_description.haml
+++ /dev/null
@@ -1,28 +0,0 @@
-%dl#lazar_description
- %dt
- %code lazar
- (
- = hide_link "#lazar_description"
- )
- %dd
- %code lazar
- searches the training dataset for
- = toggle_link "#similarity", "similar"
- compounds
- %em (neighbors)
- and calculates the prediction from their measured activities.
- %code lazar
- calculates predictions using
- %ul
- %li
- a majority vote (weighted by compound similarity) for
- %em= toggle_link("#classification","classification")
- (
- %a{:href => "http://www.in-silico.de/articles/modi020905.pdf", :rel => "external"} original publication
- )
- %li
- a local QSAR model based on neighbors for
- %em= toggle_link("#regression","regression")
- (
- %a{:href => "http://www.in-silico.de/articles/mh_tf.pdf", :rel => "external"} original publication
- )