Learn R Programming

⚠️There's a newer version (0.3.13) of this package.Take me there.

FSelectorRcpp (version 0.3.11)

'Rcpp' Implementation of 'FSelector' Entropy-Based Feature Selection Algorithms with a Sparse Matrix Support

Description

'Rcpp' (free of 'Java'/'Weka') implementation of 'FSelector' entropy-based feature selection algorithms based on an MDL discretization (Fayyad U. M., Irani K. B.: Multi-Interval Discretization of Continuous-Valued Attributes for Classification Learning. In 13'th International Joint Conference on Uncertainly in Artificial Intelligence (IJCAI93), pages 1022-1029, Chambery, France, 1993.) with a sparse matrix support.

Copy Link

Version

Install

install.packages('FSelectorRcpp')

Monthly Downloads

1,744

Version

0.3.11

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Zygmunt Zawadzki

Last Published

April 28th, 2023

Functions in FSelectorRcpp (0.3.11)

to_formula

Create a formula Object
discretize

Discretization
cut_attrs

Select Attributes by Score Depending on the Cutoff
.information_gain

Direct Interface to Information Gain.
relief

RReliefF filter
discretize_transform

Transform a data.frame using split points returned by discretize function.
information_gain

Entropy-based Filters
feature_search

General Feature Searching Engine