jAudioFeatureExtractor.Aggregators
クラス AggregatorContainer
java.lang.Object
jAudioFeatureExtractor.Aggregators.AggregatorContainer
public class AggregatorContainer
- extends java.lang.Object
Container object that handles the creation of aggregators.
- 作成者:
- Daniel McEnnis
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AggregatorContainer
public AggregatorContainer()
add
public void add(Aggregator[] aggs)
throws java.lang.Exception
- 例外:
java.lang.Exception
add
public void add(FeatureExtractor[] feature)
throws java.lang.Exception
- 例外:
java.lang.Exception
add
public void add(FeatureExtractor[] feature,
boolean[] toggle)
throws java.lang.Exception
- 例外:
java.lang.Exception
getFeatureDefinitions
public FeatureDefinition[] getFeatureDefinitions()
aggregate
public void aggregate(double[][][] values)
throws java.lang.Exception
- 例外:
java.lang.Exception
outputACEFeatureKeyEntries
public void outputACEFeatureKeyEntries(java.io.DataOutputStream output)
throws java.lang.Exception
- パラメータ:
output
-
- 例外:
java.lang.Exception
outputACEValueEntries
public void outputACEValueEntries(java.io.DataOutputStream output)
throws java.lang.Exception
- パラメータ:
output
-
- 例外:
java.lang.Exception
outputARFFHeaderEntries
public void outputARFFHeaderEntries(java.io.DataOutputStream output)
throws java.lang.Exception
- パラメータ:
output
-
- 例外:
java.lang.Exception
outputARFFValueEntries
public void outputARFFValueEntries(java.io.DataOutputStream output)
throws java.lang.Exception
- パラメータ:
output
-
- 例外:
java.lang.Exception
getResults
public double[][] getResults()