Definition at line 353 of file cu_geos_cluster.c.
354{
356 char*
wkt_inputs[] = {
"POLYGONM((-71.1319 42.2503 1,-71.132 42.2502 3,-71.1323 42.2504 -2,-71.1322 42.2505 1,-71.1319 42.2503 0))",
357 "POLYGONM((-71.1319 42.2512 0,-71.1318 42.2511 20,-71.1317 42.2511 -20,-71.1317 42.251 5,-71.1317 42.2509 4,-71.132 42.2511 6,-71.1319 42.2512 30))" };
359 test.min_points = 5;
362 test.num_geoms =
sizeof(
wkt_inputs) /
sizeof(
char*);
363
368}
static void do_dbscan_test(struct dbscan_test_info test)
int * expected_in_cluster
References do_dbscan_test(), dbscan_test_info::eps, dbscan_test_info::expected_ids, dbscan_test_info::expected_in_cluster, dbscan_test_info::min_points, dbscan_test_info::num_geoms, and dbscan_test_info::wkt_inputs.
Referenced by geos_cluster_suite_setup().