# Generated by roxygen2: do not edit by hand

S3method("+",mlconfmat)
S3method("[",mlresult)
S3method(as.matrix,mlconfmat)
S3method(as.matrix,mlresult)
S3method(as.mlresult,default)
S3method(as.mlresult,mlresult)
S3method(fixed_threshold,default)
S3method(fixed_threshold,mlresult)
S3method(lcard_threshold,default)
S3method(lcard_threshold,mlresult)
S3method(mcut_threshold,default)
S3method(mcut_threshold,mlresult)
S3method(multilabel_evaluate,mlconfmat)
S3method(multilabel_evaluate,mldr)
S3method(pcut_threshold,default)
S3method(pcut_threshold,mlresult)
S3method(predict,BASELINEmodel)
S3method(predict,BRPmodel)
S3method(predict,BRmodel)
S3method(predict,CCmodel)
S3method(predict,CLRmodel)
S3method(predict,CTRLmodel)
S3method(predict,DBRmodel)
S3method(predict,EBRmodel)
S3method(predict,ECCmodel)
S3method(predict,EPSmodel)
S3method(predict,ESLmodel)
S3method(predict,HOMERmodel)
S3method(predict,LIFTmodel)
S3method(predict,LPmodel)
S3method(predict,MBRmodel)
S3method(predict,MLKNNmodel)
S3method(predict,NSmodel)
S3method(predict,PPTmodel)
S3method(predict,PSmodel)
S3method(predict,PruDentmodel)
S3method(predict,RAkELmodel)
S3method(predict,RDBRmodel)
S3method(predict,RPCmodel)
S3method(print,BRPmodel)
S3method(print,BRmodel)
S3method(print,CCmodel)
S3method(print,CLRmodel)
S3method(print,CTRLmodel)
S3method(print,DBRmodel)
S3method(print,EBRmodel)
S3method(print,ECCmodel)
S3method(print,EPSmodel)
S3method(print,ESLmodel)
S3method(print,LIFTmodel)
S3method(print,LPmodel)
S3method(print,MBRmodel)
S3method(print,MLKNNmodel)
S3method(print,NSmodel)
S3method(print,PPTmodel)
S3method(print,PSmodel)
S3method(print,PruDentmodel)
S3method(print,RAkELmodel)
S3method(print,RDBRmodel)
S3method(print,RPCmodel)
S3method(print,kFoldPartition)
S3method(print,majorityModel)
S3method(print,mlconfmat)
S3method(print,mlresult)
S3method(print,randomModel)
S3method(rcut_threshold,default)
S3method(rcut_threshold,mlresult)
S3method(scut_threshold,default)
S3method(scut_threshold,mlresult)
S3method(summary,mltransformation)
export(as.bipartition)
export(as.mlresult)
export(as.probability)
export(as.ranking)
export(baseline)
export(br)
export(brplus)
export(cc)
export(clr)
export(compute_multilabel_predictions)
export(create_holdout_partition)
export(create_kfold_partition)
export(create_random_subset)
export(create_subset)
export(ctrl)
export(cv)
export(dbr)
export(ebr)
export(ecc)
export(eps)
export(esl)
export(fill_sparse_mldata)
export(fixed_threshold)
export(homer)
export(is.bipartition)
export(is.probability)
export(lcard_threshold)
export(lift)
export(lp)
export(mbr)
export(mcut_threshold)
export(merge_mlconfmat)
export(mldata)
export(mlknn)
export(mlpredict)
export(mltrain)
export(multilabel_confusion_matrix)
export(multilabel_evaluate)
export(multilabel_measures)
export(multilabel_prediction)
export(normalize_mldata)
export(ns)
export(partition_fold)
export(pcut_threshold)
export(ppt)
export(prudent)
export(ps)
export(rakel)
export(rcut_threshold)
export(rdbr)
export(remove_attributes)
export(remove_labels)
export(remove_skewness_labels)
export(remove_unique_attributes)
export(remove_unlabeled_instances)
export(replace_nominal_attributes)
export(rpc)
export(scut_threshold)
export(subset_correction)
import(ROCR)
import(mldr)
import(parallel)
importFrom(methods,is)
