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.Data

serial class DataMining.PMML.Iris.Data extends %DeepSee.PMML.Data

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

Property Inventory

Method Inventory

Properties

property PetalLength as %DeepSee.PMML.Datatype.RealNumber;
Property for field: "PetalLength" name="PetalLength" optype="continuous" dataType="double"
Property methods: PetalLengthDisplayToLogical(), PetalLengthGet(), PetalLengthIsValid(), PetalLengthLogicalToDisplay(), PetalLengthNormalize(), PetalLengthOdbcToLogical()
property PetalWidth as %DeepSee.PMML.Datatype.RealNumber;
Property for field: "PetalWidth" name="PetalWidth" optype="continuous" dataType="double"
Property methods: PetalWidthDisplayToLogical(), PetalWidthGet(), PetalWidthIsValid(), PetalWidthLogicalToDisplay(), PetalWidthNormalize(), PetalWidthOdbcToLogical()
property SepalLength as %DeepSee.PMML.Datatype.RealNumber;
Property for field: "SepalLength" name="SepalLength" optype="continuous" dataType="double"
Property methods: SepalLengthDisplayToLogical(), SepalLengthGet(), SepalLengthIsValid(), SepalLengthLogicalToDisplay(), SepalLengthNormalize(), SepalLengthOdbcToLogical()
property SepalWidth as %DeepSee.PMML.Datatype.RealNumber;
Property for field: "SepalWidth" name="SepalWidth" optype="continuous" dataType="double"
Property methods: SepalWidthDisplayToLogical(), SepalWidthGet(), SepalWidthIsValid(), SepalWidthLogicalToDisplay(), SepalWidthNormalize(), SepalWidthOdbcToLogical()
property Species as %DeepSee.PMML.Datatype.String;
Property for field: "Species" name="Species" optype="categorical" dataType="string"
Property methods: SpeciesDisplayToLogical(), SpeciesGet(), SpeciesIsValid(), SpeciesLogicalToDisplay(), SpeciesLogicalToOdbc(), SpeciesNormalize()

Methods

classmethod %CreateFromDeepSee(pFactId As %Integer, Output pData As %DeepSee.PMML.Data, pDataSource As %String = "") as %Status
Inherited description: Instantiates an object from this class based on the dimension level and measure values of a DeepSee fact, using the mapping described in pDataSource

Inherited Members

Inherited Methods

FeedbackOpens in a new tab