|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.ObjectjAudioFeatureExtractor.Aggregators.Aggregator
jAudioFeatureExtractor.Aggregators.DummyAgg
public class DummyAgg
フィールドの概要 | |
---|---|
double[][][] |
data
|
FeatureDefinition |
definition
|
int[] |
featureIndex
|
FeatureExtractor[] |
featureName
|
FeatureExtractor[] |
presetFeature
|
クラス jAudioFeatureExtractor.Aggregators.Aggregator から継承されたフィールド |
---|
LINE_SEP |
コンストラクタの概要 | |
---|---|
DummyAgg()
|
|
DummyAgg(FeatureExtractor[] f)
|
メソッドの概要 | |
---|---|
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[] 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 |
outputACEFeatureKeyEntries(java.io.DataOutputStream output)
Output the feature definition entry (for an ACE feature definition file) for this particular instantiation of the aggreagtor. |
void |
outputACEValueEntries(java.io.DataOutputStream output)
Output the data definition array |
void |
outputARFFHeaderEntries(java.io.DataOutputStream output)
|
void |
outputARFFValueEntries(java.io.DataOutputStream output)
|
void |
setSource(FeatureExtractor feature)
|
クラス jAudioFeatureExtractor.Aggregators.Aggregator から継承されたメソッド |
---|
calculateOffset, collapseFeatures, getAggregatorDefinition, getParamaters, getResults, setParameters |
クラス java.lang.Object から継承されたメソッド |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public int[] featureIndex
public FeatureExtractor[] featureName
public FeatureExtractor[] presetFeature
public FeatureDefinition definition
public double[][][] data
コンストラクタの詳細 |
---|
public DummyAgg()
public DummyAgg(FeatureExtractor[] f)
メソッドの詳細 |
---|
public void aggregate(double[][][] values)
Aggregator
の記述:
Aggregator
内の aggregate
values
- complete array of the extracted features. Indecis are window,
feature, and then feature value.public java.lang.Object clone()
Aggregator
の記述:
Aggregator
内の clone
public FeatureDefinition getFeatureDefinition()
Aggregator
の記述:
Aggregator
内の getFeatureDefinition
public void init(int[] featureIndecis) throws java.lang.Exception
Aggregator
の記述:
Aggregator
内の init
featureIndecis
- 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 void setSource(FeatureExtractor feature)
Aggregator
内の setSource
public java.lang.String[] getFeaturesToApply()
Aggregator
の記述:
Aggregator
内の getFeaturesToApply
public void outputACEFeatureKeyEntries(java.io.DataOutputStream output) throws java.lang.Exception
Aggregator
の記述:
Aggregator
内の outputACEFeatureKeyEntries
output
- output stream to be used.
java.lang.Exception
public void outputACEValueEntries(java.io.DataOutputStream output) throws java.lang.Exception
Aggregator
の記述:
Aggregator
内の outputACEValueEntries
java.lang.Exception
public void outputARFFHeaderEntries(java.io.DataOutputStream output) throws java.lang.Exception
Aggregator
内の outputARFFHeaderEntries
java.lang.Exception
public void outputARFFValueEntries(java.io.DataOutputStream output) throws java.lang.Exception
Aggregator
内の outputARFFValueEntries
java.lang.Exception
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |