jp.crestmuse.cmx.amusaj.sp
クラス jAudioFeatureExtractor

java.lang.Object
  上位を拡張 jAudioFeatureExtractor.jAudioTools.FeatureProcessor
      上位を拡張 jp.crestmuse.cmx.amusaj.sp.jAudioFeatureExtractor
すべての実装されたインタフェース:
jp.crestmuse.cmx.amusaj.sp.FeatureExtractor<jp.crestmuse.cmx.math.DoubleArray>

public class jAudioFeatureExtractor
extends FeatureProcessor
implements jp.crestmuse.cmx.amusaj.sp.FeatureExtractor<jp.crestmuse.cmx.math.DoubleArray>


フィールドの概要
 
クラス jAudioFeatureExtractor.jAudioTools.FeatureProcessor から継承されたフィールド
feature_extractors
 
コンストラクタの概要
jAudioFeatureExtractor(int window_size, double sampling_rate, FeatureExtractor[] all_feature_extractors, boolean[] features_to_save_among_all)
           
 
メソッドの概要
 void extractFeatures(jp.crestmuse.cmx.math.DoubleArray wav)
           
 jp.crestmuse.cmx.math.DoubleArray getFeature(int index)
           
 java.lang.String getFeatureType(int index)
           
 int nFeatureTypes()
           
 
クラス jAudioFeatureExtractor.jAudioTools.FeatureProcessor から継承されたメソッド
extractFeatures, finalize, getFeatures
 
クラス java.lang.Object から継承されたメソッド
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

jAudioFeatureExtractor

public jAudioFeatureExtractor(int window_size,
                              double sampling_rate,
                              FeatureExtractor[] all_feature_extractors,
                              boolean[] features_to_save_among_all)
メソッドの詳細

extractFeatures

public void extractFeatures(jp.crestmuse.cmx.math.DoubleArray wav)
定義:
インタフェース jp.crestmuse.cmx.amusaj.sp.FeatureExtractor<jp.crestmuse.cmx.math.DoubleArray> 内の extractFeatures

getFeature

public jp.crestmuse.cmx.math.DoubleArray getFeature(int index)
定義:
インタフェース jp.crestmuse.cmx.amusaj.sp.FeatureExtractor<jp.crestmuse.cmx.math.DoubleArray> 内の getFeature

getFeatureType

public java.lang.String getFeatureType(int index)
定義:
インタフェース jp.crestmuse.cmx.amusaj.sp.FeatureExtractor<jp.crestmuse.cmx.math.DoubleArray> 内の getFeatureType

nFeatureTypes

public int nFeatureTypes()
定義:
インタフェース jp.crestmuse.cmx.amusaj.sp.FeatureExtractor<jp.crestmuse.cmx.math.DoubleArray> 内の nFeatureTypes