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>
クラス 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