Expand description
Scoring function operations for Senzing configuration
This module provides functions for managing scoring functions in CFG_RTYPE in the Senzing configuration JSON.
Note: These are placeholder functions that will be implemented when the CLI command implementations are completed.
Functionsยง
- add_
scoring_ function - Add a new scoring function (placeholder)
- delete_
scoring_ function - Delete a scoring function (placeholder)
- get_
scoring_ function - Get a scoring function (placeholder)
- list_
scoring_ functions - List all scoring functions (placeholder)
- remove_
scoring_ function - Remove a scoring function (placeholder)
- set_
scoring_ function - Set (update) a scoring function (placeholder)