WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NeuralOutputs

    Show / Hide Table of Contents

    Class NeuralOutputs

    Represents the methods and properties for NeuralOutputs element collection

    Inheritance
    System.Object
    NeuralOutputs
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Base.dll
    Syntax
    public class NeuralOutputs

    Constructors

    NeuralOutputs()

    Declaration
    public NeuralOutputs()

    Properties

    NumberOfOutputs

    Gets the "numberOfOutputs" value

    Declaration
    public int NumberOfOutputs { get; }
    Property Value
    Type Description
    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 - 2023 Syncfusion Inc. All Rights Reserved