パラメータ名 Parameter name |
意味 Meaning |
可能なパラメータ値 Allowed parameter values |
デフォルト値 Default value |
datadir | 使用する時系列データが格納されているディレクトリパス。 The path of the directory in which the time series data to be used are stored. |
ディレクトリパスを表す文字列。絶対パスでも相対パスでも良い。 A string that represents a directory path (either absolute or relative). |
. |
timeSeriesData_listFile | 使用する時系列データを列挙したテキストファイルの名前。 The name of a text file in which the time series data to be used are listed. このファイル内には1行につき1つずつ、 使用する時系列データファイル名 (パラメータdatadirで指定したディレクトリからの相対パス) を記載する。 空行や各行の#から後の部分はコメントとして無視されるので 自由に挿入できる。 In this file, write a time series data file name (the relative path from the directory specified by parameter datadir) in each line. Empty lines and comments after # in each line can arbitrarily be inserted, as they are simply ignored. なお、個々の時系列データファイルは ymaeda_opentoolsの時系列データファイル形式 (独自のファイル形式参照) でなければならない。 また、時系列データの定義域とサンプリングレートは 全てのファイルで共通でなければならない。 Each time series data file must have one of the formats of a time series data of ymaeda_opentools (see special file formats). The definition range and sampling rate must be common among all time series data. |
ファイル名を表す文字列。 A string that represents a file name. |
省略不可 Cannot be omitted |
threshold | 波形のずれ具合(\ref{eq.misfit}式)の閾値。
2つの時系列データのずれ具合がこの値未満であれば同じグループに分類する。 A threshold value for the waveform misfit (Eq. \ref{eq.misfit}); if the misfit between two time series data is less than this value, the two data are labeled as the same group. |
正の実数。 A positive real number. |
0.2 |
outputfile | 出力ファイル名。
グルーピングの結果が出力される。 The name of the output file in which the result of the grouping is written. |
ファイル名を表す文字列。 A string that represents a file name. |
省略不可 Cannot be omitted |
a.seq2 b.seq2 c.seq2 d.seq2 e.seq2 f.seq2 g.seq2 h.seq2 i.seq2 j.seq2 k.seq2 l.seq2 m.seq2 n.seq2 |
#Ngroups: 5 #threshold: 0.200000 data/a.seq2[TAB]2 data/b.seq2[TAB]1 data/c.seq2[TAB]3 data/d.seq2[TAB]1 data/e.seq2[TAB]2 data/f.seq2[TAB]1 data/g.seq2[TAB]1 data/h.seq2[TAB]1 data/i.seq2[TAB]2 data/j.seq2[TAB]3 data/k.seq2[TAB]1 data/l.seq2[TAB]4 data/m.seq2[TAB]5 data/n.seq2[TAB]1 |
\(f(t)\), \(g(t)\) | \(M\) | \(1-M\) | 相関係数 Correlation coefficient |
\(f(t)=g(t)\) | \(0\) | \(1\) | \(1\) |
ランダムで無相関 Random and not correlated |
\(1\) | \(0\) | \(0\) |
\(f(t)=-g(t)\) | \(2\) | \(-1\) | \(-1\) |
\(f(t)=t\), \(g(t)=t^2\) (\(t\in [0,1]\)) | \(\frac{1}{2\sqrt{2}}\sim 0.3536\) | \(0.6464\) | \(\frac{\sqrt{15}}{4}\sim 0.9682\) |
\(f(t)=t\), \(g(t)=\sqrt{t}\) (\(t\in [0,1]\)) | \(\frac{\sqrt{2}}{5}\sim 0.2828\) | \(0.7172\) | \(\frac{2\sqrt{6}}{5}\sim 0.9798\) |
\(f(t)=t^2\), \(g(t)=\sqrt{t}\) (\(t\in [0,1]\)) | \(\frac{3\sqrt{2}}{7}\sim 0.6061\) | \(0.3939\) | \(\frac{2\sqrt{10}}{7}\sim 0.9035\) |