Skip to content

genekogan/ofxGMM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ofxGMM

gaussian mixture model for openframeworks based on this code.

can train a GMM by giving it data points, or can set the GMM explicitly by giving it a set of Gaussians (prior, mean, variance).

once there is a GMM set, you can sample random points from it, or obtain the probability of a given point.

included example shows how to use it.

About

openFrameworks addon for modeling a data distribution as a Gaussian mixture model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published