Class VectorInstance
Represents the properties for VectorInstance element and its attributes
Inheritance
System.Object
VectorInstance
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Base.dll
Syntax
public class VectorInstance
Constructors
VectorInstance()
Declaration
public VectorInstance()
Properties
Id
Gets the "id" value
Declaration
public string Id { get; }
Property Value
Type |
---|
System.String |
RealSparseArray
Gets the "REAL-SparseArray" value
Declaration
public RealSparseArray RealSparseArray { get; }
Property Value
Type |
---|
RealSparseArray |