Git Product home page Git Product logo

vmm's People

Contributors

isrish avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

vmm's Issues

rbar update

I think that according to "Clustering on the unit hypersphere using von Mises-Fisher distributions" the update of rbar in Maximization function missing a scaling of N.

I suspect that
rbar = normMu/W(k);
shoud be
rbar = normMu/(W(k)*N);
according to Algorithm 1 in the referred paper.

Kappa meaning

Hi! I just started using your code and it's working great for the most part on my data! Thanks for sharing.

I just have a quick question - how can I interpret the obj.Kappa value coming from fitVMM_CEM? For my data, it is a value in the 10s to 100s. I expected 0<=obj.Kappa<=1 based on the von Mises Fisher distribution. Is there a scaling factor or some other way to interpret this value? Any help on this would be great!

Edit
After looking at it some more, it seems maybe if I divide by 1,000, I'll get the result I'm after? Still unsure though.

data type

I'm a little bit confused
In obj = fitVMM_EM(X,Kmax,varargin)
data is in radian or in degree.

and it should be spherical but its values vary between -1 to 1, indicating that it is in cartesian.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.