menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NeuralLayer - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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"

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved