Opened 17 years ago
Closed 17 years ago
#100 closed request (fixed)
gslapi::matrix::nan()
Reported by: | Peter | Owned by: | Markus Ringnér |
---|---|---|---|
Priority: | major | Milestone: | yat 0.2 |
Component: | classifier | Version: | trunk |
Keywords: | Cc: |
Description (last modified by )
reimplement it to be
bool matrix::nan(matrix& m)
return true if "this" constains any nan and m is modified have equal dimension as "this" and m(i,j)=0 if this(i,j) is nan and 1.0 else.
Change History (2)
comment:1 Changed 17 years ago by
Description: | modified (diff) |
---|---|
Owner: | changed from Peter to Markus Ringnér |
comment:2 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [611]) Fixes #100