Cluster analysis on an Array

Questions about MultiCharts and user contributed studies.
User avatar
joebone
Posts: 175
Joined: 05 Sep 2018
Has thanked: 53 times
Been thanked: 4 times

Cluster analysis on an Array

Postby joebone » 29 Apr 2021

Anyone here had success running cluster analysis on an array? looking to find clusters in a simple array. Is there any "in-house" functions for that? Or is it all going to have to be built?

tpredictor
Posts: 108
Joined: 05 Mar 2014
Has thanked: 1 time
Been thanked: 12 times

Re: Cluster analysis on an Array

Postby tpredictor » 29 Apr 2021

What do you mean by "clusters"? Are you referring to a ML algorithm?

User avatar
joebone
Posts: 175
Joined: 05 Sep 2018
Has thanked: 53 times
Been thanked: 4 times

Re: Cluster analysis on an Array

Postby joebone » 30 Apr 2021

What do you mean by "clusters"? Are you referring to a ML algorithm?
Yeah like a K-mean clustering. Or Gaussian distribution clustering or something? Just seeing if there was a way to do it like there is in numpy.

tpredictor
Posts: 108
Joined: 05 Mar 2014
Has thanked: 1 time
Been thanked: 12 times

Re: Cluster analysis on an Array

Postby tpredictor » 30 Apr 2021

I would recommend you do ML in Python or C# and use a REST web service to send the data over. I have did this already for Easylanguage. You do need a way to pull data from a web service. This should be adequate if your timing needs aren't super intensive. Otherwise, I guess you'd have to use a DLL.

So, the question is-- can we pull load/pull from a webservice in Powerlanguage?


Return to “MultiCharts”