Opened 17 years ago
Closed 17 years ago
#126 closed request (fixed)
Euclidean distance class
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | minor | Milestone: | yat 0.3 (Public release) |
Component: | statistics | Version: | trunk |
Keywords: | Cc: |
Description (last modified by )
distance calculated as sum (x_i-y_i)2
also extend Distance interface to take
- (const DataLookup1D&, const DataLookup1D&)=0
- (const DataLookup1D&, const DataLookupWeighted1D&)=0
- (const DataLookupWeighted1D&, const DataLookup1D&) calling function above
- (const DataLookupWeighted1D&, const DataLookupWeighted1D&)=0
ref #124
needed for #127
Change History (4)
comment:1 Changed 17 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 17 years ago by
comment:3 Changed 17 years ago by
Milestone: | later → 0.3 (Public release) |
---|---|
Status: | new → assigned |
comment:4 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [772]) fixes #126 and added some functions in AveragerPair? and AveragerPairWeighted?
Note: See
TracTickets for help on using
tickets.
For details on weighted version see WeNNI documentation