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
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{
\tabular{ll}{
Package: \tab FSelector\cr
Type: \tab Package\cr
Version: \tab 0.19\cr
Date: \tab 2013-02-28\cr
License: \tab GPL\cr
LazyLoad: \tab yes\cr
}
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@4c.ucc.ie>
}
\keyword{ package }
back to top