summaryrefslogtreecommitdiff
path: root/views/lazar_description.haml
blob: d8704253af168b090a329fbbbd55a7bacda3c642 (plain)
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
%dl#lazar_description{ :style => "display: none;" }
  %dt
    %code lazar
    (
    = hide_link "#lazar_description"
    )
  %dd 
    %p
      %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"} 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"} original publication
          )