menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GeneralRegressionModel - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GeneralRegressionModel

    Represents the properties and methods for GeneralRegressionModel element and its attributes

    Inheritance
    System.Object
    Model
    GeneralRegressionModel
    Inherited Members
    Model.AlgorithmName
    Model.MiningFieldFunction
    Model.ModelName
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Portable.dll
    Syntax
    public class GeneralRegressionModel : Model

    Constructors

    GeneralRegressionModel()

    Declaration
    public GeneralRegressionModel()

    Properties

    BaseCumHazardTables

    Gets the base cum hazard table

    Declaration
    public BaseCumHazardTables BaseCumHazardTables { get; }
    Property Value
    Type
    BaseCumHazardTables

    BaselineStrataVariable

    Gets the model type

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

    CovariateListElement

    Gets the covariate list element

    Declaration
    public CovariateList CovariateListElement { get; }
    Property Value
    Type
    CovariateList

    CumulativeLink

    Gets the Cumulative link function

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

    DistanceParameter

    Gets the Distance Parameter

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

    Distribution

    Gets the distribution

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

    EndTimeVariable

    Gets the end time variable

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

    FactorElement

    Gets the factor element

    Declaration
    public FactorElements FactorElement { get; }
    Property Value
    Type
    FactorElements

    LinkFunction

    Gets the link function

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

    LinkParameter

    Gets the Link Parameter

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

    LocalTransformations

    Gets the local transformations

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

    MiningSchema

    Gets the mining schema element

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

    ModelType

    Gets the model type

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

    Output

    Gets the output element

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

    ParameterList

    Gets the parameter list element

    Declaration
    public ParameterList ParameterList { get; }
    Property Value
    Type
    ParameterList

    ParamMatrix

    Gets the paramMatrix element

    Declaration
    public ParamMatrix ParamMatrix { get; }
    Property Value
    Type
    ParamMatrix

    PPMatrix

    Gets the PPmatrix element

    Declaration
    public PredictorToParameterMatrix PPMatrix { get; }
    Property Value
    Type
    PredictorToParameterMatrix

    StartTimeVariable

    Gets the start time variable

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

    StatusVariable

    Gets the Status variable

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

    TargetReferenceCategory

    Get the targetReferenceCategory

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

    TargetVariableName

    Gets the TargetVariableName

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

    TransformationDictionary

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

    Methods

    GetCoefficients()

    Its returns the coefficients

    Declaration
    public Dictionary<string, double> GetCoefficients()
    Returns
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Double>

    Coefficients

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