Skip to content

Commit 2ef1bb8

Browse files
committed
ICV moved in external repo
1 parent a7f643a commit 2ef1bb8

File tree

5 files changed

+0
-352
lines changed

5 files changed

+0
-352
lines changed

examples/icv_estimation_example.py

Lines changed: 0 additions & 104 deletions
This file was deleted.

nilabels/agents/agents_controller.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
from nilabels.agents.checker import LabelsChecker
1111
from nilabels.agents.header_controller import HeaderController
1212
from nilabels.agents.segmenter import LabelsSegmenter
13-
from nilabels.tools.icv.icv_estimator import ICV_estimator
1413

1514

1615
class AgentsController(object):
@@ -54,4 +53,3 @@ def _set_attribute_agents(self):
5453
self.check = LabelsChecker(self._pfo_in, self._pfo_out)
5554
self.header = HeaderController(self._pfo_in, self._pfo_out)
5655
self.segment = LabelsSegmenter(self._pfo_in, self._pfo_out)
57-
self.icv = ICV_estimator

nilabels/tools/icv/__init__.py

Whitespace-only changes.

nilabels/tools/icv/icv_estimator.py

Lines changed: 0 additions & 156 deletions
This file was deleted.

tests/test_icv.py

Lines changed: 0 additions & 90 deletions
This file was deleted.

0 commit comments

Comments
 (0)