menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class Model

    Represents the properties for Model element and its attributes

    Inheritance
    System.Object
    Model
    AssociationRulesModel
    ClusteringModel
    GeneralRegressionModel
    MiningModel
    NaiveBayesModel
    NearestNeighborModel
    NeuralNetworkModel
    RegressionModel
    RuleSetModel
    SequenceModel
    SupportVectorMachineModel
    TreeModel
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Portable.dll
    Syntax
    public class Model : Object

    Constructors

    Model()

    Declaration
    public Model()

    Properties

    AlgorithmName

    Gets the Algorithm Name

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

    MiningFieldFunction

    Gets the MiningFieldFunction value

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

    ModelName

    Gets the Model Name

    Declaration
    public string ModelName { get; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved