Page MenuHomePhabricator

Create tests for loading/writing of networks and network creation
Closed, ResolvedPublic

Description

Create tests for loading and writing of networks as well as their creation. This will double as command line tool for batch processing of networks.

Event Timeline

New remote branch pushed: bug-15949-more-connectomics-tests-v2

[127117]: Merge branch 'bug-15949-more-connectomics-tests-v2'

Merged commits:

2013-12-10 16:47:20 Caspar Goch [267509]
Reduced epsilon for testing


2013-12-10 16:04:45 Caspar Goch [3ec082]
Actually test something in the statistics test


2013-12-10 14:55:55 Caspar Goch [e542ad]
Fixed missing assignment


2013-12-10 14:54:45 Caspar Goch [e49c1f]
Actually test something in the test


2013-12-10 14:45:24 Caspar Goch [690437]
Added equal method to networks


2013-12-09 18:30:20 Caspar Goch [918286]
Added more statistics to the statistics view


2013-12-09 15:27:02 Caspar Goch [677024]
Add clustering coefficient comment


2013-12-09 14:06:17 Caspar Goch [03e780]
Added small worldness erdos reny calculation


2013-12-06 17:27:32 Caspar Goch [008db0]
Thresholding works fine now


2013-12-06 17:01:14 Caspar Goch [8446a8]
Use import


2013-12-06 16:59:23 Caspar Goch [237869]
Added import and set boost network to API


2013-12-06 14:24:13 Caspar Goch [549716]
Fixed iterator and null pointer crashes


2013-12-06 13:10:19 Caspar Goch [5d46fe]
Add pruning gui


2013-12-06 12:34:26 Caspar Goch [38dddb]
Implemented random edge removal

This version is not optimized at all. Might take a while for larger
networks.


2013-12-06 11:35:11 Caspar Goch [9e58c2]
Added validity check


2013-12-05 16:13:33 Caspar Goch [0420dc]
Return the correct network


2013-12-05 15:59:08 Caspar Goch [062aeb]
Moved threshold based pruning to thresholder class


2013-12-05 15:32:31 Caspar Goch [3ecffe]
Thresholding below density


2013-12-05 11:39:25 Caspar Goch [48c3e4]
Some copy/paste cleanup


2013-12-05 11:34:50 Caspar Goch [5db788]
Added to cmake


2013-12-04 10:59:07 Caspar Goch [dbb76a]
WIP: Started adding network thresholding class


2013-11-25 18:19:57 Caspar Goch [1a1ca1]
Added as custom test, StatisticsTest as tool

Added the network creation test as a custom test. Added a statistics
calculation test which can be used small tool like.


2013-11-25 18:10:27 Caspar Goch [233009]
Fixed calculation that computed inverse of actual ratio


2013-11-22 17:13:22 Caspar Goch [c5c3ef]
Test can be used for creating networks now


2013-12-06 16:21:39 Andreas Fetzer [6a9ed8]
Merge branch 'bug-16628-missing-dicom-table-view-update' into releases/2013-12


2013-12-06 13:49:47 Andreas Fetzer [c361c8]
Merge branch 'bug-16628-missing-dicom-table-view-update' into releases/2013-12


2013-12-05 15:50:50 Sascha Zelzer [69399f]
MITK 2013.12.00 version update

Loading and creation is now tested.