menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AssociationModelResult - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AssociationModelResult

    Represents the association rule model results

    Inheritance
    System.Object
    PredictedResult
    AssociationModelResult
    Inherited Members
    PredictedResult.GetExclusiveRecommendations()
    PredictedResult.GetOutputFieldResults()
    PredictedResult.GetPredictedCategories()
    PredictedResult.GetPredictedProbabilities()
    PredictedResult.GetPredictedProbability(String)
    PredictedResult.GetRecommendations()
    PredictedResult.GetRuleAssociations()
    PredictedResult.PredictedDataType
    PredictedResult.PredictedDoubleValue
    PredictedResult.PredictedField
    PredictedResult.PredictedStringValue
    PredictedResult.PredictedValue
    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

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved