Class VectorDictionary
Represents the methods and properties for VectorDictionary element and its attributes
Inheritance
System.Object
VectorDictionary
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Portable.dll
Syntax
public class VectorDictionary : Object
Constructors
VectorDictionary()
Declaration
public VectorDictionary()
Properties
VectorFields
Gets the "VectorFields" value
Declaration
public VectorFields VectorFields { get; }
Property Value
Type |
---|
VectorFields |
Methods
GetVectorInstance()
Returns List of "VectorInstance" value
Declaration
public List<VectorInstance> GetVectorInstance()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<VectorInstance> | Cloned list of "VectorInstance" value |