annotate help_html/source/help_MASSEFresults_input.m @ 32:731832de7c54
Merge branch 'develop’
- MASSEFresults: Further fix to correct output when using aggregating functions.
author |
Christopher Hummersone <c.hummersone@surrey.ac.uk> |
date |
Wed, 29 Mar 2017 22:25:43 +0100 |
parents |
e34a535b9af0 |
children |
8f36d7072f2f |
rev |
line source |
c@0
|
1 %% MASSEFresults.input
|
c@0
|
2 % Add performance data.
|
c@0
|
3 %
|
c@0
|
4 %% Syntax
|
c@0
|
5 %
|
c@0
|
6 % r.input(mixtureNum,algorithmNum,estimateNum,metric,channel,estTag,value)
|
c@0
|
7 %
|
c@0
|
8 % |r.input(mixtureNum,algorithmNum,estimateNum,metric,channel,estTag,value)|
|
c@0
|
9 % inputs the performance data for mixture number |mixtureNum|, algorithm
|
c@0
|
10 % number |algorithmNum|, estimate number |estimateNum|, metric |metric|,
|
c@0
|
11 % channel number |channel|, estimate tag |estTag|, and value |value|.
|
c@0
|
12 %
|
c@0
|
13 % <html>
|
c@0
|
14 % <hr>
|
c@0
|
15 % <p>Copyright © 2016 <a href="http://www.surrey.ac.uk">University of Surrey</a><br>
|
c@0
|
16 % <a href="http://iosr.uk">Institute of Sound Recording, University of Surrey, UK</a></p>
|
c@0
|
17 % </html>
|