https://github.com/cran/FSelector
Raw File
Tip revision: 1acf016f2b5cbaf99f6418c3eb7d5734215ebcf1 authored by Lars Kotthoff on 22 August 2023, 17:10:02 UTC
version 0.34
Tip revision: 1acf016
NAMESPACE
export("as.simple.formula",
	"cutoff.biggest.diff",
	"cutoff.k",
	"cutoff.k.percent",
	"best.first.search",
	"backward.search",
	"forward.search",
	"hill.climbing.search",
	"exhaustive.search",
	"cfs",
	"chi.squared",
	"information.gain",
	"gain.ratio",
	"symmetrical.uncertainty",
	"linear.correlation",
	"rank.correlation",
	"oneR",
	"relief",
	"consistency",
	"random.forest.importance")
importFrom(randomForest, randomForest, importance)
importFrom(RWeka, Discretize)
importFrom(digest, digest)
importFrom(entropy, entropy)
importFrom("stats", "aggregate", "as.formula", "complete.cases", "cor", "model.frame", "na.pass", "sd")
importFrom("utils", "combn")
back to top