Class FeatureExtraction
This class is designed to extract clustering features for target input recordings.
Inherited Members
Namespace: AudioAnalysisTools.DSP
Assembly: AudioAnalysisTools.dll
Syntax
public class FeatureExtraction
Methods
| Improve this Doc View SourceUnsupervisedFeatureExtraction(FeatureLearningSettings, List<Double[][]>, String, String)
Apply feature learning process on a set of target (1-minute) recordings (inputPath) according to the a set of centroids learned using feature learning process. Output feature vectors (outputPath).
Declaration
public static void UnsupervisedFeatureExtraction(FeatureLearningSettings config, List<double[][]> allCentroids, string inputPath, string outputPath)
Parameters
Type | Name | Description |
---|---|---|
Feature |
config | |
List<Double[][]> | allCentroids | |
String | inputPath | |
String | outputPath |