-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rebase to master * Bugfix in Tin, Tout calculation * Iterations until divergence check * Performance tweaks (epsilon, early stopping), star checking * Adding AUC measure * fix indexing for AUC * Expanded local measure for landmarks * Adding no split version and seed control * Directed version and local score * Bugfix, logic switch for forced split * README update for new release
- Loading branch information
Showing
18 changed files
with
62,896 additions
and
1,467,973 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
name = "CGE" | ||
uuid = "f7ff1d1e-e254-4b26-babe-fc3421add060" | ||
authors = ["KrainskiL <[email protected]>"] | ||
version = "1.2.2" | ||
version = "2.0.0" | ||
|
||
[deps] | ||
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab" | ||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" | ||
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" | ||
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
louvain_jll = "3a01c810-c4d4-5434-a337-635ca50da98f" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.