Skip to content

Commit

Permalink
moved experiment scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Diandre Sabale committed Nov 13, 2023
1 parent 0d9fdd2 commit b125408
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Plots.PlotMeasures
include("Experiments/Experiments.jl")
include("../Experiments.jl")

datasets::Vector{DATASET} = [aids]
# datasets::Vector{DATASET} = [aids, human, yeast, wordnet, youtube, dblp, patents]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Plots.PlotMeasures
include("Experiments/Experiments.jl")
include("../Experiments.jl")

datasets::Vector{DATASET} = [aids]
# datasets::Vector{DATASET} = [aids, human, yeast, wordnet, youtube, dblp, patents]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
using Plots.PlotMeasures
include("Experiments/Experiments.jl")
include("../Experiments.jl")

datasets::Vector{DATASET} = [aids, human, yeast, wordnet, youtube, dblp, patents]
datasets::Vector{DATASET} = [aids]
# datasets::Vector{DATASET} = [aids, human, yeast, wordnet, youtube, dblp, patents]
# datasets::Vector{DATASET} = [aids, human, lubm80, yeast, hprd, wordnet, dblp, youtube, eu2005, patents]
max_cycles = 6

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# - cycle length effects

using Plots.PlotMeasures
include("Experiments/Experiments.jl")
include("../Experiments.jl")

# datasets::Vector{DATASET} = [aids, wordnet, lubm80, human]
# max_partial_paths = 10000
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Plots.PlotMeasures
include("Experiments/Experiments.jl")
include("../Experiments.jl")

# datasets::Vector{DATASET} = [aids, wordnet, lubm80, human]
# max_partial_paths = 10000
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
using Plots.PlotMeasures
include("Experiments/build_color_summaries.jl")
include("Experiments/get_true_cardinalities.jl")
include("Experiments/load_datasets.jl")
include("Experiments/load_querysets.jl")
include("Experiments/run_estimators.jl")
include("Experiments/graph_results.jl")
include("Experiments/utils.jl")
include("../build_color_summaries.jl")
include("../get_true_cardinalities.jl")
include("../load_datasets.jl")
include("../load_querysets.jl")
include("../run_estimators.jl")
include("../graph_results.jl")
include("../utils.jl")

# datasets::Vector{DATASET} = [aids, wordnet, lubm80, human]
# max_partial_paths = 10000
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Plots.PlotMeasures
include("Experiments/Experiments.jl")
include("../Experiments.jl")

# datasets::Vector{DATASET} = [aids, wordnet, lubm80, human]
# max_partial_paths = 10000
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Plots.PlotMeasures
using Graphs
include("Experiments/Experiments.jl")
include("../Experiments.jl")

datasets::Vector{DATASET} = [human]
# datasets::Vector{DATASET} = [aids, human, yeast, wordnet, youtube, dblp, patents]
Expand Down

0 comments on commit b125408

Please sign in to comment.