Class Predictor
Represents the properties for Predictor element and its attributes
Inheritance
System.Object
Predictor
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 Predictor
Constructors
Predictor()
Declaration
public Predictor()
Properties
Categories
Gets Categories
Declaration
public Categories Categories { get; }
Property Value
Type |
---|
Categories |
ContrastMatrixType
Gets the contrast matrix type
Declaration
public string ContrastMatrixType { get; }
Property Value
Type |
---|
System.String |
Matrix
Gets matrix values
Declaration
public Matrix Matrix { get; }
Property Value
Type |
---|
Matrix |
Name
Gets the name for predictor
Declaration
public string Name { get; }
Property Value
Type |
---|
System.String |