Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/mdoc/01-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ The only runtime dependency of the GraphFrames core is `graphframes-graphx-*`. I

### Microsoft Fabric Note

It was [reported](github.com/graphframes/graphframes/issues/748) that Microsft Fabric cannot resolve runtime dependencies of JVM pckages automatically. MS Fabric users should specify both core and `graphframes-graphx-*` (depends on the Apache Spark version).
It was [reported](https://github.com/graphframes/graphframes/issues/748) that Microsft Fabric cannot resolve runtime dependencies of JVM pckages automatically. MS Fabric users should specify both core and `graphframes-graphx-*` (depends on the Apache Spark version).

## Building GraphFrames from Source

Expand Down
2 changes: 1 addition & 1 deletion docs/src/04-user-guide/06-graph-clustering.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Compared to NSW 2011, this GraphFrames implementation intentionally extends and

- The paper is for **undirected graphs**; this implementation supports **directed and undirected** execution.
- The paper does **not** support turning off direct-link contribution; this implementation adds `ignoreDirectLinks`.
- The paper uses structural factor in **[0, 1]**; this implementation exposes a non-negative multiplier, allowing a wider tuning range.
- The paper uses structural factor in **\[0, 1\]**; this implementation exposes a non-negative multiplier, allowing a wider tuning range.

### Directed common-neighbor definition: pragmatic, not canonical

Expand Down
Loading