|
__check_scipy()
Check if scipy is present an if it is -- store its version |
source code
|
|
|
__check_numpy()
Check if numpy is present (it must be) an if it is -- store its version |
source code
|
|
|
|
|
__check_libsvm_verbosity_control()
Check for available verbose control functionality |
source code
|
|
|
__check_shogun(bottom_version,
custom_versions=[])
Check if version of shogun is high enough (or custom known) to
be enabled in the testsuite |
source code
|
|
|
|
|
|
|
|
|
__check_rv_discrete_ppf()
Unfortunately 0.6.0-12 of scipy pukes on simple ppf |
source code
|
|
|
|
|
|
|
__check_matplotlib()
Check for presence of matplotlib and set backend if requested. |
source code
|
|
|
__check_pylab()
Check if matplotlib is there and then pylab |
source code
|
|
|
|
|
__check_griddata()
griddata might be independent module or part of mlab |
source code
|
|
|
|
|
__check_rpy()
Check either rpy is available and also set it for the sane execution |
source code
|
|
|
exists(dep,
force=False,
raiseException=False,
issueWarning=None)
Test whether a known dependency is installed on the system. |
source code
|
|
|
|