├── README.md ├── TKDE_Ultra-Scalable Spectral Clustering and Ensemble Clustering.pdf ├── USENC.m ├── USPEC.m ├── computeNMI.m ├── data_Covertype.mat ├── data_Letters.mat ├── data_MNIST.mat ├── data_PenDigits.mat ├── data_USPS.mat ├── demo_1_USPEC.m ├── demo_2_USENC.m ├── litekmeans.m ├── pdist2_fast.m ├── synthesizeLargescaleDatasets.p └── synthesizeLargescaleDatasets_withArbitrarySizes.p /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huangdonghere/USPEC_USENC/HEAD/README.md -------------------------------------------------------------------------------- /TKDE_Ultra-Scalable Spectral Clustering and Ensemble Clustering.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huangdonghere/USPEC_USENC/HEAD/TKDE_Ultra-Scalable Spectral Clustering and Ensemble Clustering.pdf -------------------------------------------------------------------------------- /USENC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huangdonghere/USPEC_USENC/HEAD/USENC.m -------------------------------------------------------------------------------- /USPEC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huangdonghere/USPEC_USENC/HEAD/USPEC.m -------------------------------------------------------------------------------- /computeNMI.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huangdonghere/USPEC_USENC/HEAD/computeNMI.m -------------------------------------------------------------------------------- /data_Covertype.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huangdonghere/USPEC_USENC/HEAD/data_Covertype.mat -------------------------------------------------------------------------------- /data_Letters.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huangdonghere/USPEC_USENC/HEAD/data_Letters.mat -------------------------------------------------------------------------------- /data_MNIST.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huangdonghere/USPEC_USENC/HEAD/data_MNIST.mat -------------------------------------------------------------------------------- /data_PenDigits.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huangdonghere/USPEC_USENC/HEAD/data_PenDigits.mat -------------------------------------------------------------------------------- /data_USPS.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huangdonghere/USPEC_USENC/HEAD/data_USPS.mat -------------------------------------------------------------------------------- /demo_1_USPEC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huangdonghere/USPEC_USENC/HEAD/demo_1_USPEC.m -------------------------------------------------------------------------------- /demo_2_USENC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huangdonghere/USPEC_USENC/HEAD/demo_2_USENC.m -------------------------------------------------------------------------------- /litekmeans.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huangdonghere/USPEC_USENC/HEAD/litekmeans.m -------------------------------------------------------------------------------- /pdist2_fast.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huangdonghere/USPEC_USENC/HEAD/pdist2_fast.m -------------------------------------------------------------------------------- /synthesizeLargescaleDatasets.p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huangdonghere/USPEC_USENC/HEAD/synthesizeLargescaleDatasets.p -------------------------------------------------------------------------------- /synthesizeLargescaleDatasets_withArbitrarySizes.p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huangdonghere/USPEC_USENC/HEAD/synthesizeLargescaleDatasets_withArbitrarySizes.p --------------------------------------------------------------------------------