public class PMMLModelExportFactory
extends Object
Constructor and Description |
---|
PMMLModelExportFactory() |
Modifier and Type | Method and Description |
---|---|
static PMMLModelExport |
createPMMLModelExport(Object model)
Factory object to help creating the necessary PMMLModelExport implementation
taking as input the machine learning model (for example KMeansModel).
|
public static PMMLModelExport createPMMLModelExport(Object model)
model
- (undocumented)