mvpa2.clfs.meta.MaximalVote

Inheritance diagram of MaximalVote

class mvpa2.clfs.meta.MaximalVote(**kwargs)

Provides a decision using maximal vote rule

Notes

Available conditional attributes:

  • estimates: Estimates keep counts across classifiers for each label/sample
  • predictions+: Voted predictions

(Conditional attributes enabled by default suffixed with +)

Methods

train(clfs, dataset) PredictionsCombiner might need to be trained

Initialize instance of MaximalVote

Parameters:

enable_ca : None or list of str

Names of the conditional attributes which should be enabled in addition to the default ones

disable_ca : None or list of str

Names of the conditional attributes which should be disabled

descr : str

Description of the instance

Methods

train(clfs, dataset) PredictionsCombiner might need to be trained