Package classifiers :: Module qd_classifier_guts :: Class qd_classifier
[frames] | no frames]

Class qd_classifier

source code


Instance Methods
 
__init__(self, cdesc=None, models=None, trainingset_name=None, uid=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from g_classifiers.q_classifier_r.classifier: P, __repr__, __str__, add_info, add_model, bestc, list_classes, list_wrong_classifications, logP, logPv, logPw, writer

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Variables

Inherited from g_classifiers.q_classifier_r.classifier: HUGE

Properties

Inherited from object: __class__

Method Details

__init__(self, cdesc=None, models=None, trainingset_name=None, uid=None)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Parameters:
  • models - a dictionary containg a probabilistic model for each class
  • info - not used in the internal operation of the classifier, but it is stuff that is important to write out.
Overrides: object.__init__
(inherited documentation)