金融データ・マイニング/動的クラスタリングとクラスター変化検出
をテンプレートにして作成
開始行:
時間によってクラスター構造が変化するデータに対するクラス...
*種別 [#o9313183]
時間によってクラスター構造が変化することを前提としてクラ...
データ・ストリーム・クラスタリングという名前は時系列クラ...
-[[''動的クラスタリング'' (Dynamic Clustering)>#ua5ac578]]
--以前のクラスタリング結果を使ってクラスタリングを効率的...
-[[''クラスター変化検出'' (Cluster Change Detection)>#n84...
--以前のクラスタリング結果と今回のクラスタリング結果の違...
--''クラスター進化分析'' (Cluster Evolution Analysis) と...
*動的クラスタリング [#ua5ac578]
**Gu (2022) による動的クラスタリングの定義 [#ua8aec71]
*** 原文 [#if928d1c]
Given the dataset [math]D[/math] and its clustering resul...
''Dynamic clustering'' computes the clustering results of...
The ''dynamic clustering'' is denoted by [math]F[/math] a...
*** 訳 [#ja46b0eb]
データセット [math]D[/math] とそのクラスタリング結果 [mat...
このとき、[math]D \cap D_\mathit{new} \neq \emptyset[/mat...
''動的クラスタリング''は、[math]\mathcal{L}_D[/math] に基...
''動的クラスタリング''を [math]F[/math]、その結果を[math]...
***動的クラスタリングの目的 [#j9bd31a3]
データセット [math]D[/math] が与えられたときに [math]D[/m...
** Gruenheid (2014) による動的クラスタリングの定義 [#v2ea...
Record linkageは、二つのデータセットの中からペアになる事...
Gruenheid (2014) では ''incremental record linkage'' とい...
***原文 [#wdd9028b]
Let [math]D[/math] be a set of records and [math]\Delta D...
Let [math]\mathcal{L}_D[/math] be the clustering of recor...
''Incremental linkage'' clusters records in [math]D + \De...
We denote the incremental linkage method by [math]f[/math...
***訳 [#m3be0ad0]
[math]D[/math] をレコードの集合、[math]\Delta D[/math] を...
''動的クラスタリング'' は、[math]\mathcal{L}_D[/math] に...
動的クラスタリングの手法を [math]f[/math]、その結果を [ma...
***動的クラスタリングの目的 [#na393ddc]
+[math]D+\Delta D[/math] のクラスタリング [math]F(D + \De...
+動的クラスタリングの結果 [math]f(D, \Delta D, \mathcal{L...
**動的クラスタリングに関する論文 [#f2aac1b4]
-[[Gu B, Kargar S, and Nawab F (2022). ''Efficient dynami...
--動的クラスタリングの定義
-[[Gruenheid A, Dong XL, and Srivastava D (2014). ''Incre...
--動的クラスタリングの定義
--Incremental linkage と呼んでいる
*クラスター変化検出 (Cluster Change Detection) [#n8449605]
Aggarwal (2003) では''クラスター進化分析'' (Cluster Evolu...
しかし、データ・ストリーム・クラスタリングという名前だと'...
**Aggarwal (2003) によるクラスター進化分析の説明 [#hb395a...
***原文 [#i5279801]
Many interesting changes can be recorded by an analyst in...
may wish to know how the clusters have changed over the l...
-The two clock times [math]t_1[/math] and [math]t_2[/math...
-The time horizon [math]h[/math] over which the clusters ...
Another important issue is that of deciding how to presen...
-Are there new clusters in the data at time [math]t_2[/ma...
-Have some of the original clusters been lost because of ...
-Have some of the original clusters at time [math]t_1[/ma...
We note that the micro-cluster maintenance algorithm main...
-Micro-clusters in [math]\mathcal{N}(t_2, h)[/math] for w...
-Micro-clusters in [math]\mathcal{N}(t_1, h)[/math] for w...
-Micro-clusters in [math]\mathcal{N}(t_2, h)[/math] for w...
The macro-cluster creation algorithm is then separately a...
***意訳 [#h22ff65a]
2つの時刻 [math]t_1[/math] と [math]t_2[/math] ([math]t_2...
''クラスター進化分析''は、次の3つのタイプの変化を発見する。
+[math]t_1[/math] から [math]t_2[/math] にかけて出現した...
+[math]t_1[/math] には存在していたが [math]t_2[/math] に...
+[math]t_1[/math] から [math]t_2[/math] にかけて変化した...
**Zubaroğlu (2021) による概念ドリフトの説明 [#m9e64d74]
データ・ストリーム・クラスタリングに関するサーベイ論文の...
***原文 [#z07d4a21]
''Concept drift'' is the unforeseen change in statistical...
-''Sudden concept drift'': Between two consecutive instan...
-''Gradual concept drift'': The number of instances belon...
-''Incremental concept drift'': Data instances belonging ...
-''Recurring concept drift'': The data instances change b...
***意訳 [#jcb9c405]
''概念ドリフト'' (concept drift) は時間によってデータ・ス...
概念ドリフトには次の4つのタイプがある (Ramirez 2017)。
-''突然の概念ドリフト'':以前のクラスに属する事例が全く出...
-''緩やかな概念ドリフト'':以前のクラスに属する事例が徐々...
-''段階的概念ドリフト'':以前のクラスに属する事例が段階的...
-''再発性概念ドリフト'':2つ以上のクラスの事例が交代で出...
**Atif (2023) によるクラスター変化検出の分類 [#w1236017]
***原文 [#sb3edc81]
''Change detection'' refers to identifying variations in ...
+''Evolutionary Clustering'': Generate a sequence of clus...
--Evolutionary clustering algorithm (Chakrabarti 2006)
--Preserving cluster quality and preserving cluster membe...
--Multimode networks (Tang 2008)
--Evolutionary DBSCAN (Zhang 2013)
--Adaptive evolutionary (Xu 2013)
--Relational DBSCAN (Banerjee 2018)
+''Self-Organizing Maps'': Changes in clustering solution...
--FOCUS (Genti 1999)
--Comparing SOMs (Denny 2005)
--ReDSOM (Denny 2008)
+''Heuristic Algorithms'': Cluster the temporal data at d...
--MONIC (Spiliopoulou 2006)
--MClusT (Oliveira 2010)
--MEC (Oliveira 2012)
+''Online Algorithms for Evolving Data Streams'': Cluster...
--CluStrem (Aggarwal 2003)
--DenStream (Cao 2006)
--CEDAS (Hyde 2017)
--ASCS (Fahy 2019)
--MDSC (Fahy 2022)
--MVSVDD (Huang 2020)
***意訳 [#h435709e]
''クラスター変化検出''は、あるデータ・ストリーム対して異...
クラスターの変化を観察し、追跡する方法は次の4つに分類でき...
+''進化的クラスタリング'' (Evolutionary Clustering):クラ...
+''自己組織化マップ'' (Self-Organizing Maps):自己組織化...
+''ヒューリスティック・アルゴリズム'' (Heuristic Algorith...
+''進化するデータ・ストリームのためのオンライン・アルゴリ...
**クラスター変化検出に関する論文 [#t7fe1eae]
-[[Atif M, Shafiq M, Farooq M, et al. (2023). ''Monitorin...
--クラスター変化検出についてのサーベイ論文
-[[Zubaroğlu A and Atalay V (2021). ''Data stream cluste...
--データ・ストリーム・クラスタリングについてのサーベイ論文
-CluStream
--[[Aggarwal CC, Philip SY, Han J, and Wang J (2003). ''A...
--クラスター進化分析 (Analysis of Evolving Clusters) に...
-DenStream
--[[Cao F, Estert M, Qian W, and Zhou A (2006). ''Densit...
-DynStream
--[[Kim IS, Liao S, and Imai K (2020). ''Measuring trade ...
--2国間の貿易データに対してクラスタリングを行い、時間によ...
-MONIC
--[[Spiliopoulou M, Ntoutsi E, Theodoridis Y, and Schult ...
--[[Spiliopoulou M, Ntoutsi E, Theodoridis Y, and Schult ...
-[[小西 智貴 (2022). ''複数の時系列データに対する動的クラ...
--クラスタ構造が時間によって変化するデータに対するディリ...
動的クラスタリングと書かれているが、Gruenheld (2014) や G...
終了行:
時間によってクラスター構造が変化するデータに対するクラス...
*種別 [#o9313183]
時間によってクラスター構造が変化することを前提としてクラ...
データ・ストリーム・クラスタリングという名前は時系列クラ...
-[[''動的クラスタリング'' (Dynamic Clustering)>#ua5ac578]]
--以前のクラスタリング結果を使ってクラスタリングを効率的...
-[[''クラスター変化検出'' (Cluster Change Detection)>#n84...
--以前のクラスタリング結果と今回のクラスタリング結果の違...
--''クラスター進化分析'' (Cluster Evolution Analysis) と...
*動的クラスタリング [#ua5ac578]
**Gu (2022) による動的クラスタリングの定義 [#ua8aec71]
*** 原文 [#if928d1c]
Given the dataset [math]D[/math] and its clustering resul...
''Dynamic clustering'' computes the clustering results of...
The ''dynamic clustering'' is denoted by [math]F[/math] a...
*** 訳 [#ja46b0eb]
データセット [math]D[/math] とそのクラスタリング結果 [mat...
このとき、[math]D \cap D_\mathit{new} \neq \emptyset[/mat...
''動的クラスタリング''は、[math]\mathcal{L}_D[/math] に基...
''動的クラスタリング''を [math]F[/math]、その結果を[math]...
***動的クラスタリングの目的 [#j9bd31a3]
データセット [math]D[/math] が与えられたときに [math]D[/m...
** Gruenheid (2014) による動的クラスタリングの定義 [#v2ea...
Record linkageは、二つのデータセットの中からペアになる事...
Gruenheid (2014) では ''incremental record linkage'' とい...
***原文 [#wdd9028b]
Let [math]D[/math] be a set of records and [math]\Delta D...
Let [math]\mathcal{L}_D[/math] be the clustering of recor...
''Incremental linkage'' clusters records in [math]D + \De...
We denote the incremental linkage method by [math]f[/math...
***訳 [#m3be0ad0]
[math]D[/math] をレコードの集合、[math]\Delta D[/math] を...
''動的クラスタリング'' は、[math]\mathcal{L}_D[/math] に...
動的クラスタリングの手法を [math]f[/math]、その結果を [ma...
***動的クラスタリングの目的 [#na393ddc]
+[math]D+\Delta D[/math] のクラスタリング [math]F(D + \De...
+動的クラスタリングの結果 [math]f(D, \Delta D, \mathcal{L...
**動的クラスタリングに関する論文 [#f2aac1b4]
-[[Gu B, Kargar S, and Nawab F (2022). ''Efficient dynami...
--動的クラスタリングの定義
-[[Gruenheid A, Dong XL, and Srivastava D (2014). ''Incre...
--動的クラスタリングの定義
--Incremental linkage と呼んでいる
*クラスター変化検出 (Cluster Change Detection) [#n8449605]
Aggarwal (2003) では''クラスター進化分析'' (Cluster Evolu...
しかし、データ・ストリーム・クラスタリングという名前だと'...
**Aggarwal (2003) によるクラスター進化分析の説明 [#hb395a...
***原文 [#i5279801]
Many interesting changes can be recorded by an analyst in...
may wish to know how the clusters have changed over the l...
-The two clock times [math]t_1[/math] and [math]t_2[/math...
-The time horizon [math]h[/math] over which the clusters ...
Another important issue is that of deciding how to presen...
-Are there new clusters in the data at time [math]t_2[/ma...
-Have some of the original clusters been lost because of ...
-Have some of the original clusters at time [math]t_1[/ma...
We note that the micro-cluster maintenance algorithm main...
-Micro-clusters in [math]\mathcal{N}(t_2, h)[/math] for w...
-Micro-clusters in [math]\mathcal{N}(t_1, h)[/math] for w...
-Micro-clusters in [math]\mathcal{N}(t_2, h)[/math] for w...
The macro-cluster creation algorithm is then separately a...
***意訳 [#h22ff65a]
2つの時刻 [math]t_1[/math] と [math]t_2[/math] ([math]t_2...
''クラスター進化分析''は、次の3つのタイプの変化を発見する。
+[math]t_1[/math] から [math]t_2[/math] にかけて出現した...
+[math]t_1[/math] には存在していたが [math]t_2[/math] に...
+[math]t_1[/math] から [math]t_2[/math] にかけて変化した...
**Zubaroğlu (2021) による概念ドリフトの説明 [#m9e64d74]
データ・ストリーム・クラスタリングに関するサーベイ論文の...
***原文 [#z07d4a21]
''Concept drift'' is the unforeseen change in statistical...
-''Sudden concept drift'': Between two consecutive instan...
-''Gradual concept drift'': The number of instances belon...
-''Incremental concept drift'': Data instances belonging ...
-''Recurring concept drift'': The data instances change b...
***意訳 [#jcb9c405]
''概念ドリフト'' (concept drift) は時間によってデータ・ス...
概念ドリフトには次の4つのタイプがある (Ramirez 2017)。
-''突然の概念ドリフト'':以前のクラスに属する事例が全く出...
-''緩やかな概念ドリフト'':以前のクラスに属する事例が徐々...
-''段階的概念ドリフト'':以前のクラスに属する事例が段階的...
-''再発性概念ドリフト'':2つ以上のクラスの事例が交代で出...
**Atif (2023) によるクラスター変化検出の分類 [#w1236017]
***原文 [#sb3edc81]
''Change detection'' refers to identifying variations in ...
+''Evolutionary Clustering'': Generate a sequence of clus...
--Evolutionary clustering algorithm (Chakrabarti 2006)
--Preserving cluster quality and preserving cluster membe...
--Multimode networks (Tang 2008)
--Evolutionary DBSCAN (Zhang 2013)
--Adaptive evolutionary (Xu 2013)
--Relational DBSCAN (Banerjee 2018)
+''Self-Organizing Maps'': Changes in clustering solution...
--FOCUS (Genti 1999)
--Comparing SOMs (Denny 2005)
--ReDSOM (Denny 2008)
+''Heuristic Algorithms'': Cluster the temporal data at d...
--MONIC (Spiliopoulou 2006)
--MClusT (Oliveira 2010)
--MEC (Oliveira 2012)
+''Online Algorithms for Evolving Data Streams'': Cluster...
--CluStrem (Aggarwal 2003)
--DenStream (Cao 2006)
--CEDAS (Hyde 2017)
--ASCS (Fahy 2019)
--MDSC (Fahy 2022)
--MVSVDD (Huang 2020)
***意訳 [#h435709e]
''クラスター変化検出''は、あるデータ・ストリーム対して異...
クラスターの変化を観察し、追跡する方法は次の4つに分類でき...
+''進化的クラスタリング'' (Evolutionary Clustering):クラ...
+''自己組織化マップ'' (Self-Organizing Maps):自己組織化...
+''ヒューリスティック・アルゴリズム'' (Heuristic Algorith...
+''進化するデータ・ストリームのためのオンライン・アルゴリ...
**クラスター変化検出に関する論文 [#t7fe1eae]
-[[Atif M, Shafiq M, Farooq M, et al. (2023). ''Monitorin...
--クラスター変化検出についてのサーベイ論文
-[[Zubaroğlu A and Atalay V (2021). ''Data stream cluste...
--データ・ストリーム・クラスタリングについてのサーベイ論文
-CluStream
--[[Aggarwal CC, Philip SY, Han J, and Wang J (2003). ''A...
--クラスター進化分析 (Analysis of Evolving Clusters) に...
-DenStream
--[[Cao F, Estert M, Qian W, and Zhou A (2006). ''Densit...
-DynStream
--[[Kim IS, Liao S, and Imai K (2020). ''Measuring trade ...
--2国間の貿易データに対してクラスタリングを行い、時間によ...
-MONIC
--[[Spiliopoulou M, Ntoutsi E, Theodoridis Y, and Schult ...
--[[Spiliopoulou M, Ntoutsi E, Theodoridis Y, and Schult ...
-[[小西 智貴 (2022). ''複数の時系列データに対する動的クラ...
--クラスタ構造が時間によって変化するデータに対するディリ...
動的クラスタリングと書かれているが、Gruenheld (2014) や G...
ページ名: