c@0: %% MASSEFresults c@0: % A class for storing MASSEF results. c@0: % c@0: %% Syntax c@0: % c@0: % r = MASSEFresults c@0: % c@0: % |r = MASSEFresults| creates an empty MASSEFresult object. Use the c@0: % method to add data. c@0: % The instance has the properties described below. c@0: % c@0: %% Properties c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: %
dataThe full results set returned as a Table object (read only). The c@0: % Table has the following columns: c@0: %
    c@0: %
  • algorithmNum—the algorithm number;
  • c@0: %
  • channel—the audio channel
  • c@0: %
  • estimateNum—the estimate number;
  • c@0: %
  • estTag—a tag for each estimate from a given algorithm;
  • c@0: %
  • metric—the performance metric;
  • c@0: %
  • mixNum—the mixture number; and
  • c@0: %
  • value—the value of the performance metric
  • c@0: %
c@0: % Additional mixture and algorithm information is also returned in the c@0: % results set. c@0: %
estTagsA list of the estTags, taken from the separators, that c@0: % feature in the results set (read only).
metricsThe metrics that feature in the results set (read only).
numAlgorithmsThe number of algorithms in the results set (read-only).
numEstimatesThe (maximum) number of estimates in the results set (read-only).
numChannelsThe (maximum) number of channels in the results set (read-only).
c@0: % c@0: % c@0: %% Methods c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: % c@0: %
MASSEFresultsCreate a MASSEFresults object.
algorithmInfoAdd separation algorithm information.
filterFilter the results set.
inputAdd performance data.
mergeCombine results array into singular object.
mixtureInfoAdd mixture information.
c@0: % c@0: % c@0: %% See also c@0: % . c@0: % c@0: % c@0: %
c@37: %

Copyright © 2017 University of Surrey
c@0: % Institute of Sound Recording, University of Surrey, UK

c@0: %