Skip to content

Instantly share code, notes, and snippets.

@beam2d
Last active January 2, 2016 10:59
Show Gist options
  • Save beam2d/8294010 to your computer and use it in GitHub Desktop.
Save beam2d/8294010 to your computer and use it in GitHub Desktop.

Parameter constraints of jubaclustering

Constraints for all methods

Parameter name Domain
method "kmeans", "gmm"
k [1, inf)
bucket_size [2, inf)
bucket_length [2, inf)
bicriteria_base_size [1, compressed_bucket_size)
compressed_bucket_size (bicriteria_base_size, bucket_size)
forgetting_factor [0, inf)
forgetting_threshold [0, 1]

Case of method="kmeans"

Parameter name Domain
method "kmeans"
compressor_method "compressive_kmeans", "simple"

Case of method="gmm"

Parameter name Domain
method "gmm"
compressor_method "compressive_gmm", "simple"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment