Opened 14 years ago
Closed 14 years ago
#124 closed enhancement (fixed)
overload operator() in KernelFunction
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | major | Milestone: | yat 0.2 |
Component: | classifier | Version: | trunk |
Keywords: | Cc: |
Description
we need the following combinations of arguments
- (const DataLookup1D&, const DataLookup1D&)=0
- (const DataLookup1D&, const DataLookupWeighted1D&)=0
- (const DataLookupWeighted1D&, const DataLookup1D&) calling function above
- (const DataLookupWeighted1D&, const DataLookupWeighted1D&)=0
needed for #116
Change History (2)
comment:1 Changed 14 years ago by
Status: | new → assigned |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [627]) fixes #124 also extended interface of AveragerPairWeighted? supporting DataLookupWeighted1D