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