Optimizer_cpu>Optimizer_cpu.determine_least_fitting_class (Calls: 9, Time: 0.002 sec)
Generated 28-May-2016 14:58:48 using performance time.
class method in file /home/johs/work/clustering/src/Optimizer_cpu.m
Copy to new window for comparing multiple runs
Function Name | Function Type | Calls |
...ll_classes_within_confidence_interval | class method | 9 |
Line Number | Code | Calls | Total Time | % Time | Time Plot |
82 | [worst_score,iscore] = max(sco... | 9 | 0.001 s | 32.4% | ![]() |
83 | iclass = floor((iscore-1) / o.... | 9 | 0.001 s | 24.4% | ![]() |
84 | ifeature = mod(iscore-1, o.nfe... | 9 | 0.000 s | 16.5% | ![]() |
85 | end | 9 | 0.000 s | 0.9% | ![]() |
All other lines | 0.001 s | 25.8% | ![]() | ||
Totals | 0.002 s | 100% |
Line number | Message |
Total lines in function | 5 |
Non-code lines (comments, blank lines) | 1 |
Code lines (lines that can run) | 4 |
Code lines that did run | 4 |
Code lines that did not run | 0 |
Coverage (did run/can run) | 100.00 % |
Other subfunctions in this file are not included in this listing.