jp.crestmuse.cmx.amusaj.filewrappers
クラス MutableDoubleArrayTimeSeries

java.lang.Object
  上位を拡張 jp.crestmuse.cmx.amusaj.filewrappers.MutableTimeSeries<DoubleArray>
      上位を拡張 jp.crestmuse.cmx.amusaj.filewrappers.MutableDoubleArrayTimeSeries
すべての実装されたインタフェース:
AmusaDataCompatible<DoubleArray>, TimeSeriesCompatible<DoubleArray>

public class MutableDoubleArrayTimeSeries
extends MutableTimeSeries<DoubleArray>

オブジェクト生成後に値を自由に変更できる時系列オブジェクトです.


コンストラクタの概要
MutableDoubleArrayTimeSeries(int nFrames, int timeunit)
           
 
メソッドの概要
 void add(DoubleArray array)
          新たな多次元ベクトルを末尾に追加します.
 int bytesize()
           
 int dim()
          多次元ベクトルの次元数を返します.
 
クラス jp.crestmuse.cmx.amusaj.filewrappers.MutableTimeSeries から継承されたメソッド
frames, getAttribute, getAttributeDouble, getAttributeInt, getAttributeIterator, getQueueReader, setAttribute, setAttribute, setAttribute, timeunit
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MutableDoubleArrayTimeSeries

public MutableDoubleArrayTimeSeries(int nFrames,
                                    int timeunit)
メソッドの詳細

dim

public int dim()
インタフェース TimeSeriesCompatible の記述:
多次元ベクトルの次元数を返します.


bytesize

public int bytesize()

add

public void add(DoubleArray array)
         throws java.lang.InterruptedException
インタフェース TimeSeriesCompatible の記述:
新たな多次元ベクトルを末尾に追加します.

例外:
java.lang.InterruptedException