summaryrefslogtreecommitdiff
path: root/_posts/2012-05-02-data-mining-and-machine-learning-algorithms-in-lazar.md
blob: 8d3814cdfe7c71eaa6b91d634a2d54c957c23817 (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
30
31
32
33
---
layout: post
title: "Data Mining and Machine Learning Algorithms in Lazar"
description: "Several statistical learners exist within Lazar. This page details important computational components."
category: Usage
tags: [Algorithm, Lazar, Data Mining, Tutorials]
---
{% include JB/setup %}

**Several statistical learners exist within Lazar. This page details important computational components.**

# Model Building

![Model Workflow](http://www.maunz.de/wordpress/wp-content/uploads/2012/01/Workflow_Model4.png)

# Data Mining Modules

|Lazar Component|Subgraphs|PC Descriptors|
|:--------------|:--------|:-------------|
|Feature Generation URI|[BBRC](http://bbrc.maunz.de), [LAST‑PM](http://last-pm.maunz.de)|Ambit (several)|
|Feature Generation Algorithm|Substructure.match, Substructure.match_hits|Substructure.lookup|
|Feature Type|nominal or frequency|numeric|
|Transformation|Weighting by Significance|z-scores +Singular Value Decomposition|
|Similarity Algorithm|Weighted Tanimoto|Cosine|

<br /> 
<br /> 
# Machine Learning Algorithms

|Lazar Component|Classification|Regression|
|:--------------|:-------------|:---------|
|Nonlinear Model|C-Support Vector Classification|nu-Support Vector Regression|
|Nearest Neighbor Model|Weighted Majority Vote|none|