This is a static copy of a profile report

Home

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

Parents (calling functions)

Function NameFunction TypeCalls
...ll_classes_within_confidence_intervalclass method9
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
82
[worst_score,iscore] = max(sco...
90.001 s32.4%
83
iclass = floor((iscore-1) / o....
90.001 s24.4%
84
ifeature = mod(iscore-1, o.nfe...
90.000 s16.5%
85
end
90.000 s0.9%
All other lines  0.001 s25.8%
Totals  0.002 s100% 
Children (called functions)
No children
Code Analyzer results
Line numberMessage
Coverage results
Show coverage for parent directory
Total lines in function5
Non-code lines (comments, blank lines)1
Code lines (lines that can run)4
Code lines that did run4
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
time 
Calls 
 line
  81 
        function [iclass, ifeature, worst_score] = determine_least_fitting_class(o, scores)
< 0.01 
      9 
  82 
            [worst_score,iscore] = max(scores(:)); 
< 0.01 
      9 
  83 
            iclass = floor((iscore-1) / o.nfeature) + 1; 
< 0.01 
      9 
  84 
            ifeature = mod(iscore-1, o.nfeature) + 1; 
< 0.01 
      9 
  85 
        end 

Other subfunctions in this file are not included in this listing.