Skip to content

Commit

Permalink
add note for DBSCAN algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
hxf0223 committed Aug 10, 2024
1 parent 02be257 commit 2089e38
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-08-08-mmu-tlb-table-walk-unit-page-table.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 总结:MMU -- 包括 `TLB` 以及`Table Walk Unit`,以及内存 Page Table
title: 总结:MMU -- 包括 TLB 以及 Table Walk Unit ,以及内存 Page Table
date: 2024-08-08 +0800 # 2022-01-01 13:14:15 +0800 只写日期也行;不写秒也行;这样也行 2022-03-09T00:55:42+08:00
categories: [CPU]
tags: [linux, cpu] # TAG names should always be lowercase
Expand Down
17 changes: 17 additions & 0 deletions _posts/2024-08-10-algrithm-DBSCAN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: 资料收集:聚类算法 DBSCAN
date: 2024-08-10 +0800 # 2022-01-01 13:14:15 +0800 只写日期也行;不写秒也行;这样也行 2022-03-09T00:55:42+08:00
categories: [academic]
tags: [academic] # TAG names should always be lowercase

# 以下默认false
math: true
mermaid: true
# pin: true
---

聚类算法资料收集

- [几种常用的基于密度的聚类算法](https://www.cnblogs.com/alterwl/p/density-based-clustering.html)
- [DBSCAN密度聚类算法](https://www.cnblogs.com/pinard/p/6208966.html)
- [K紧邻法(KNN)原理小结](https://www.cnblogs.com/pinard/p/6061661.html)

0 comments on commit 2089e38

Please sign in to comment.