Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

DataMining.PMML.Iris.DecisionTreeInput

serial class DataMining.PMML.Iris.DecisionTreeInput extends %DeepSee.PMML.ModelInput

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

Property Inventory

Method Inventory

Parameters

parameter DATACLASS = DataMining.PMML.Iris.Data;
Inherited description: The name of the root %DeepSee.PMML.Data class for this PMML definition
parameter MODELCLASS = DataMining.PMML.Iris.DecisionTree;
Inherited description: The name of the %DeepSee.PMML.Model.AbstractModel for this PMML model
parameter MODELNAME = DecisionTree;
Inherited description: The name of this model as defined in the PMML definition

Properties

property PetalLength as %DeepSee.PMML.Datatype.RealNumber;
Property for field: "PetalLength" usageType="active" optype=""
Property methods: PetalLengthDisplayToLogical(), PetalLengthGet(), PetalLengthIsValid(), PetalLengthLogicalToDisplay(), PetalLengthNormalize(), PetalLengthOdbcToLogical()
property PetalWidth as %DeepSee.PMML.Datatype.RealNumber;
Property for field: "PetalWidth" usageType="active" optype=""
Property methods: PetalWidthDisplayToLogical(), PetalWidthGet(), PetalWidthIsValid(), PetalWidthLogicalToDisplay(), PetalWidthNormalize(), PetalWidthOdbcToLogical()
property SepalLength as %DeepSee.PMML.Datatype.RealNumber;
Property for field: "SepalLength" usageType="active" optype=""
Property methods: SepalLengthDisplayToLogical(), SepalLengthGet(), SepalLengthIsValid(), SepalLengthLogicalToDisplay(), SepalLengthNormalize(), SepalLengthOdbcToLogical()
property SepalWidth as %DeepSee.PMML.Datatype.RealNumber;
Property for field: "SepalWidth" usageType="active" optype=""
Property methods: SepalWidthDisplayToLogical(), SepalWidthGet(), SepalWidthIsValid(), SepalWidthLogicalToDisplay(), SepalWidthNormalize(), SepalWidthOdbcToLogical()

Methods

classmethod %GetFields(Output pArray) as %Status
Inherited description: Returns the usage types for all fields in this Mining Model pArray(fieldName) = $lb(usageType, displayName)

Inherited Members

Inherited Methods

FeedbackOpens in a new tab