WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Predictor - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Predictor

    Represents the properties for Predictor element and its attributes

    Inheritance
    System.Object
    Predictor
    Inherited Members
    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 Predictor

    Constructors

    Predictor()

    Declaration
    public Predictor()

    Properties

    Categories

    Gets Categories

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

    ContrastMatrixType

    Gets the contrast matrix type

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

    Matrix

    Gets matrix values

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

    Name

    Gets the name for predictor

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