fusion
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-08.)
fusion is Combine sparse and dense scores with weights.
Mostly:has parameter(4), imports(3), takes parameters(3)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (3)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.
assignedFromAssigned From(1)
- Prediction
ex:prediction
comprehensionOfComprehension of(1)
- Predictions
ex:predictions
implementedAsImplemented As(1)
- Fusion Technique
ex:fusion-technique
Other facts (34)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
| Predicate | Value | Ref |
|---|---|---|
| Has Parameter | query | [2] |
| Has Parameter | sparse_scores | [2] |
| Has Parameter | dense_scores | [2] |
| Has Parameter | weights | [2] |
| Imports | numpy | [2] |
| Imports | sklearn.metrics.precision_score | [2] |
| Imports | sklearn.preprocessing.MinMaxScaler | [2] |
| Takes Parameters | Query | [3] |
| Takes Parameters | Sparse Scores I | [3] |
| Takes Parameters | Dense Scores I | [3] |
| Rdf:type | Function | [1] |
| Rdf:type | Function | [2] |
| Returns | Combined Indices | [1] |
| Returns | combined_indices | [2] |
| Has Comment | Linear combination weights | [1] |
| Has Comment | Combine scores | [1] |
| Parameter | query | [1] |
| Has Weights | Weights Array | [1] |
| Combines | Combined Scores | [1] |
| Computes | Combined Indices | [1] |
| Uses Linear Combination | true | [1] |
| Invoked by | Predictions | [1] |
| Ignores Query Input | true | [1] |
| Has Placeholder Implementation | true | [1] |
| Defined in | Python Code | [1] |
| Has Parameter Type | query | [1] |
| Part of | Pipeline Logic | [1] |
| Default Parameter | weights=np.array([0.5, 0.5]) | [2] |
| Description | Combine sparse and dense scores with weights | [2] |
| Applies Normalization | true | [2] |
| Applies Thresholding | true | [2] |
| Returns Top N | 10 | [2] |
| Is Undefined | Function | [3] |
| Is Undefined in Code | Function | [3] |
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (3)
ctx:claims/beam/99f1163d-e003-4334-95b5-24a228c47856- full textbeam-chunktext/plain1 KB
doc:beam/99f1163d-e003-4334-95b5-24a228c47856Show excerpt
- This can improve the relevance of the final results. By combining these techniques, you can create a robust hybrid system that efficiently handles both sparse and dense vectors, providing accurate and fast retrieval results. [Turn 66…
ctx:claims/beam/f4aef03b-af1f-48d6-9f2c-e041983c87f7ctx:claims/beam/c12a5314-5117-4beb-a829-e08beb503951- full textbeam-chunktext/plain1 KB
doc:beam/c12a5314-5117-4beb-a829-e08beb503951Show excerpt
dense_scores = np.random.rand(num_queries, num_documents) # Test queries test_queries = np.random.rand(num_queries, num_documents) predictions = [] for i in range(num_queries): query = test_queries[i] sparse_scores_i = sparse_scor…
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.