menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class ParamMatrixCell

    Represents the properties for ParamatrixCell element and its attributes

    Inheritance
    System.Object
    ParamMatrixCell
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Portable.dll
    Syntax
    public class ParamMatrixCell : Object

    Constructors

    ParamMatrixCell()

    Declaration
    public ParamMatrixCell()

    Properties

    Beta

    Gets the beta value

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

    DegreesOfFreedom

    Gets the Degrees of freedom

    Declaration
    public int DegreesOfFreedom { get; }
    Property Value
    Type
    System.Int32

    ParameterName

    Gets the parameter name

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

    TargetCategory

    Gets the target category value

    Declaration
    public string TargetCategory { get; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved