labblouin.svm module

class labblouin.svm.cross_validate(model, test=[])[source]
perform()[source]

Perform the cross-validation.

class labblouin.svm.svm_model(data=[], labels=[], kernel=2, c=10)[source]
load(fin)[source]
optimize(low=1, up=50, steps=5, by='proportions')[source]

Optimize c-value on the basis of by (default:proportions of correct classifications).

predict(data)[source]
save(fin)[source]

Previous topic

labblouin.scop module

Next topic

labblouin.timer module

This Page