source: trunk/yat/classifier @ 1186

Name Size Rev Age Author Last Change
../
utility.h 1.4 KB 1120   15 years Peter vector is now Vector
utility.cc 1.6 KB 1120   15 years Peter vector is now Vector
Target.h 4.6 KB 1134   15 years Peter using Index class instead of std::vector<size_t>
Target.cc 5.0 KB 1134   15 years Peter using Index class instead of std::vector<size_t>
SVM.h 7.1 KB 1175   15 years Peter fixed bug in SVM. SVM does not own the Kernel and should therefore …
SVM.cc 9.8 KB 1177   15 years Peter minor fix - see [1175]
SVindex.h 2.8 KB 1150   15 years Peter allow doxygen tag internal that creates text 'FOR INTERNAL USE ONLY'
SVindex.cc 3.8 KB 1167   15 years Peter refs #342 in KernelLookup? and DataLookup2D - nothing changed in …
SupervisedClassifier.h 3.5 KB 1176   15 years Markus Ringnér Working on #75
SupervisedClassifier.cc 1.1 KB 1162   15 years Peter removing trained_
SubsetGenerator.h 10.2 KB 1186   15 years Peter minor docs issues fixed
Sampler.h 2.8 KB 1134   15 years Peter using Index class instead of std::vector<size_t>
Sampler.cc 1.8 KB 1134   15 years Peter using Index class instead of std::vector<size_t>
PolynomialKernelFunction.h 2.6 KB 1000   15 years Jari Häkkinen trac moved to new location.
PolynomialKernelFunction.cc 2.2 KB 1043   15 years Peter fixing #128 - iterators in Averger classes
NCC.h 6.7 KB 1174   15 years Peter removing copy not needed
NBC.h 4.6 KB 1184   15 years Peter refs #335 predict fixed for NBC
NBC.cc 5.9 KB 1184   15 years Peter refs #335 predict fixed for NBC
MatrixLookupWeighted.h 11.6 KB 1170   15 years Peter removing DataLookup2D closes ticket:243
MatrixLookupWeighted.cc 8.2 KB 1170   15 years Peter removing DataLookup2D closes ticket:243
MatrixLookup.h 10.3 KB 1170   15 years Peter removing DataLookup2D closes ticket:243
MatrixLookup.cc 6.1 KB 1170   15 years Peter removing DataLookup2D closes ticket:243
Makefile.am 2.3 KB 1170   15 years Peter removing DataLookup2D closes ticket:243
KNN_Uniform.h 1.7 KB 1142   15 years Markus Ringnér Refs #335, fixed for NCC, working on KNN
KNN_Uniform.cc 592 bytes 1156   15 years Markus Ringnér Refs. #335, fixed for KNN
KNN_ReciprocalRank.h 1.8 KB 1142   15 years Markus Ringnér Refs #335, fixed for NCC, working on KNN
KNN_ReciprocalRank.cc 623 bytes 1156   15 years Markus Ringnér Refs. #335, fixed for KNN
KNN_ReciprocalDistance.h 1.7 KB 1142   15 years Markus Ringnér Refs #335, fixed for NCC, working on KNN
KNN_ReciprocalDistance.cc 584 bytes 1112   15 years Markus Ringnér Mostly related to #295 and #182
KNN.h 10.0 KB 1164   15 years Markus Ringnér Refs. #318
KernelLookup.h 10.7 KB 1170   15 years Peter removing DataLookup2D closes ticket:243
KernelLookup.cc 10.0 KB 1168   15 years Peter fixes #342
KernelFunction.h 2.3 KB 1000   15 years Jari Häkkinen trac moved to new location.
Kernel_SEV.h 3.6 KB 1125   15 years Peter fixing Doxygen parsing
Kernel_SEV.cc 2.6 KB 1163   15 years Peter replacing DataLookup2D* data_ in Kernel with a MatrixLookup?*. The …
Kernel_MEV.h 3.6 KB 1125   15 years Peter fixing Doxygen parsing
Kernel_MEV.cc 2.1 KB 1163   15 years Peter replacing DataLookup2D* data_ in Kernel with a MatrixLookup?*. The …
Kernel.h 6.0 KB 1166   15 years Markus Ringnér typos
Kernel.cc 3.2 KB 1168   15 years Peter fixes #342
IRRetrieve.h 1.5 KB 1000   15 years Jari Häkkinen trac moved to new location.
IRRank.h 1.5 KB 1000   15 years Jari Häkkinen trac moved to new location.
InputRanker.h 2.6 KB 1170   15 years Peter removing DataLookup2D closes ticket:243
InputRanker.cc 3.2 KB 1000   15 years Jari Häkkinen trac moved to new location.
IGP.h 3.4 KB 1158   15 years Markus Ringnér Fixed #322
GaussianKernelFunction.h 2.2 KB 1000   15 years Jari Häkkinen trac moved to new location.
GaussianKernelFunction.cc 2.7 KB 1000   15 years Jari Häkkinen trac moved to new location.
FeatureSelectorRandom.h 1.7 KB 1000   15 years Jari Häkkinen trac moved to new location.
FeatureSelectorRandom.cc 2.0 KB 1134   15 years Peter using Index class instead of std::vector<size_t>
FeatureSelectorIR.h 1.7 KB 1000   15 years Jari Häkkinen trac moved to new location.
FeatureSelectorIR.cc 2.4 KB 1134   15 years Peter using Index class instead of std::vector<size_t>
FeatureSelector.h 2.5 KB 1134   15 years Peter using Index class instead of std::vector<size_t>
FeatureSelector.cc 1.9 KB 1134   15 years Peter using Index class instead of std::vector<size_t>
EnsembleBuilder.h 5.9 KB 1157   15 years Markus Ringnér Refs #318
DataLookupWeighted1D.h 3.4 KB 1111   15 years Markus Ringnér Peters last revision did not compile. Fixed here
DataLookupWeighted1D.cc 3.4 KB 1088   15 years Peter Closes #247. Removed IteratorWeighted? iterators over weighted …
DataLookup1D.h 3.9 KB 1170   15 years Peter removing DataLookup2D closes ticket:243
DataLookup1D.cc 3.9 KB 1146   15 years Peter DataLookup1D is now a lookup into a MatrixLookup? closes #327
CrossValidationSampler.h 2.0 KB 1000   15 years Jari Häkkinen trac moved to new location.
CrossValidationSampler.cc 2.9 KB 1134   15 years Peter using Index class instead of std::vector<size_t>
ConsensusInputRanker.h 4.6 KB 1000   15 years Jari Häkkinen trac moved to new location.
ConsensusInputRanker.cc 4.2 KB 1000   15 years Jari Häkkinen trac moved to new location.
BootstrapSampler.h 1.7 KB 1000   15 years Jari Häkkinen trac moved to new location.
BootstrapSampler.cc 2.4 KB 1134   15 years Peter using Index class instead of std::vector<size_t>
Note: See TracBrowser for help on using the repository browser.