Package pyvision :: Package vector :: Module VectorClassifier
[hide private]
[frames] | no frames]

Module VectorClassifier

source code

Classes [hide private]
  VectorClassifier
  _TestVectorClassifier
Functions [hide private]
 
_mse(a, b) source code
Variables [hide private]
  NORM_NONE = 'NONE'
  NORM_PCA = 'PCA_WHITEN'
  NORM_VALUE = 'VALUE'
  NORM_AUTO = 'AUTO'
  REG_NORM_NONE = 'NONE'
  REG_NORM_VALUE = 'VALUE'
  TYPE_TWOCLASS = 'TWOCLASS'
  TYPE_MULTICLASS = 'MULTICLASS'
  TYPE_REGRESSION = 'REGRESSION'
  __package__ = 'pyvision.vector'