Changeset: 01f4144ed6ef for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=01f4144ed6ef
Modified Files:
monetdb5/extras/rdf/rdfparser.h
monetdb5/extras/rdf/rdfschema.h
Branch: rdf
Log Message:
Limit # of sample candidate, enable collecting ontology historgram
diffs (24 lines):
diff --git a/monetdb5/extras/rdf/rdfparser.h b/monetdb5/extras/rdf/rdfparser.h
--- a/monetdb5/extras/rdf/rdfparser.h
+++ b/monetdb5/extras/rdf/rdfparser.h
@@ -30,7 +30,7 @@
#include <raptor2.h>
#define CHECK_NUM_DBPONTOLOGY 1 /* Check how many rdf triples use
dbpontology */
-#define BUILD_ONTOLOGIES_HISTO 0 /* Check how much percentage each
ontology has in the dataset */
+#define BUILD_ONTOLOGIES_HISTO 1 /* Check how much percentage each
ontology has in the dataset */
typedef struct parserData {
/**PROPERTIES */
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
@@ -403,7 +403,7 @@ typedef struct CSPropTypes {
#define NUM_SAMPLETABLE 20
#define NUM_SAMPLE_INSTANCE 10
-#define NUM_SAMPLE_CANDIDATE 9
+#define NUM_SAMPLE_CANDIDATE 3
#define SAMPLE_FILTER_THRESHOLD 10 // SAMPLE_FILTER_THRESHOLD/ 100
#define GETSAMPLE_BEFOREMERGING 1 // Get the sample data before merging CS's
#define NUM_PROP_SUPPORT_SAMPLE 5 // how many properties should be added to
the sample data because of a high support (excluding subject column)
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list