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

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 Peter

Description: modified (diff)
Milestone: yat 0.15yat 0.14
Status: newassigned

comment:2 Changed 7 years ago by Peter

(In [3532]) Distance base class; refs #871

comment:3 Changed 7 years ago by Peter

This is implemented, but documentation needs to be synchronized with concept Distance, depending on ticket #873.

comment:4 Changed 7 years ago by Peter

(In [3535]) docs: clarify that functions can be private; refs #871

comment:5 Changed 7 years ago by Peter

(In [3540]) refs #871 and #873

comment:6 Changed 7 years ago by Peter

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.