Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Updated community detection visuals #147

Merged
merged 22 commits into from
Oct 2, 2014

Conversation

kfoss
Copy link
Contributor

@kfoss kfoss commented Jun 25, 2014

Stack viz for each community categorized by each metric:
- Refactor metric legend and value into separate directives
- Loop through metrics based on metric rather than community
- Add standard deviation guidelines for each metric

Merged upstream changes

variance: function(numbersArray, precision){
if (precision === undefined) precision = defaultPrecision;
if(!isArray(numbersArray) || (typeof numbersArray[0]) !== "number"){ return false; }
console.log('numbersArray=');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you still want all of these console.log's lying around?

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling ff17dbc on kylef-lab41:pr-communityform into 25eb832 on Lab41:pr-communityform.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 5bcc7d9 on kylef-lab41:pr-communityform into 25eb832 on Lab41:pr-communityform.

kfoss added a commit that referenced this pull request Oct 2, 2014
Updated community detection visuals
@kfoss kfoss merged commit c70dd56 into Lab41:pr-communityform Oct 2, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants