Class KNNInputs
Represents the methods and properties for KNNInputs element
Inheritance
System.Object
KNNInputs
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 KNNInputs
Constructors
KNNInputs()
Declaration
public KNNInputs()
Methods
GetKNNInputs()
Returns list of "KNNInput" value
Declaration
public List<KNNInput> GetKNNInputs()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<KNNInput> | Cloned list of "KNNInput" |