comparison runner/LabFeatureWriter.cpp @ 159:237ccacbb85e labfile

Add omit-filename option to CSV writer (and test it while testing lab writer)
author Chris Cannam
date Wed, 15 Oct 2014 10:38:17 +0100
parents a2310369b2cc
children 59abb58b1855
comparison
equal deleted inserted replaced
158:a2310369b2cc 159:237ccacbb85e
40 } 40 }
41 41
42 string 42 string
43 LabFeatureWriter::getDescription() const 43 LabFeatureWriter::getDescription() const
44 { 44 {
45 return "Write features in .lab, a tab-separated columnar format. The first column is always the feature start time in seconds. If the features have duration, the second column will be the feature end time in seconds. Remaining columns are the feature values (if any) and finally the feature label (if any). There is no identification of the audio file or the transform, so confusion will result if features from different audio or transforms are mixed. For more control over the output, consider using the CSV writer."; 45 return "Write features in .lab, a tab-separated columnar format. The first column is always the feature start time in seconds. If the features have duration, the second column will be the feature end time in seconds. Remaining columns are the feature values (if any) and finally the feature label (if any). There is no identification of the audio file or the transform, so confusion will result if features from different audio or transforms are mixed. (For more control over the output, consider using the more general CSV writer.)";
46 } 46 }
47 47
48 LabFeatureWriter::ParameterList 48 LabFeatureWriter::ParameterList
49 LabFeatureWriter::getSupportedParameters() const 49 LabFeatureWriter::getSupportedParameters() const
50 { 50 {