Package: FSelector 0.34
FSelector: Selecting Attributes
Functions for selecting attributes from a given dataset. Attribute subset selection is the process of identifying and removing as much of the irrelevant and redundant information as possible.
Authors:
FSelector_0.34.tar.gz
FSelector_0.34.zip(r-4.7)FSelector_0.34.zip(r-4.6)FSelector_0.34.zip(r-4.5)
FSelector_0.34.tgz(r-4.6-any)FSelector_0.34.tgz(r-4.5-any)
FSelector_0.34.tar.gz(r-4.7-any)FSelector_0.34.tar.gz(r-4.6-any)
FSelector_0.34.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
FSelector/json (API)
| # Install 'FSelector' in R: |
| install.packages('FSelector', repos = c('https://larskotthoff.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/larskotthoff/fselector/issues
Last updated from:26c313ca5e. Checks:7 NOTE, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | NOTE | 133 | ||
| source / vignettes | OK | 172 | ||
| linux-release-x86_64 | NOTE | 135 | ||
| macos-release-arm64 | NOTE | 93 | ||
| macos-oldrel-arm64 | NOTE | 87 | ||
| windows-devel | NOTE | 127 | ||
| windows-release | NOTE | 76 | ||
| windows-oldrel | NOTE | 86 | ||
| wasm-release | OK | 112 |
Exports:as.simple.formulabackward.searchbest.first.searchcfschi.squaredconsistencycutoff.biggest.diffcutoff.kcutoff.k.percentexhaustive.searchforward.searchgain.ratiohill.climbing.searchinformation.gainlinear.correlationoneRrandom.forest.importancerank.correlationreliefsymmetrical.uncertainty
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Package for selecting attributes | FSelector-package FSelector |
| Converting to formulas | as.simple.formula |
| Best-first search | best.first.search |
| CFS filter | cfs |
| Chi-squared filter | chi.squared |
| Consistency-based filter | consistency |
| Correlation filter | linear.correlation rank.correlation |
| Cutoffs | cutoff.biggest.diff cutoff.k cutoff.k.percent |
| Entropy-based filters | gain.ratio information.gain symmetrical.uncertainty |
| Exhaustive search | exhaustive.search |
| Greedy search | backward.search forward.search |
| Hill climbing search | hill.climbing.search |
| OneR algorithm | oneR |
| RandomForest filter | random.forest.importance |
| RReliefF filter | relief |
