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
FSelector-package.Rd
\name{FSelector-package}
\alias{FSelector-package}
\alias{FSelector}
\docType{package}
\title{
  Package for selecting attributes
}
\description{
  Package containing functions for selecting attributes from a given dataset and a destination attribute.
}
\details{
This package contains:
\itemize{
  \item{-}{Algorithms for filtering attributes: cfs, chi.squared, information.gain, gain.ratio, symmetrical.uncertainty, linear.correlation, rank.correlation, oneR, relief, consistency, random.forest.importance}
  \item{-}{Algorithms for wrapping classifiers and search attribute subset space: best.first.search, backward.search, forward.search, hill.climbing.search}
  \item{-}{Algorithm for choosing a subset of attributes based on attributes' weights: cutoff.k, cutoff.k.percent, cutoff.biggest.diff}
  \item{-}{Algorithm for creating formulas: as.simple.formula}
}
}
\author{
Piotr Romanski\cr
Maintainer: Lars Kotthoff <larsko@uwyo.edu>
}
\keyword{ package }
back to top