Package ml :: Module learner
[hide private]
[frames] | no frames]

Module learner

source code

It provides a general classifier API which unifies common machine learning functions

Created on 19 Apr 2013


Author: Eleftherios Avramidis

Classes [hide private]
  Regressor
  Classifier
classdocs
Functions [hide private]
 
forname(name, library='orange', **kwargs)
Wrap the specified external classifier into the generic classifier class and return the object
source code
Variables [hide private]
  __package__ = None
hash(x)
Function Details [hide private]

forname(name, library='orange', **kwargs)

source code 

Wrap the specified external classifier into the generic classifier class and return the object

Parameters:
  • name - the name of the classifier
  • library - the name of the library whose classifeir should be used