Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

option for maximum spanning tree #1081

Merged
merged 4 commits into from
Dec 19, 2018
Merged

Conversation

sbromberger
Copy link
Owner

Maximum spanning trees are useful for constructing Chow-Liu trees. This PR adds a keyword, minimize=true that keeps the minimum spanning tree as default but allows a maximum tree when false is provided.

@sbromberger
Copy link
Owner Author

It'd be nice if folks checked my calculations on the max tree tests.

@codecov
Copy link

codecov bot commented Dec 14, 2018

Codecov Report

Merging #1081 into master will not change coverage.
The diff coverage is 100%.

@@           Coverage Diff           @@
##           master    #1081   +/-   ##
=======================================
  Coverage   93.81%   93.81%           
=======================================
  Files          90       90           
  Lines        4302     4302           
=======================================
  Hits         4036     4036           
  Misses        266      266

@sbromberger sbromberger merged commit 324e956 into master Dec 19, 2018
@sbromberger sbromberger deleted the sbromberger/kruskal-maximum branch December 19, 2018 20:58
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.

2 participants