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 Peter)

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 Peter

Description: modified (diff)

comment:2 Changed 17 years ago by Peter

For details on weighted version see WeNNI documentation

comment:3 Changed 17 years ago by Peter

Milestone: later0.3 (Public release)
Status: newassigned

comment:4 Changed 17 years ago by Peter

Resolution: fixed
Status: assignedclosed

(In [772]) fixes #126 and added some functions in AveragerPair? and AveragerPairWeighted?

Note: See TracTickets for help on using tickets.