MCPcopy Index your code
hub / github.com/clips/pattern / 06-svm.py

File 06-svm.py

examples/05-vector/06-svm.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 random
3
4from pattern.db import Datasheet

Callers

nothing calls this directly

Calls 7

SVMClass · 0.90
shuffledFunction · 0.90
instanceFunction · 0.85
insertMethod · 0.45
loadMethod · 0.45
trainMethod · 0.45
classifyMethod · 0.45

Tested by

no test coverage detected