Skip to content
Snippets Groups Projects
Commit b46f0ebc authored by stevereis's avatar stevereis
Browse files

fix(issue-72): Pearson correlation algorithm

parent 8754508b
No related branches found
No related tags found
No related merge requests found
......@@ -30,10 +30,10 @@ export default class PearsonHandler extends BaseHandler {
{
'name': $lookup($dictName, $k),
'xAxis': {
'categories': $v.variables.($lookup($$.lookupVars, $))
'categories': $v.variables.($lookup($$.lookupVars, $))[]
},
'yAxis': {
'categories': $reverse($keys($v.$sift(function($val, $key) {$key ~> /^(?!variables$)/}))).($lookup($$.lookupVars, $))
'categories': $reverse($keys($v.$sift(function($val, $key) {$key ~> /^(?!variables$)/}))).($lookup($$.lookupVars, $))[]
},
'matrix': $v.$sift(function($val, $key) {$key ~> /^(?!variables$)/}).$each(function($val, $key) {$val})[]
}
......
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