Google Code Exporter
Google Code Exporter
``` entropy: http://people.revoledu.com/kardi/tutorial/DecisionTree/how-to-measure-impurity.h tm ``` Original comment by `[email protected]` on 20 Jan 2013 at 10:13
``` noise: http://people.csail.mit.edu/celiu/denoise/estnoise/noise.pdf ``` Original comment by `[email protected]` on 20 Jan 2013 at 10:25
``` Noise is particularly interesting but entropy and contrast are relevant too. How should the results be presented? In a property page showing the value for each frame with CSV...
Original comment by `[email protected]` on 14 Apr 2013 at 8:34 - Changed state: **Accepted** - Added labels: **Priority-Medium** - Removed labels: **Priority-Low**
``` This is a long time issue, because there are so many locations, where the errors silently catched. I will do this step by step as I'm working on other...
``` Often HRESULT values are lost because functions return an integer where >= 0 is success, < 0 is failure. I've been changing these gradually to return the full HRESULT....
``` Update to correct misformatted modification date. ``` Original comment by `[email protected]` on 11 Jan 2013 at 10:25
``` This issue was closed by revision r282. ``` Original comment by `[email protected]` on 1 Dec 2013 at 5:05 - Changed state: **Fixed**
``` Updated by r284 : Update issue #197 : Build fix of changes in r282 for vs2010 and below. Conditionally reinstate sqlite3_forcelib.h for vs2010 and below. ``` Original comment by...
``` There is code to save and load IPersistStream in the XML file loading and saving. Should also allow loading to and from a file on disk to test IPersistStream....