Class ClusteringArray
Represents the methods and properties of Array element and its attributes
Inheritance
System.Object
ClusteringArray
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.UWP.dll
Syntax
public class ClusteringArray : Object
Constructors
ClusteringArray()
Declaration
public ClusteringArray()
Properties
ArrayElements
Gets the array elements
Declaration
public string ArrayElements { get; }
Property Value
Type |
---|
System.String |
NumberOfItems
Gets the "n" value
Declaration
public int NumberOfItems { get; }
Property Value
Type |
---|
System.Int32 |
Type
Gets the "type" value
Declaration
public string Type { get; }
Property Value
Type |
---|
System.String |