source:
trunk/yat/classifier
@
1162
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.9 KB | 1146 | 16 years | DataLookup1D is now a lookup into a MatrixLookup? closes #327 | |
DataLookup1D.h | 3.9 KB | 1146 | 16 years | DataLookup1D is now a lookup into a MatrixLookup? closes #327 | |
DataLookup2D.cc | 3.2 KB | 1134 | 16 years | using Index class instead of std::vector<size_t> | |
DataLookup2D.h | 5.0 KB | 1134 | 16 years | using Index class instead of std::vector<size_t> | |
DataLookupWeighted1D.cc | 3.4 KB | 1088 | 16 years | Closes #247. Removed IteratorWeighted? iterators over weighted … | |
DataLookupWeighted1D.h | 3.4 KB | 1111 | 16 years | Peters last revision did not compile. Fixed here | |
EnsembleBuilder.h | 5.9 KB | 1157 | 16 years | Refs #318 | |
FeatureSelector.cc | 1.9 KB | 1134 | 16 years | using Index class instead of std::vector<size_t> | |
FeatureSelector.h | 2.5 KB | 1134 | 16 years | using Index class instead of std::vector<size_t> | |
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 | 1158 | 16 years | Fixed #322 | |
InputRanker.cc | 3.2 KB | 1000 | 16 years | trac moved to new location. | |
InputRanker.h | 2.6 KB | 1085 | 16 years | docs | |
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 | 2.9 KB | 1146 | 16 years | DataLookup1D is now a lookup into a MatrixLookup? closes #327 | |
Kernel.h | 5.8 KB | 1125 | 16 years | fixing Doxygen parsing | |
Kernel_MEV.cc | 2.2 KB | 1146 | 16 years | DataLookup1D is now a lookup into a MatrixLookup? closes #327 | |
Kernel_MEV.h | 3.6 KB | 1125 | 16 years | fixing Doxygen parsing | |
Kernel_SEV.cc | 2.7 KB | 1146 | 16 years | DataLookup1D is now a lookup into a MatrixLookup? closes #327 | |
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 | 10.1 KB | 1134 | 16 years | using Index class instead of std::vector<size_t> | |
KernelLookup.h | 11.4 KB | 1134 | 16 years | using Index class instead of std::vector<size_t> | |
KNN.h | 9.8 KB | 1162 | 16 years | removing trained_ | |
KNN_ReciprocalDistance.cc | 584 bytes | 1112 | 16 years | Mostly related to #295 and #182 | |
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 | 1112 | 16 years | Mostly related to #295 and #182 | |
MatrixLookup.cc | 5.2 KB | 1134 | 16 years | using Index class instead of std::vector<size_t> | |
MatrixLookup.h | 11.5 KB | 1134 | 16 years | using Index class instead of std::vector<size_t> | |
MatrixLookupWeighted.cc | 8.4 KB | 1134 | 16 years | using Index class instead of std::vector<size_t> | |
MatrixLookupWeighted.h | 12.9 KB | 1134 | 16 years | using Index class instead of std::vector<size_t> | |
NBC.cc | 6.1 KB | 1162 | 16 years | removing trained_ | |
NBC.h | 3.4 KB | 1160 | 16 years | Fixes #333 | |
NCC.h | 7.1 KB | 1162 | 16 years | removing trained_ | |
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.8 KB | 1134 | 16 years | using Index class instead of std::vector<size_t> | |
Sampler.h | 2.8 KB | 1134 | 16 years | using Index class instead of std::vector<size_t> | |
SubsetGenerator.h | 11.0 KB | 1134 | 16 years | using Index class instead of std::vector<size_t> | |
SupervisedClassifier.cc | 1.1 KB | 1162 | 16 years | removing trained_ | |
SupervisedClassifier.h | 2.4 KB | 1162 | 16 years | removing trained_ | |
SVindex.cc | 3.9 KB | 1121 | 16 years | fixes #308 | |
SVindex.h | 2.8 KB | 1150 | 16 years | allow doxygen tag internal that creates text 'FOR INTERNAL USE ONLY' | |
SVM.cc | 9.9 KB | 1121 | 16 years | fixes #308 | |
SVM.h | 7.1 KB | 1125 | 16 years | fixing Doxygen parsing | |
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 | 1120 | 16 years | vector is now Vector | |
utility.h | 1.4 KB | 1120 | 16 years | vector is now Vector |
Note: See TracBrowser
for help on using the repository browser.