|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.ObjectjAudioFeatureExtractor.Aggregators.Aggregator
jAudioFeatureExtractor.Aggregators.MultipleFeatureHistogram
public class MultipleFeatureHistogram
| フィールドの概要 |
|---|
| クラス jAudioFeatureExtractor.Aggregators.Aggregator から継承されたフィールド |
|---|
LINE_SEP |
| コンストラクタの概要 | |
|---|---|
MultipleFeatureHistogram()
|
|
MultipleFeatureHistogram(java.lang.String[] fe,
int bins)
|
|
| メソッドの概要 | |
|---|---|
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. |
java.lang.String[] |
getParamaters()
Provide a list of the values of all parameters this aggregator uses. |
void |
init(int[] featureIndecis)
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 |
setParameters(java.lang.String[] features,
java.lang.String[] params)
|
| クラス jAudioFeatureExtractor.Aggregators.Aggregator から継承されたメソッド |
|---|
calculateOffset, collapseFeatures, getAggregatorDefinition, getResults, outputACEFeatureKeyEntries, outputACEValueEntries, outputARFFHeaderEntries, outputARFFValueEntries, setSource |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public MultipleFeatureHistogram()
public MultipleFeatureHistogram(java.lang.String[] fe,
int bins)
| メソッドの詳細 |
|---|
public java.lang.String[] getParamaters()
Aggregator の記述:
Aggregator 内の getParamaters
public void setParameters(java.lang.String[] features,
java.lang.String[] params)
throws java.lang.Exception
Aggregator 内の setParametersjava.lang.Exception
public void aggregate(double[][][] values)
throws java.lang.Exception
Aggregator の記述:
Aggregator 内の aggregatevalues - complete array of the extracted features. Indecis are window,
feature, and then feature value.
java.lang.Exceptionpublic java.lang.Object clone()
Aggregator の記述:
Aggregator 内の clonepublic FeatureDefinition getFeatureDefinition()
Aggregator の記述:
Aggregator 内の getFeatureDefinitionpublic java.lang.String[] getFeaturesToApply()
Aggregator の記述:
Aggregator 内の getFeaturesToApply
public void init(int[] featureIndecis)
throws java.lang.Exception
Aggregator の記述:
Aggregator 内の initfeatureIndecis - 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.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||