Uses of Class
org.dmg.pmml.Output
-
-
Uses of Output in org.dmg.pmml
Methods in org.dmg.pmml that return Output Modifier and Type Method Description OutputOutput. addExtensions(Extension... extensions)OutputOutput. addOutputFields(OutputField... outputFields)OutputObjectFactory. createOutput()Create an instance ofOutputabstract OutputEmbeddedModel. getOutput()OutputForwardingModel. getOutput()OutputModel. getOutput()Methods in org.dmg.pmml with parameters of type Output Modifier and Type Method Description abstract EmbeddedModelEmbeddedModel. setOutput(Output output)ForwardingModelForwardingModel. setOutput(Output output)ModelModel. setOutput(Output output)VisitorActionVisitor. visit(Output output) -
Uses of Output in org.dmg.pmml.anomaly_detection
Methods in org.dmg.pmml.anomaly_detection that return Output Modifier and Type Method Description OutputAnomalyDetectionModel. getOutput()Methods in org.dmg.pmml.anomaly_detection with parameters of type Output Modifier and Type Method Description AnomalyDetectionModelAnomalyDetectionModel. setOutput(Output output) -
Uses of Output in org.dmg.pmml.association
Methods in org.dmg.pmml.association that return Output Modifier and Type Method Description OutputAssociationModel. getOutput()Methods in org.dmg.pmml.association with parameters of type Output Modifier and Type Method Description AssociationModelAssociationModel. setOutput(Output output) -
Uses of Output in org.dmg.pmml.baseline
Methods in org.dmg.pmml.baseline that return Output Modifier and Type Method Description OutputBaselineModel. getOutput()Methods in org.dmg.pmml.baseline with parameters of type Output Modifier and Type Method Description BaselineModelBaselineModel. setOutput(Output output) -
Uses of Output in org.dmg.pmml.bayesian_network
Methods in org.dmg.pmml.bayesian_network that return Output Modifier and Type Method Description OutputBayesianNetworkModel. getOutput()Methods in org.dmg.pmml.bayesian_network with parameters of type Output Modifier and Type Method Description BayesianNetworkModelBayesianNetworkModel. setOutput(Output output) -
Uses of Output in org.dmg.pmml.clustering
Methods in org.dmg.pmml.clustering that return Output Modifier and Type Method Description OutputClusteringModel. getOutput()Methods in org.dmg.pmml.clustering with parameters of type Output Modifier and Type Method Description ClusteringModelClusteringModel. setOutput(Output output) -
Uses of Output in org.dmg.pmml.gaussian_process
Methods in org.dmg.pmml.gaussian_process that return Output Modifier and Type Method Description OutputGaussianProcessModel. getOutput()Methods in org.dmg.pmml.gaussian_process with parameters of type Output Modifier and Type Method Description GaussianProcessModelGaussianProcessModel. setOutput(Output output) -
Uses of Output in org.dmg.pmml.general_regression
Methods in org.dmg.pmml.general_regression that return Output Modifier and Type Method Description OutputGeneralRegressionModel. getOutput()Methods in org.dmg.pmml.general_regression with parameters of type Output Modifier and Type Method Description GeneralRegressionModelGeneralRegressionModel. setOutput(Output output) -
Uses of Output in org.dmg.pmml.mining
Methods in org.dmg.pmml.mining that return Output Modifier and Type Method Description OutputMiningModel. getOutput()Methods in org.dmg.pmml.mining with parameters of type Output Modifier and Type Method Description MiningModelMiningModel. setOutput(Output output) -
Uses of Output in org.dmg.pmml.naive_bayes
Methods in org.dmg.pmml.naive_bayes that return Output Modifier and Type Method Description OutputNaiveBayesModel. getOutput()Methods in org.dmg.pmml.naive_bayes with parameters of type Output Modifier and Type Method Description NaiveBayesModelNaiveBayesModel. setOutput(Output output) -
Uses of Output in org.dmg.pmml.nearest_neighbor
Methods in org.dmg.pmml.nearest_neighbor that return Output Modifier and Type Method Description OutputNearestNeighborModel. getOutput()Methods in org.dmg.pmml.nearest_neighbor with parameters of type Output Modifier and Type Method Description NearestNeighborModelNearestNeighborModel. setOutput(Output output) -
Uses of Output in org.dmg.pmml.neural_network
Methods in org.dmg.pmml.neural_network that return Output Modifier and Type Method Description OutputNeuralNetwork. getOutput()Methods in org.dmg.pmml.neural_network with parameters of type Output Modifier and Type Method Description NeuralNetworkNeuralNetwork. setOutput(Output output) -
Uses of Output in org.dmg.pmml.regression
Methods in org.dmg.pmml.regression that return Output Modifier and Type Method Description OutputRegression. getOutput()OutputRegressionModel. getOutput()Methods in org.dmg.pmml.regression with parameters of type Output Modifier and Type Method Description RegressionRegression. setOutput(Output output)RegressionModelRegressionModel. setOutput(Output output) -
Uses of Output in org.dmg.pmml.rule_set
Methods in org.dmg.pmml.rule_set that return Output Modifier and Type Method Description OutputRuleSetModel. getOutput()Methods in org.dmg.pmml.rule_set with parameters of type Output Modifier and Type Method Description RuleSetModelRuleSetModel. setOutput(Output output) -
Uses of Output in org.dmg.pmml.scorecard
Methods in org.dmg.pmml.scorecard that return Output Modifier and Type Method Description OutputScorecard. getOutput()Methods in org.dmg.pmml.scorecard with parameters of type Output Modifier and Type Method Description ScorecardScorecard. setOutput(Output output) -
Uses of Output in org.dmg.pmml.support_vector_machine
Methods in org.dmg.pmml.support_vector_machine that return Output Modifier and Type Method Description OutputSupportVectorMachineModel. getOutput()Methods in org.dmg.pmml.support_vector_machine with parameters of type Output Modifier and Type Method Description SupportVectorMachineModelSupportVectorMachineModel. setOutput(Output output) -
Uses of Output in org.dmg.pmml.text
Methods in org.dmg.pmml.text that return Output Modifier and Type Method Description OutputTextModel. getOutput()Methods in org.dmg.pmml.text with parameters of type Output Modifier and Type Method Description TextModelTextModel. setOutput(Output output) -
Uses of Output in org.dmg.pmml.time_series
Methods in org.dmg.pmml.time_series that return Output Modifier and Type Method Description OutputTimeSeriesModel. getOutput()Methods in org.dmg.pmml.time_series with parameters of type Output Modifier and Type Method Description TimeSeriesModelTimeSeriesModel. setOutput(Output output) -
Uses of Output in org.dmg.pmml.tree
Methods in org.dmg.pmml.tree that return Output Modifier and Type Method Description OutputDecisionTree. getOutput()OutputTreeModel. getOutput()Methods in org.dmg.pmml.tree with parameters of type Output Modifier and Type Method Description DecisionTreeDecisionTree. setOutput(Output output)TreeModelTreeModel. setOutput(Output output) -
Uses of Output in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type Output Modifier and Type Method Description VisitorActionAbstractVisitor. visit(Output output)VisitorActionFieldResolver. visit(Output output)
-