sbustreamspot / sbustreamspot-train

Convert training graphs to shingle vectors and compute the best clustering
Apache License 2.0
1 stars 4 forks source link

Read training graphs in StreamSpot format, transform to shingle vectors #1

Closed emaadmanzoor closed 8 years ago

emaadmanzoor commented 8 years ago

Addresses a streamspot-train task from here: https://github.com/sbustreamspot/sbustreamspot-cdm/issues/1

The parameter chunk-length must be set manually; a good value is between 50-100. Values too large make all graphs too dissimilar, and values too small make all graphs too similar.

emaadmanzoor commented 8 years ago

Fixed by https://github.com/sbustreamspot/sbustreamspot-train/pull/3.