TestimoX

API Reference

Class

LinkSuggestion

Namespace TestimoX.Baselines.Crosswalk.CrosswalkSuggester
Assembly TestimoX
Modifiers sealed

A suggested link pair with confidence and contributing anchors.

Inheritance

  • Object
  • LinkSuggestion

Constructors

Properties

public String DomainRule { get; set; } #

Suggested Domain-scope rule name.

public String DcRule { get; set; } #

Suggested Domain Controller-scope rule name.

public Double Confidence { get; set; } #

Confidence score (0..1) based on anchor overlap.

public Int32 Matches { get; set; } #

Number of shared anchors between rules.

public Int32 DomainKeys { get; set; } #

Total anchors for the Domain rule.

public Int32 DcKeys { get; set; } #

Total anchors for the DC rule.

public String[] Keys { get; set; } #

List of shared anchor keys.