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
EM Operator
output = em({attributes = ['x','y'], mixtures = 2}, input)
This operator fits gaussian mixtures model to the input stream.
output = em({attributes = ['x','y'], mixtures = 2}, input)