| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -144,7 +144,7 @@ The only runtime dependency of the GraphFrames core is `graphframes-graphx-*`. I | |||
| 144 | 144 | ||
| 145 | 145 | ### Microsoft Fabric Note | |
| 146 | 146 | ||
| 147 | - 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). | ||
| 147 | + 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). | ||
| 148 | 148 | ||
| 149 | 149 | ## Building GraphFrames from Source | |
| 150 | 150 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -88,7 +88,7 @@ Compared to NSW 2011, this GraphFrames implementation intentionally extends and | |||
| 88 | 88 | ||
| 89 | 89 | - The paper is for **undirected graphs**; this implementation supports **directed and undirected** execution. | |
| 90 | 90 | - The paper does **not** support turning off direct-link contribution; this implementation adds `ignoreDirectLinks`. | |
| 91 | - - The paper uses structural factor in **[0, 1]**; this implementation exposes a non-negative multiplier, allowing a wider tuning range. | ||
| 91 | + - The paper uses structural factor in **\[0, 1\]**; this implementation exposes a non-negative multiplier, allowing a wider tuning range. | ||
| 92 | 92 | ||
| 93 | 93 | ### Directed common-neighbor definition: pragmatic, not canonical | |
| 94 | 94 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments