Skip to content
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

Implementation of DISCO and DIMSUM algorithms. #833

Merged
merged 5 commits into from Mar 26, 2014
Merged

Conversation

reconditesea
Copy link
Contributor

}

// Returns all edges with weights and non-zero norms
def withNorm[N,E](g: TypedPipe[Edge[N,Weight]])(implicit ord: Ordering[N]):
Copy link
Collaborator

Choose a reason for hiding this comment

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

this should probably be called withInNorm to distinguish the total in-degree weight of a node from the total out-degree weight of the node.

}
.values

// Returns all edges with non-zero in-degree
Copy link
Collaborator

Choose a reason for hiding this comment

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

Vertices rather than edges right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Correct, will change this.

johnynek added a commit that referenced this pull request Mar 26, 2014
Implementation of DISCO and DIMSUM algorithms.
@johnynek johnynek merged commit 86ee158 into develop Mar 26, 2014
@johnynek johnynek deleted the klin_typed_sim branch March 26, 2014 01:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants