Class VectorDictionary
Represents the methods and properties for VectorDictionary element and its attributes
Inheritance
System.Object
VectorDictionary
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 VectorDictionary
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 |