|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.crestmuse.cmx.amusaj.sp.SPModule<SPDoubleArray,SPDoubleArray>
jp.crestmuse.cmx.amusaj.sp.FeatureExtractionModule
public class FeatureExtractionModule
コンストラクタの概要 | |
---|---|
FeatureExtractionModule(FeatureExtractor fe)
|
メソッドの概要 | |
---|---|
void |
execute(java.util.List<QueueReader<SPDoubleArray>> src,
java.util.List<TimeSeriesCompatible<SPDoubleArray>> dest)
ここに処理内容を記述します. |
int |
getInputChannels()
入力チャンネル数を返します. |
int |
getOutputChannels()
出力チャンネル数を返します |
クラス jp.crestmuse.cmx.amusaj.sp.SPModule から継承されたメソッド |
---|
containsParam, copyParamsFromConfigXML, getParam, getParamCategory, getParamDouble, getParamInt, getParamNameSpace, getUsedParamNames, setParam, setParam, setParam, setParams, stop |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public FeatureExtractionModule(FeatureExtractor fe)
メソッドの詳細 |
---|
public int getInputChannels()
ProducerConsumerCompatible
の記述:
public int getOutputChannels()
ProducerConsumerCompatible
の記述:
public void execute(java.util.List<QueueReader<SPDoubleArray>> src, java.util.List<TimeSeriesCompatible<SPDoubleArray>> dest) throws java.lang.InterruptedException
ProducerConsumerCompatible
の記述:
src
- 全入力チャンネルに対するQueueReaderオブジェクトdest
- 全出力チャンネル
java.lang.InterruptedException
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |