# Tính Precision, Recall & F1 từ Confusion Matrix

> Hồ sơ MCP chính thức, sinh từ registry BOP.INK.

| Trường | Giá trị |
| --- | --- |
| Slug | `tinh-precision-recall-f1-tu-confusion-matrix` |
| Danh mục V2 | AI & Machine Learning (`ai-machine-learning`) |
| Danh mục con V2 | ML Metrics (`ai-machine-learning.ml-metrics`) |
| Route legacy tương thích | `hoc-tap-giao-duc` |
| Taxonomy V2 | `ai-machine-learning` / `ai-machine-learning.ml-metrics` |
| Phạm vi áp dụng | `global` |
| Trạng thái thực thi MCP | `remote_executable` |
| Nguồn giao diện/schema | `calculators/tinh-precision-recall-f1-tu-confusion-matrix` |
| Website | [Mở công cụ](https://bop.ink/hoc-tap-giao-duc/tinh-precision-recall-f1-tu-confusion-matrix/) |

Nhập TP, FP, FN, TN để tính precision, recall, F1 và accuracy.

## Cách dùng qua MCP

### Tính Precision, Recall & F1 từ Confusion Matrix

- Capability: `calculator.hoc_tap_giao_duc.tinh_precision_recall_f1_tu_confusion_matrix`
- MCP availability: `remote-executable`
- MCP tool: `bop_execute_calculator_hoc_tap_giao_duc_tinh_precision_recall_f1_tu_confusion_matrix`
- Mô tả: Nhập TP, FP, FN, TN để tính precision, recall, F1 và accuracy.

Các trường đầu vào:

- `tp`: Theo canonical schema.
- `fp`: Theo canonical schema.
- `fn`: Theo canonical schema.
- `tn`: Theo canonical schema.

Ví dụ đầu vào:

```json
{}
```
