https://github.com/cran/FSelector
Raw File
Tip revision: 3e594f8fd8b56d6c609b1857ad9b41d057235295 authored by Lars Kotthoff on 16 February 2021, 17:20:03 UTC
version 0.33
Tip revision: 3e594f8
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