How to estimate the fractal dimension of each data point?

1 Ansicht (letzte 30 Tage)
ryunosuke tazawa
ryunosuke tazawa am 30 Apr. 2022
I used the Em algorithm to perform point-dimensional estimation and estimated the following parameters.
The input is the distance between the data and the nearest point (20000×1).
The output is
d: A 1 x M vector of dimension parameters
delta: A 1 x L (L = sum( [ m_1, m_2, .., m_M ] )) vecter of density parameters
prior_prob: A 1 x L vecter of base probabilities of clusters
conditional_prob: K x L matrix of conditional probability of cluster assignment given each data.
LLfinal: The log likelihood of the best model.
MapToDim: A binary M x L matrix indicating which density clusters (column) is assigned to each dimensional cluster (each row). 
SettingsSearch: A struct variable containing meta information about the model search process.
How can I calculate the fractal dimension of all the data after finding the point dimension of each cluster?

Antworten (0)

Kategorien

Mehr zu Fractals finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by