Class Model
Represents the properties for Model element and its attributes
Inheritance
System.Object
Model
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.UWP.dll
Syntax
public class Model : Object
Constructors
Model()
Declaration
public Model()
Properties
AlgorithmName
Gets the Algorithm Name
Declaration
public string AlgorithmName { get; }
Property Value
Type |
---|
System.String |
MiningFieldFunction
Gets the MiningFieldFunction value
Declaration
public MiningFieldFunction MiningFieldFunction { get; }
Property Value
Type |
---|
MiningFieldFunction |
ModelName
Gets the Model Name
Declaration
public string ModelName { get; }
Property Value
Type |
---|
System.String |