menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class NeuralInputs

    Represents the methods and properties for NeuralInputs element and its attributes

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

    Constructors

    NeuralInputs()

    Declaration
    public NeuralInputs()

    Properties

    NumberOfInputs

    Gets the "numberOfInputs" value

    Declaration
    public int NumberOfInputs { get; }
    Property Value
    Type
    System.Int32

    Methods

    GetNeuralInput()

    Returns list of "NeuralInput" value

    Declaration
    public List<NeuralInput> GetNeuralInput()
    Returns
    Type Description
    System.Collections.Generic.List<NeuralInput>

    Cloned list of "NeuralInput"

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