| All functions | 
      
        
        | computeWeights()
 | compute weights for each instance | 
        
        | fselector()
 | Feature Selection for Monotonic Classification | 
        
        | iselector()
 | Instance Selection for Monotonic Classification | 
        
        | kdlorpredict()
 | Predicts KDLOR model outputs for test data | 
        
        | kdlortrain()
 | Trains a KDLOR model | 
        
        | pomfit()
 | Train a proportional odd model for ordinal regression | 
        
        | pompredict()
 | Predict over the new data instances using the trained model. | 
        
        | svmofit()
 | Train n-1 SVM models for ordinal data with given parameters | 
        
        | svmopredict()
 | Predict over the new data instances using the trained models | 
        
        | wknnor()
 | K-nearest neighbors for ordinal and monotonic data |