Ticket #1003 (closed: fixed)
Functions must be able to create a string describing themselves
Reported by: | Roman Tolchenov | Owned by: | Roman Tolchenov |
---|---|---|---|
Priority: | major | Milestone: | Iteration 21 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
Change History
Note: See
TracTickets for help on using
tickets.
(In [3395]) Added method asString() and std::string operator to IFunction which enables setting Function property of Fit algorithm with a function object or pointer. Renamed InputParameters property to Function in Fit. re #1003