Timeline
Jan 7, 2007:
- 10:30 PM Ticket #179 (DiscreteUniform(const u_long n);) created by
- The case when argument is 0 is not treated gracefully (underlying GSL …
- 2:48 PM Changeset [737] by
- moving vector matrix multiplication to matrix.h and matrix.cc
Jan 6, 2007:
- 6:30 PM Ticket #121 (garbage_ in FeatureSelector should it be there?) closed by
- wontfix: As I remember we decided to keep the garbage_
- 6:27 PM Ticket #176 (FeatureSelection with Ensemble) closed by
- fixed: (In [736]) Fixes #176
- 6:27 PM Changeset [736] by
- Fixes #176
- 6:18 PM Ticket #62 (add operator[] gslapi::vector) closed by
- fixed: operator is already implemented.
- 6:11 PM Changeset [735] by
- forgot to check in matrix.h
- 6:04 PM Changeset [734] by
- added vector*matrix and matrix*vector operators. fixes #18
- 6:04 PM Ticket #18 (const vector matrix::operator*(const vector&) const) closed by
- fixed: (In [734]) added vector*matrix and matrix*vector operators. fixes #18
- 5:14 PM Changeset [733] by
- fixes #53
- 5:14 PM Ticket #53 (Constructor gslapi::vector(void)) closed by
- fixed: (In [733]) fixes #53
- 5:11 PM Changeset [732] by
- fixes #42
- 5:11 PM Ticket #42 (constructor matrix(void), should it exist?) closed by
- fixed: (In [732]) fixes #42
- 5:06 PM Changeset [731] by
- added test for multidimensional weighted and straight version
- 4:51 PM Ticket #178 (MultiDimensionalWeighted and GSL) created by
- One of the design criteria for weighted implementations is that …
- 12:02 PM Tickets #160,167 batch updated by
- fixed: (In [730]) fixes #167 and #160
- 12:02 PM Changeset [730] by
- fixes #167 and #160
Jan 5, 2007:
- 5:00 PM Ticket #159 (NaiveWeighted::standard_error) closed by
- fixed: (In [729]) Fixes #159. Also removed some inlines in …
- 5:00 PM Changeset [729] by
- Fixes #159. Also removed some inlines in OneDimensionalWeighted? by …
Jan 4, 2007:
- 5:07 PM Changeset [728] by
- added virtual function s2 in OneDimensional?.
- 4:08 PM Ticket #177 (return variance rather than std in regression) closed by
- fixed: Fixed in r727
- 4:08 PM Ticket #165 (Is Linear == Polynomial(1)) closed by
- fixed: Fixed in r727
- 4:06 PM Changeset [727] by
- fixes #177
- 3:38 PM Changeset [726] by
- fixes #165 added test checking Linear Regression is equivalent to …
- 3:33 PM Ticket #177 (return variance rather than std in regression) created by
- In several places we are returning stuff like standard_error, which is …
Jan 3, 2007:
- 12:37 PM Ticket #176 (FeatureSelection with Ensemble) created by
- By ticket:129 feature selction is no longer possible in …
Jan 1, 2007:
- 10:17 PM Changeset [725] by
- removing includes
- 5:12 PM Changeset [724] by
- Removed redundant #includes.
- 4:58 PM Ticket #10 (theplu::utility::read_to_double (std::istream &is, std::vector< double ...) closed by
- fixed: (In [723]) Fixes #10. Removed read_to*(std::vector..) functionality.
- 4:58 PM Changeset [723] by
- Fixes #10. Removed read_to*(std::vector..) functionality.
- 4:55 PM WikiStart edited by
- Updated text. (diff)
Dec 27, 2006:
- 9:57 PM Ticket #175 (Extend tests for ensembles) created by
- In the directory yat/test the two test programs ensemble_test.cc and …
- 9:49 PM Ticket #129 (avoid kernels in NCC) closed by
- fixed: (In [722]) Closes #129
- 9:49 PM Changeset [722] by
- Closes #129
- 11:15 AM Ticket #174 (IRRank class is defined in two files!) closed by
- fixed: (In [721]) fixes #174 IRScore.h removed
- 11:15 AM Changeset [721] by
- fixes #174 IRScore.h removed
Dec 26, 2006:
- 7:21 PM Ticket #170 (Move inline directive in all headers and move constructor/destructor ...) closed by
- fixed: (In [720]) Fixes #170. Almost all inlines removed, some classes have …
- 7:21 PM Changeset [720] by
- Fixes #170. Almost all inlines removed, some classes have no cc file.
- 6:35 PM Ticket #174 (IRRank class is defined in two files!) created by
- IRRank.h and IRScore.h contains class IRRank. There is no IRScore …
- 11:15 AM Ticket #172 (Should the int SVD::solve(const utility::vector& b, utility::vector x) ...) closed by
- fixed: (In [719]) Fixes #172.
- 11:15 AM Changeset [719] by
- Fixes #172.
- 10:56 AM Changeset [718] by
- Addresses #170.
Dec 25, 2006:
- 9:30 PM Changeset [717] by
- Removed long time non-implemented function declarations ... not needed?
- 1:53 AM Changeset [716] by
- Addresses #170.
Dec 22, 2006:
- 9:42 AM Changeset [715] by
- Addresses #170.
- 8:57 AM Ticket #173 (Optimize return values from member functions of PCA and related classes) created by
- PCA has many non-optimized returns of vectors, multiple copies are …
- 8:41 AM Ticket #172 (Should the int SVD::solve(const utility::vector& b, utility::vector x) ...) created by
- to int SVD::solve(const utility::vector& b, utility::vector& x)? This …
- 1:10 AM Changeset [714] by
- Addresses #170..
Dec 21, 2006:
- 3:44 PM Ticket #163 (calculate mse in Polynomial::fit()) closed by
- fixed
- 3:43 PM Tickets #77,78,158 batch updated by
- fixed: (In [713]) Fixes #77, #78, #158, and #163, and refs #81
- 3:43 PM Changeset [713] by
- Fixes #77, #78, #158, and #163, and refs #81
- 3:11 PM Changeset [712] by
- Forgot to check in FileUtil? test program.
- 9:10 AM Tickets #1,80 batch updated by
- fixed: (In [711]) Fixes #1 and #80. Interface changed.
- 9:10 AM Changeset [711] by
- Fixes #1 and #80. Interface changed.
Dec 20, 2006:
- 11:08 PM Changeset [710] by
- Addresses #1 and #80. Changed FileIO to FileUtil? and added tests on …
- 10:49 PM Changeset [709] by
- Addresses #1 and #80. Issues fixed, but bogus params to functions …
- 10:47 AM Ticket #105 (remove asserts in header files) closed by
- wontfix: This issue will go away once ticket:170 is fixed.
- 10:45 AM Ticket #170 (Move inline directive in all headers and move constructor/destructor ...) reopened by
- Ticket is active again, all inlines will be removed.
Dec 19, 2006:
- 9:41 PM Changeset [708] by
- added info on --enable-debug flag in README file.
- 9:40 PM Changeset [707] by
- grammar
- 10:11 AM Ticket #170 (Move inline directive in all headers and move constructor/destructor ...) closed by
- fixed
- 9:59 AM Changeset [706] by
- Addresses #65 and #170.
Dec 18, 2006:
- 9:04 PM Changeset [705] by
- Improved code readability.
- 5:01 PM Ticket #104 (Why state_ in Sampler and SubsetGenerator?) closed by
- fixed: (In [704]) Fixes #104. Also fixed inline bug in Averager.h
- 5:01 PM Changeset [704] by
- Fixes #104. Also fixed inline bug in Averager.h
- 1:47 AM Changeset [703] by
- Addresses #65 and #170.
Dec 17, 2006:
Dec 15, 2006:
- 5:25 PM Ticket #170 (Move inline directive in all headers and move constructor/destructor ...) created by
- Some inline cannot be moved, Classes completely defined in a header …
- 4:49 PM Ticket #67 (Implement 'make doc+stat+publish' properly.) closed by
- wontfix
- 4:45 PM Ticket #169 (Use MTL for Vector and Matrix) created by
- Check what boost offers. Boost will offer Matrix Template Library, …
- 4:33 PM Ticket #85 (Forward declaration of string (check Scotts advise)) closed by
- wontfix
Note: See TracTimeline
for information about the timeline view.