https://github.com/cran/FSelector
Revision a6a4107a08051dfddc3c733102d002fd8617ab9e authored by Lars Kotthoff on 25 October 2014, 00:00:00 UTC, committed by Gabor Csardi on 25 October 2014, 00:00:00 UTC
1 parent c389439
Raw File
Tip revision: a6a4107a08051dfddc3c733102d002fd8617ab9e authored by Lars Kotthoff on 25 October 2014, 00:00:00 UTC
version 0.20
Tip revision: a6a4107
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)
back to top