- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- 金融データ・マイニング/動的クラスタリングとクラスター変化検出 へ行く。
動的クラスタリングについてのメモ
Gruenheid (2014) による動的クラスタリングの定義 †
ただし、この定義は間違っていると思うので、原文とその訳を示し、修正案を示します。
原文 †
Given the dataset [math]D[/math] and its clustering results [math]\mathcal{L}_D[/math], let [math]D_\mathit{new}[/math] be a new set of objects with some updates on [math]D[/math] where [math]D \cap D_\mathit{new} \neq \emptyset[/math]. Dynamic clustering computes the clustering results of [math]D_\mathit{new}[/math] based on [math]\mathcal{L}_D[/math]. The dynamic clustering is denoted by [math]F[/math] and its clustering result is denoted as [math]F(D, D_\mathit{new}, \mathcal{L}_D)[/math].
訳 †
データセット [math]D[/math] とそのクラスタリング結果 [math]\mathcal{L}_D[/math] が与えられ、[math]D_\mathit{new}[/math] を [math]D[/math] に対して更新された新しいデータの集合( [math]D \cap D_\mathit{new} \neq \emptyset[/math])とする。 動的クラスタリングは、[math]\mathcal{L}_D[/math] に基づいて [math]D_\mathit{new}[/math] のクラスタリング結果を計算する。 動的クラスタリングを [math]F[/math]、その結果を[math]F(D, D_\mathit{new}, \mathcal{L}_D)[/math] と表す。
修正案 †
論文 †
- 小西 智貴 (2022). 複数の時系列データに対する動的クラスタリング. 中央大学大学院研究年報 理工学研究科編 52.
- クラスタ構造が時間によって変化するデータに対するディリクレ過程混合モデルによる動的クラスタリングについて説明している。
- Gruenheid A, Dong XL, and Srivastava D (2014). Incremental record linkage. VLDB Endowment 7:697–708 (PDF)
- 動的クラスタリングの定義
手法 †
- CulStream
- Aggarwal CC, Philip SY, Han J, and Wang J (2003). A framework for clustering evolving data streams. VLDB 2003. (PDF)
- DenStream
- DynStream