Class NeuralLayer
Represents the methods and properties for NeuralLayer element and its attributes
Inheritance
System.Object
NeuralLayer
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 NeuralLayer
Constructors
NeuralLayer()
Declaration
public NeuralLayer()
Properties
ActivationFunction
Gets the "activationFunction" value
Declaration
public string ActivationFunction { get; }
Property Value
Type |
---|
System.String |
NormalizationMethod
Gets the "normalizationMethod" value
Declaration
public string NormalizationMethod { get; }
Property Value
Type |
---|
System.String |
NumberOfNeurons
Gets the "numberOfNeurons" value
Declaration
public int NumberOfNeurons { get; }
Property Value
Type |
---|
System.Int32 |
Threshold
Gets the "numberOfNeurons" value
Declaration
public double? Threshold { get; }
Property Value
Type |
---|
System.Nullable<System.Double> |
Methods
GetNeuron()
Returns list of "Neuron" value
Declaration
public List<Neuron> GetNeuron()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<Neuron> | Cloned list of "Neuron" |