import("stats")
import("parallel")
import("Rcpp")

useDynLib(wsrf, .registration = TRUE, .fixes = "WSRF_")

export(wsrf,
       combine,
       combine.wsrf,
       correlation,
       correlation.wsrf,
       importance,
       oob.error.rate,
       strength,
       varCounts.wsrf,
       subset.wsrf
       )

S3method(combine, wsrf)
S3method(correlation, wsrf)
S3method(importance, wsrf)
S3method(predict, wsrf)
S3method(print, wsrf)
S3method(strength, wsrf)
S3method(subset, wsrf)
S3method(oob.error.rate, wsrf)
S3method(wsrf, formula)
S3method(wsrf, default)
