Package ml :: Package var :: Module prank :: Class PRank
[hide private]
[frames] | no frames]

Class PRank

source code

                  object --+        
                           |        
      Orange.core.OrangeBase --+    
                               |    
Orange.classification.Classifier --+
                                   |
                                  PRank

Implements PRank algorithm

Instance Methods [hide private]
 
__init__(self, k)
Constructor
source code
 
learn(self, X, Y, iterations) source code
 
update_w(self, k, y, B, wx, w, x) source code
 
predict_y(self, wx, B) source code
 
rank(self, x) source code

Inherited from Orange.classification.Classifier: __call__, __new__, __reduce__

Inherited from Orange.core.OrangeBase: __delattr__, __getattribute__, __hash__, __nonzero__, __repr__, __setattr__, __str__, clone, dump, reference, setattr, typeid, write

Inherited from object: __format__, __reduce_ex__, __sizeof__, __subclasshook__

Class Variables [hide private]

Inherited from Orange.classification.Classifier: GetBoth, GetProbabilities, GetValue

Properties [hide private]

Inherited from Orange.core.OrangeBase: name

Inherited from object: __class__

Method Details [hide private]

__init__(self, k)
(Constructor)

source code 

Constructor

Overrides: object.__init__