Skip to content
/ HOFS Public

Higher Order Mutual Information Approximation for Feature Selection.

License

Notifications You must be signed in to change notification settings

KrzyGajow/HOFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HOFS

Higher Order Mutual Information Approximation for Feature Selection.

Installation

You can install the released version of HOFS from GitHub with:

library(remotes)
install_github("KrzyGajow/HOFS")

Example

This is a basic example which shows you how to solve a common problem:

library("HOFS")
data(iris)
Results <- HOFS( data = iris[ , -5 ], label = iris[ , 5, drop = F ], Nfeatures = 4 )

# Run Shiny web application 
runShinyHOFS()

About

Higher Order Mutual Information Approximation for Feature Selection.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published