Class AssociationModelResult
Represents the association rule model results
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 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 |