Package classifiers :: Module q_classiboost
[frames] | no frames]

Module q_classiboost

source code

Reads the *.fiat file produced by q_classifier.py that contains the decisions of the individual classifiers in the forest. Returns the majority decision.

Functions
 
index(individuals)
Takes a list of decisions on an individual utterance from an individual classifier (as from *.fiat from q_classifier.py) and indexes them by the utterance.
source code
 
vote(individuals) source code
Variables
  DEFAULTS = {}
  __package__ = 'classifiers'

Imports: math, fiatio, nice_hash, avio, dictops