From: <ku...@us...> - 2007-08-31 23:27:24
|
Revision: 88 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=88&view=rev Author: kurzum Date: 2007-08-28 06:42:16 -0700 (Tue, 28 Aug 2007) Log Message: ----------- small change in a tooltip string Modified Paths: -------------- trunk/src/php-client/Model.php Modified: trunk/src/php-client/Model.php =================================================================== --- trunk/src/php-client/Model.php 2007-08-28 13:38:46 UTC (rev 87) +++ trunk/src/php-client/Model.php 2007-08-28 13:42:16 UTC (rev 88) @@ -260,7 +260,7 @@ { $ret=""; $uri="index.php?"; - $tt1=$this->getTooltip("Choose to automatically add instances of this class to positives examples<br>and try to estimate negative examples"); + $tt1=$this->getTooltip("Choose to automatically add instances of this class to positives examples<br>and choose randomly 50% of instances left over to negative examples"); $tt2=$this->getTooltip("Choose to ignore a class when learning, can be used to relearn a concept definition"); $ret.="Ignored Classes:<br>".((sizeof($this->ignoredConcepts)==0)?"None<br>":""); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |