Class AssociationModelResult
Represents the association rule model results
Inherited Members
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Base.dll
Syntax
public class AssociationModelResult : PredictedResult
Constructors
AssociationModelResult()
Declaration
public AssociationModelResult()
Methods
GetConfidences(RecommendationType)
Method to get the confidence values of recommendation
Declaration
public Dictionary<string, Decimal> GetConfidences(RecommendationType recommendationType)
Parameters
Type | Name | Description |
---|---|---|
RecommendationType | recommendationType | recommendation type |
Returns
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Decimal> | confidence values of recommendation |