Package: mldemos / 0.5.1-3

Metadata

Package Version Patches format
mldemos 0.5.1-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 hardwire plugin directory.patch | (download)

MLDemos/algorithmmanager.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 hardwire plugin directory

Set directory to scan for plugins subdirectory containing plugins to
system directory in which the plugins subdirectory is installed.

debian changes | (download)

Core/glwidget.cpp | 14 14 + 0 - 0 !
_3rdParty/JnS/JnS.cpp | 6 3 + 3 - 0 !
_3rdParty/matio/mat.c | 4 2 + 2 - 0 !
_AlgorithmsPlugins/DBSCAN/clustererDBSCAN.cpp | 2 1 + 1 - 0 !
_AlgorithmsPlugins/GHSOM/GHSOM/globals.cpp | 4 2 + 2 - 0 !
_AlgorithmsPlugins/GHSOM/GHSOM/globals.h | 4 2 + 2 - 0 !
_AlgorithmsPlugins/GHSOM/interfaceGHSOM.cpp | 2 1 + 1 - 0 !
_AlgorithmsPlugins/GHSOM/projectorGHSOM.cpp | 2 1 + 1 - 0 !
_AlgorithmsPlugins/GP/dynamicalGPR.cpp | 4 2 + 2 - 0 !
_AlgorithmsPlugins/GP/regressorGPR.cpp | 2 1 + 1 - 0 !
_AlgorithmsPlugins/KNN/classifierKNN.cpp | 2 1 + 1 - 0 !
_AlgorithmsPlugins/KNN/dynamicalKNN.cpp | 2 1 + 1 - 0 !
_AlgorithmsPlugins/KernelMethods/classifierPegasos.cpp | 4 2 + 2 - 0 !
_AlgorithmsPlugins/KernelMethods/classifierRVM.cpp | 4 2 + 2 - 0 !
_AlgorithmsPlugins/KernelMethods/clustererKKM.cpp | 2 1 + 1 - 0 !
_AlgorithmsPlugins/KernelMethods/clustererKM.cpp | 4 2 + 2 - 0 !
_AlgorithmsPlugins/KernelMethods/regressorKRLS.cpp | 4 2 + 2 - 0 !
_AlgorithmsPlugins/KernelMethods/regressorRVM.cpp | 4 2 + 2 - 0 !
_AlgorithmsPlugins/KernelMethods/regressorSVR.cpp | 2 1 + 1 - 0 !
_AlgorithmsPlugins/Projections/classifierKPCA.cpp | 2 1 + 1 - 0 !
20 files changed, 44 insertions(+), 30 deletions(-)

 <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 mldemos (0.5.1-3) unstable; urgency=low
 .
   * Address some format string errors.