IDMNodeHelper.GetInputDatasetUniqueValues
This function is called by an IDMNode, passing his own DataMinerNode*, to get unique values from his incoming data source from his parent node.
| Syntax | Parameters | Return Value |
|---|---|---|
Function IDMNodeHelper.GetInputDatasetUniqueValues( _
pNode As DataMinerNode, _
input_dataset_index As Long, _
options As DMUniqueValuesOptions, _
variables As Variant, _
maxNbValues As Long, _
maxVal As Double, _
ByRef pvUniqueValues As Variant, _
ByRef pvLabels As Variant, _
ByRef pValidN As Long, _
ByRef pMean As Double, _
ByRef pStdDev As Double) As Long
|
Type: DataMinerNode
Type: Long
Type: DMUniqueValuesOptions
Type: Variant
Type: Long
Type: Double
Type: Variant
Type: Variant
Type: Long
Type: Double
Type: Double |
Long |