menu

WinForms

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

    Show / Hide Table of Contents

    Class RegressionModel

    Represents the methods and properties for RegressionModel element and its attributes

    Inheritance
    System.Object
    Model
    RegressionModel
    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 RegressionModel : Model

    Constructors

    RegressionModel()

    Declaration
    public RegressionModel()

    Properties

    LocalTransformations

    Gets the "LocalTransformations" value

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

    MiningSchema

    Gets the "MiningSchema" value

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

    Output

    Gets the "Output" value

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

    Methods

    GetRegressionTable()

    Returns the list if RegressionTable values

    Declaration
    public List<RegressionTable> GetRegressionTable()
    Returns
    Type Description
    System.Collections.Generic.List<RegressionTable>

    List if Regression Table values

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