algorithm of pm.predict method
1
0
Entering edit mode
yang.chen • 0
@yangchen-9081
Last seen 8.4 years ago
European Union

Hello, 

I would like to know which algorithm that destiny employs for the dm.predict method. Does it use a supervised learning algorithm? I couldn't find such explanation in the documents. 

Thanks!

 

destiny • 929 views
ADD COMMENT
0
Entering edit mode
@philippangerer-8237
Last seen 2.4 years ago
Germany

The idea is to grow a hypersphere around each point and estimate the dimensionality of its neighborhood within that sphere. then you take the average of the dimensionality over all points.

i.e. with two points in the neighborhood, the dimensionality is 2, but if the next added point when growing the neighborhood is almost colinear, it’s still not much bigger than 2D. and so on.

then you record the growth of dimensionality per unit of sphere growth, and find a/the maximum.

ADD COMMENT

Login before adding your answer.

Traffic: 1108 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6