summaryrefslogtreecommitdiff
path: root/views/lazar_description.haml
blob: 3eee850cdd83181bf1efeb12bd33b109dc225a67 (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
%dl#lazar_description{ :style => "display: none;" }
  %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
        )