Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

This operator fits gaussian mixtures model to the input stream.

Parameter

  • attributes: The attributes to fit
  • mixtures: Number of mixtures to fit the data

Example

Code Block
themeEclipse
languagejavascript
titleEM Operator
linenumberstrue
output = em({attributes = ['x','y'], mixtures = 2}, input)