首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏数据分析1480

    数据挖掘 | 数据分析师都在看的聚类分析知识点总汇

    cloumns_fix1 = ['工作日上班时电话时长', '工作日下半时电话时长', '周末电话时长', '国际电话时长', '平均每次通话时长'] linkage = hcluster.linkage method 类距离计算公式有三种参数: single 两个类之间最短距离的点的距离 complete 两个类之间最长距离的点的距离 centroid 两个类所有点的中点的距离 #层次聚类绘图hcluster.dendrogram (linkage) #不设置参数时会将所有点做为一个基础的类进行树结构的绘制#由于数据量大,限制类的个数,保留12个节点,有括号表示副节点,括号内的数字为该节点内部包含的子节点hcluster.dendrogram #对聚类得到的类进行标注 层次聚类的结果,要聚类的个数,划分方法(maxclust,最大划分法)ptarget = hcluster.fcluster(linkage, 3, criterion

    1.6K20发布于 2020-03-27
  • 来自专栏foochane

    聚类(Clustering) hierarchical clustering 层次聚类

    v1,v2): return sum(abs(v1-v2)) # def Chi2dist(v1,v2): # return sqrt(sum((v1-v2)**2)) def hcluster return clust[0] def extract_clusters(clust,dist): # extract list of sub-tree clusters from hcluster

    1.8K30发布于 2019-05-23
  • 来自专栏机器学习与统计学

    100天搞定机器学习|day54 聚类系列:层次聚类原理及案例

    =None else None,' ',self.distance,' ',self.count) class hcluster: def distance(self,x,y): =num)) return Data if __name__ == '__main__': num = 20 dataset = setData(num) h = hcluster

    87410发布于 2019-08-21
  • 来自专栏生物信息云

    R语言数据分析与挖掘(第九章):聚类分析(2)——层次聚类

    cutree()函数 该函数用于将hcluster()的输出结果进行剪枝,最终得到指定类别的聚类结果,书写格式为: cutree(tree, k = NULL, h = NULL) 参数介绍: tree :指定函数hcluster()的聚类结果; k:一个整数或向量,用于指定聚类的数目; h:数字标量或向量,用于指定需要剪枝的树的高度。

    13.8K23发布于 2020-02-17
  • 来自专栏生信宝典

    R语言学习 - 热图简化

    areaplot s-plot boxplot s-plot densityPlot s-plot densityHistPlot s-plot histogram #### Cluster s-plot hcluster_gg (latest) s-plot hcluster s-plot hclust (depleted) #### Heatmap s-plot heatmapS s-plot heatmapM s-plot

    3.1K90发布于 2018-02-05
  • 来自专栏对角巷

    论文笔记13 -- (层次聚类)Performance guarantees for hierarchical clustering

    clustering》 论文:http://cseweb.ucsd.edu/~dasgupta/papers/hier-jcss.pdf GitHub:https://github.com/jonfink/hcluster

    83330编辑于 2022-05-07
  • 来自专栏鸿的学习笔记

    机器学习库/包的比较

    还没 0 NueroLab python 库 机器学习 前馈神经网络 Skits.cuda 还没 0 PythonXX python 库 机器学习 浅层学习 Skits.cuda 还没 0 Hcluster

    1.2K20发布于 2018-08-06
  • 来自专栏超级架构师

    【人工智能】机器学习工具总览

    Skits.cuda Not Yet 0 PythonXX Python Library Machine Learning Shallow Learning Skits.cuda Not Yet 0 Hcluster

    1.5K40编辑于 2023-01-05
  • 来自专栏2018

    Cisco Calisti DEMO OK.

    8hcert-manager cert-manager-webhook-548f48c677-zkghr 1/1 Running 0 8hcluster-registry

    846161编辑于 2023-04-03
  • 来自专栏程序员千羽

    docker搭建hadoop集群

    --NameNode地址集群标识(hcluster),最多两个--> <property> <name>dfs.ha.namenodes.hadoop-local</name> <value --同时把NameNode元数据和日志存放在JournalNode上(/home/hadoop/journal/hcluster)--> <property> <name>dfs.namenode.shared.edits.dir

    1.1K20编辑于 2023-08-28
  • 来自专栏生信宝典

    基因共表达聚类分析及可视化

    共表达基因的寻找是转录组分析的一个部分,样品多可以使用WGCNA,样品少可直接通过聚类分析如K-means、K-medoids (比K-means更稳定)或Hcluster或设定pearson correlation

    3.1K62发布于 2018-02-05
  • 来自专栏运维入门时间

    flink-sql 流计算可视化 UI 平台

    checkpointInterval-checkpointingMode-checkpointTimeout-checkpointDir-tolerableCheckpointFailureNumber-asynchronousSnapshots如:-asynchronousSnapshots true -checkpointDir hdfs://hcluster

    2.6K10编辑于 2022-05-29
  • 转录组的批次效应该如何处理

    normalized_counts_mad, decreasing=T), ]​# clustering pearson_cor <- as.matrix(cor(rlogMat, method="pearson"))hc <- hcluster

    1.1K10编辑于 2024-06-12
  • 来自专栏生信宝典

    DESeq2差异基因分析和批次效应移除

    # 计算相关性pearson correlation pearson_cor <- as.matrix(cor(rlogMat, method="pearson")) # 层级聚类 hc <- hcluster

    7.1K110发布于 2018-06-26
  • 来自专栏Tom

    AlphaFold3来了!全面预测蛋白质与所有生命分子相互作用及结构,引领药物研发新革命

    生物信息中十大机器学习算法 C2无监督式机器学习在代谢组学数据处理中的应用 (1)大数据处理中的降维; (2)PCA分析作图; (3)三种常见的聚类分析:K-means、层次分析与SOM (4)热图和hcluster

    3.2K20编辑于 2024-07-19
领券