WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • 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.ModelName
    Model.MiningFieldFunction
    Model.AlgorithmName
    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 NeuralNetworkModel : Model

    Constructors

    NeuralNetworkModel()

    Declaration
    public NeuralNetworkModel()

    Properties

    ActivationFunction

    Gets the "activationFunction" value

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

    Extension

    Gets and sets the "Extension" elements value

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

    LocalTransformations

    Gets the "LocalTransformations" value

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

    MiningSchema

    Gets the "MiningSchema" value

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

    NeuralInputs

    Gets the "NeuralInputs" value

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

    NeuralOutputs

    Gets the "NeuralOutputs" value

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

    NormalizationMethod

    Gets the "normalizationMethod" value

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

    NumberOfLayers

    Gets the "numberOfLayers" value

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

    Output

    Gets the "Output" value

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

    Threshold

    Gets the "threshold" value

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