Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
ngmarchant committed Mar 14, 2020
1 parent 2a02a2e commit abe6000
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions examples/RLdata10000.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dblink : {

// Define distortion hyperparameters (to be referenced below)
lowDistortion : {alpha : 1.0, beta : 10.0}
lowDistortion : {alpha : 10.0, beta : 1000.0}

// Define similarity functions (to be referenced below)
constSimFn : {
Expand Down Expand Up @@ -40,7 +40,6 @@ dblink : {

randomSeed : 319158
expectedMaxClusterSize : 10
populationSize : { r: 2, p: 0.0001 }

// Specify partitioner
partitioner : {
Expand Down
5 changes: 2 additions & 3 deletions examples/RLdata500.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dblink : {

// Define distortion hyperparameters (to be referenced below)
lowDistortion : {alpha : 1.0, beta : 1.0}
lowDistortion : {alpha : 0.5, beta : 50.0}

// Define similarity functions (to be referenced below)
constSimFn : {
Expand Down Expand Up @@ -40,7 +40,6 @@ dblink : {

randomSeed : 319158
expectedMaxClusterSize : 10
populationSize : {r: 2, p: 0.01}

// Specify partitioner
partitioner : {
Expand All @@ -61,7 +60,7 @@ dblink : {
steps : [
{name : "sample", parameters : {
sampleSize : 100,
burninInterval : 100,
burninInterval : 0,
thinningInterval : 10,
resume : false,
sampler : "PCG-I"
Expand Down

0 comments on commit abe6000

Please sign in to comment.