WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NeuralInputs - WPF 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
    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 NeuralInputs

    Constructors

    NeuralInputs()

    Declaration
    public NeuralInputs()

    Properties

    NumberOfInputs

    Gets the "numberOfInputs" value

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