Opened 7 years ago
Closed 6 years ago
#2909 closed defect (done)
NCAModelCreator throws exception
Reported by: | abeham | Owned by: | abeham |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.16 |
Component: | Algorithms.DataAnalysis | Version: | |
Keywords: | Cc: |
Description
Neighborhood Components Analysis (NCA) throws an exception on creating the model, e.g. for the Iris dataset.
Change History (5)
comment:1 Changed 7 years ago by abeham
- Owner set to abeham
- Status changed from new to accepted
comment:2 Changed 7 years ago by abeham
- Owner changed from abeham to gkronber
- Status changed from accepted to reviewing
r15869: Updated NCA model to account for change in parameter ordering, added unit test
comment:3 Changed 7 years ago by gkronber
- Owner changed from gkronber to abeham
- Status changed from reviewing to readytorelease
comment:4 Changed 6 years ago by abeham
r15984: merged to stable
comment:5 Changed 6 years ago by abeham
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
Changes in r14235 introduced an optional weights parameter in the constructor of the NearestNeighborModel in the place of where the classvalues have been given.