|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.ObjectjAudioFeatureExtractor.Aggregators.Aggregator
jAudioFeatureExtractor.Aggregators.Mean
public class Mean
Calculates the mean of a feature accross all windows where it is defined. When the feature has more than one dimension, the mean has an equal number of dimensions and the value of each dimension is the mean of that dimension. If the feature has a variable number of dimensions, the dimensionality of the result is the largest number of dimensions present and the mean for each dimension is calculated over all values defined for that dimension.
フィールドの概要 |
---|
クラス jAudioFeatureExtractor.Aggregators.Aggregator から継承されたフィールド |
---|
LINE_SEP |
コンストラクタの概要 | |
---|---|
Mean()
|
メソッドの概要 | |
---|---|
void |
aggregate(double[][][] values)
Aggregates the values of the features specified by the init function accross all windows of the data recieved. |
java.lang.Object |
clone()
Create a new aggregator of the same class |
FeatureDefinition |
getFeatureDefinition()
Description of a particular instantiation of an aggregate. |
java.lang.String[] |
getFeaturesToApply()
Provide a list of features that are to be aggregated by this feature. |
void |
init(int[] featureIndeci)
Specifies which Features are to be extracted and the index of these features in the values array that will passed into the aggregate function |
void |
setSource(FeatureExtractor feature)
|
クラス jAudioFeatureExtractor.Aggregators.Aggregator から継承されたメソッド |
---|
calculateOffset, collapseFeatures, getAggregatorDefinition, getParamaters, getResults, outputACEFeatureKeyEntries, outputACEValueEntries, outputARFFHeaderEntries, outputARFFValueEntries, setParameters |
クラス java.lang.Object から継承されたメソッド |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public Mean()
メソッドの詳細 |
---|
public java.lang.String[] getFeaturesToApply()
Aggregator
内の getFeaturesToApply
public FeatureDefinition getFeatureDefinition()
Aggregator
の記述:
Aggregator
内の getFeatureDefinition
Aggregator.getFeatureDefinition()
public void init(int[] featureIndeci) throws java.lang.Exception
Aggregator
の記述:
Aggregator
内の init
featureIndeci
- Indecis of these features in the array passed in aggregate
java.lang.Exception
- if either parameter is null, of dicffering lengths, or
contain invalid index values.public java.lang.Object clone()
Aggregator
の記述:
Aggregator
内の clone
public void setSource(FeatureExtractor feature)
Aggregator
内の setSource
public void aggregate(double[][][] values)
Aggregator
の記述:
Aggregator
内の aggregate
values
- complete array of the extracted features. Indecis are window,
feature, and then feature value.
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |