|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.ObjectjAudioFeatureExtractor.AudioFeatures.FeatureExtractor
jAudioFeatureExtractor.AudioFeatures.MetaFeatureFactory
jAudioFeatureExtractor.AudioFeatures.StandardDeviation
public class StandardDeviation
Calculates the Standard Deviation of a feature over a large running window.
| フィールドの概要 |
|---|
| クラス jAudioFeatureExtractor.AudioFeatures.MetaFeatureFactory から継承されたフィールド |
|---|
fe_ |
| クラス jAudioFeatureExtractor.AudioFeatures.FeatureExtractor から継承されたフィールド |
|---|
definition, dependencies, offsets, parent |
| コンストラクタの概要 | |
|---|---|
StandardDeviation()
Basic constructor that initializes the metafeautres values properly for use as a factory. |
|
StandardDeviation(MetaFeatureFactory mff)
Convenience constructor to create a new factory object with the given dependant metafeature |
|
| メソッドの概要 | |
|---|---|
java.lang.Object |
clone()
Create an identical copy of this feature. |
MetaFeatureFactory |
defineFeature(FeatureExtractor fe)
Factory method for this class which generates a fully usable MetaFeature object. |
double[] |
extractFeature(double[] samples,
double sampling_rate,
double[][] other_feature_values)
Calculates the standard deviation over last 100 windows |
java.lang.String |
getElement(int index)
Function that must be overridden to allow this feature to be set globally by GlobalChange frame. |
FeatureDefinition |
getFeatureDefinition()
Overridden to regenerate the feature definition. |
void |
setElement(int index,
java.lang.String value)
Function permitting an unintelligent outside function (ie. |
void |
setWindow(int n)
Function permits this class to respond to a global window change request. |
| クラス jAudioFeatureExtractor.AudioFeatures.MetaFeatureFactory から継承されたメソッド |
|---|
chainMetaFeatureFactory, setParent |
| クラス jAudioFeatureExtractor.AudioFeatures.FeatureExtractor から継承されたメソッド |
|---|
getDepenedencies, getDepenedencyOffsets |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public StandardDeviation()
public StandardDeviation(MetaFeatureFactory mff)
mff - metafeature factory that this newly created object should
depend upon.| メソッドの詳細 |
|---|
public MetaFeatureFactory defineFeature(FeatureExtractor fe)
MetaFeatureFactory 内の defineFeaturefe - Feature to be used as base for feature extraction
public double[] extractFeature(double[] samples,
double sampling_rate,
double[][] other_feature_values)
throws java.lang.Exception
FeatureExtractor 内の extractFeaturesamples - signal being processedsampling_rate - sample rate of the signalother_feature_values - dependancies of the current signal
java.lang.Exception - Throws an informative exception if the feature cannot be
calculated.
public void setWindow(int n)
throws java.lang.Exception
MetaFeatureFactory 内の setWindown - new window length
java.lang.Exception - thrown if the new window size is less than 2
public java.lang.String getElement(int index)
throws java.lang.Exception
FeatureExtractor 内の getElementindex - the number of windows of offset to be used in calculating this
feature
java.lang.Exception
public void setElement(int index,
java.lang.String value)
throws java.lang.Exception
FeatureExtractor 内の setElementindex - which of AreaMoment's attributes should be edited.value - new value of the attribute
java.lang.Exceptionpublic java.lang.Object clone()
FeatureExtractor 内の clonepublic FeatureDefinition getFeatureDefinition()
FeatureExtractor 内の getFeatureDefinition
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||