Class VectorInstance
Represents the properties for VectorInstance element and its attributes
Inheritance
System.Object
VectorInstance
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Portable.dll
Syntax
public class VectorInstance : Object
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 |