Skip to content

Commit

Permalink
relative path for links
Browse files Browse the repository at this point in the history
  • Loading branch information
gnanaprakash-ravi committed Oct 10, 2023
1 parent 4fbe7c2 commit a8ad0e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/accuracy/definingOwn.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ Pair 1 is getting eliminated above, hence last1char is not a good function.&#x20

So, first1char(firstname) will be chosen. This brings near similar records together - in a way, clusters them to break the cartesian join.

These business-specific blocking functions go into [Hash Functions](https://github.com/zinggAI/zingg/tree/main/common/core/src/main/java/zingg/common/core/hash) and must be added to [HashFunctionRegistry](https://github.com/zinggAI/zingg/blob/main/common/core/src/main/java/zingg/common/core/hash/HashFunctionRegistry.java) and [hash functions config](https://github.com/zinggAI/zingg/blob/main/common/core/src/main/resources/hashFunctions.json).
These business-specific blocking functions go into [Hash Functions](https://github.com/zinggAI/zingg/tree/main/common/core/src/main/java/zingg/common/core/hash) and must be added to [HashFunctionRegistry](../../common/core/src/main/java/zingg/common/core/hash/HashFunctionRegistry.java) and [hash functions config](../../common/core/src/main/resources/hashFunctions.json).

Also, for similarity, you can define your own measures. Each dataType has predefined features, for example, [String](https://github.com/zinggAI/zingg/blob/main/common/core/src/main/java/zingg/common/core/feature/StringFeature.java) fuzzy type is configured for Affine and Jaro.
Also, for similarity, you can define your own measures. Each dataType has predefined features, for example, [String](../../common/core/src/main/java/zingg/common/core/feature/StringFeature.java) fuzzy type is configured for Affine and Jaro.

You can define your own [comparisons](https://github.com/zinggAI/zingg/tree/main/common/core/src/main/java/zingg/common/core/similarity/function) and use them.
2 changes: 1 addition & 1 deletion docs/running/databricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Running on Databricks
parent: Running Zingg on Cloud
nav_order: 6
---
There are several ways to run Zingg on Databricks. All [file formats and data sources and sinks](https://github.com/zinggAI/zingg/tree/main/docs/dataSourcesAndSinks) are supported within Databricks.
There are several ways to run Zingg on Databricks. All [file formats and data sources and sinks](../dataSourcesAndSinks) are supported within Databricks.

# Running directly within Databricks using the Databricks notebook interface
This uses the Zingg Python API and an [example notebook is available here](https://github.com/zinggAI/zingg/blob/main/examples/databricks/FebrlExample.ipynb)
Expand Down

0 comments on commit a8ad0e4

Please sign in to comment.