menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RegressionTable - Xamarin.Android 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
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Portable.dll
    Syntax
    public class RegressionTable : Object

    Constructors

    RegressionTable()

    Declaration
    public RegressionTable()

    Properties

    Intercept

    Gets "Intercept" value

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

    TargetCategory

    Gets "TargetCategory" value

    Declaration
    public string TargetCategory { get; }
    Property Value
    Type
    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 - 2025 Syncfusion Inc. All Rights Reserved