menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RegressionModel - UWP 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
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.UWP.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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved