forked from Dana-Farber-AIOS/pathml
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
45 changed files
with
3,987 additions
and
4,931 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
Datasets API | ||
============ | ||
|
||
PanNuke | ||
------- | ||
Downloadable Datasets | ||
---------------------- | ||
|
||
.. autoapiclass:: pathml.datasets.PanNukeDataModule | ||
.. autoapiclass:: pathml.datasets.DeepFocusDataModule | ||
|
||
ML Dataset classes | ||
------------------- | ||
|
||
DeepFocus | ||
--------- | ||
|
||
.. autoapiclass:: pathml.datasets.DeepFocusDataModule | ||
.. autoapiclass:: pathml.datasets.TileDataset | ||
.. autoapiclass:: pathml.datasets.EntityDataset |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Graph API | ||
============= | ||
|
||
Graph Building | ||
-------------------- | ||
|
||
.. autoapiclass:: pathml.graph.preprocessing.BaseGraphBuilder | ||
.. autoapiclass:: pathml.graph.preprocessing.KNNGraphBuilder | ||
.. autoapiclass:: pathml.graph.preprocessing.RAGGraphBuilder | ||
.. autoapiclass:: pathml.graph.preprocessing.MSTGraphBuilder | ||
|
||
Tissue Extraction | ||
------------------ | ||
|
||
.. autoapiclass:: pathml.graph.preprocessing.SuperpixelExtractor | ||
.. autoapiclass:: pathml.graph.preprocessing.SLICSuperpixelExtractor | ||
.. autoapiclass:: pathml.graph.preprocessing.MergedSuperpixelExtractor | ||
.. autoapiclass:: pathml.graph.preprocessing.ColorMergedSuperpixelExtractor | ||
|
||
Graph Feature Extraction | ||
------------------------- | ||
|
||
.. autoapiclass:: pathml.graph.preprocessing.GraphFeatureExtractor | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,30 @@ | ||
ML API | ||
====== | ||
|
||
h5path Dataset | ||
-------------- | ||
Models | ||
--------- | ||
|
||
.. autoapiclass:: pathml.ml.models.hovernet.HoVerNet | ||
:members: | ||
|
||
.. autoapiclass:: pathml.ml.TileDataset | ||
.. autoapiclass:: pathml.ml.models.hactnet.HACTNet | ||
:members: | ||
|
||
HoVer-Net | ||
Layers | ||
--------- | ||
|
||
.. autoapiclass:: pathml.ml.HoVerNet | ||
.. autoapiclass:: pathml.ml.layers.GNNLayer | ||
:members: | ||
|
||
Helper functions | ||
^^^^^^^^^^^^^^^^ | ||
|
||
.. autoapifunction:: pathml.ml.hovernet.compute_hv_map | ||
.. autoapifunction:: pathml.ml.models.hovernet.compute_hv_map | ||
|
||
.. autoapifunction:: pathml.ml.models.hovernet.loss_hovernet | ||
|
||
.. autoapifunction:: pathml.ml.models.hovernet.remove_small_objs | ||
|
||
.. autoapifunction:: pathml.ml.hovernet.loss_hovernet | ||
.. autoapifunction:: pathml.ml.models.hovernet.post_process_batch_hovernet | ||
|
||
.. autoapifunction:: pathml.ml.hovernet.remove_small_objs | ||
|
||
.. autoapifunction:: pathml.ml.hovernet.post_process_batch_hovernet |
Oops, something went wrong.