keystoneml.nodes.learning.external
Fit a Gaussian mixture model with k
centers to a sample array.
Fit a Gaussian mixture model with k
centers to a sample array.
Sample Array - all elements must be the same size.
A Gaussian Mixture Model.
Currently this model works on items that fit in local memory.
Currently this model works on items that fit in local memory.
A PipelineNode (Transformer) which can be called on new data.
Constructs a pipeline that fits this estimator to training data, then applies the resultant transformer to the Pipeline input.
Constructs a pipeline that fits this estimator to training data, then applies the resultant transformer to the Pipeline input.
The training data
A pipeline that fits this estimator and applies the result to inputs.
Constructs a pipeline that fits this estimator to training data, then applies the resultant transformer to the Pipeline input.
Constructs a pipeline that fits this estimator to training data, then applies the resultant transformer to the Pipeline input.
The training data
A pipeline that fits this estimator and applies the result to inputs.
Fit a Gaussian Mixture model to Data.