menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class NeuralOutputs

    Represents the methods and properties for NeuralOutputs element collection

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

    Constructors

    NeuralOutputs()

    Declaration
    public NeuralOutputs()

    Properties

    NumberOfOutputs

    Gets the "numberOfOutputs" value

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

    Methods

    GetNeuralOutput()

    Returns list of "NeuralOutput" value

    Declaration
    public List<NeuralOutput> GetNeuralOutput()
    Returns
    Type Description
    System.Collections.Generic.List<NeuralOutput>

    Cloned list of "NeuralOutput"

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