Opened 7 years ago
Closed 7 years ago
#871 closed request (fixed)
Distance base class
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | major | Milestone: | yat 0.14 |
Component: | statistics | Version: | |
Keywords: | Cc: |
Description (last modified by )
Provide a base class using CRT pattern for Distance concept. The base can implement public function which determines whether distance should be computed weighted or unweighted and call the appropriately function. Hence to inherit from the base class one need to implement two private functions which do the actual work.
Related to ticket #803
Change History (6)
comment:1 Changed 7 years ago by
Description: | modified (diff) |
---|---|
Milestone: | yat 0.15 → yat 0.14 |
Status: | new → assigned |
comment:2 Changed 7 years ago by
comment:3 Changed 7 years ago by
This is implemented, but documentation needs to be synchronized with concept Distance, depending on ticket #873.
comment:6 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [3532]) Distance base class; refs #871