Skip to content
Snippets Groups Projects
Unverified Commit 992b06b0 authored by mollyk's avatar mollyk Committed by GitHub
Browse files

Fix/spelling error pearson k-means tolerance (#469)

* Minor fixes in algorithms user guide

* Fixes Pearson spelling and K-means default tolerance
parent 57b33440
No related branches found
Tags 0.20.0
No related merge requests found
......@@ -48,7 +48,7 @@
],
"notblank": true,
"multiple": false,
"default": 0.0001,
"default": 0.01,
"min": 0.0,
"max": 1.0
}
......
......@@ -6,7 +6,7 @@
"inputdata": {
"y": {
"label": "Variables",
"desc": "Nuerical variables on x axis of correlation matrix.",
"desc": "Numerical variables on x axis of correlation matrix.",
"types": [
"real",
"int"
......@@ -19,7 +19,7 @@
},
"x": {
"label": "Covariates (optional)",
"desc": "Nuerical variables on y axis of correlation matrix.",
"desc": "Numerical variables on y axis of correlation matrix.",
"types": [
"real",
"int"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment