| { | |
| "id": "default", | |
| "description": "Default settings", | |
| "engineFactory": "org.example.similarproduct.SimilarProductEngine", | |
| "datasource": { | |
| "params" : { | |
| "appName": "INVALID_APP_NAME" | |
| } | |
| }, | |
| "algorithms": [ | |
| { | |
| "name": "cooccurrence", | |
| "params": { | |
| "n": 20 | |
| } | |
| } | |
| ] | |
| } |