dasf.ml.mixture.classifier
Generic Mixture Classifier algorithm method.
Classes
Generic Mixture Classifier based on regular method for this type of |
Module Contents
- class dasf.ml.mixture.classifier.MixtureClassifier[source]
Bases:
dasf.transforms.base.Fit,dasf.transforms.base.FitPredict,dasf.transforms.base.FitTransform,dasf.transforms.base.GetParams,dasf.transforms.base.SetParamsGeneric Mixture Classifier based on regular method for this type of classifier
Most of the Mixture methods has a fit, a fit_predict, a fit_transform, a get_params, and a set_params methods.