This should return a representative class from every jar that is needed to load the object during deserialization.
This should return a representative class from every jar that is needed to load the object during deserialization.
Default implementation returns the class of MLModel, and the class of the model implementation.
Used to identify this model when in a collection of models.
Used to identify this model when in a collection of models. Should be simple characters, so it can be used in a feature name.
identifier for the model.
Used to combine several models in parallel. e.g. the input features set is the (distinct) union of the input features of the sub-models. the output features are the concatenation of the output features of the sub-models (with string suffices added to ensure uniqueness of names).