WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RegressionTable - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RegressionTable

    Represents the methods and properties for RegressionTable element and its attributes

    Inheritance
    System.Object
    RegressionTable
    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 RegressionTable

    Constructors

    RegressionTable()

    Declaration
    public RegressionTable()

    Properties

    Intercept

    Gets "Intercept" value

    Declaration
    public double Intercept { get; }
    Property Value
    Type Description
    System.Double

    TargetCategory

    Gets "TargetCategory" value

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

    Methods

    GetCategoricalPredictors()

    Returns the list of Categorical Predictor Value

    Declaration
    public List<CategoricalPredictor> GetCategoricalPredictors()
    Returns
    Type Description
    System.Collections.Generic.List<CategoricalPredictor>

    List of Categorical Predictor Value

    GetNumericPredictor()

    Returns the list of Numerical Predictor Value

    Declaration
    public List<NumericPredictor> GetNumericPredictor()
    Returns
    Type Description
    System.Collections.Generic.List<NumericPredictor>

    List of Numerical Predictor Value

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