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

Method classes

pattern/vector/__init__.py:1689–1692  ·  view source on GitHub ↗

Yields a list of trained classes.

(self)

Source from the content-addressed store, hash-verified

1687
1688 @property
1689 def classes(self):
1690 """ Yields a list of trained classes.
1691 """
1692 return self._classes.keys()
1693
1694 terms, types = features, classes
1695

Callers

nothing calls this directly

Calls 1

keysMethod · 0.45

Tested by

no test coverage detected