-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StreamDM-100 #101
Open
ioanna-ki
wants to merge
13
commits into
huawei-noah:master
Choose a base branch
from
ioanna-ki:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
StreamDM-100 #101
Commits on Jul 24, 2018
-
/* * Cache class keeps a hashmap where it * stores the number of the bucket that holds * the major coreset and the coreset itself * r is the merge threshold in this case * we use r = 2 since we implemented an 2-way * coreset tree */
Configuration menu - View commit details
-
Copy full SHA for b2bbae8 - Browse repository at this point
Copy the full SHA b2bbae8View commit details -
/** * Implements the CachedKM++ algorithm for data streams. CachedKM++ computes a * small (weighted) sample of the stream by using <i>coresets</i> from cache * to reduce the number of coresets needed for a merge step, and then uses * it as an input to a k-means++ algorithm. It uses a data structure called * <tt>BucketManager</tt> to handle the coresets. * * <p>It uses the following options: * <ul> * <li> Number of microclusters (<b>-m</b>) * <li> Initial buffer size (<b>-b</b>) * <li> Size of coresets (<b>-s</b>) * <li> Learning window (<b>-w</b>) * </ul> */
Configuration menu - View commit details
-
Copy full SHA for d5201d7 - Browse repository at this point
Copy the full SHA d5201d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0589aeb - Browse repository at this point
Copy the full SHA 0589aebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 706d0e0 - Browse repository at this point
Copy the full SHA 706d0e0View commit details
Commits on Aug 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ae1bbfa - Browse repository at this point
Copy the full SHA ae1bbfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4378ebd - Browse repository at this point
Copy the full SHA 4378ebdView commit details
Commits on Aug 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 567d3fc - Browse repository at this point
Copy the full SHA 567d3fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9e70f4 - Browse repository at this point
Copy the full SHA f9e70f4View commit details -
prevent sum from NaN when funcost is zero. splitCoresetTree needed more cases when leaf has no elements
Configuration menu - View commit details
-
Copy full SHA for 6d95c27 - Browse repository at this point
Copy the full SHA 6d95c27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57321ec - Browse repository at this point
Copy the full SHA 57321ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5689d9 - Browse repository at this point
Copy the full SHA b5689d9View commit details
Commits on Aug 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9b9e944 - Browse repository at this point
Copy the full SHA 9b9e944View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27d069f - Browse repository at this point
Copy the full SHA 27d069fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.