Giter VIP home page Giter VIP logo

pta_ptgp's Introduction

Robust Ensemble Clustering Using Probability Trajectories

Overview

This repository provides the MATLAB code for two ensemble clustering algorithms, namely, probability trajectory accumulation (PTA) and probability trajectory based graph partitioning (PTGP). If you find the code useful for your research,please cite the paper below.

Dong Huang, Jian-Huang Lai, and Chang-Dong Wang. 
Robust Ensemble Clustering Using Probability Trajectories, 
IEEE Transactions on Knowledge and Data Engineering, 2016, 28(5), pp.1312-1326.

Description of Files

There are mainly two types of materials in this directory:

  1. A pool of 200 base clusterings for each dataset;
  2. The code of the PTA and PTGP algorithms.

Data

The base clustering pools for the ten datasets are provided in the following MAT files:

bc_pool_MF.mat
bc_pool_IS.mat
bc_pool_MNIST.mat
bc_pool_ODR.mat
bc_pool_LS.mat
bc_pool_PD.mat
bc_pool_USPS.mat
bc_pool_FC.mat
bc_pool_KDD99_10P.mat
bc_pool_KDD99.mat

There are two variables in the MAT file for each dataset, namely, members and gt. The variable gt is the ground-truth label, which is an N-dimension vector. The variable members is an N x s matrix, where each column of it is a candidate base clustering.

Code

The file entitled 'demo_PTA_and_PTGP.m' is the main file for running PTA and PTGP. You may change the following settings in order to test the performance of PTA and PTGP:

1) dataName:	the dataset to be used.
2) M:		the ensemble size.
3) cntTimes:	run PTA and PTGP for cntTimes times and obtain the average performance.
4) para.K:	the parameter K.
5) para.T:	the parameter T.
6) clsNums:	a vector of positve integers, specifying different numbers of clusters for PTA and PTGP.

The execution results and the variable 'bcIdx' will be saved in results.mat. The bcIdx is a cntTimes x M matrix and stores the information of the ensembles. Each row in bcIdx includes M indices for choosing base clusterings in the pool and thus represents an ensemble of M base clusterings. When comparing our approach to other approaches, please make sure that they use the same base clustering settings, i.e., use the ensembles generated by the same 'bcIdx'.

Questions?

Don't hesitate to contact me if you have any questions regarding this work.
Email: huangdonghere at gmail dot com
Website: https://www.researchgate.net/publication/284259332

pta_ptgp's People

Contributors

huangdonghere avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

zggl

pta_ptgp's Issues

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.