Giter Club home page Giter Club logo

deltaquickreduct's Introduction

title author date
DeltaQuickReduct
Javad Rahimipour Anaraki
08/02/18

Use case

To determine the most important features using the algorithm described in A New Fuzzy-Rough Hybrid Merit to Feature Selection by Javad Rahimipour Anaraki, Saeed Samet, Wolfgang Banzhaf and Mahdi Eftekhari

Compile

To compile this program follow these steps:

  1. Be sure that you have the latest GCC/G++ compiler installed

  2. Use g++ -o DQR DQR.cpp -std=c++11 to compile the program

  3. To improve its performance one can use -O1 or -O2 or -O3

  4. Ignore the following warning message:

     DQR.cpp:238:14: warning: expression result unused [-Wunused-value]
     for (s;s<cls[nCls];++s) {
     ^
     1 warning generated.
    

Run

To run the program use ./DGR {a dataset name}

Note

The classification outcome column of dataset should be sorted ascendingly

deltaquickreduct's People

Contributors

jranaraki avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.