mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-12-08 11:10:25 +00:00
Fixed titles, math rendering, and links on some pages
This commit is contained in:
parent
9f096a8720
commit
330ace0de9
61 changed files with 303 additions and 115 deletions
|
|
@ -1,4 +1,8 @@
|
|||
# Divisive Methods Pt.1
|
||||
---
|
||||
title: Divisive Methods Pt.1
|
||||
showthedate: false
|
||||
math: true
|
||||
---
|
||||
|
||||
Divisive methods work in the opposite direction of agglomerative methods. They take one large cluster and successively splits it.
|
||||
|
||||
|
|
@ -39,7 +43,7 @@ This is sometimes termed *association analysis*.
|
|||
| 1 | a | b |
|
||||
| 0 | c | d |
|
||||
|
||||
####Common measures of association
|
||||
#### Common measures of association
|
||||
|
||||
$$
|
||||
|ad-bc| \tag{4.6}
|
||||
|
|
@ -71,4 +75,4 @@ Appealing features of monothetic divisive methods are the easy classification of
|
|||
|
||||
A further advantage of monothetic divisive methods is that it is obvious which variables produce the split at any stage of the process.
|
||||
|
||||
A disadvantage with these methods is that the possession of a particular attribute which is either rare or rarely found in combination with others may take an individual down a different path.
|
||||
A disadvantage with these methods is that the possession of a particular attribute which is either rare or rarely found in combination with others may take an individual down a different path.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue