@extends("layouts.master")
@section('content')
Accuracy |
Precision |
Recall |
F1 Score |
@foreach ($matrix91 as $key => $row)
@if ($key > 0)
@foreach ($row as $cell)
{{ $cell }} |
@endforeach
@endif
@endforeach
Accuracy |
Precision |
Recall |
F1 Score |
Accuracy |
Precision |
Recall |
F1 Score |
@foreach ($matrix73 as $key => $row)
@if ($key > 0)
@foreach ($row as $cell)
{{ $cell }} |
@endforeach
@endif
@endforeach
Accuracy |
Precision |
Recall |
F1 Score |
Accuracy |
Precision |
Recall |
F1 Score |
@foreach ($matrix82 as $key => $row)
@if ($key > 0)
@foreach ($row as $cell)
{{ $cell }} |
@endforeach
@endif
@endforeach
Accuracy |
Precision |
Recall |
F1 Score |
@endsection