Class Neuron
Represents the methods and properties for Neuron element and its attributes
Inheritance
System.Object
Neuron
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 Neuron
Constructors
Neuron()
Declaration
public Neuron()
Properties
Bias
Gets the "bias" value
Declaration
public double Bias { get; }
Property Value
Type |
---|
System.Double |
Id
Gets the "id" value
Declaration
public string Id { get; }
Property Value
Type |
---|
System.String |
Methods
GetConnection()
Returns list of "Connection" value
Declaration
public List<Connection> GetConnection()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<Connection> | Cloned list of "Connection" |