Class PMMLModel
Represents the enum for PMMLModel
Inheritance
System.Object
PMMLModel
Assembly: Syncfusion.PMML.Portable.dll
Syntax
public sealed class PMMLModel : Enum
Fields
AssociationRulesModel
Declaration
public const PMMLModel AssociationRulesModel
Field Value
ClusteringModel
Declaration
public const PMMLModel ClusteringModel
Field Value
Default
Declaration
public const PMMLModel Default
Field Value
GeneralRegressionModel
Declaration
public const PMMLModel GeneralRegressionModel
Field Value
MiningModel
Declaration
public const PMMLModel MiningModel
Field Value
NaiveBayesModel
Declaration
public const PMMLModel NaiveBayesModel
Field Value
NearestNeighborModel
Declaration
public const PMMLModel NearestNeighborModel
Field Value
NeuralNetworkModel
Declaration
public const PMMLModel NeuralNetworkModel
Field Value
RegressionModel
Declaration
public const PMMLModel RegressionModel
Field Value
RuleSetModel
Declaration
public const PMMLModel RuleSetModel
Field Value
SequenceRuleModel
Declaration
public const PMMLModel SequenceRuleModel
Field Value
SupportVectorMachineModel
Declaration
public const PMMLModel SupportVectorMachineModel
Field Value
TreeModel
Declaration
public const PMMLModel TreeModel
Field Value