[Debtags-commits] [svn] r1403 - autodebtag/trunk/dbacl

Enrico Zini enrico at costa.debian.org
Thu Oct 27 12:56:52 UTC 2005


Author: enrico
Date: Thu Oct 27 12:56:51 2005
New Revision: 1403

Added:
   autodebtag/trunk/dbacl/perfacet   (contents, props changed)
Modified:
   autodebtag/trunk/dbacl/trainall
Log:
Added script to tell what's the best tag per every facet

Modified: autodebtag/trunk/dbacl/trainall
==============================================================================
--- autodebtag/trunk/dbacl/trainall	(original)
+++ autodebtag/trunk/dbacl/trainall	Thu Oct 27 12:56:51 2005
@@ -41,7 +41,7 @@
 {
 	my ($tag, $pkgs, $count) = @_;
 
-	open OUT, "| dbacl -h16 -l data/$tag" or die "Can't train for $tag: $!";
+	open OUT, "| dbacl -h10 -H20 -l data/$tag" or die "Can't train for $tag: $!";
 	if (defined $count)
 	{
 		my $perc = $count / scalar(@$pkgs);



More information about the Debtags-commits mailing list