Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

DataMining.PMML.Iris.DecisionTree

class DataMining.PMML.Iris.DecisionTree extends %DeepSee.PMML.Model.Tree

This class was generated by : DataMining.PMML.Iris.CLS

Method Inventory

Parameters

parameter DATACLASS = DataMining.PMML.Iris.Data;
Inherited description: The name of the root %DeepSee.PMML.Data class for this model's PMML definition
parameter DEFINITIONCLASS = DataMining.PMML.Iris;
Inherited description: The name of the %DeepSee.PMML.Definition class defining this PMML model.
parameter INPUTCLASS = DataMining.PMML.Iris.DecisionTreeInput;
Inherited description: The name of the %DeepSee.PMML.ModelInput class for this model
parameter MODELNAME = DecisionTree;
Inherited description: The name of this model as defined in the PMML definition
parameter OUTPUTCLASS = DataMining.PMML.Iris.DecisionTreeOutput;
Inherited description: The name of the %DeepSee.PMML.ModelOutput class for this model
parameter PREDICTEDFIELD = Species;
Inherited description: The field in DATACLASS predicted by this model.

Methods

classmethod %ExecuteSQL(pPetalLength As %DeepSee.PMML.Datatype.RealNumber, pPetalWidth As %DeepSee.PMML.Datatype.RealNumber, pSepalLength As %DeepSee.PMML.Datatype.RealNumber, pSepalWidth As %DeepSee.PMML.Datatype.RealNumber, Output pSpecies As %DeepSee.PMML.Datatype.String, Output pProbability As %DeepSee.PMML.Datatype.ProbNumber) as %DeepSee.PMML.Datatype.String [ SQLProc = DecisionTree ]
Projected as the stored procedure: DecisionTree

SQL procedure to execute the predictive model named 'DecisionTree' defined in DataMining.PMML

This method has the following input parameters:

  1. pPetalLength (%DeepSee.PMML.Datatype.RealNumber) for DataField 'PetalLength'
  2. pPetalWidth (%DeepSee.PMML.Datatype.RealNumber) for DataField 'PetalWidth'
  3. pSepalLength (%DeepSee.PMML.Datatype.RealNumber) for DataField 'SepalLength'
  4. pSepalWidth (%DeepSee.PMML.Datatype.RealNumber) for DataField 'SepalWidth'

In addition, it has the following output parameters:

  • pSpecies (%DeepSee.PMML.Datatype.String) for OutputField 'Species'
  • pProbability (%DeepSee.PMML.Datatype.ProbNumber) for OutputField 'Probability'
classmethod %GetPredictedFieldInfo(Output pFieldName As %String, Output pDataType As %String, Output pOpType As %String) as %Status
Inherited description: Returns basic info about the data field predicted by this model.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab