Warning: session_start(): open(/var/lib/php/sessions/sess_3ghkq6dbv5sdls80nbjqtc5hu8, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
svoid test_AutoClassifier1() { AutoClassifier1 c = new(S); c.noQ = true; c.start(); pnl("feature", assertNempty("features", c.getAllFeatures("hello"))); assertEmpty(c.confidentlyPredictedLabelsForObject("hello")); c.learn(ll("hello", "abcde", "xxxxx"), "5 chars"); c.learn(ll("bla", "abcd", "aa"), "not 5 chars"); //c.checkAllTheories(); assertEqualsICVerbose("5 chars", joinWithComma(c.confidentlyPredictedLabelsForObject("world"))); assertEqualsICVerbose("not 5 chars", joinWithComma(c.confidentlyPredictedLabelsForObject("......"))); }