menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NeuralNetworkModel - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class NeuralNetworkModel

    Represents the methods and properties for NeuralNetworkModel element and its attributes

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

    Constructors

    NeuralNetworkModel()

    Declaration
    public NeuralNetworkModel()

    Properties

    ActivationFunction

    Gets the "activationFunction" value

    Declaration
    public string ActivationFunction { get; }
    Property Value
    Type
    System.String

    Extension

    Gets and sets the "Extension" elements value

    Declaration
    public Extension Extension { get; }
    Property Value
    Type
    Extension

    LocalTransformations

    Gets the "LocalTransformations" value

    Declaration
    public LocalTransformations LocalTransformations { get; }
    Property Value
    Type
    LocalTransformations

    MiningSchema

    Gets the "MiningSchema" value

    Declaration
    public MiningSchema MiningSchema { get; }
    Property Value
    Type
    MiningSchema

    NeuralInputs

    Gets the "NeuralInputs" value

    Declaration
    public NeuralInputs NeuralInputs { get; }
    Property Value
    Type
    NeuralInputs

    NeuralOutputs

    Gets the "NeuralOutputs" value

    Declaration
    public NeuralOutputs NeuralOutputs { get; }
    Property Value
    Type
    NeuralOutputs

    NormalizationMethod

    Gets the "normalizationMethod" value

    Declaration
    public string NormalizationMethod { get; }
    Property Value
    Type
    System.String

    NumberOfLayers

    Gets the "numberOfLayers" value

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

    Output

    Gets the "Output" value

    Declaration
    public Output Output { get; }
    Property Value
    Type
    Output

    Threshold

    Gets the "threshold" value

    Declaration
    public double? Threshold { get; }
    Property Value
    Type
    System.Nullable<System.Double>

    Methods

    GetNeuralLayer()

    Returns list of "NeuralLayer" value

    Declaration
    public List<NeuralLayer> GetNeuralLayer()
    Returns
    Type Description
    System.Collections.Generic.List<NeuralLayer>

    Cloned list of "NeuralLayer"

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