Opened 16 years ago
Closed 16 years ago
#108 closed specification (fixed)
dynamic_cast in SubsetGenerator using featureSelection
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | major | Milestone: | yat 0.2 |
Component: | classifier | Version: | |
Keywords: | Cc: |
Description (last modified by )
Since FeatureSelection? only accepts MatrixLookup? and MatrixLookupWeighted? we need to do a dynamic_cast in SubsetGenerator? seperating the three cases: MatrixLookup?, MatrixLookupWeighted?, and KernelLookup?. In the latter case Kernel still contains two MatrixLookup? (weight and data) so as a temporary solution we need FeatureSelection? that takes two MatrixLookup?.
Change History (6)
comment:1 Changed 16 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 16 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 16 years ago by
Milestone: | → 0.2 |
---|
comment:4 Changed 16 years ago by
Status: | new → assigned |
---|
comment:5 Changed 16 years ago by
Description: | modified (diff) |
---|
comment:6 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [621]) fixes #108 SubsetGenerator? with featureselection is now supported for MatrixLookup? MatrixLookupWeighted?, and KernelLookup? built on a MatrixLookup? (not KernelLookup? built on two MatrixLookups? see #122)