Uses of Class
org.dmg.pmml.Model
-
-
Uses of Model in org.dmg.pmml
Subclasses of Model in org.dmg.pmml Modifier and Type Class Description classForwardingModelMethods in org.dmg.pmml with type parameters of type Model Modifier and Type Method Description default <M extends Model>
MHasModel. requireModel(java.lang.Class<? extends M> clazz)Methods in org.dmg.pmml that return Model Modifier and Type Method Description ModelForwardingModel. getModel()ModelHasModel. getModel()ModelHasModel. requireModel()abstract ModelModel. setAlgorithmName(java.lang.String algorithmName)abstract ModelModel. setLocalTransformations(LocalTransformations localTransformations)abstract ModelModel. setMathContext(MathContext mathContext)abstract ModelModel. setMiningFunction(MiningFunction miningFunction)abstract ModelModel. setMiningSchema(MiningSchema miningSchema)ModelModel. setModelExplanation(ModelExplanation modelExplanation)abstract ModelModel. setModelName(java.lang.String modelName)ModelModel. setModelStats(ModelStats modelStats)ModelModel. setModelVerification(ModelVerification modelVerification)ModelModel. setOutput(Output output)abstract ModelModel. setScorable(java.lang.Boolean scorable)ModelModel. setTargets(Targets targets)Methods in org.dmg.pmml that return types with arguments of type Model Modifier and Type Method Description java.util.List<Model>PMML. getModels()Methods in org.dmg.pmml with parameters of type Model Modifier and Type Method Description PMMLPMML. addModels(Model... models)EHasModel. setModel(Model model)VisitorActionVisitor. visit(Model model)Constructors in org.dmg.pmml with parameters of type Model Constructor Description ForwardingModel(Model model) -
Uses of Model in org.dmg.pmml.anomaly_detection
Subclasses of Model in org.dmg.pmml.anomaly_detection Modifier and Type Class Description classAnomalyDetectionModelMethods in org.dmg.pmml.anomaly_detection that return Model Modifier and Type Method Description ModelAnomalyDetectionModel. getModel()ModelAnomalyDetectionModel. requireModel()Methods in org.dmg.pmml.anomaly_detection with parameters of type Model Modifier and Type Method Description AnomalyDetectionModelAnomalyDetectionModel. setModel(Model model)Constructors in org.dmg.pmml.anomaly_detection with parameters of type Model Constructor Description AnomalyDetectionModel(MiningFunction miningFunction, java.lang.String algorithmType, MiningSchema miningSchema, Model model) -
Uses of Model in org.dmg.pmml.association
Subclasses of Model in org.dmg.pmml.association Modifier and Type Class Description classAssociationModel -
Uses of Model in org.dmg.pmml.baseline
Subclasses of Model in org.dmg.pmml.baseline Modifier and Type Class Description classBaselineModel -
Uses of Model in org.dmg.pmml.bayesian_network
Subclasses of Model in org.dmg.pmml.bayesian_network Modifier and Type Class Description classBayesianNetworkModel -
Uses of Model in org.dmg.pmml.clustering
Subclasses of Model in org.dmg.pmml.clustering Modifier and Type Class Description classClusteringModel -
Uses of Model in org.dmg.pmml.gaussian_process
Subclasses of Model in org.dmg.pmml.gaussian_process Modifier and Type Class Description classGaussianProcessModel -
Uses of Model in org.dmg.pmml.general_regression
Subclasses of Model in org.dmg.pmml.general_regression Modifier and Type Class Description classGeneralRegressionModel -
Uses of Model in org.dmg.pmml.mining
Subclasses of Model in org.dmg.pmml.mining Modifier and Type Class Description classMiningModelMethods in org.dmg.pmml.mining that return Model Modifier and Type Method Description ModelSegment. getModel()ModelSegment. requireModel()Methods in org.dmg.pmml.mining with parameters of type Model Modifier and Type Method Description SegmentSegment. setModel(Model model)Constructors in org.dmg.pmml.mining with parameters of type Model Constructor Description Segment(Predicate predicate, Model model) -
Uses of Model in org.dmg.pmml.naive_bayes
Subclasses of Model in org.dmg.pmml.naive_bayes Modifier and Type Class Description classNaiveBayesModel -
Uses of Model in org.dmg.pmml.nearest_neighbor
Subclasses of Model in org.dmg.pmml.nearest_neighbor Modifier and Type Class Description classNearestNeighborModel -
Uses of Model in org.dmg.pmml.neural_network
Subclasses of Model in org.dmg.pmml.neural_network Modifier and Type Class Description classNeuralNetwork -
Uses of Model in org.dmg.pmml.regression
Subclasses of Model in org.dmg.pmml.regression Modifier and Type Class Description classRegressionModel -
Uses of Model in org.dmg.pmml.rule_set
Subclasses of Model in org.dmg.pmml.rule_set Modifier and Type Class Description classRuleSetModel -
Uses of Model in org.dmg.pmml.scorecard
Subclasses of Model in org.dmg.pmml.scorecard Modifier and Type Class Description classScorecard -
Uses of Model in org.dmg.pmml.sequence
Subclasses of Model in org.dmg.pmml.sequence Modifier and Type Class Description classSequenceModel -
Uses of Model in org.dmg.pmml.support_vector_machine
Subclasses of Model in org.dmg.pmml.support_vector_machine Modifier and Type Class Description classSupportVectorMachineModel -
Uses of Model in org.dmg.pmml.text
Subclasses of Model in org.dmg.pmml.text Modifier and Type Class Description classTextModel -
Uses of Model in org.dmg.pmml.time_series
Subclasses of Model in org.dmg.pmml.time_series Modifier and Type Class Description classTimeSeriesModel -
Uses of Model in org.dmg.pmml.tree
Subclasses of Model in org.dmg.pmml.tree Modifier and Type Class Description classTreeModel -
Uses of Model in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type Model Modifier and Type Method Description VisitorActionAbstractVisitor. visit(Model model)VisitorActionActiveFieldFinder. visit(Model model)VisitorActionFieldResolver. visit(Model model)
-