Giter VIP home page Giter VIP logo

consistentgraphlearning's Introduction

Distance Graph Fusion (DGF) and Similarity Graph Fusion (SGF)

This repository contains the MATLAB code for DGF and SGF introduced in the following paper

Consistency Meets Inconsistency: A Unified Graph Learning Framework for Multi-view Clustering (ICDM 2019) 

Preparation

  • Windows 64bit: Add some helper files to MATLAB path by addpath('MinMaxSelection') command in MATLAB command window.
  • Linux, Windows 32bit and Mac OS: Add some helper files to MATLAB path by addpath('MinMaxSelection') command in MATLAB command window. Then recompile the helper functions by running minmax_install.

Example usage

load('data\handwritten.mat');
knn=15; beta=1e-6; gamma=1e1;
[nmi, label] = DGF(X, Y, knn, beta, gamma);

Multi-view Data

More multi-view data are available on Google Drive.

Citation

If you find this algorithm useful in your research, please consider citing:

@inproceedings{liang2019consistency,
  title={Consistency Meets Inconsistency: A Unified Graph Learning Framework for Multi-view Clustering},
  author={Youwei Liang, Dong Huang, and Chang-Dong Wang},
  booktitle={2019 IEEE International Conference on Data Mining (ICDM)},
  year={2019}
}

consistentgraphlearning's People

Contributors

youweiliang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

consistentgraphlearning's Issues

Can this code be executed directly?

After I downloaded this code, I tested it according to the readme.md file, but I always reported an error:: "The matrix dimensions must be consistent".

Missing function 'extract_from_idx'

Both DGF and SGF functions are missing a helper function called 'extract_from_idx' which is on lines 45 and 55 in SGF and 45 in DGF. The example provided in the README does not work without this function.

>> [nmi, label] = SGF(X, Y, knn, beta, gamma);
Undefined function or variable 'extract_from_idx'.

Error in SGF (line 45)
        [~, tp] = extract_from_idx(ONE, idx{i});

关于代码缺少de2bi.m的问题

您好,您上传的代码好像不全,运行报错,提示函数或变量 'de2bi' 无法识别。我看了您上传的所有代码没有这个函数,应该是缺失了。
能再上传一下吗?

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.