WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GeneralRegressionModel

    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.ModelName
    Model.MiningFieldFunction
    Model.AlgorithmName
    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 GeneralRegressionModel : Model

    Constructors

    GeneralRegressionModel()

    Declaration
    public GeneralRegressionModel()

    Properties

    BaseCumHazardTables

    Gets the base cum hazard table

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

    BaselineStrataVariable

    Gets the model type

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

    CovariateListElement

    Gets the covariate list element

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

    CumulativeLink

    Gets the Cumulative link function

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

    DistanceParameter

    Gets the Distance Parameter

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

    Distribution

    Gets the distribution

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

    EndTimeVariable

    Gets the end time variable

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

    FactorElement

    Gets the factor element

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

    LinkFunction

    Gets the link function

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

    LinkParameter

    Gets the Link Parameter

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

    LocalTransformations

    Gets the local transformations

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

    MiningSchema

    Gets the mining schema element

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

    ModelType

    Gets the model type

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

    Output

    Gets the output element

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

    ParameterList

    Gets the parameter list element

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

    ParamMatrix

    Gets the paramMatrix element

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

    PPMatrix

    Gets the PPmatrix element

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

    StartTimeVariable

    Gets the start time variable

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

    StatusVariable

    Gets the Status variable

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

    TargetReferenceCategory

    Get the targetReferenceCategory

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

    TargetVariableName

    Gets the TargetVariableName

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

    TransformationDictionary

    Declaration
    public TransformationDictionary TransformationDictionary { get; set; }
    Property Value
    Type Description
    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 - 2023 Syncfusion Inc. All Rights Reserved