# # ChangeLog for branches/TSNE # # Generated by Trac 1.0.12 # 04/28/24 01:02:25 Fri, 17 Feb 2017 12:02:54 GMT abeham [14682] * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj (modified) #2700: fixed references for alglib and libsvm Wed, 11 Jan 2017 06:38:33 GMT bwerth [14558] * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/GBM/GradientBoostingRegressionAlgorithm.cs (modified) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/GradientBoostedTrees/GradientBoostedTreesAlgorithm.cs (modified) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/MctsSymbolicRegression/MctsSymbolicRegressionAlgorithm.cs (modified) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/TSNE.cs (modified) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/TSNEAnalysis.cs (modified) #2700 made TSNE compatible with the new pausible BasicAlgs, removed ... Thu, 22 Dec 2016 09:08:25 GMT bwerth [14518] * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/GBM/GradientBoostingRegressionAlgorithm.cs (modified) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/GaussianProcessRegression.cs (modified) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/GradientBoostedTrees/GradientBoostedTreesAlgorithm.cs (modified) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj (modified) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/Cell.cs (modified) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/DataPoint.cs (modified) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/SPtree.cs (modified) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/TSNE.cs (modified) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/TSNEAnalysis.cs (modified) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/VPTree.cs (modified) #2700 TSNEAnalysis is now a BasicAlg, hid some Parameters, added ... Tue, 20 Dec 2016 14:50:11 GMT bwerth [14512] * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4 (modified) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/Distances (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/Distances/AngularDistance.cs (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/Distances/DataPointDistance.cs (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/Distances/DistanceBase.cs (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/Distances/EuclidianDistance.cs (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/Distances/InnerProductDistance.cs (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/Distances/ManhattenDistance.cs (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj (modified) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/TSNEInterfaces (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/TSNEInterfaces/ICell.cs (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/TSNEInterfaces/IDataPoint.cs (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/TSNEInterfaces/IDistance.cs (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/TSNEInterfaces/IHeap.cs (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/TSNEInterfaces/IKernelFunction.cs (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/TSNEInterfaces/ISPTree.cs (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/TSNEInterfaces/ITSNE.cs (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/TSNEInterfaces/IVPTree.cs (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/Distances/DataPointDistance.cs (modified) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/Distances/DistanceBase.cs (modified) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/Distances/EuclidianDistance.cs (modified) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/Distances/FuctionalDistance.cs (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/Distances/InnerProductDistance.cs (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/TSNE.cs (modified) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/TSNEAnalysis.cs (modified) #2700 worked in several comments from mkommend, extended analysis ... Mon, 19 Dec 2016 06:50:56 GMT gkronber [14503] * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4 (modified) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/TSNEInterfaces/IDistance.cs (modified) #2700: minor change while reviewing Fri, 25 Nov 2016 09:59:54 GMT bwerth [14414] * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/Build.cmd (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.sln (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/PreBuildEvent.cmd (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/Cell.cs (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/DataPoint.cs (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/Distances (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/Distances/DataPointDistance.cs (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/Distances/DistanceBase.cs (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/Distances/EuclidianDistance.cs (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/PriorityQueue.cs (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/SPtree.cs (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/TSNE.cs (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/TSNEAnalysis.cs (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/TSNEInterfaces (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/TSNEInterfaces/ICell.cs (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/TSNEInterfaces/IDataPoint.cs (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/TSNEInterfaces/IDistance.cs (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/TSNEInterfaces/IHeap.cs (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/TSNEInterfaces/ISPTree.cs (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/TSNEInterfaces/ITSNE.cs (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/TSNEInterfaces/IVPTree.cs (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/TSNEUtils.cs (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/VPTree.cs (added) #2700 forgot to add files Fri, 25 Nov 2016 09:58:08 GMT bwerth [14413] * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj (modified) #2700 refactored c++ style code to C# (use of [,] arrays, int vs ... Fri, 11 Nov 2016 13:31:15 GMT bwerth [14387] * branches/TSNE (added) * branches/TSNE/HeuristicLab.Algorithms.DataAnalysis (copied) #2700 created initial branch