Package mvpa :: Package tests :: Module tests_warehouse_clfs
[hide private]
[frames] | no frames]

Module tests_warehouse_clfs

source code

Provides clfs dictionary with instances of all available classifiers.
Classes [hide private]
  SameSignClassifier
Dummy classifier which reports +1 class if both features have the same sign, -1 otherwise
  Less1Classifier
Dummy classifier which reports +1 class if abs value of max less than 1
Variables [hide private]
  sample_clf_lin = SMLR(lm= 0.1)
  sample_clf_nl = kNN(k= 5)
  r = clfswh ['linear', 'regression', 'has_sensitivity']

Imports: SMLR, kNN, N, sys, indentDoc, enhancedDocString, Classifier, squared_euclidean_distance, clfswh, regrswh, default_backend, SVM, RbfNuSVMC, RbfCSVMC, cfg, externals, libsvm, warning, debug, LinearNuSVMC, sg, LinearCSVMC