|
|
@1058
|
15 years |
Peter |
some dox on vector - refs #256
|
|
|
@1057
|
15 years |
Peter |
extended convert function to accept nan and int (and -int if type is …
|
|
|
@1052
|
15 years |
Peter |
name change
|
|
|
@1051
|
15 years |
Peter |
file name changes reflecting that distances are now classes
|
|
|
@1050
|
15 years |
Peter |
Simplifying distance structure
|
|
|
@1049
|
15 years |
Peter |
replaced some cerr outputs with exception throws - refs #189
|
|
|
@1048
|
15 years |
Peter |
well, make it English…
|
|
|
@1047
|
15 years |
Peter |
generalized a bit
|
|
|
@1046
|
15 years |
Peter |
some dox - refs #256
|
|
|
@1044
|
15 years |
Peter |
fixes #315
|
|
|
@1043
|
15 years |
Peter |
fixing #128 - iterators in Averger classes
|
|
|
@1042
|
15 years |
Peter |
fixes #268 - remove return value in SupervisedClassifier::train()
|
|
|
@1041
|
15 years |
Peter |
generalized StrideIterator? to work with Iterators as well - not only …
|
|
|
@1040
|
15 years |
Peter |
working on #267
|
|
|
@1039
|
15 years |
Peter |
fixes #276
|
|
|
@1038
|
15 years |
Peter |
StrideIterator? - fixes ticket:303
|
|
|
@1037
|
15 years |
Peter |
some msg when using yat_assert
|
|
|
@1036
|
15 years |
Peter |
fixes #291
|
|
|
@1035
|
15 years |
Peter |
Constructor creating a MatrixLookupWeighted? from MatrixLookup?
|
|
|
@1033
|
15 years |
Markus Ringnér |
Working on #259
|
|
|
@1031
|
15 years |
Markus Ringnér |
Fixes #272
|
|
|
@1029
|
15 years |
Peter |
removing includes not needed
|
|
|
@1028
|
15 years |
Peter |
documentation for VectorConstView? and changing name of view functions …
|
|
|
@1027
|
15 years |
Peter |
going back to previous design in which view and const_view are in …
|
|
|
@1026
|
15 years |
Peter |
not returning const VectorBase?& in vector and VectorView?
|
|
|
@1025
|
15 years |
Peter |
passing VectorBase? in regression::utility - refs #256
|
|
|
@1024
|
15 years |
Peter |
passing VectorBase? in regression::PearsonCorrelation? - refs #256
|
|
|
@1023
|
15 years |
Peter |
passing VectorBase? in statistics::Score - refs #256
|
|
|
@1022
|
15 years |
Peter |
passing VectorBase? in regression::MultiDimesionalWeighted? - refs #256
|
|
|
@1021
|
15 years |
Peter |
passing VectorBase? in regression::MultiDimesional? - refs #256
|
|
|
@1020
|
15 years |
Peter |
passing VectorBase? in regression::OneDimesionalWeighted? - refs #256
|
|
|
@1019
|
15 years |
Peter |
passing VectorBase? in regression::OneDimesional? - refs #256
|
|
|
@1018
|
15 years |
Peter |
passing VectorBase? in DataLookup1D - refs #256
|
|
|
@1017
|
15 years |
Peter |
passing VectorBase? in matrix - refs #256
|
|
|
@1016
|
15 years |
Peter |
passing VectorBase? in SVD - refs #256
|
|
|
@1015
|
15 years |
Peter |
changing class names vectorView => VectorView? and vectorBase => …
|
|
|
@1014
|
15 years |
Peter |
adding convenient classes for options File
|
|
|
@1013
|
15 years |
Markus Ringnér |
Adding functionality tests for NCC
|
|
|
@1012
|
15 years |
Markus Ringnér |
Fixed bug in weighted euclidean distance calculation
|
|
|
@1011
|
15 years |
Peter |
removing iterator typedef - that functioality is in base class
|
|
|
@1010
|
15 years |
Peter |
init some pointers to null and removing conflict
|
|
|
@1009
|
15 years |
Peter |
merging branch peter-dev into trunk delta 1008:994
|
|
|
@1007
|
15 years |
Markus Ringnér |
Restructuringpredict in NCC. refs #259
|
|
|
@1006
|
15 years |
Peter |
fixing doxygen problems
|
|
|
@1005
|
15 years |
Peter |
adding conversion function - from string to numerical type
|
|
|
@1004
|
15 years |
Peter |
adding a wrapper around std::random_shuffle that uses the RNG class. …
|
|
|
@1003
|
15 years |
Peter |
adding class for Kolmogorov Smirnov test
|
|
|
@1002
|
15 years |
Peter |
fixing out of range problem in creation of CrossValidationSampler? when …
|
|
|
@1001
|
15 years |
Peter |
reset errno to zero when it is an expected error
|
|
|
@1000
|
15 years |
Jari Häkkinen |
trac moved to new location.
|
|
|
@999
|
15 years |
Jari Häkkinen |
Copyright statement added.
|
|
|
@998
|
15 years |
Peter |
taking care of ties in calculation of Area Under Curve - refs #144
|
|
|
@997
|
15 years |
Peter |
bugfix
|
|
|
@996
|
15 years |
Peter |
correcting OptionSwitch? so it actually listens to commandline. Also …
|
|
|
@991
|
15 years |
Peter |
removing const when returning by value.
|
|
|
@990
|
15 years |
Peter |
removing const when returning by value.
|
|
|
@989
|
15 years |
Peter |
fixed typo
|
|
|
@986
|
15 years |
Peter |
no comma in help output in case of short flag but no long flag
|
|
|
@985
|
15 years |
Peter |
minor bug
|
|
|
@984
|
15 years |
Peter |
implementing refs functions
|
|
|
@983
|
15 years |
Peter |
typo
|
|
|
@982
|
15 years |
Peter |
adding description variable for cmd
|
|
|
@981
|
15 years |
Peter |
adding convenient class for help option
|
|
|
@980
|
15 years |
Peter |
adding possibility to make option required
|
|
|
@979
|
15 years |
Peter |
fixing bug in OptionFile?. Dont try to create FileUtil? for option not …
|
|
|
@978
|
15 years |
Peter |
using std in our vector::shuffle
|
|
|
@975
|
15 years |
Peter |
adding Option class for argument associated with a file, and fixed …
|
|
|
@974
|
15 years |
Peter |
improve help output
|
|
|
@972
|
15 years |
Peter |
well to be correct
|
|
|
@971
|
15 years |
Markus Ringnér |
Fixed bug so things compile on OS X.
|
|
|
@968
|
15 years |
Peter |
adding mssing files
|
|
|
@966
|
15 years |
Peter |
fixing some doxygen warnings
|
|
|
@965
|
15 years |
Peter |
Adding CommandLine? class. finishes #240
|
|
|
@964
|
15 years |
Peter |
adding function to set maximal training epochs in SVM, and fixed so C …
|
|
|
@963
|
15 years |
Peter |
fixes #268. SVM throws if when train() fails
|
|
|
@961
|
15 years |
Peter |
correcting NBC train. refs ticket:271
|
|
|
@960
|
15 years |
Peter |
fixed ticket:271
|
|
|
@959
|
15 years |
Peter |
Fixed so NBC and SVM are throwing when unexpected DataLookup2D is …
|
|
|
@958
|
15 years |
Peter |
allowing mixture of weighted and unweighted iterators in vector_distance
|
|
|
@956
|
15 years |
Markus Ringnér |
Bug fixing
|
|
|
@950
|
15 years |
Peter |
SVM::make_classifier is now throwing if KernelLookup? is not passed.
|
|
|
@949
|
15 years |
Peter |
fixing bug in AveragerWeighted? so actually weights are used when …
|
|
|
@948
|
15 years |
Markus Ringnér |
Adding support and checks for intended lookups in classifiers
|
|
|
@938
|
15 years |
Peter |
improving constness correctness
|
|
|
@937
|
15 years |
Peter |
changing name of IteratorTraits? to iterator_traits
|
|
|
@936
|
15 years |
Peter |
reimplementing yat_assert as a throwing function
|
|
|
@935
|
15 years |
Peter |
fixing doxygen problem
|
|
|
@934
|
15 years |
Peter |
fixing bug when range is one value only
|
|
|
@933
|
15 years |
Peter |
mad function now takes iterators
|
|
|
@932
|
15 years |
Peter |
median and percentile functions now take iterators rather than vectors
|
|
|
@931
|
15 years |
Markus Ringnér |
Working on ticket:259. Removed old Distance see ticket:250
|
|
|
@930
|
15 years |
Markus Ringnér |
Fixed support for MatrixLookup? in NCC. See ticket:259
|
|
|
@929
|
15 years |
Peter |
grammar
|
|
|
@928
|
15 years |
Peter |
removing some includes not needed
|
|
|
@927
|
15 years |
Peter |
modifying weighted euclidean
|
|
|
@926
|
15 years |
Markus Ringnér |
Fixing minor mistakes so things gets installed with make install
|
|
|
@925
|
15 years |
Markus Ringnér |
NCC and IGP have been changed to templates on Distance
|
|
|
@921
|
15 years |
Jari Häkkinen |
Removed undefined macro on MacOSX. Now the yat_assert compiles.
|
|
|
@919
|
15 years |
Peter |
fixes #239
|
|
|
@917
|
15 years |
Peter |
fixes #257
|
|
|