Show / Hide Table of Contents

Class WeightedRatioBugMatcher

Represents a class that matches bugs using FuzzySharp's weighted ratio.

Inheritance
object
BugMatcherBase
WeightedRatioBugMatcher
Implements
IBugMatcher
Inherited Members
BugMatcherBase.CalculateAndStoreConfidence(DupeCheckBugInfo, Dictionary<string, string>)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class WeightedRatioBugMatcher : BugMatcherBase, IBugMatcher

Properties

View Source

MatchingFunction

Gets the scoring function that should be used to perform string matching.

Declaration
protected override BugMatcherBase.ScoringFunction MatchingFunction { get; }
Property Value
Type Description
BugMatcherBase.ScoringFunction
Overrides
BugMatcherBase.MatchingFunction

Implements

IBugMatcher
  • View Source
In this article
Back to top Generated by DocFX