MCPcopy Index your code
hub / github.com/clips/pattern / distribution

Method distribution

pattern/vector/__init__.py:1703–1706  ·  view source on GitHub ↗

Yields a dictionary of trained (class, frequency)-items.

(self)

Source from the content-addressed store, hash-verified

1701
1702 @property
1703 def distribution(self):
1704 """ Yields a dictionary of trained (class, frequency)-items.
1705 """
1706 return self._classes.copy()
1707
1708 @property
1709 def majority(self):

Callers

nothing calls this directly

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected