Uses of Class
org.episteme.natural.computing.loaders.pmml.PMMLDocument
Packages that use PMMLDocument
Package
Description
PMML (Predictive Model Markup Language) loader for machine learning models.
-
Uses of PMMLDocument in org.episteme.natural.computing.loaders.pmml
Subclasses with type arguments of type PMMLDocument in org.episteme.natural.computing.loaders.pmmlModifier and TypeClassDescriptionclassPMML Reader for Predictive Model Markup Language.Methods in org.episteme.natural.computing.loaders.pmml that return PMMLDocumentModifier and TypeMethodDescriptionprotected PMMLDocumentPMMLReader.loadFromInputStream(InputStream is, String id) protected PMMLDocumentPMMLReader.loadFromSource(String resourceId) Reads a PMML model from a file.PMMLReader.read(InputStream input) Reads a PMML model from an input stream.Methods in org.episteme.natural.computing.loaders.pmml that return types with arguments of type PMMLDocumentMethods in org.episteme.natural.computing.loaders.pmml with parameters of type PMMLDocumentModifier and TypeMethodDescriptionPMMLBridge.toClusteringModel(PMMLClusteringModel pmmlCluster, PMMLDocument doc) Converts PMML clustering model.PMMLBridge.toModel(PMMLDocument pmmlDoc) Converts PMML document to Episteme ML Model.PMMLBridge.toNeuralNetworkModel(PMMLNeuralNetwork pmmlNN, PMMLDocument doc) Converts PMML neural network model.PMMLBridge.toRegressionModel(PMMLRegressionModel pmmlReg, PMMLDocument doc) Converts PMML regression model.PMMLBridge.toTreeModel(PMMLTreeModel pmmlTree, PMMLDocument doc) Converts PMML tree model.