Skip to content

Commit

Permalink
0603 intro
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanrongen committed Mar 6, 2024
1 parent e84abdc commit f1e1d8e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
8 changes: 5 additions & 3 deletions _freeze/materials/mva-intro/execute-results/html.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"hash": "099133a87e3ae138c8e615322592c643",
"hash": "9ee4b95d29be3864921e9dfe498be977",
"result": {
"engine": "knitr",
"markdown": "---\ntitle: \"Background\"\n---\n\n::: {.cell}\n\n:::\n\n::: {.cell}\n\n:::\n\n\n## Principal component analysis\n\n## K-means clustering\n\n## Hierarchical clustering\n",
"supporting": [],
"markdown": "---\ntitle: \"Background\"\n---\n\n::: {.cell}\n\n:::\n\n::: {.cell}\n\n:::\n\n\n## Principal component analysis\n\nThis is a statistical technique for reducing the dimensionality of a data set. The technique aims to find a new set of variables for describing the data. These new variables are made from a weighted sum of the old variables. The weighting is chosen so that the new variables can be ranked in terms of importance in that the first new variable is chosen to account for as much variation in the data as possible. Then the second new variable is chosen to account for as much of the remaining variation in the data as possible, and so on until there are as many new variables as old variables.\n\n## K-means clustering\n\nThis is a method for grouping observations into clusters. It groups data based on similarity and is an often-used method unsupervised machine learning algorithm.\n\nIt groups the data into a fixed number of clusters ($k$) and the ultimate aim is to discover patterns in the data.\n\n## Hierarchical clustering\n\nA clustering method that tries to create a hierarchy across data, often displayed as a *dendogram*. This visualises the way the clusters are arranged.\n",
"supporting": [
"mva-intro_files"
],
"filters": [
"rmarkdown/pagebreak.lua"
],
Expand Down
Loading

0 comments on commit f1e1d8e

Please sign in to comment.