Opened 17 years ago

Closed 17 years ago

#145 closed enhancement (fixed)

Clean up interface of DataLookup2D (and daughters)

Reported by: Peter Owned by: Peter
Priority: major Milestone: yat 0.2
Component: classifier Version: trunk
Keywords: Cc:

Description

Some functions are neither used nor necessary, for example:

const KernelLookup?* training_data(const std::vector<size_t>& features, const std::vector<size_t>& train) const;

Change History (1)

comment:1 Changed 17 years ago by Peter

Resolution: fixed
Status: newclosed

(In [656]) fixes #145 cleaning up interface of DataLook2D. Those function were introduced only to avoid dynamic_casts in SubsetGenerator? and in the end dynamic_cast was necessary anyway, so these functions are just contaminating the interface.

Note: See TracTickets for help on using tickets.