基于使用Max-MMD的递归二进制分割的近乎完美的聚类
概括
我们为使用最大平均差异 (MMD) 的功能数据引入了新的集群算法. 这些方法有效地对数据进行分组,无论集群数量 (K) 是已知的还是未知的,改进了现有技术.
科学领域:
- 统计 统计 统计 统计
- 机器学习 机器学习
- 数据科学数据科学数据科学
背景情况:
- 功能数据分析带来了独特的集群挑战.
- 现有的方法通常需要预先指定集群数量 (K).
- 最大平均差异 (MMD) 为比较数据分布提供了可靠的测量方法.
研究的目的:
- 为功能数据开发新的集群算法.
- 解决场景,其中的集群数量 (K) 是指定的和未指定的.
- 为了提高集群性能,利用MMD措施.
主要方法:
- 开发基于加权MMD的递归二进制分割算法.
- 整合了一个群体检查步骤,用于无监督的K确定.
- 对于具有特定K的场景的合并策略.
- 在预言室设置中进行理论分析.
主要成果:
- 对于未指定的K的算法实现了完美的聚类.
- 指定K的算法证明了完美的秩序维护 (POP) 属性.
- 这两种算法都在真实和模拟数据上表现出近乎完美的性能,其位置和规模有所不同.
- 性能超过了当前最先进的功能数据聚类方法.
结论:
- 提出的基于MMD的算法为功能数据集群提供了强大而灵活的方法.
- 这些方法提供了准确的结果,即使在未知K和变化的数据分布.
- 这些算法代表了功能数据分析领域的重大进步.
相关概念视频
Extraction: Partition and Distribution Coefficients
The distribution law or Nernst's distribution law is the law that governs the distribution of a solute between two immiscible solvents. This law, also known as the partition law, states that if a solute is added to the mixture of two immiscible solvents at a constant temperature, the solute is distributed between the two solvents in such a way that the ratio of solute concentrations in the solvents remains constant at equilibrium.
For extracting a solute from an aqueous phase into an organic...
For extracting a solute from an aqueous phase into an organic...
¹H NMR: Complex Splitting
A proton M that is coupled to a proton X results in doublet signals for M. However, NMR-active nuclei can be simultaneously coupled to more than one nonequivalent nucleus. When M is coupled to a second proton A, such as in styrene oxide, each peak in the doublet is split into another doublet.
Splitting diagrams or splitting tree diagrams are routinely used to depict such complex couplings. While drawing splitting diagrams, the splitting with the larger coupling constant is usually applied first.
Splitting diagrams or splitting tree diagrams are routinely used to depict such complex couplings. While drawing splitting diagrams, the splitting with the larger coupling constant is usually applied first.
Cluster Sampling Method
Appropriate sampling methods ensure that samples are drawn without bias and accurately represent the population. Because measuring the entire population in a study is not practical, researchers use samples to represent the population of interest.
To choose a cluster sample, divide the population into clusters (groups) and then randomly select some of the clusters. All the members from these clusters are in the cluster sample. For example, if you randomly sample four departments from your...
To choose a cluster sample, divide the population into clusters (groups) and then randomly select some of the clusters. All the members from these clusters are in the cluster sample. For example, if you randomly sample four departments from your...
Survival Tree
Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
Building a Survival Tree
Constructing a survival tree begins...
Building a Survival Tree
Constructing a survival tree begins...


