@extends("layouts.master") @section('content')

Confusion Matrix

Confusion Matrix 9:1

@foreach ($matrix91 as $key => $row) @if ($key > 0) @foreach ($row as $cell) @endforeach @endif @endforeach
Accuracy Precision Recall F1 Score
{{ $cell }}
Accuracy Precision Recall F1 Score

Confusion Matrix 7:3

@foreach ($matrix73 as $key => $row) @if ($key > 0) @foreach ($row as $cell) @endforeach @endif @endforeach
Accuracy Precision Recall F1 Score
{{ $cell }}
Accuracy Precision Recall F1 Score

Confusion Matrix 8:2

@foreach ($matrix82 as $key => $row) @if ($key > 0) @foreach ($row as $cell) @endforeach @endif @endforeach
Accuracy Precision Recall F1 Score
{{ $cell }}
Accuracy Precision Recall F1 Score
@endsection