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
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
], ],
"notblank": true, "notblank": true,
"multiple": false, "multiple": false,
"default": 0.0001, "default": 0.01,
"min": 0.0, "min": 0.0,
"max": 1.0 "max": 1.0
} }
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"inputdata": { "inputdata": {
"y": { "y": {
"label": "Variables", "label": "Variables",
"desc": "Nuerical variables on x axis of correlation matrix.", "desc": "Numerical variables on x axis of correlation matrix.",
"types": [ "types": [
"real", "real",
"int" "int"
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
}, },
"x": { "x": {
"label": "Covariates (optional)", "label": "Covariates (optional)",
"desc": "Nuerical variables on y axis of correlation matrix.", "desc": "Numerical variables on y axis of correlation matrix.",
"types": [ "types": [
"real", "real",
"int" "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