com.meapsoft.featextractors
Class Likelihood

java.lang.Object
  extended bycom.meapsoft.featextractors.FeatureExtractor
      extended bycom.meapsoft.featextractors.MetaFeatureExtractor
          extended bycom.meapsoft.featextractors.Likelihood

public class Likelihood
extends MetaFeatureExtractor

Computes a "likelihood" or distinctiveness value for each chunk. Values start near 0.0 for very common (but not necessarily similar) sounds and increase for more distinctive sounds.


Constructor Summary
Likelihood()
           
 
Method Summary
 java.lang.String description()
          Returns a short string describing what this feature extractor does.
 void features(FeatFile featFile, boolean clearOriginalFeatures)
           
 
Methods inherited from class com.meapsoft.featextractors.MetaFeatureExtractor
features, features
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Likelihood

public Likelihood()
Method Detail

features

public void features(FeatFile featFile,
                     boolean clearOriginalFeatures)
Specified by:
features in class MetaFeatureExtractor

description

public java.lang.String description()
Description copied from class: FeatureExtractor
Returns a short string describing what this feature extractor does.

Specified by:
description in class FeatureExtractor