API Reference
Class
LinkSuggestion
A suggested link pair with confidence and contributing anchors.
Inheritance
- Object
- LinkSuggestion
Constructors
public LinkSuggestion() #Inherited Methods
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.