Skip to content

Commit 07b3c59

Browse files
authored
Update links in clustering-occurrences.adoc
After noticing that the links didn't work any more, see gbif/hosted-portals#263
1 parent 607b75f commit 07b3c59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

en/data-processing/modules/ROOT/pages/clustering-occurrences.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ The system first creates a series of "hashes" for each record based on specified
2222

2323
For example, one of the "hashes" used is based on the species key, rounded coordinates, year, month and day. This means that the records that share the same values for those fields will be grouped together in the candidate table for further inspection.
2424

25-
The fields used to identify and group the candidates are a subset of what is used later on for comparing them (see the table below). See https://github.com/gbif/pipelines/blob/master/gbif/ingestion/clustering-gbif/src/main/scala/org/gbif/pipelines/clustering/Cluster.scala[the source code] to check the details.
25+
The fields used to identify and group the candidates are a subset of what is used later on for comparing them (see the table below). See https://github.com/gbif/clustering/blob/dev/src/main/java/org/gbif/clustering/Cluster.java[the source code] to check the details.
2626

2727
=== Step 2: Compare and assess
2828

2929
In this second phase, the system will compare all records in the candidate set to each other and generate assertions. The assertions are inspected and the algorithms decides if there is enough evidence in the assertions to create a relationship between them.
3030

31-
The table below summarizes how those assertions are made but for more details, check the https://github.com/gbif/pipelines/blob/master/sdks/core/src/main/java/org/gbif/pipelines/core/parsers/clustering/OccurrenceRelationships.java[source code].
31+
The table below summarizes how those assertions are made but for more details, check the https://github.com/gbif/clustering/blob/dev/src/main/java/org/gbif/clustering/parsers/OccurrenceRelationships.java[source code].
3232

3333
// Table stripes are defined in /supplemental_ui/css/special-pages.css
3434
[cols="1,1,1",frame=all,grid=all]

0 commit comments

Comments
 (0)