keystoneml.nodes.images.external
The type-safe method that ML developers need to implement when writing new Estimators.
The type-safe method that ML developers need to implement when writing new Estimators.
The estimator's training data.
A new transformer
Number of centers to estimate.
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.
Trains an
enceval
Fisher Vector implementation, via estimating a GMM by treating each column of the inputs as a separate DenseVector input to GaussianMixtureModelEstimatorTODO: Pending philosophical discussions on how to best make it so you can swap in GMM, KMeans++, etc. for Fisher Vectors. For now just hard-codes GMM here
Number of centers to estimate.