MCPcopy Index your code
hub / github.com/clips/pattern / 03-lsa.py

File 03-lsa.py

examples/05-vector/03-lsa.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import os, sys; sys.path.insert(0, os.path.join("..", ".."))
2import time
3
4from pattern.vector import Document, Model, KNN

Callers

nothing calls this directly

Calls 10

DocumentClass · 0.90
ModelClass · 0.90
lenFunction · 0.85
sumFunction · 0.85
testMethod · 0.80
absFunction · 0.50
insertMethod · 0.45
loadMethod · 0.45
appendMethod · 0.45
itemsMethod · 0.45

Tested by

no test coverage detected