Trees | Indices | Help |
|
---|
|
object --+ | Orange.core.OrangeBase --+ | Orange.classification.Classifier --+ | OrangeClassifier
Basic wrapper to encapsulate common functions for all classifier subclasses
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
a new object with type S, a subtype of T |
|
|
|||
Inherited from |
|
|||
Orange.classification.Classifier |
classifier the wrapped classifier |
|
|||
Inherited from Inherited from |
|
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
x(...)
|
Use the current classifier to classify the given orange table and return a vector (list) of the given values @param orange_table: An orange table with unclassified instances, which we need to classify @type orange_table: L{Orange.data.Table} @param return_type: Specifies whether the classification of each intance should return only the predicted value, only the predicted distribution or both (default), @type return_type: L{Orange.classification.Classifier.GetBoth} or L{Orange.classification.Classifier.GetProbabilities} or L{Orange.classification.Classifier.GetBoth)} @return: a list of the classification results, one list item per instance @rtype: [L{Orange.classification.Value}, ...] or [L{Orange.classification.Distribution}, ...] or [(L{Orange.classification.Value},L{Orange.classification.Distribution}), ...] |
Depending on the type of the classifier, output its contents to an external file
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jul 18 11:46:13 2014 | http://epydoc.sourceforge.net |