Greg Landrum
|
213c2323bd
|
add returnDistances support to the SparseIntVects too
|
2008-04-24 12:06:29 +00:00 |
|
Greg Landrum
|
9bb88cb2cf
|
- speed up Dice similarity between SparseIntVects (a lot)
- add bulk Dice similarity for SIVs to wrapper
- speed up bulk Dice similarity for bit vects
- test a bit more
|
2008-04-15 05:18:52 +00:00 |
|
Greg Landrum
|
93834a90bd
|
remove support for the useAbs function;
add bounds support on the dice metric
|
2007-10-05 15:35:11 +00:00 |
|
Greg Landrum
|
0ab0653c18
|
move DiceSimilarity code into c++
|
2007-10-04 03:34:06 +00:00 |
|
Greg Landrum
|
67f7dab587
|
fix a problem with __len__ in python (can't do it if we return a Long);
wrap GetLength() instead;
add getNonzeroElements()
|
2007-09-28 03:45:03 +00:00 |
|
Greg Landrum
|
7726cb9d8a
|
getting close to right here; still needs windows testing
|
2007-09-23 06:54:37 +00:00 |
|
Greg Landrum
|
1fa8cd321b
|
add SparseIntVect in both c++ and Python
This still needs windows testing.
|
2007-09-22 18:49:37 +00:00 |
|