|
|
__init__(self,
list_of_classes,
fvdim,
evaluator=None,
ftrim=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
int
|
np(self)
Returns:
The number of parameters required to define one class. |
source code
|
|
|
int
|
npt(self)
Returns:
The number of parameters required to define the classifier. |
source code
|
|
|
the corresponding subclass of classifier.
|
unpack(self,
prmvec,
trainingset_name=None,
uid=None)
Produce a classifier from a parameter vector. |
source code
|
|
|
|
start(self,
data)
Starting position for Markov Chain Monte Carlo. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__subclasshook__
|