Auto-sync: 2026-04-20 09:58
This commit is contained in:
24
wiki/concepts/Force-Directed-Layout.md
Normal file
24
wiki/concepts/Force-Directed-Layout.md
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
title: "Force-Directed Layout"
|
||||
type: concept
|
||||
tags: [graph-layout, algorithm, visualization, gpu]
|
||||
date: 2026-04-20
|
||||
---
|
||||
|
||||
## Definition
|
||||
Force-Directed Layout 是一种图布局算法,通过模拟物理力(斥力和引力)来自动排列图节点位置,常用于知识图谱和网络可视化。
|
||||
|
||||
## Core Attributes
|
||||
- 节点斥力模拟
|
||||
- 边引力模拟
|
||||
- 阻尼系数
|
||||
- GPU 加速计算
|
||||
- 迭代收敛
|
||||
- 三维布局支持
|
||||
|
||||
## Related Concepts
|
||||
- [[Spatial Computing]]:空间可视化
|
||||
- [[Graph Visualization]]:图可视化
|
||||
|
||||
## Application
|
||||
知识图谱布局、网络关系可视化、社交网络图、组织结构图
|
||||
Reference in New Issue
Block a user