Class Audio2InputForConvCnn.Arguments
Inheritance
Audio2InputForConvCnn.Arguments
Assembly: AnalysisPrograms.dll
[Command("DrawConvCnnSpectrograms", Description = "[UNMAINTAINED] No further practical use. Used in 2014 to prepare short recordings of bird calls for analysis by Convolution Neural Networks.", ExtendedHelpText = "The Source file in this case is a csv file showing locations of short audio segments and the call bounds within each audio segment.")]
public class Arguments : SourceConfigOutputDirArguments
Properties
|
Improve this Doc
View Source
Declaration
[Option]
public string TargetEventBounds { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public override Task<int> Execute(CommandLineApplication app)
Parameters
Type |
Name |
Description |
McMaster.Extensions.CommandLineUtils.CommandLineApplication |
app |
|
Returns
Overrides
Extension Methods