An open API service indexing awesome lists of open source software.

https://github.com/rgson/lift-for-mulan

An implementation of the multi-label classification algorithm LIFT for use with Mulan.
https://github.com/rgson/lift-for-mulan

Last synced: 3 months ago
JSON representation

An implementation of the multi-label classification algorithm LIFT for use with Mulan.

Awesome Lists containing this project

README

        

# LIFT for Mulan

An implementation of the multi-label classification algorithm LIFT for use with Mulan.

Developed during the "PA2537 Research Methodology" course at BTH.

## Dependencies

* Java 8
* The Mulan framework (version 1.5)
* The Weka framework (version 3.7.10)
* *(Optional)* LibSVM (version 1.0.7)

## Usage

The `se.rgson.ml.LIFT` class contains the LIFT implementation. It offers configurability of the internal binary classifier and the clustering ratio parameter.

By convention, LIFT is used with LibSVM. To use LibSVM, the LibSVM JAR-file must also be included in the class path. Refer to the [Weka wiki](https://weka.wikispaces.com/LibSVM) for details.