Skip to content

Commit

Permalink
add seed to clustering config examples
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaehashi committed Sep 11, 2015
1 parent cf04fc3 commit 96d40c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion config/clustering/gmm.json
Expand Up @@ -21,7 +21,8 @@
"bicriteria_base_size" : 10,
"bucket_length" : 2,
"forgetting_factor" : 0,
"forgetting_threshold" : 0.5
"forgetting_threshold" : 0.5,
"seed": 0
},
"method" : "gmm"
}
3 changes: 2 additions & 1 deletion config/clustering/kmeans.json
Expand Up @@ -21,7 +21,8 @@
"bicriteria_base_size" : 10,
"bucket_length" : 2,
"forgetting_factor" : 0,
"forgetting_threshold" : 0.5
"forgetting_threshold" : 0.5,
"seed": 0
},
"method" : "kmeans"
}
3 changes: 2 additions & 1 deletion config/clustering/kmeans_combinational_feature.json
Expand Up @@ -25,7 +25,8 @@
"bicriteria_base_size" : 10,
"bucket_length" : 2,
"forgetting_factor" : 0,
"forgetting_threshold" : 0.5
"forgetting_threshold" : 0.5,
"seed": 0
},
"method" : "kmeans"
}

0 comments on commit 96d40c6

Please sign in to comment.