SSLR contains models created by developers and wrappers of different packages such as RSSL. From RSSL, we use S3VM methods.
The list of models is:
Classification: SelfTraining(),SSLRDecisionTree(), SSLRRandomForest(), triTraining(), coBC(), democratic(), EMLeastSquaresClassifierSSLR(), EMNearestMeanClassifierSSLR(), EntropyRegularizedLogisticRegressionSSLR(), LaplacianSVMSSLR(), LinearTSVMSSLR(), WellSVMSSLR(), MCNearestMeanClassifierSSLR(), oneNN(), setred(), snnrce(), TSVMSSLR(), USMLeastSquaresClassifierSSLR()
Regression: coBC(),COREG(), SSLRDecisionTree(), SSLRRandomForest()
NOTE: In the Regression modelling section we can see more examples of use in regression tasks. In Decision Tree , Random Forest and coBC we only have examples for classification tasks.