Git Product home page Git Product logo

libd3c-1.1's Introduction

LibD3C-1.1

Ensemble classifiers with a clustering and dynamic selection strategy and solve imbalance peoblem

LibD3C-1.1 is the upgrades for the software LibD3C.LibD3C is an ensemble classifiers with a clustering and dynamic selection strategy.For the LibD3C-1.1 ,it could solve imbalance data.

usage:

Usage is the same no mater windows or Linux

1.download the LibD3C_1.0.jar and classifier.xml(This file includes all base classifiers for LibD3C_1.0,you can even add other base classifier by yourself)

3.CrossValidation

2.1.balance data

 Java -jar LibD3C_1.0.jar -c fold-num trainFile

2.2.imbalance data

 Java -jar LibD3C_1.0.jar -m -c fold-num trainFile

fold-num is the crossValiditon folds. trainFile is the file path for the training data,softWare can only identify .arff file

3.prediction

(1)train model

Balance data

Java -jar LibD3C_1.1.jar -t trainFile

Imbalance data

Java -jar LibD3C_1.1.jar -m -t trainFile

-t means train model and the model would be saved in the same filePath(train.model) ,trainFile is the file path for the training data,resultFile is the file path save prediction result

(2)predict instance

Balance data

Java -jar LibD3C_1.1.jar -p train.model testFile resultFile

Imbalance data

Java -jar LibD3C_1.1.jar -m -p train.model testFile resultFile

-p means prediction and train.model is the filePath you trained before ,trainFile is the file path for the training data, resultFile is the file path save prediction result

libd3c-1.1's People

Contributors

guojiasheng avatar shenshu123 avatar

Stargazers

 avatar Shifu Chen avatar CEDAR avatar

Watchers

James Cloos avatar  avatar

Forkers

robot520 smilida

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.