最近状态

2025-12-07 22:50

一次滑雪的尝试,跟学校雪协一起去了崇礼的太舞雪场,
两天的时间基本学会了半犁式,能在初级或者个别中级道练习了。
协会的领队教学很认真,但主要还得靠自己多体会和练习。
小镇建筑和置景设计很好看,跟雪协一起价格也比较实惠,但的确十分劳累,雪具的分量还是很令人印象深刻的。






[EN]Grid-based clustering method - Wave cluster wavelet clustering

A clustering algorithm is an unsupervised classification algorithm. There are many algorithms, including division-based clustering algorithms (e.g., kmeans), hierarchical clustering algorithms (e.g., BIRCH), density-based clustering algorithms (e.g., DBScan), lattice-based clustering algorithms, and so on.
阅读更多

基于网格的聚类方法——Wave cluster小波聚类

聚类算法是一种无监督分类算法。算法很多,包括基于划分的聚类算法(如:kmeans),基于层次的聚类算法(如:BIRCH),基于密度的聚类算法(如:DBScan),基于网格的聚类算法等等。本文对小波聚类WaveCluster进行较为详细的解析,并且给出易于运行的实验代码。
阅读更多