mirror of
https://gitee.com/antv/g6.git
synced 2024-12-15 10:01:09 +08:00
11 lines
470 B
Markdown
11 lines
470 B
Markdown
---
|
||
title: MDS Layout
|
||
order: 7
|
||
---
|
||
|
||
Classical MDS(Multidemensional Scaling)is an algorithm for high dimensional data projection. Relational data layout problem can be regarded as projecting high dimensional data onto a 2D visual space.
|
||
|
||
## Usage
|
||
|
||
As the demo below, you can deploy it in `layout` while instantiating Graph. it can also be used for [Subgraph Layout](/en/docs/manual/middle/layout/sub-layout). By tuning the parameters, you can adjust the edge length.
|