menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PredictorToParameterCell - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PredictorToParameterCell

    Represents the properties for PredictorToParameterCell element and its attributes

    Inheritance
    System.Object
    PredictorToParameterCell
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Base.dll
    Syntax
    public class PredictorToParameterCell

    Constructors

    PredictorToParameterCell()

    Declaration
    public PredictorToParameterCell()

    Properties

    ParameterName

    Gets the parameter Name

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

    PredictorName

    Gets the predictor Name

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

    TargetCategory

    Gets the target category value

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

    Value

    Gets the PPcell value

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