menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Neuron - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Neuron

    Represents the methods and properties for Neuron element and its attributes

    Inheritance
    System.Object
    Neuron
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Portable.dll
    Syntax
    public class Neuron : Object

    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"

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