menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NeuralLayer - Xamarin.Android 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
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Portable.dll
    Syntax
    public class NeuralLayer : Object

    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 Nullable<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