helpers Package¶
configbuilder Module¶
-
class
WORC.facade.helpers.configbuilder.ConfigBuilder[source]¶ Bases:
object-
__dict__= mappingproxy({'__module__': 'WORC.facade.helpers.configbuilder', '__init__': <function ConfigBuilder.__init__>, 'build_config': <function ConfigBuilder.build_config>, 'custom_config_overrides': <function ConfigBuilder.custom_config_overrides>, '_cluster_config_overrides': <function ConfigBuilder._cluster_config_overrides>, 'estimator_scoring_overrides': <function ConfigBuilder.estimator_scoring_overrides>, 'coarse_overrides': <function ConfigBuilder.coarse_overrides>, 'fullprint': <function ConfigBuilder.fullprint>, '_debug_config_overrides': <function ConfigBuilder._debug_config_overrides>, '__dict__': <attribute '__dict__' of 'ConfigBuilder' objects>, '__weakref__': <attribute '__weakref__' of 'ConfigBuilder' objects>, '__doc__': None})¶
-
__module__= 'WORC.facade.helpers.configbuilder'¶
-
__weakref__¶ list of weak references to the object (if defined)
-
exceptions Module¶
-
exception
WORC.facade.helpers.exceptions.InvalidCsvFileException(path)[source]¶ Bases:
Exception-
__module__= 'WORC.facade.helpers.exceptions'¶
-
__weakref__¶ list of weak references to the object (if defined)
-
-
exception
WORC.facade.helpers.exceptions.InvalidOrderException(function, execute_first)[source]¶ Bases:
Exception-
__init__(function, execute_first)[source]¶ Initialize self. See help(type(self)) for accurate signature.
-
__module__= 'WORC.facade.helpers.exceptions'¶
-
__weakref__¶ list of weak references to the object (if defined)
-
-
exception
WORC.facade.helpers.exceptions.NoFeaturesFoundException(path)[source]¶ Bases:
Exception-
__module__= 'WORC.facade.helpers.exceptions'¶
-
__weakref__¶ list of weak references to the object (if defined)
-
-
exception
WORC.facade.helpers.exceptions.NoImagesFoundException(path)[source]¶ Bases:
Exception-
__module__= 'WORC.facade.helpers.exceptions'¶
-
__weakref__¶ list of weak references to the object (if defined)
-
-
exception
WORC.facade.helpers.exceptions.NoMasksFoundException(path)[source]¶ Bases:
Exception-
__module__= 'WORC.facade.helpers.exceptions'¶
-
__weakref__¶ list of weak references to the object (if defined)
-