Uses of Class
org.dmg.pmml.MiningFunction
-
-
Uses of MiningFunction in org.dmg.pmml
Methods in org.dmg.pmml that return MiningFunction Modifier and Type Method Description static MiningFunctionMiningFunction. fromValue(java.lang.String v)abstract MiningFunctionEmbeddedModel. getMiningFunction()MiningFunctionForwardingModel. getMiningFunction()abstract MiningFunctionModel. getMiningFunction()abstract MiningFunctionEmbeddedModel. requireMiningFunction()MiningFunctionForwardingModel. requireMiningFunction()abstract MiningFunctionModel. requireMiningFunction()static MiningFunctionMiningFunction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MiningFunction[]MiningFunction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dmg.pmml with parameters of type MiningFunction Modifier and Type Method Description abstract EmbeddedModelEmbeddedModel. setMiningFunction(MiningFunction miningFunction)ForwardingModelForwardingModel. setMiningFunction(MiningFunction miningFunction)abstract ModelModel. setMiningFunction(MiningFunction miningFunction) -
Uses of MiningFunction in org.dmg.pmml.anomaly_detection
Methods in org.dmg.pmml.anomaly_detection that return MiningFunction Modifier and Type Method Description MiningFunctionAnomalyDetectionModel. getMiningFunction()MiningFunctionAnomalyDetectionModel. requireMiningFunction()Methods in org.dmg.pmml.anomaly_detection with parameters of type MiningFunction Modifier and Type Method Description AnomalyDetectionModelAnomalyDetectionModel. setMiningFunction(MiningFunction miningFunction)Constructors in org.dmg.pmml.anomaly_detection with parameters of type MiningFunction Constructor Description AnomalyDetectionModel(MiningFunction miningFunction, java.lang.String algorithmType, MiningSchema miningSchema, Model model) -
Uses of MiningFunction in org.dmg.pmml.association
Methods in org.dmg.pmml.association that return MiningFunction Modifier and Type Method Description MiningFunctionAssociationModel. getMiningFunction()MiningFunctionAssociationModel. requireMiningFunction()Methods in org.dmg.pmml.association with parameters of type MiningFunction Modifier and Type Method Description AssociationModelAssociationModel. setMiningFunction(MiningFunction miningFunction)Constructors in org.dmg.pmml.association with parameters of type MiningFunction Constructor Description AssociationModel(MiningFunction miningFunction, java.lang.Integer numberOfTransactions, java.lang.Number minimumSupport, java.lang.Number minimumConfidence, java.lang.Integer numberOfItems, java.lang.Integer numberOfItemsets, java.lang.Integer numberOfRules, MiningSchema miningSchema) -
Uses of MiningFunction in org.dmg.pmml.baseline
Methods in org.dmg.pmml.baseline that return MiningFunction Modifier and Type Method Description MiningFunctionBaselineModel. getMiningFunction()MiningFunctionBaselineModel. requireMiningFunction()Methods in org.dmg.pmml.baseline with parameters of type MiningFunction Modifier and Type Method Description BaselineModelBaselineModel. setMiningFunction(MiningFunction miningFunction)Constructors in org.dmg.pmml.baseline with parameters of type MiningFunction Constructor Description BaselineModel(MiningFunction miningFunction, MiningSchema miningSchema, TestDistributions testDistributions) -
Uses of MiningFunction in org.dmg.pmml.bayesian_network
Methods in org.dmg.pmml.bayesian_network that return MiningFunction Modifier and Type Method Description MiningFunctionBayesianNetworkModel. getMiningFunction()MiningFunctionBayesianNetworkModel. requireMiningFunction()Methods in org.dmg.pmml.bayesian_network with parameters of type MiningFunction Modifier and Type Method Description BayesianNetworkModelBayesianNetworkModel. setMiningFunction(MiningFunction miningFunction)Constructors in org.dmg.pmml.bayesian_network with parameters of type MiningFunction Constructor Description BayesianNetworkModel(MiningFunction miningFunction, MiningSchema miningSchema, BayesianNetworkNodes bayesianNetworkNodes) -
Uses of MiningFunction in org.dmg.pmml.clustering
Methods in org.dmg.pmml.clustering that return MiningFunction Modifier and Type Method Description MiningFunctionClusteringModel. getMiningFunction()MiningFunctionClusteringModel. requireMiningFunction()Methods in org.dmg.pmml.clustering with parameters of type MiningFunction Modifier and Type Method Description ClusteringModelClusteringModel. setMiningFunction(MiningFunction miningFunction)Constructors in org.dmg.pmml.clustering with parameters of type MiningFunction Constructor Description ClusteringModel(MiningFunction miningFunction, ClusteringModel.ModelClass modelClass, java.lang.Integer numberOfClusters, MiningSchema miningSchema, ComparisonMeasure comparisonMeasure, java.util.List<ClusteringField> clusteringFields, java.util.List<Cluster> clusters) -
Uses of MiningFunction in org.dmg.pmml.gaussian_process
Methods in org.dmg.pmml.gaussian_process that return MiningFunction Modifier and Type Method Description MiningFunctionGaussianProcessModel. getMiningFunction()MiningFunctionGaussianProcessModel. requireMiningFunction()Methods in org.dmg.pmml.gaussian_process with parameters of type MiningFunction Modifier and Type Method Description GaussianProcessModelGaussianProcessModel. setMiningFunction(MiningFunction miningFunction)Constructors in org.dmg.pmml.gaussian_process with parameters of type MiningFunction Constructor Description GaussianProcessModel(MiningFunction miningFunction, MiningSchema miningSchema, RadialBasisKernel radialBasisKernel, ARDSquaredExponentialKernel ardSquaredExponentialKernel, AbsoluteExponentialKernel absoluteExponentialKernel, GeneralizedExponentialKernel generalizedExponentialKernel, TrainingInstances trainingInstances) -
Uses of MiningFunction in org.dmg.pmml.general_regression
Methods in org.dmg.pmml.general_regression that return MiningFunction Modifier and Type Method Description MiningFunctionGeneralRegressionModel. getMiningFunction()MiningFunctionGeneralRegressionModel. requireMiningFunction()Methods in org.dmg.pmml.general_regression with parameters of type MiningFunction Modifier and Type Method Description GeneralRegressionModelGeneralRegressionModel. setMiningFunction(MiningFunction miningFunction)Constructors in org.dmg.pmml.general_regression with parameters of type MiningFunction Constructor Description GeneralRegressionModel(GeneralRegressionModel.ModelType modelType, MiningFunction miningFunction, MiningSchema miningSchema, ParameterList parameterList, PPMatrix ppMatrix, ParamMatrix paramMatrix) -
Uses of MiningFunction in org.dmg.pmml.mining
Methods in org.dmg.pmml.mining that return MiningFunction Modifier and Type Method Description MiningFunctionMiningModel. getMiningFunction()MiningFunctionMiningModel. requireMiningFunction()Methods in org.dmg.pmml.mining with parameters of type MiningFunction Modifier and Type Method Description MiningModelMiningModel. setMiningFunction(MiningFunction miningFunction)Constructors in org.dmg.pmml.mining with parameters of type MiningFunction Constructor Description MiningModel(MiningFunction miningFunction, MiningSchema miningSchema) -
Uses of MiningFunction in org.dmg.pmml.naive_bayes
Methods in org.dmg.pmml.naive_bayes that return MiningFunction Modifier and Type Method Description MiningFunctionNaiveBayesModel. getMiningFunction()MiningFunctionNaiveBayesModel. requireMiningFunction()Methods in org.dmg.pmml.naive_bayes with parameters of type MiningFunction Modifier and Type Method Description NaiveBayesModelNaiveBayesModel. setMiningFunction(MiningFunction miningFunction)Constructors in org.dmg.pmml.naive_bayes with parameters of type MiningFunction Constructor Description NaiveBayesModel(java.lang.Number threshold, MiningFunction miningFunction, MiningSchema miningSchema, BayesInputs bayesInputs, BayesOutput bayesOutput) -
Uses of MiningFunction in org.dmg.pmml.nearest_neighbor
Methods in org.dmg.pmml.nearest_neighbor that return MiningFunction Modifier and Type Method Description MiningFunctionNearestNeighborModel. getMiningFunction()MiningFunctionNearestNeighborModel. requireMiningFunction()Methods in org.dmg.pmml.nearest_neighbor with parameters of type MiningFunction Modifier and Type Method Description NearestNeighborModelNearestNeighborModel. setMiningFunction(MiningFunction miningFunction)Constructors in org.dmg.pmml.nearest_neighbor with parameters of type MiningFunction Constructor Description NearestNeighborModel(MiningFunction miningFunction, java.lang.Integer numberOfNeighbors, MiningSchema miningSchema, TrainingInstances trainingInstances, ComparisonMeasure comparisonMeasure, KNNInputs knnInputs) -
Uses of MiningFunction in org.dmg.pmml.neural_network
Methods in org.dmg.pmml.neural_network that return MiningFunction Modifier and Type Method Description MiningFunctionNeuralNetwork. getMiningFunction()MiningFunctionNeuralNetwork. requireMiningFunction()Methods in org.dmg.pmml.neural_network with parameters of type MiningFunction Modifier and Type Method Description NeuralNetworkNeuralNetwork. setMiningFunction(MiningFunction miningFunction)Constructors in org.dmg.pmml.neural_network with parameters of type MiningFunction Constructor Description NeuralNetwork(MiningFunction miningFunction, NeuralNetwork.ActivationFunction activationFunction, MiningSchema miningSchema, NeuralInputs neuralInputs, java.util.List<NeuralLayer> neuralLayers) -
Uses of MiningFunction in org.dmg.pmml.regression
Methods in org.dmg.pmml.regression that return MiningFunction Modifier and Type Method Description MiningFunctionRegression. getMiningFunction()MiningFunctionRegressionModel. getMiningFunction()MiningFunctionRegression. requireMiningFunction()MiningFunctionRegressionModel. requireMiningFunction()Methods in org.dmg.pmml.regression with parameters of type MiningFunction Modifier and Type Method Description RegressionRegression. setMiningFunction(MiningFunction miningFunction)RegressionModelRegressionModel. setMiningFunction(MiningFunction miningFunction)Constructors in org.dmg.pmml.regression with parameters of type MiningFunction Constructor Description Regression(MiningFunction miningFunction, java.util.List<RegressionTable> regressionTables)RegressionModel(MiningFunction miningFunction, MiningSchema miningSchema, java.util.List<RegressionTable> regressionTables) -
Uses of MiningFunction in org.dmg.pmml.rule_set
Methods in org.dmg.pmml.rule_set that return MiningFunction Modifier and Type Method Description MiningFunctionRuleSetModel. getMiningFunction()MiningFunctionRuleSetModel. requireMiningFunction()Methods in org.dmg.pmml.rule_set with parameters of type MiningFunction Modifier and Type Method Description RuleSetModelRuleSetModel. setMiningFunction(MiningFunction miningFunction)Constructors in org.dmg.pmml.rule_set with parameters of type MiningFunction Constructor Description RuleSetModel(MiningFunction miningFunction, MiningSchema miningSchema, RuleSet ruleSet) -
Uses of MiningFunction in org.dmg.pmml.scorecard
Methods in org.dmg.pmml.scorecard that return MiningFunction Modifier and Type Method Description MiningFunctionScorecard. getMiningFunction()MiningFunctionScorecard. requireMiningFunction()Methods in org.dmg.pmml.scorecard with parameters of type MiningFunction Modifier and Type Method Description ScorecardScorecard. setMiningFunction(MiningFunction miningFunction)Constructors in org.dmg.pmml.scorecard with parameters of type MiningFunction Constructor Description Scorecard(MiningFunction miningFunction, MiningSchema miningSchema, Characteristics characteristics) -
Uses of MiningFunction in org.dmg.pmml.sequence
Methods in org.dmg.pmml.sequence that return MiningFunction Modifier and Type Method Description MiningFunctionSequenceModel. getMiningFunction()MiningFunctionSequenceModel. requireMiningFunction()Methods in org.dmg.pmml.sequence with parameters of type MiningFunction Modifier and Type Method Description SequenceModelSequenceModel. setMiningFunction(MiningFunction miningFunction)Constructors in org.dmg.pmml.sequence with parameters of type MiningFunction Constructor Description SequenceModel(MiningFunction miningFunction, java.lang.Number minimumSupport, java.lang.Number minimumConfidence, java.lang.Integer numberOfItems, java.lang.Integer numberOfSets, java.lang.Integer numberOfSequences, java.lang.Integer numberOfRules, MiningSchema miningSchema, java.util.List<Sequence> sequences) -
Uses of MiningFunction in org.dmg.pmml.support_vector_machine
Methods in org.dmg.pmml.support_vector_machine that return MiningFunction Modifier and Type Method Description MiningFunctionSupportVectorMachineModel. getMiningFunction()MiningFunctionSupportVectorMachineModel. requireMiningFunction()Methods in org.dmg.pmml.support_vector_machine with parameters of type MiningFunction Modifier and Type Method Description SupportVectorMachineModelSupportVectorMachineModel. setMiningFunction(MiningFunction miningFunction)Constructors in org.dmg.pmml.support_vector_machine with parameters of type MiningFunction Constructor Description SupportVectorMachineModel(MiningFunction miningFunction, MiningSchema miningSchema, Kernel kernel, VectorDictionary vectorDictionary, java.util.List<SupportVectorMachine> supportVectorMachines) -
Uses of MiningFunction in org.dmg.pmml.text
Methods in org.dmg.pmml.text that return MiningFunction Modifier and Type Method Description MiningFunctionTextModel. getMiningFunction()MiningFunctionTextModel. requireMiningFunction()Methods in org.dmg.pmml.text with parameters of type MiningFunction Modifier and Type Method Description TextModelTextModel. setMiningFunction(MiningFunction miningFunction)Constructors in org.dmg.pmml.text with parameters of type MiningFunction Constructor Description TextModel(MiningFunction miningFunction, java.lang.Integer numberOfTerms, java.lang.Integer numberOfDocuments, MiningSchema miningSchema, TextDictionary textDictionary, TextCorpus textCorpus, DocumentTermMatrix documentTermMatrix) -
Uses of MiningFunction in org.dmg.pmml.time_series
Methods in org.dmg.pmml.time_series that return MiningFunction Modifier and Type Method Description MiningFunctionTimeSeriesModel. getMiningFunction()MiningFunctionTimeSeriesModel. requireMiningFunction()Methods in org.dmg.pmml.time_series with parameters of type MiningFunction Modifier and Type Method Description TimeSeriesModelTimeSeriesModel. setMiningFunction(MiningFunction miningFunction)Constructors in org.dmg.pmml.time_series with parameters of type MiningFunction Constructor Description TimeSeriesModel(MiningFunction miningFunction, TimeSeriesModel.Algorithm bestFit, MiningSchema miningSchema) -
Uses of MiningFunction in org.dmg.pmml.tree
Methods in org.dmg.pmml.tree that return MiningFunction Modifier and Type Method Description MiningFunctionDecisionTree. getMiningFunction()MiningFunctionTreeModel. getMiningFunction()MiningFunctionDecisionTree. requireMiningFunction()MiningFunctionTreeModel. requireMiningFunction()Methods in org.dmg.pmml.tree with parameters of type MiningFunction Modifier and Type Method Description DecisionTreeDecisionTree. setMiningFunction(MiningFunction miningFunction)TreeModelTreeModel. setMiningFunction(MiningFunction miningFunction)Constructors in org.dmg.pmml.tree with parameters of type MiningFunction Constructor Description DecisionTree(MiningFunction miningFunction, Node node)TreeModel(MiningFunction miningFunction, MiningSchema miningSchema, Node node)
-