|
|
@1381
|
15 years |
Peter |
working on #363
|
|
|
@1380
|
15 years |
Peter |
working on #363
|
|
|
@1379
|
15 years |
Peter |
adding DataWeight? - a class to store a data value together with its weight
|
|
|
@1378
|
15 years |
Peter |
adding default constructor in StrideIterator?
|
|
|
@1377
|
15 years |
Peter |
allow conversion in DataIterator? and WeightIterator?
|
|
|
@1376
|
15 years |
Peter |
add WeightIterator? - fixes #369
|
|
|
@1375
|
15 years |
Peter |
making types in DataIterator? more generic - refs #369
|
|
|
@1374
|
15 years |
Peter |
fixes #391 - implemented specializations for StrideIterator? and …
|
|
|
@1373
|
15 years |
Peter |
refs #391 generalized default implementation of iterator_traits by …
|
|
|
@1366
|
15 years |
Peter |
adding missing docs
|
|
|
@1365
|
15 years |
Peter |
working on ticket:369 - created a DataIterator? that seems to work. …
|
|
|
@1364
|
15 years |
Peter |
adding IteratorData?.h
|
|
|
@1363
|
15 years |
Peter |
working on #369
|
|
|
@1362
|
15 years |
Peter |
fixes #390
|
|
|
@1361
|
15 years |
Peter |
fixing ticket:389 - the problem was in test code
|
|
|
@1343
|
15 years |
Peter |
deprecating Target::operator[]
|
|
|
@1342
|
15 years |
Peter |
fixing doxygen problems
|
|
|
@1341
|
15 years |
Peter |
correcting docs
|
|
|
@1340
|
15 years |
Peter |
fixing so declarations match implementations
|
|
|
@1339
|
15 years |
Peter |
Adding \since tag for new classes and functions
|
|
|
@1338
|
15 years |
Peter |
updating docs
|
|
|
@1337
|
15 years |
Peter |
correcting docs
|
|
|
@1336
|
15 years |
Peter |
oops
|
|
|
@1335
|
15 years |
Peter |
missing from last commit
|
|
|
@1334
|
15 years |
Peter |
Adding class Range
|
|
|
@1328
|
15 years |
Peter |
added missing docs
|
|
|
@1326
|
15 years |
Peter |
correcting Id keyword
|
|
|
@1324
|
15 years |
Peter |
Boost is now required (ticket:370). Boost 1.33 is required, which is a …
|
|
|
@1323
|
15 years |
Peter |
change template name to RandomAccessIterator? to clarify that …
|
|
|
@1321
|
15 years |
Peter |
Basically reverting r1319. I was not happy with the macro, so create …
|
|
|
@1320
|
15 years |
Peter |
vector -> Vector in docs
|
|
|
@1319
|
15 years |
Peter |
config.h is no longer installed. Therefore, do not include config.h …
|
|
|
@1318
|
15 years |
Peter |
fixed compilation error
|
|
|
@1317
|
15 years |
Peter |
moving implementation of percentile to a functor: Percentiler
|
|
|
@1316
|
15 years |
Peter |
removed include
|
|
|
@1315
|
15 years |
Peter |
fixed some docs and bugs for the unweighted operator refs #20
|
|
|
@1314
|
15 years |
Peter |
closes #330
|
|
|
@1313
|
15 years |
Peter |
refs #330 for Matrix
|
|
|
@1312
|
15 years |
Peter |
closes ticket:360 a template function to check if a string is of type …
|
|
|
@1311
|
15 years |
Peter |
fixed missing documentation
|
|
|
@1310
|
15 years |
Peter |
closes #359
|
|
|
@1308
|
15 years |
Peter |
added and corrected some docs
|
|
|
@1306
|
15 years |
Peter |
adding a similar AveragerPair? traits and using it in PearsonDistance? …
|
|
|
@1305
|
15 years |
Peter |
Adding a functor that calculate average of a range. Also added a …
|
|
|
@1304
|
15 years |
Peter |
quantile normalization closes #288
|
|
|
@1297
|
15 years |
Jari Häkkinen |
Fixes #361. Removed tests negative count n in averager.
|
|
|
@1295
|
15 years |
Jari Häkkinen |
Fixes #361. Averager and AveragerPair? accepts negative n for data removal.
|
|
|
@1293
|
15 years |
Peter |
adding missing include
|
|
|
@1292
|
15 years |
Peter |
fixes #362 - functions returning rumtime version numbers
|
|
|
@1288
|
15 years |
Peter |
Fixes #337
|
|
|
@1287
|
15 years |
Peter |
Fixes #87 - replace cumulative hypergeometric with GSL implementation …
|
|
|
@1275
|
15 years |
Jari Häkkinen |
Updating copyright statements.
|
|
|
@1274
|
15 years |
Peter |
fixing some doxygen warnings related to u_int fixes
|
|
|
@1273
|
15 years |
Jari Häkkinen |
Some more uint, u_int, and u_long fixes.
|
|
|
@1271
|
15 years |
Peter |
replaced u_int with unsigned int or size_t
|
|
|
@1268
|
15 years |
Peter |
fixing some doxygen warnings - and let make distcheck work again
|
|
|
@1261
|
15 years |
Peter |
changing some u_int to size_t
|
|
|
@1260
|
15 years |
Jari Häkkinen |
Made the project to compile on my Intel Mac running Leopard.
|
|
|
@1253
|
15 years |
Peter |
typo
|
|
|
@1251
|
15 years |
Peter |
make distcheck works - fixes ticket:217
|
|
|
@1250
|
16 years |
Peter |
minor docs correction
|
|
|
@1227
|
16 years |
Peter |
fixes #341 and #93
|
|
|
@1222
|
16 years |
Peter |
minor docs
|
|
|
@1221
|
16 years |
Peter |
writing size_t directly rather than vector<>::size_type
|
|
|
@1220
|
16 years |
Peter |
refs #341
|
|
|
@1219
|
16 years |
Peter |
refs #284 - made target_ in Sampler private
|
|
|
@1217
|
16 years |
Jari Häkkinen |
Added missing header files to distro.
|
|
|
@1207
|
16 years |
Peter |
fixes #282
|
|
|
@1206
|
16 years |
Peter |
fixes #345
|
|
|
@1205
|
16 years |
Peter |
fixes #75
|
|
|
@1204
|
16 years |
Peter |
Return by value from FeatureSelector?. Copying a Lookup is cheap, so no …
|
|
|
@1203
|
16 years |
Peter |
docs improvements in Histogram
|
|
|
@1202
|
16 years |
Peter |
reversing sort order in KS
|
|
|
@1201
|
16 years |
Peter |
returning SmartPtr? rather than conventional pointer when object is …
|
|
|
@1200
|
16 years |
Peter |
working on #75
|
|
|
@1199
|
16 years |
Peter |
cosmetic change
|
|
|
@1198
|
16 years |
Peter |
fixed bug in KolmogorovSmirnov::score
|
|
|
@1197
|
16 years |
Peter |
docs
|
|
|
@1196
|
16 years |
Peter |
fixed bug in Vector when copying empty Vector
|
|
|
@1195
|
16 years |
Peter |
fixed bug in convert function
|
|
|
@1194
|
16 years |
Peter |
minor correction
|
|
|
@1193
|
16 years |
Peter |
changing operator() in weighted lookups and removing operator[] in 1D …
|
|
|
@1192
|
16 years |
Peter |
some more docs
|
|
|
@1191
|
16 years |
Peter |
improved docs for MatrixLookup?
|
|
|
@1190
|
16 years |
Peter |
adding missing implementation of operator += and added some throwing
|
|
|
@1189
|
16 years |
Markus Ringnér |
NCC fixed for #75
|
|
|
@1188
|
16 years |
Markus Ringnér |
Fixed KNN and SupervisedClassfier? for #75
|
|
|
@1187
|
16 years |
Peter |
minor docs issues fixed
|
|
|
@1186
|
16 years |
Peter |
minor docs issues fixed
|
|
|
@1185
|
16 years |
Peter |
corrected links to Weighted Statistics docs
|
|
|
@1184
|
16 years |
Peter |
refs #335 predict fixed for NBC
|
|
|
@1182
|
16 years |
Peter |
working on #335. Fixed weighted test data case. Left to fix is when …
|
|
|
@1179
|
16 years |
Peter |
remove debug code
|
|
|
@1178
|
16 years |
Peter |
fixes #344
|
|
|
@1177
|
16 years |
Peter |
minor fix - see [1175]
|
|
|
@1176
|
16 years |
Markus Ringnér |
Working on #75
|
|
|
@1175
|
16 years |
Peter |
fixed bug in SVM. SVM does not own the Kernel and should therefore …
|
|
|
@1174
|
16 years |
Peter |
removing copy not needed
|
|
|
@1173
|
16 years |
Markus Ringnér |
Minor fixes
|
|
|
@1172
|
16 years |
Peter |
allowing resize to zero size. In Matrix if resize is called with only …
|
|
|