パラメータ名 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 | 相関係数の閾値。
2つの時系列データの相関係数がこの値よりも大きければ
同じグループに分類する。 A threshold value for a correlation coefficient; if the correlation coefficient between two time series data is greater than this value, the two data are labeled as the same group. |
-1以上1以下の実数。 A real number greater than or equal to -1 and less than or equal to 1. |
0.8 |
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 |
baseline_slope | 相関係数の計算時に時系列データから差し引く直線の傾き\(a\)
(下記「アルゴリズム」参照)。 The slope, \(a\), of the straight line that is subtracted from the original time series data in the computation of the correlation coefficients. |
実数。 A real number. |
0.0 |
baseline_intercept | 相関係数の計算時に時系列データから差し引く直線の時刻\(t=0\)での値\(b\)
(下記「アルゴリズム」参照)。 The value, \(b\), at the time \(t=0\) of the straight line that is subtracted from the original time series data in the computation of the correlation coefficients. |
実数。 A real number. |
0.0 |
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.800000 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 |