Uses of Class
at.tuwien.ifs.feature.extraction.audio.data.RealMatrixExt

Packages that use RealMatrixExt
at.tuwien.ifs.feature.extraction.audio   
at.tuwien.ifs.feature.extraction.audio.data   
 

Uses of RealMatrixExt in at.tuwien.ifs.feature.extraction.audio
 

Methods in at.tuwien.ifs.feature.extraction.audio that return RealMatrixExt
private  RealMatrixExt FeatureExtractor.computeRhythmHistogram(RealMatrixExt rhythmPattern)
           
private  RealMatrixExt FeatureExtractor.computeStatisticalSpectrumDescriptor(org.apache.commons.math.linear.RealMatrix sonogram, int bandLimit)
           
 RealMatrixExt[] AudioFileExtractor.extractAudioFile(javax.sound.sampled.AudioInputStream inStream, FeatureExtractionOptions opt, javax.swing.JProgressBar progressBar)
           
 RealMatrixExt[] AudioFileExtractor.extractAudioFile(java.io.File fileIn, FeatureExtractionOptions opt)
           
 RealMatrixExt[] AudioFileExtractor.extractAudioFile(java.io.File fileIn, FeatureExtractionOptions opt, javax.swing.JProgressBar progressBar)
           
 RealMatrixExt[] AudioFileExtractor.extractAudioFile(java.io.InputStream inStream, FeatureExtractionOptions opt)
           
 RealMatrixExt[] AudioFileExtractor.extractAudioFile(java.lang.String filename, FeatureExtractionOptions opt)
           
 RealMatrixExt[] FeatureExtractor.extractFeatureSets(short[] wavesegment, FeatureExtractionOptions opt)
           
 RealMatrixExt[] FeatureExtractor.extractFeatureSets(short[] waveSegment, FeatureExtractionOptions opt, int fftWindowSize)
           
 

Methods in at.tuwien.ifs.feature.extraction.audio with parameters of type RealMatrixExt
private  RealMatrixExt FeatureExtractor.computeRhythmHistogram(RealMatrixExt rhythmPattern)
           
 void ExtractionDispatcher.putExtractionResult(FeatureVectorData item, RealMatrixExt[] features, long fileSize, boolean error)
           
 

Uses of RealMatrixExt in at.tuwien.ifs.feature.extraction.audio.data
 

Fields in at.tuwien.ifs.feature.extraction.audio.data declared as RealMatrixExt
(package private)  RealMatrixExt FeatureVectorData.matrix
           
 

Methods in at.tuwien.ifs.feature.extraction.audio.data that return RealMatrixExt
 RealMatrixExt FeatureVectorData.getMatrix()
           
static RealMatrixExt RealMatrixExt.median(RealMatrixExt[] matrices)
          Computes a median matrix from an array of matrices (taking the median of every single element)
 

Methods in at.tuwien.ifs.feature.extraction.audio.data with parameters of type RealMatrixExt
static RealMatrixExt RealMatrixExt.median(RealMatrixExt[] matrices)
          Computes a median matrix from an array of matrices (taking the median of every single element)
 void FeatureVectorData.setMatrix(RealMatrixExt matrix)