|
|
@1280
|
14 months |
Maciej Komosinski |
Added explicit type casts (size_t vs. int etc.)
|
|
|
@1174
|
3 years |
Maciej Komosinski |
Cosmetic
|
|
|
@1173
|
3 years |
Maciej Komosinski |
Fixed the descriptor distribution similarity measure: we don't want …
|
|
|
@1172
|
3 years |
Maciej Komosinski |
Introduced EMD_LIMIT_WARNING_MESSAGES to limit the number of warning …
|
|
|
@1158
|
3 years |
Maciej Komosinski |
Cosmetic/minor improvements
|
|
|
@1130
|
4 years |
Maciej Komosinski |
Used std::min(), std::max() explicitly to avoid compiler confusion. …
|
|
|
@1125
|
4 years |
Maciej Komosinski |
Cosmetic
|
|
|
@1121
|
4 years |
Maciej Komosinski |
Added comments, removed unused variables
|
|
|
@1120
|
4 years |
Maciej Komosinski |
Used a local random number generator for full determinism. Introduced …
|
|
|
@1100
|
4 years |
Maciej Komosinski |
Cosmetic / minor fixes
|
|
|
@1073
|
4 years |
oriona |
Comments added.
|
|
|
@1072
|
4 years |
oriona |
Switching off the alignment moved.
|
|
|
@1071
|
4 years |
oriona |
Weighted MDS and switching off the alignment fixed.
|
|
|
@1070
|
4 years |
oriona |
MDS for one-part creatures fixed.
|
|
|
@1066
|
4 years |
Maciej Komosinski |
Make names of fields in SimilMeasureGreedy? unique because object …
|
|
|
@1065
|
4 years |
Maciej Komosinski |
More specific error messages
|
|
|
@1064
|
4 years |
Maciej Komosinski |
Properly allocated and de-allocated dynamic arrays of size calculated …
|
|
|
@1063
|
4 years |
Maciej Komosinski |
Updated URL for Yossi Rubner's implementation of EMD
|
|
|
@1062
|
4 years |
oriona |
Global arrays moved to emd function.
|
|
|
@1061
|
4 years |
oriona |
Static array removed.
|
|
|
@1055
|
4 years |
Maciej Komosinski |
Added a workaround (potentially incorrect) for numerical instability …
|
|
|
@1054
|
4 years |
Maciej Komosinski |
Proper paramtab group names for similarity measures
|
|
|
@1052
|
4 years |
Maciej Komosinski |
Added a helper function; cosmetic changes in names and descriptions
|
|
|
@1050
|
4 years |
Maciej Komosinski |
Renamed variables that caused problems with g++ 7.3.0 - C99, 7.1.3 …
|
|
|
@1048
|
4 years |
Maciej Komosinski |
SimilMeasure? -> SimilMeasureBase?; introduced a new class …
|
|
|
@1047
|
4 years |
Maciej Komosinski |
Removed no longer used sources
|
|
|
@1046
|
4 years |
Maciej Komosinski |
Fixed a declaration of a static array with a non-constant size in C++
|
|
|
@1045
|
4 years |
oriona |
Part of GeometryTestUtils? functions moved to GeometryUtils?.
|
|
|
@1044
|
4 years |
oriona |
Similarity measures code refactored. Distribution-based similarity …
|
|
|
@999
|
4 years |
Maciej Komosinski |
More consistent usage of "shapetype" (vs. "shape")
|
|
|
@972
|
4 years |
Maciej Komosinski |
- separate "0" and "0s" formats (for SHAPE_BALL_AND_STICK and …
|
|
|
@877
|
5 years |
Maciej Komosinski |
Introduced a shared function to avoid code duplication; more …
|
|
|
@872
|
6 years |
Maciej Komosinski |
Fixed error messages, changed int to paInt (for 32/64-bit safety), …
|
|
|
@871
|
6 years |
oriona |
Printfs replaced with error messages.
|
|
|
@870
|
6 years |
oriona |
Nonexistent function declaration removed.
|
|
|
@869
|
6 years |
Maciej Komosinski |
Added another, improved way of calculating dissimilarity of two …
|
|
|
@818
|
6 years |
oriona |
Help to wMDS field added.
|
|
|
@817
|
6 years |
oriona |
MDS procedure replaced with weighted MDS procedure.
|
|
|
@782
|
6 years |
oriona |
Typos fixed.
|
|
|
@666
|
7 years |
Maciej Komosinski |
Added missing #include
|
|
|
@647
|
8 years |
Maciej Komosinski |
Updated URLs, removed non-ascii characters
|
|
|
@606
|
8 years |
Maciej Komosinski |
Code formatting
|
|
|
@605
|
8 years |
Maciej Komosinski |
- Added 'fixedZaxis' option to paramtab (so that it is accessible from …
|
|
|
@601
|
8 years |
oriona |
Possibility of fixing z axis during the alignment added.
|
|
|
@492
|
9 years |
Maciej Komosinski |
emscripten compatibility
|
|
|
@455
|
9 years |
oriona |
Malloc/free replaced by new/delete, pointers-to-vectors changed into …
|
|
|
@451
|
9 years |
oriona |
Unused INit commented out. Command line information updated.
|
|
|
@389
|
9 years |
Maciej Komosinski |
Code formatting
|
|
|
@388
|
9 years |
Maciej Komosinski |
A local PRBS-7 implementation so that this file does not depend on …
|
|
|
@370
|
10 years |
Maciej Komosinski |
#included file more friendly for *nix'es
|
|
|
@368
|
10 years |
Maciej Komosinski |
#includes needed for Embarcadero
|
|
|
@362
|
10 years |
Maciej Komosinski |
Restored object descriptions/docs that were lost
|
|
|
@361
|
10 years |
Maciej Komosinski |
Signed/unsigned int issues (r352) resolved differently - in most cases …
|
|
|
@358
|
10 years |
Maciej Komosinski |
Commented out "srand(time(NULL))" - this line would affect everything …
|
|
|
@357
|
10 years |
Maciej Komosinski |
Set svn:eol-style to native
|
|
|
@356
|
10 years |
Maciej Komosinski |
Changed default values for weights
|
|
|
@352
|
10 years |
oriona |
comparison between signed and unsigned integer expressions fixed
|
|
|
@350
|
10 years |
Maciej Komosinski |
Cosmetic
|
|
|
@349
|
10 years |
oriona |
implementation of the similarity measure
|