Changeset: 1944384aba78 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1944384aba78
Modified Files:
        monetdb5/extras/rdf/rdfschema.h
Branch: rdf
Log Message:

Using higher threshold for infrequent prop


diffs (14 lines):

diff --git a/monetdb5/extras/rdf/rdfschema.h b/monetdb5/extras/rdf/rdfschema.h
--- a/monetdb5/extras/rdf/rdfschema.h
+++ b/monetdb5/extras/rdf/rdfschema.h
@@ -257,7 +257,9 @@ typedef struct SubCSSet{
 //#define MINIMUM_TABLE_SIZE 1   // For example dataset only 
 #define HIGH_REFER_THRESHOLD 5
 
-#define        INFREQ_PROP_THRESHOLD   0.01
+//#define      INFREQ_PROP_THRESHOLD   0.01
+#define       INFREQ_PROP_THRESHOLD   0.05
+
 //#define      INFREQ_PROP_THRESHOLD   0.2     //For Testing
 #define REMOVE_INFREQ_PROP     1
 #define REMOVE_LOTSOFNULL_SUBJECT      1
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to