l1_min_c import in svm/__init__.py

This commit is contained in:
Paolo Losi 2011-04-18 14:29:09 +02:00
parent 76f0441989
commit 8b81dc9e51
1 changed files with 1 additions and 0 deletions

View File

@ -11,4 +11,5 @@ Support Vector Machine algorithms.
# License: New BSD, (C) INRIA 2010
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC
from .bounds import l1_min_c
from . import sparse, libsvm, liblinear