Class NeuralInputs
Represents the methods and properties for NeuralInputs element and its attributes
Inheritance
System.Object
NeuralInputs
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 NeuralInputs
Constructors
NeuralInputs()
Declaration
public NeuralInputs()
Properties
NumberOfInputs
Gets the "numberOfInputs" value
Declaration
public int NumberOfInputs { get; }
Property Value
Type |
---|
System.Int32 |
Methods
GetNeuralInput()
Returns list of "NeuralInput" value
Declaration
public List<NeuralInput> GetNeuralInput()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<NeuralInput> | Cloned list of "NeuralInput" |