Name

adams.flow.transformer.MOAClustering


Synopsis

Uses a serialized MOA model to cluster data being passed through.
The following order is used to obtain the model (when using AUTO):
1. model file present?
2. source actor present?
3. storage item present?
Optionally, the model can be updated with data being passed through.


Additional information

Flow input/output:
- input: com.yahoo.labs.samoa.instances.Instance
- output: adams.flow.container.MOAClusteringContainer

Container information:
- adams.flow.container.MOAClusteringContainer:
   - Instance: data row; com.yahoo.labs.samoa.instances.Instance
   - Cluster: cluster index (0-based); java.lang.Integer
   - Distribution: cluster distribution; array of double
   - LogDensity: log density; java.lang.Double
   - LogDensityPerCluster: log density per cluster; array of double
   - LogJointDensities: log joint densities; array of double


Options