Uses of Class
org.dmg.pmml.MiningSchema
-
-
Uses of MiningSchema in org.dmg.pmml
Methods in org.dmg.pmml that return MiningSchema Modifier and Type Method Description MiningSchemaMiningSchema. addExtensions(Extension... extensions)MiningSchemaMiningSchema. addMiningFields(MiningField... miningFields)MiningSchemaObjectFactory. createMiningSchema()Create an instance ofMiningSchemaMiningSchemaForwardingModel. getMiningSchema()abstract MiningSchemaModel. getMiningSchema()MiningSchemaForwardingModel. requireMiningSchema()abstract MiningSchemaModel. requireMiningSchema()Methods in org.dmg.pmml with parameters of type MiningSchema Modifier and Type Method Description ForwardingModelForwardingModel. setMiningSchema(MiningSchema miningSchema)abstract ModelModel. setMiningSchema(MiningSchema miningSchema)VisitorActionVisitor. visit(MiningSchema miningSchema) -
Uses of MiningSchema in org.dmg.pmml.anomaly_detection
Methods in org.dmg.pmml.anomaly_detection that return MiningSchema Modifier and Type Method Description MiningSchemaAnomalyDetectionModel. getMiningSchema()MiningSchemaAnomalyDetectionModel. requireMiningSchema()Methods in org.dmg.pmml.anomaly_detection with parameters of type MiningSchema Modifier and Type Method Description AnomalyDetectionModelAnomalyDetectionModel. setMiningSchema(MiningSchema miningSchema)Constructors in org.dmg.pmml.anomaly_detection with parameters of type MiningSchema Constructor Description AnomalyDetectionModel(MiningFunction miningFunction, java.lang.String algorithmType, MiningSchema miningSchema, Model model) -
Uses of MiningSchema in org.dmg.pmml.association
Methods in org.dmg.pmml.association that return MiningSchema Modifier and Type Method Description MiningSchemaAssociationModel. getMiningSchema()MiningSchemaAssociationModel. requireMiningSchema()Methods in org.dmg.pmml.association with parameters of type MiningSchema Modifier and Type Method Description AssociationModelAssociationModel. setMiningSchema(MiningSchema miningSchema)Constructors in org.dmg.pmml.association with parameters of type MiningSchema 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 MiningSchema in org.dmg.pmml.baseline
Methods in org.dmg.pmml.baseline that return MiningSchema Modifier and Type Method Description MiningSchemaBaselineModel. getMiningSchema()MiningSchemaBaselineModel. requireMiningSchema()Methods in org.dmg.pmml.baseline with parameters of type MiningSchema Modifier and Type Method Description BaselineModelBaselineModel. setMiningSchema(MiningSchema miningSchema)Constructors in org.dmg.pmml.baseline with parameters of type MiningSchema Constructor Description BaselineModel(MiningFunction miningFunction, MiningSchema miningSchema, TestDistributions testDistributions) -
Uses of MiningSchema in org.dmg.pmml.bayesian_network
Methods in org.dmg.pmml.bayesian_network that return MiningSchema Modifier and Type Method Description MiningSchemaBayesianNetworkModel. getMiningSchema()MiningSchemaBayesianNetworkModel. requireMiningSchema()Methods in org.dmg.pmml.bayesian_network with parameters of type MiningSchema Modifier and Type Method Description BayesianNetworkModelBayesianNetworkModel. setMiningSchema(MiningSchema miningSchema)Constructors in org.dmg.pmml.bayesian_network with parameters of type MiningSchema Constructor Description BayesianNetworkModel(MiningFunction miningFunction, MiningSchema miningSchema, BayesianNetworkNodes bayesianNetworkNodes) -
Uses of MiningSchema in org.dmg.pmml.clustering
Methods in org.dmg.pmml.clustering that return MiningSchema Modifier and Type Method Description MiningSchemaClusteringModel. getMiningSchema()MiningSchemaClusteringModel. requireMiningSchema()Methods in org.dmg.pmml.clustering with parameters of type MiningSchema Modifier and Type Method Description ClusteringModelClusteringModel. setMiningSchema(MiningSchema miningSchema)Constructors in org.dmg.pmml.clustering with parameters of type MiningSchema 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 MiningSchema in org.dmg.pmml.gaussian_process
Methods in org.dmg.pmml.gaussian_process that return MiningSchema Modifier and Type Method Description MiningSchemaGaussianProcessModel. getMiningSchema()MiningSchemaGaussianProcessModel. requireMiningSchema()Methods in org.dmg.pmml.gaussian_process with parameters of type MiningSchema Modifier and Type Method Description GaussianProcessModelGaussianProcessModel. setMiningSchema(MiningSchema miningSchema)Constructors in org.dmg.pmml.gaussian_process with parameters of type MiningSchema Constructor Description GaussianProcessModel(MiningFunction miningFunction, MiningSchema miningSchema, RadialBasisKernel radialBasisKernel, ARDSquaredExponentialKernel ardSquaredExponentialKernel, AbsoluteExponentialKernel absoluteExponentialKernel, GeneralizedExponentialKernel generalizedExponentialKernel, TrainingInstances trainingInstances) -
Uses of MiningSchema in org.dmg.pmml.general_regression
Methods in org.dmg.pmml.general_regression that return MiningSchema Modifier and Type Method Description MiningSchemaGeneralRegressionModel. getMiningSchema()MiningSchemaGeneralRegressionModel. requireMiningSchema()Methods in org.dmg.pmml.general_regression with parameters of type MiningSchema Modifier and Type Method Description GeneralRegressionModelGeneralRegressionModel. setMiningSchema(MiningSchema miningSchema)Constructors in org.dmg.pmml.general_regression with parameters of type MiningSchema Constructor Description GeneralRegressionModel(GeneralRegressionModel.ModelType modelType, MiningFunction miningFunction, MiningSchema miningSchema, ParameterList parameterList, PPMatrix ppMatrix, ParamMatrix paramMatrix) -
Uses of MiningSchema in org.dmg.pmml.mining
Methods in org.dmg.pmml.mining that return MiningSchema Modifier and Type Method Description MiningSchemaMiningModel. getMiningSchema()MiningSchemaMiningModel. requireMiningSchema()Methods in org.dmg.pmml.mining with parameters of type MiningSchema Modifier and Type Method Description MiningModelMiningModel. setMiningSchema(MiningSchema miningSchema)Constructors in org.dmg.pmml.mining with parameters of type MiningSchema Constructor Description MiningModel(MiningFunction miningFunction, MiningSchema miningSchema) -
Uses of MiningSchema in org.dmg.pmml.naive_bayes
Methods in org.dmg.pmml.naive_bayes that return MiningSchema Modifier and Type Method Description MiningSchemaNaiveBayesModel. getMiningSchema()MiningSchemaNaiveBayesModel. requireMiningSchema()Methods in org.dmg.pmml.naive_bayes with parameters of type MiningSchema Modifier and Type Method Description NaiveBayesModelNaiveBayesModel. setMiningSchema(MiningSchema miningSchema)Constructors in org.dmg.pmml.naive_bayes with parameters of type MiningSchema Constructor Description NaiveBayesModel(java.lang.Number threshold, MiningFunction miningFunction, MiningSchema miningSchema, BayesInputs bayesInputs, BayesOutput bayesOutput) -
Uses of MiningSchema in org.dmg.pmml.nearest_neighbor
Methods in org.dmg.pmml.nearest_neighbor that return MiningSchema Modifier and Type Method Description MiningSchemaNearestNeighborModel. getMiningSchema()MiningSchemaNearestNeighborModel. requireMiningSchema()Methods in org.dmg.pmml.nearest_neighbor with parameters of type MiningSchema Modifier and Type Method Description NearestNeighborModelNearestNeighborModel. setMiningSchema(MiningSchema miningSchema)Constructors in org.dmg.pmml.nearest_neighbor with parameters of type MiningSchema Constructor Description NearestNeighborModel(MiningFunction miningFunction, java.lang.Integer numberOfNeighbors, MiningSchema miningSchema, TrainingInstances trainingInstances, ComparisonMeasure comparisonMeasure, KNNInputs knnInputs) -
Uses of MiningSchema in org.dmg.pmml.neural_network
Methods in org.dmg.pmml.neural_network that return MiningSchema Modifier and Type Method Description MiningSchemaNeuralNetwork. getMiningSchema()MiningSchemaNeuralNetwork. requireMiningSchema()Methods in org.dmg.pmml.neural_network with parameters of type MiningSchema Modifier and Type Method Description NeuralNetworkNeuralNetwork. setMiningSchema(MiningSchema miningSchema)Constructors in org.dmg.pmml.neural_network with parameters of type MiningSchema Constructor Description NeuralNetwork(MiningFunction miningFunction, NeuralNetwork.ActivationFunction activationFunction, MiningSchema miningSchema, NeuralInputs neuralInputs, java.util.List<NeuralLayer> neuralLayers) -
Uses of MiningSchema in org.dmg.pmml.regression
Methods in org.dmg.pmml.regression that return MiningSchema Modifier and Type Method Description MiningSchemaRegressionModel. getMiningSchema()MiningSchemaRegressionModel. requireMiningSchema()Methods in org.dmg.pmml.regression with parameters of type MiningSchema Modifier and Type Method Description RegressionModelRegressionModel. setMiningSchema(MiningSchema miningSchema)Constructors in org.dmg.pmml.regression with parameters of type MiningSchema Constructor Description RegressionModel(MiningFunction miningFunction, MiningSchema miningSchema, java.util.List<RegressionTable> regressionTables) -
Uses of MiningSchema in org.dmg.pmml.rule_set
Methods in org.dmg.pmml.rule_set that return MiningSchema Modifier and Type Method Description MiningSchemaRuleSetModel. getMiningSchema()MiningSchemaRuleSetModel. requireMiningSchema()Methods in org.dmg.pmml.rule_set with parameters of type MiningSchema Modifier and Type Method Description RuleSetModelRuleSetModel. setMiningSchema(MiningSchema miningSchema)Constructors in org.dmg.pmml.rule_set with parameters of type MiningSchema Constructor Description RuleSetModel(MiningFunction miningFunction, MiningSchema miningSchema, RuleSet ruleSet) -
Uses of MiningSchema in org.dmg.pmml.scorecard
Methods in org.dmg.pmml.scorecard that return MiningSchema Modifier and Type Method Description MiningSchemaScorecard. getMiningSchema()MiningSchemaScorecard. requireMiningSchema()Methods in org.dmg.pmml.scorecard with parameters of type MiningSchema Modifier and Type Method Description ScorecardScorecard. setMiningSchema(MiningSchema miningSchema)Constructors in org.dmg.pmml.scorecard with parameters of type MiningSchema Constructor Description Scorecard(MiningFunction miningFunction, MiningSchema miningSchema, Characteristics characteristics) -
Uses of MiningSchema in org.dmg.pmml.sequence
Methods in org.dmg.pmml.sequence that return MiningSchema Modifier and Type Method Description MiningSchemaSequenceModel. getMiningSchema()MiningSchemaSequenceModel. requireMiningSchema()Methods in org.dmg.pmml.sequence with parameters of type MiningSchema Modifier and Type Method Description SequenceModelSequenceModel. setMiningSchema(MiningSchema miningSchema)Constructors in org.dmg.pmml.sequence with parameters of type MiningSchema 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 MiningSchema in org.dmg.pmml.support_vector_machine
Methods in org.dmg.pmml.support_vector_machine that return MiningSchema Modifier and Type Method Description MiningSchemaSupportVectorMachineModel. getMiningSchema()MiningSchemaSupportVectorMachineModel. requireMiningSchema()Methods in org.dmg.pmml.support_vector_machine with parameters of type MiningSchema Modifier and Type Method Description SupportVectorMachineModelSupportVectorMachineModel. setMiningSchema(MiningSchema miningSchema)Constructors in org.dmg.pmml.support_vector_machine with parameters of type MiningSchema Constructor Description SupportVectorMachineModel(MiningFunction miningFunction, MiningSchema miningSchema, Kernel kernel, VectorDictionary vectorDictionary, java.util.List<SupportVectorMachine> supportVectorMachines) -
Uses of MiningSchema in org.dmg.pmml.text
Methods in org.dmg.pmml.text that return MiningSchema Modifier and Type Method Description MiningSchemaTextModel. getMiningSchema()MiningSchemaTextModel. requireMiningSchema()Methods in org.dmg.pmml.text with parameters of type MiningSchema Modifier and Type Method Description TextModelTextModel. setMiningSchema(MiningSchema miningSchema)Constructors in org.dmg.pmml.text with parameters of type MiningSchema Constructor Description TextModel(MiningFunction miningFunction, java.lang.Integer numberOfTerms, java.lang.Integer numberOfDocuments, MiningSchema miningSchema, TextDictionary textDictionary, TextCorpus textCorpus, DocumentTermMatrix documentTermMatrix) -
Uses of MiningSchema in org.dmg.pmml.time_series
Methods in org.dmg.pmml.time_series that return MiningSchema Modifier and Type Method Description MiningSchemaTimeSeriesModel. getMiningSchema()MiningSchemaTimeSeriesModel. requireMiningSchema()Methods in org.dmg.pmml.time_series with parameters of type MiningSchema Modifier and Type Method Description TimeSeriesModelTimeSeriesModel. setMiningSchema(MiningSchema miningSchema)Constructors in org.dmg.pmml.time_series with parameters of type MiningSchema Constructor Description TimeSeriesModel(MiningFunction miningFunction, TimeSeriesModel.Algorithm bestFit, MiningSchema miningSchema) -
Uses of MiningSchema in org.dmg.pmml.tree
Methods in org.dmg.pmml.tree that return MiningSchema Modifier and Type Method Description MiningSchemaTreeModel. getMiningSchema()MiningSchemaTreeModel. requireMiningSchema()Methods in org.dmg.pmml.tree with parameters of type MiningSchema Modifier and Type Method Description TreeModelTreeModel. setMiningSchema(MiningSchema miningSchema)Constructors in org.dmg.pmml.tree with parameters of type MiningSchema Constructor Description TreeModel(MiningFunction miningFunction, MiningSchema miningSchema, Node node) -
Uses of MiningSchema in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type MiningSchema Modifier and Type Method Description VisitorActionAbstractVisitor. visit(MiningSchema miningSchema)
-