# Scores and Ranking

### Score and Ranking Calculations

#### Feature Scores

Each product receives an average Feature Score, calculated using:

* Weighted feature ratings (e.g., Great ≈ 3.8× impact of Poor, Good ≈ 3.4×, OK ≈ 2.6×)
* Priority weights (Critical ≈ 5×, Important ≈ 4× compared to Nice to Have)

Users can override these values by customizing weighting schemes.

#### Requirement & Dimension Scores

* Calculated in the same manner, but in the case of Dimensions use weights (\~/100) instead of priorities
* Aggregated based on their underlying features (unless overridden)

{% embed url="<https://taloflow.wistia.com/medias/j8ys7s1o5m>" %}

A composite score is then calculated as the average of:

* Feature Score
* Requirement Score
* Dimension Score

#### Ranking Heuristic

Products are ranked using a tiered filtering system:

1. Products that meet all Critical and Important features are ranked first.
2. Then, products that meet all Important, but not all Critical, features.
3. Finally, remaining products.

This enforces threshold logic:

* Products missing a Critical feature cannot outrank any product that satisfies all Critical features, even if their average score is higher.
* The same logic applies to Important features relative to both Critical and Nice to Have.

***

### Dimensions and Requirements as Aggregates

* Features are the atomic units of the evaluation.
* Requirements and Dimensions are not scored directly; they aggregate the weighted scores of associated features.
* Any changes to feature ratings or priorities will propagate upward to affect related requirement and dimension scores.

{% hint style="info" %}
In the Tables tab, you can customize use case priorities, override feature scores, or directly edit dimension/requirement scores.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.taloflow.ai/methodology/scores-and-ranking.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
