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, 28 insertions, 0 deletions
diff --git a/views/lazar_description.haml b/views/lazar_description.haml
new file mode 100644
index 0000000..9240cae
--- /dev/null
+++ b/views/lazar_description.haml
@@ -0,0 +1,28 @@
+%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
+ )