covartech / PRT

Pattern Recognition Toolbox for MATLAB
http://covartech.github.io/
MIT License
145 stars 70 forks source link

Reorganization of directory structure #45

Closed covartech closed 8 years ago

covartech commented 8 years ago

Removed license information from individual files in favor of license.txt

./util/undocumented/* -> ./util/* ./util/prtConditionalMvnMuCov.m -> ./rv/util/prtRvUtilMvnConditionalMuCov.m ./util/prtUtilPlotConfusionMatrix.m -> ./plot/util/prtPlotUtilConfusionMatrix.m ./util/prtUtilPlotMatrixTable.m -> ./plot/util/prtPlotUtilMatrixTable.m

./]beta/rv/* moved to either ./rv/ or ./rv/util ./]beta/multipleInstance -> ./multipleInstance

./]alpha/graph -> ./]beta/graph (example renames) exampleSocialDbLesMis.m -> prtGraphExampleSocialDbLesMis.m exampleSocialDbProcCbdb.m -> prtGraphExampleSocialDbProcCbdb.m exampleSocialDbProcKarate.m -> prtGraphExampleSocialDbProcKarate.m

./]alpha/prtClassMaryLogDisc.m -> ./class/prtClassMaryLogDisc.m ./]alpha/prtClassMaryLogDiscGaussianPrior.m -> ./class/prtClassMaryLogDiscGaussianPrior.m ./]alpha/prtClassMaryLogDiscSparse.m -> ./class/prtClassMaryLogDiscSparse.m ./]alpha/prtClassMaryLogDiscSparseKernel.m -> ./class/prtClassMaryLogDiscSparseKernel.m ./]alpha/prtFeatSelGeneticAlgorithm.m -> ./featSel/prtFeatSelGeneticAlgorithm.m ./]alpha/prtGeneticAlgorithmBinaryString.m -> ./util/prtUtilGeneticAlgorithmBinaryString.m

Lots of other things were removed from the PRT