Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/embedding-atlas
/ functions
Functions
1,529 in github.com/apple/embedding-atlas
⨍
Functions
1,529
◇
Types & classes
299
↳
Endpoints
18
Function
setParameters
(params = {})
packages/umap/umap-wasm/index.js:213
Method
setProps
Set renderer props. Returns true if a render is needed.
packages/component/src/lib/renderer_interface.ts:53
Method
setProps
(newProps: Partial<EmbeddingRendererProps>)
packages/component/src/lib/webgpu_renderer/renderer.ts:113
Method
setProps
(newProps: Partial<EmbeddingRendererProps>)
packages/component/src/lib/webgl2_renderer/renderer.ts:94
Function
setQueryPayload
(key: string, object: any, type: "text" | "object" = "object")
packages/viewer/src/utils/query_payload.ts:69
Method
set_optimizer
(&mut self, optimizer: &str)
packages/umap/umap-wasm/src/lib.rs:394
Method
set_parameters
( &mut self, learning_rate: Option<f32>, repulsion_strength: Option<f32>, nega
packages/umap/umap-wasm/src/lib.rs:349
Function
shaderSource
(radius: number)
packages/component/src/lib/webgl2_renderer/gaussian_blur.ts:11
Function
simplifyPolygon
(points: Point[], desiredPoints: number)
packages/component/src/lib/embedding_view/simplify_polygon.ts:29
Method
slow_fail_on_first
(x: int)
packages/backend/tests/test_async_map.py:181
Function
sokal_michener
(x: &[f32], y: &[f32])
packages/umap/nndescent/src/distance.rs:332
Function
sokal_sneath
(x: &[f32], y: &[f32])
packages/umap/nndescent/src/distance.rs:336
Method
source
(&self)
packages/umap/umap/src/lib.rs:97
Method
spread
Effective scale of embedded points. Default: 1.0.
packages/umap/umap/src/lib.rs:181
Function
stdev
(values: Float32Array)
packages/component/src/lib/embedding_view/statistics.ts:35
Function
step
(nEpochs = 1)
packages/umap/umap-wasm/index.js:209
Method
step
Advance the layout by `n_epochs` at the current learning rate (no decay). Intended for interactive/real-time stepping.
packages/umap/umap/src/optimize.rs:416
Method
step
Advance the layout by `n_epochs` at the current learning rate (no decay) — intended for interactive/real-time stepping.
packages/umap/umap-wasm/src/lib.rs:339
Function
stringify
(value: any)
packages/viewer/src/renderers/renderer_utils.ts:47
Function
subscribe
(run)
packages/viewer/src/utils/store.ts:18
Method
test_aiff
(self)
packages/backend/tests/test_modality_detection.py:97
Function
test_alternative_distances
()
packages/umap/nndescent/tests/test_distances.rs:274
Function
test_angular_metric_detection
()
packages/umap/nndescent/tests/test_distances.rs:363
Function
test_angular_nn_descent_neighbor_accuracy
()
packages/umap/nndescent/tests/test_nn_descent.rs:141
Method
test_au
(self)
packages/backend/tests/test_modality_detection.py:93
Function
test_audio
Test audio embedding with CLAP via transformers.
packages/backend/tests/test_projection_transformers.py:188
Function
test_audio_auto_modality
Test that auto modality correctly detects audio.
packages/backend/tests/test_projection_transformers.py:200
Method
test_audio_bytes
(self)
packages/backend/tests/test_modality_detection.py:147
Method
test_audio_dict_with_bytes_as_list
(self)
packages/backend/tests/test_modality_detection.py:162
Method
test_backoff_affects_concurrent_tasks
Test that backoff from one task's failure delays other concurrent tasks.
packages/backend/tests/test_async_map.py:305
Method
test_backoff_resets_on_success
Test that a successful call resets the shared backoff so later calls aren't delayed.
packages/backend/tests/test_async_map.py:272
Method
test_backoff_slows_down_after_errors
Test that errors cause subsequent calls to be delayed via shared backoff.
packages/backend/tests/test_async_map.py:238
Method
test_basic
(self)
packages/backend/tests/test_modality_detection.py:174
Method
test_basic_conversion
Should produce correct number of edges.
packages/backend/tests/test_pagerank.py:339
Method
test_basic_mapping
Test basic async mapping with a simple function.
packages/backend/tests/test_async_map.py:14
Function
test_binary_check
()
packages/umap/nndescent/tests/test_distances.rs:178
Method
test_bipartite_structure
Bipartite graph: group A links to group B, B links back to A.
packages/backend/tests/test_pagerank.py:232
Function
test_bit_hamming
()
packages/umap/nndescent/tests/test_distances.rs:372
Function
test_bit_jaccard
()
packages/umap/nndescent/tests/test_distances.rs:385
Method
test_bmp
(self)
packages/backend/tests/test_modality_detection.py:55
Function
test_cache_files_are_encrypted
(cache_dir)
packages/backend/tests/test_cache.py:183
Function
test_checked_flagged_heap_push_dedup
()
packages/umap/nndescent/src/heap.rs:277
Function
test_cholesky_2x2
()
packages/umap/umap/src/spectral.rs:796
Function
test_cholesky_not_spd
()
packages/umap/umap/src/spectral.rs:807
Method
test_compute_pagerank_column
Should add a 'pagerank' column to the DataFrame.
packages/backend/tests/test_pagerank.py:364
Method
test_concurrency_limit
Test that concurrency limit is respected.
packages/backend/tests/test_async_map.py:51
Function
test_cosine
()
packages/umap/nndescent/src/distance.rs:608
Function
test_cosine_zero_vectors
()
packages/umap/nndescent/src/distance.rs:619
Function
test_csr_graph
()
packages/umap/nndescent/src/search.rs:220
Function
test_custom_column_names
Test custom column names for x, y, and neighbors.
packages/backend/tests/test_projection_transformers.py:241
Function
test_custom_column_names
(text_df, cache_root)
packages/backend/tests/test_projection.py:219
Function
test_custom_embedder_receives_image_dicts
Verify the custom embedder receives canonical image dicts.
packages/backend/tests/test_projection.py:171
Function
test_custom_embedder_receives_model_and_args
Verify model and embedder_args are forwarded to the custom embedder.
packages/backend/tests/test_projection.py:191
Function
test_custom_embedder_receives_text_strings
Verify the custom embedder receives canonical text (list[str]).
packages/backend/tests/test_projection.py:151
Method
test_damping_one
damping=1.0 means no teleportation: pure link-following.
packages/backend/tests/test_pagerank.py:185
Method
test_damping_one_asymmetric
damping=1.0 on asymmetric graph follows link structure only.
packages/backend/tests/test_pagerank.py:193
Method
test_damping_zero
damping=0 means pure teleportation: uniform distribution.
packages/backend/tests/test_pagerank.py:177
Method
test_dangling_node
A node with no outgoing edges (dangling) should still get rank.
packages/backend/tests/test_pagerank.py:68
Function
test_deheap_sort
()
packages/umap/nndescent/src/heap.rs:291
Function
test_deterministic
()
packages/umap/nndescent/tests/test_nn_descent.rs:214
Method
test_dict_with_bytes
(self)
packages/backend/tests/test_modality_detection.py:209
Method
test_dict_with_bytes_as_list
(self)
packages/backend/tests/test_modality_detection.py:217
Method
test_different_return_type
Test async_map where return type differs from input type.
packages/backend/tests/test_async_map.py:165
Function
test_disjoint_set_2d
()
packages/density-clustering/density_clustering/src/disjoint_set_2d.rs:58
Function
test_distance_registry
()
packages/umap/nndescent/tests/test_distances.rs:317
Function
test_distances_sorted
()
packages/umap/nndescent/tests/test_nn_descent.rs:296
Method
test_does_not_stop_early_with_fallback
Test that processing continues when fallback is provided even on errors.
packages/backend/tests/test_async_map.py:209
Method
test_duplicate_edges_are_summed
Duplicate edges should be coalesced (weights summed) by sparse tensor.
packages/backend/tests/test_pagerank.py:105
Method
test_edge_weights_are_positive
UMAP-style weights should be positive.
packages/backend/tests/test_pagerank.py:355
Method
test_edge_weights_match_umap
Our edge weights should match UMAP's compute_membership_strengths.
packages/backend/tests/test_pagerank.py:402
Function
test_eigh_jacobi_diagonal
()
packages/umap/umap/src/spectral.rs:757
Function
test_eigh_jacobi_symmetric
()
packages/umap/umap/src/spectral.rs:785
Method
test_empty_edges
Empty edge list with n=0 should return an empty array.
packages/backend/tests/test_pagerank.py:20
Method
test_empty_edges_with_n
Empty edge list with explicit n should return uniform scores.
packages/backend/tests/test_pagerank.py:26
Method
test_empty_input
Test async_map with empty input list.
packages/backend/tests/test_async_map.py:25
Function
test_euclidean
()
packages/umap/nndescent/src/distance.rs:600
Function
test_euclidean_self_distance
()
packages/umap/nndescent/tests/test_distances.rs:56
Function
test_euclidean_symmetry
()
packages/umap/nndescent/tests/test_distances.rs:93
Function
test_euclidean_triangle_inequality
()
packages/umap/nndescent/tests/test_distances.rs:65
Method
test_fallback_on_error
Test that fallback value is used when function fails and fallback is provided.
packages/backend/tests/test_async_map.py:110
Method
test_fallback_with_retry
Test that fallback is used after all retries are exhausted.
packages/backend/tests/test_async_map.py:130
Function
test_fast_alternative_euclidean
()
packages/umap/nndescent/src/distance.rs:645
Function
test_fast_alternative_registry
()
packages/umap/nndescent/tests/test_distances.rs:355
Function
test_file_cache_complex_key
(cache_dir)
packages/backend/tests/test_cache.py:171
Function
test_file_cache_custom_serializer
(cache_dir)
packages/backend/tests/test_cache.py:159
Function
test_file_cache_different_keys
(cache_dir)
packages/backend/tests/test_cache.py:100
Function
test_file_cache_miss
(cache_dir)
packages/backend/tests/test_cache.py:84
Function
test_file_cache_set_and_get
(cache_dir)
packages/backend/tests/test_cache.py:88
Function
test_file_cache_set_overwrite
(cache_dir)
packages/backend/tests/test_cache.py:94
Function
test_file_cache_value_async_callback
(cache_dir)
packages/backend/tests/test_cache.py:237
Function
test_file_cache_value_async_hit
(cache_dir)
packages/backend/tests/test_cache.py:214
Function
test_file_cache_value_async_miss
(cache_dir)
packages/backend/tests/test_cache.py:201
Function
test_file_cache_value_async_populates_cache
(cache_dir)
packages/backend/tests/test_cache.py:228
Function
test_file_cache_value_callback
(cache_dir)
packages/backend/tests/test_cache.py:141
Function
test_file_cache_value_hit
(cache_dir)
packages/backend/tests/test_cache.py:128
Function
test_file_cache_value_miss
(cache_dir)
packages/backend/tests/test_cache.py:116
Function
test_file_cache_value_no_callback_on_miss
(cache_dir)
packages/backend/tests/test_cache.py:151
Function
test_file_cache_value_populates_cache
(cache_dir)
packages/backend/tests/test_cache.py:177
Function
test_file_cache_with_scope
(cache_dir)
packages/backend/tests/test_cache.py:107
Function
test_fill_contour
()
packages/density-clustering/density_clustering/src/trace_contours.rs:158
← previous
next →
1,201–1,300 of 1,529, ranked by callers