source:
trunk/yat/classifier
@
1274
Name | Size | Rev | Age | Author | Last Change |
---|---|---|---|---|---|
../ | |||||
BootstrapSampler.cc | 2.4 KB | 1134 | 16 years | using Index class instead of std::vector<size_t> | |
BootstrapSampler.h | 1.7 KB | 1000 | 16 years | trac moved to new location. | |
ConsensusInputRanker.cc | 4.2 KB | 1000 | 16 years | trac moved to new location. | |
ConsensusInputRanker.h | 4.6 KB | 1000 | 16 years | trac moved to new location. | |
CrossValidationSampler.cc | 2.9 KB | 1134 | 16 years | using Index class instead of std::vector<size_t> | |
CrossValidationSampler.h | 2.0 KB | 1000 | 16 years | trac moved to new location. | |
DataLookup1D.cc | 3.8 KB | 1193 | 16 years | changing operator() in weighted lookups and removing operator[] in 1D … | |
DataLookup1D.h | 3.9 KB | 1268 | 15 years | fixing some doxygen warnings - and let make distcheck work again | |
DataLookupWeighted1D.cc | 3.3 KB | 1193 | 16 years | changing operator() in weighted lookups and removing operator[] in 1D … | |
DataLookupWeighted1D.h | 3.4 KB | 1268 | 15 years | fixing some doxygen warnings - and let make distcheck work again | |
EnsembleBuilder.h | 7.3 KB | 1273 | 15 years | Some more uint, u_int, and u_long fixes. | |
FeatureSelector.cc | 1.5 KB | 1204 | 16 years | Return by value from FeatureSelector?. Copying a Lookup is cheap, so no … | |
FeatureSelector.h | 2.4 KB | 1204 | 16 years | Return by value from FeatureSelector?. Copying a Lookup is cheap, so no … | |
FeatureSelectorIR.cc | 2.4 KB | 1134 | 16 years | using Index class instead of std::vector<size_t> | |
FeatureSelectorIR.h | 1.7 KB | 1000 | 16 years | trac moved to new location. | |
FeatureSelectorRandom.cc | 2.0 KB | 1134 | 16 years | using Index class instead of std::vector<size_t> | |
FeatureSelectorRandom.h | 1.7 KB | 1000 | 16 years | trac moved to new location. | |
GaussianKernelFunction.cc | 2.7 KB | 1000 | 16 years | trac moved to new location. | |
GaussianKernelFunction.h | 2.2 KB | 1000 | 16 years | trac moved to new location. | |
IGP.h | 3.4 KB | 1271 | 15 years | replaced u_int with unsigned int or size_t | |
InputRanker.cc | 3.2 KB | 1000 | 16 years | trac moved to new location. | |
InputRanker.h | 2.6 KB | 1170 | 16 years | removing DataLookup2D closes ticket:243 | |
IRRank.h | 1.5 KB | 1000 | 16 years | trac moved to new location. | |
IRRetrieve.h | 1.5 KB | 1000 | 16 years | trac moved to new location. | |
Kernel.cc | 3.2 KB | 1271 | 15 years | replaced u_int with unsigned int or size_t | |
Kernel.h | 6.1 KB | 1271 | 15 years | replaced u_int with unsigned int or size_t | |
Kernel_MEV.cc | 2.1 KB | 1163 | 16 years | replacing DataLookup2D* data_ in Kernel with a MatrixLookup?*. The … | |
Kernel_MEV.h | 3.6 KB | 1125 | 16 years | fixing Doxygen parsing | |
Kernel_SEV.cc | 2.6 KB | 1163 | 16 years | replacing DataLookup2D* data_ in Kernel with a MatrixLookup?*. The … | |
Kernel_SEV.h | 3.6 KB | 1125 | 16 years | fixing Doxygen parsing | |
KernelFunction.h | 2.3 KB | 1000 | 16 years | trac moved to new location. | |
KernelLookup.cc | 9.7 KB | 1206 | 16 years | fixes #345 | |
KernelLookup.h | 10.3 KB | 1206 | 16 years | fixes #345 | |
KNN.h | 12.3 KB | 1274 | 15 years | fixing some doxygen warnings related to u_int fixes | |
KNN_ReciprocalDistance.cc | 605 bytes | 1251 | 15 years | make distcheck works - fixes ticket:217 | |
KNN_ReciprocalDistance.h | 1.7 KB | 1142 | 16 years | Refs #335, fixed for NCC, working on KNN | |
KNN_ReciprocalRank.cc | 623 bytes | 1156 | 16 years | Refs. #335, fixed for KNN | |
KNN_ReciprocalRank.h | 1.8 KB | 1142 | 16 years | Refs #335, fixed for NCC, working on KNN | |
KNN_Uniform.cc | 592 bytes | 1156 | 16 years | Refs. #335, fixed for KNN | |
KNN_Uniform.h | 1.7 KB | 1142 | 16 years | Refs #335, fixed for NCC, working on KNN | |
Makefile.am | 2.3 KB | 1217 | 16 years | Added missing header files to distro. | |
MatrixLookup.cc | 6.1 KB | 1170 | 16 years | removing DataLookup2D closes ticket:243 | |
MatrixLookup.h | 10.3 KB | 1192 | 16 years | some more docs | |
MatrixLookupWeighted.cc | 8.2 KB | 1193 | 16 years | changing operator() in weighted lookups and removing operator[] in 1D … | |
MatrixLookupWeighted.h | 11.6 KB | 1193 | 16 years | changing operator() in weighted lookups and removing operator[] in 1D … | |
NBC.cc | 5.9 KB | 1184 | 16 years | refs #335 predict fixed for NBC | |
NBC.h | 4.6 KB | 1200 | 16 years | working on #75 | |
NCC.h | 9.3 KB | 1189 | 16 years | NCC fixed for #75 | |
PolynomialKernelFunction.cc | 2.2 KB | 1043 | 16 years | fixing #128 - iterators in Averger classes | |
PolynomialKernelFunction.h | 2.6 KB | 1000 | 16 years | trac moved to new location. | |
Sampler.cc | 1.7 KB | 1221 | 16 years | writing size_t directly rather than vector<>::size_type | |
Sampler.h | 2.6 KB | 1221 | 16 years | writing size_t directly rather than vector<>::size_type | |
SubsetGenerator.h | 13.8 KB | 1273 | 15 years | Some more uint, u_int, and u_long fixes. | |
SupervisedClassifier.cc | 1.1 KB | 1162 | 16 years | removing trained_ | |
SupervisedClassifier.h | 4.8 KB | 1271 | 15 years | replaced u_int with unsigned int or size_t | |
SVindex.cc | 3.8 KB | 1167 | 16 years | refs #342 in KernelLookup? and DataLookup2D - nothing changed in … | |
SVindex.h | 2.8 KB | 1150 | 16 years | allow doxygen tag internal that creates text 'FOR INTERNAL USE ONLY' | |
SVM.cc | 9.8 KB | 1200 | 16 years | working on #75 | |
SVM.h | 7.2 KB | 1205 | 16 years | fixes #75 | |
Target.cc | 5.0 KB | 1134 | 16 years | using Index class instead of std::vector<size_t> | |
Target.h | 4.6 KB | 1134 | 16 years | using Index class instead of std::vector<size_t> | |
utility.cc | 1.6 KB | 1271 | 15 years | replaced u_int with unsigned int or size_t | |
utility.h | 1.4 KB | 1120 | 16 years | vector is now Vector |
Note: See TracBrowser
for help on using the repository browser.