Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Data | 2013-07-29 | ||
COPYING.txt | 2013-07-29 | 35.1 kB | |
samplePointsWithD2Sampling.m | 2013-07-29 | 947 Bytes | |
updateNearestDistances.m | 2013-07-29 | 724 Bytes | |
readMNIST.m | 2013-07-29 | 566 Bytes | |
README.txt | 2013-07-29 | 854 Bytes | |
readKDD.m | 2013-07-29 | 453 Bytes | |
plotFigure.m | 2013-07-29 | 455 Bytes | |
PTAS_Heuristic.m | 2013-07-29 | 2.4 kB | |
pickSubsets.m | 2013-07-29 | 358 Bytes | |
pickNewCenter.m | 2013-07-29 | 286 Bytes | |
generateData.m | 2013-07-29 | 502 Bytes | |
Experiment.m | 2013-07-29 | 767 Bytes | |
evalCost.m | 2013-07-29 | 653 Bytes | |
Totals: 14 Items | 44.1 kB | 0 |
Here is a brief description of the files: PTAS_Heuristic.m: This is the implementation of our Heuristic Algorithm. This program uses the following subroutines: 1. evalCost.m: Computes the cost of a given solution. 2. pickNewCenter.m: Picks a new center with by computing the centroid. 3. pickSubsets.m: This picks the subsets that are supposed to be considered in the algorithm. 4. samplePintsUsingD2Sampling.m: This samples the points. 5. updateNearestDistances.m: This function updates the closest center for each point after a new center has been chosen. readKDD.m: Reads the KDD data given in the folder "Data" readMNIST.m Reads the MNIST data given in the folder "Data" Other matlab files: There are some other matlab files that were used to either plot, or experiment, or generate data. If not needed you may delete this.