Interface ComparisonStrategyResult

interface ComparisonStrategyResult {
    score: number;
    rawScore?: number;
}

Hierarchy (view full)

Properties

Properties

score: number

The normalized (0 to 100) score of this comparison

rawScore?: number

The raw value returned by the comparison (not normalized)