Changeset 889


Ignore:
Timestamp:
Sep 25, 2007, 9:30:23 AM (16 years ago)
Author:
Markus Ringnér
Message:

Refs #245. A new structure to calculate distances between vectors that is based on iterators and traits patterns. Will replace the old inherited Distance structure. Support for iterators to weighted containers is not yet added

Location:
trunk
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/Makefile.am

    r880 r889  
    3838  statistics_test subset_generator_test svd_test svm_test target_test \
    3939  ttest_test \
    40   utility_test vector_test
     40  utility_test  vector_distance_test vector_test
    4141
    4242check_PROGRAMS = $(TESTS)
     
    7777ttest_test_SOURCES = ttest_test.cc
    7878utility_test_SOURCES = utility_test.cc
     79vector_distance_test_SOURCES = vector_distance_test.cc
    7980vector_test_SOURCES = vector_test.cc
Note: See TracChangeset for help on using the changeset viewer.