Coder Social home page Coder Social logo

vic's Introduction

VIC.

The Validity Index using supervised Classifiers (VIC) [https://www.sciencedirect.com/science/article/abs/pii/S0950705118300091?via%3Dihub] gives a quality index for a partition given by a clustering algorithm. From a group of supervised classifiers, the biggest AUC on cross-validation for all the classifiers is used as a quality index of the partition. It uses as class label the cluster label of a given partition.

Remove/include supervised classifiers.

To remove/include supervised classifiers you need to modify the get_model function at line 168 in the VIC.cs file. This function contains a switch statement, each case corresponds to a classifier. You can remove/include new cases to this switch. Be sure to set the appropriate number_of_models argument in the calls to the VIC algorithm at lines 233 and 235 of the VIC.cs file.

Multi-threaded.

The parameter cores in the vic function (line 131, VIC.cs) allows to specify the desired number of thread used to run the algorithm.

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.