MCPcopy Create free account

hub / github.com/apple/embedding-atlas / functions

Functions1,529 in github.com/apple/embedding-atlas

FunctionsetParameters
(params = {})
packages/umap/umap-wasm/index.js:213
MethodsetProps
Set renderer props. Returns true if a render is needed.
packages/component/src/lib/renderer_interface.ts:53
MethodsetProps
(newProps: Partial<EmbeddingRendererProps>)
packages/component/src/lib/webgpu_renderer/renderer.ts:113
MethodsetProps
(newProps: Partial<EmbeddingRendererProps>)
packages/component/src/lib/webgl2_renderer/renderer.ts:94
FunctionsetQueryPayload
(key: string, object: any, type: "text" | "object" = "object")
packages/viewer/src/utils/query_payload.ts:69
Methodset_optimizer
(&mut self, optimizer: &str)
packages/umap/umap-wasm/src/lib.rs:394
Methodset_parameters
( &mut self, learning_rate: Option<f32>, repulsion_strength: Option<f32>, nega
packages/umap/umap-wasm/src/lib.rs:349
FunctionshaderSource
(radius: number)
packages/component/src/lib/webgl2_renderer/gaussian_blur.ts:11
FunctionsimplifyPolygon
(points: Point[], desiredPoints: number)
packages/component/src/lib/embedding_view/simplify_polygon.ts:29
Methodslow_fail_on_first
(x: int)
packages/backend/tests/test_async_map.py:181
Functionsokal_michener
(x: &[f32], y: &[f32])
packages/umap/nndescent/src/distance.rs:332
Functionsokal_sneath
(x: &[f32], y: &[f32])
packages/umap/nndescent/src/distance.rs:336
Methodsource
(&self)
packages/umap/umap/src/lib.rs:97
Methodspread
Effective scale of embedded points. Default: 1.0.
packages/umap/umap/src/lib.rs:181
Functionstdev
(values: Float32Array)
packages/component/src/lib/embedding_view/statistics.ts:35
Functionstep
(nEpochs = 1)
packages/umap/umap-wasm/index.js:209
Methodstep
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
Methodstep
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
Functionstringify
(value: any)
packages/viewer/src/renderers/renderer_utils.ts:47
Functionsubscribe
(run)
packages/viewer/src/utils/store.ts:18
Methodtest_aiff
(self)
packages/backend/tests/test_modality_detection.py:97
Functiontest_alternative_distances
()
packages/umap/nndescent/tests/test_distances.rs:274
Functiontest_angular_metric_detection
()
packages/umap/nndescent/tests/test_distances.rs:363
Functiontest_angular_nn_descent_neighbor_accuracy
()
packages/umap/nndescent/tests/test_nn_descent.rs:141
Methodtest_au
(self)
packages/backend/tests/test_modality_detection.py:93
Functiontest_audio
Test audio embedding with CLAP via transformers.
packages/backend/tests/test_projection_transformers.py:188
Functiontest_audio_auto_modality
Test that auto modality correctly detects audio.
packages/backend/tests/test_projection_transformers.py:200
Methodtest_audio_bytes
(self)
packages/backend/tests/test_modality_detection.py:147
Methodtest_audio_dict_with_bytes_as_list
(self)
packages/backend/tests/test_modality_detection.py:162
Methodtest_backoff_affects_concurrent_tasks
Test that backoff from one task's failure delays other concurrent tasks.
packages/backend/tests/test_async_map.py:305
Methodtest_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
Methodtest_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
Methodtest_basic
(self)
packages/backend/tests/test_modality_detection.py:174
Methodtest_basic_conversion
Should produce correct number of edges.
packages/backend/tests/test_pagerank.py:339
Methodtest_basic_mapping
Test basic async mapping with a simple function.
packages/backend/tests/test_async_map.py:14
Functiontest_binary_check
()
packages/umap/nndescent/tests/test_distances.rs:178
Methodtest_bipartite_structure
Bipartite graph: group A links to group B, B links back to A.
packages/backend/tests/test_pagerank.py:232
Functiontest_bit_hamming
()
packages/umap/nndescent/tests/test_distances.rs:372
Functiontest_bit_jaccard
()
packages/umap/nndescent/tests/test_distances.rs:385
Methodtest_bmp
(self)
packages/backend/tests/test_modality_detection.py:55
Functiontest_cache_files_are_encrypted
(cache_dir)
packages/backend/tests/test_cache.py:183
Functiontest_checked_flagged_heap_push_dedup
()
packages/umap/nndescent/src/heap.rs:277
Functiontest_cholesky_2x2
()
packages/umap/umap/src/spectral.rs:796
Functiontest_cholesky_not_spd
()
packages/umap/umap/src/spectral.rs:807
Methodtest_compute_pagerank_column
Should add a 'pagerank' column to the DataFrame.
packages/backend/tests/test_pagerank.py:364
Methodtest_concurrency_limit
Test that concurrency limit is respected.
packages/backend/tests/test_async_map.py:51
Functiontest_cosine
()
packages/umap/nndescent/src/distance.rs:608
Functiontest_cosine_zero_vectors
()
packages/umap/nndescent/src/distance.rs:619
Functiontest_csr_graph
()
packages/umap/nndescent/src/search.rs:220
Functiontest_custom_column_names
Test custom column names for x, y, and neighbors.
packages/backend/tests/test_projection_transformers.py:241
Functiontest_custom_column_names
(text_df, cache_root)
packages/backend/tests/test_projection.py:219
Functiontest_custom_embedder_receives_image_dicts
Verify the custom embedder receives canonical image dicts.
packages/backend/tests/test_projection.py:171
Functiontest_custom_embedder_receives_model_and_args
Verify model and embedder_args are forwarded to the custom embedder.
packages/backend/tests/test_projection.py:191
Functiontest_custom_embedder_receives_text_strings
Verify the custom embedder receives canonical text (list[str]).
packages/backend/tests/test_projection.py:151
Methodtest_damping_one
damping=1.0 means no teleportation: pure link-following.
packages/backend/tests/test_pagerank.py:185
Methodtest_damping_one_asymmetric
damping=1.0 on asymmetric graph follows link structure only.
packages/backend/tests/test_pagerank.py:193
Methodtest_damping_zero
damping=0 means pure teleportation: uniform distribution.
packages/backend/tests/test_pagerank.py:177
Methodtest_dangling_node
A node with no outgoing edges (dangling) should still get rank.
packages/backend/tests/test_pagerank.py:68
Functiontest_deheap_sort
()
packages/umap/nndescent/src/heap.rs:291
Functiontest_deterministic
()
packages/umap/nndescent/tests/test_nn_descent.rs:214
Methodtest_dict_with_bytes
(self)
packages/backend/tests/test_modality_detection.py:209
Methodtest_dict_with_bytes_as_list
(self)
packages/backend/tests/test_modality_detection.py:217
Methodtest_different_return_type
Test async_map where return type differs from input type.
packages/backend/tests/test_async_map.py:165
Functiontest_disjoint_set_2d
()
packages/density-clustering/density_clustering/src/disjoint_set_2d.rs:58
Functiontest_distance_registry
()
packages/umap/nndescent/tests/test_distances.rs:317
Functiontest_distances_sorted
()
packages/umap/nndescent/tests/test_nn_descent.rs:296
Methodtest_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
Methodtest_duplicate_edges_are_summed
Duplicate edges should be coalesced (weights summed) by sparse tensor.
packages/backend/tests/test_pagerank.py:105
Methodtest_edge_weights_are_positive
UMAP-style weights should be positive.
packages/backend/tests/test_pagerank.py:355
Methodtest_edge_weights_match_umap
Our edge weights should match UMAP's compute_membership_strengths.
packages/backend/tests/test_pagerank.py:402
Functiontest_eigh_jacobi_diagonal
()
packages/umap/umap/src/spectral.rs:757
Functiontest_eigh_jacobi_symmetric
()
packages/umap/umap/src/spectral.rs:785
Methodtest_empty_edges
Empty edge list with n=0 should return an empty array.
packages/backend/tests/test_pagerank.py:20
Methodtest_empty_edges_with_n
Empty edge list with explicit n should return uniform scores.
packages/backend/tests/test_pagerank.py:26
Methodtest_empty_input
Test async_map with empty input list.
packages/backend/tests/test_async_map.py:25
Functiontest_euclidean
()
packages/umap/nndescent/src/distance.rs:600
Functiontest_euclidean_self_distance
()
packages/umap/nndescent/tests/test_distances.rs:56
Functiontest_euclidean_symmetry
()
packages/umap/nndescent/tests/test_distances.rs:93
Functiontest_euclidean_triangle_inequality
()
packages/umap/nndescent/tests/test_distances.rs:65
Methodtest_fallback_on_error
Test that fallback value is used when function fails and fallback is provided.
packages/backend/tests/test_async_map.py:110
Methodtest_fallback_with_retry
Test that fallback is used after all retries are exhausted.
packages/backend/tests/test_async_map.py:130
Functiontest_fast_alternative_euclidean
()
packages/umap/nndescent/src/distance.rs:645
Functiontest_fast_alternative_registry
()
packages/umap/nndescent/tests/test_distances.rs:355
Functiontest_file_cache_complex_key
(cache_dir)
packages/backend/tests/test_cache.py:171
Functiontest_file_cache_custom_serializer
(cache_dir)
packages/backend/tests/test_cache.py:159
Functiontest_file_cache_different_keys
(cache_dir)
packages/backend/tests/test_cache.py:100
Functiontest_file_cache_miss
(cache_dir)
packages/backend/tests/test_cache.py:84
Functiontest_file_cache_set_and_get
(cache_dir)
packages/backend/tests/test_cache.py:88
Functiontest_file_cache_set_overwrite
(cache_dir)
packages/backend/tests/test_cache.py:94
Functiontest_file_cache_value_async_callback
(cache_dir)
packages/backend/tests/test_cache.py:237
Functiontest_file_cache_value_async_hit
(cache_dir)
packages/backend/tests/test_cache.py:214
Functiontest_file_cache_value_async_miss
(cache_dir)
packages/backend/tests/test_cache.py:201
Functiontest_file_cache_value_async_populates_cache
(cache_dir)
packages/backend/tests/test_cache.py:228
Functiontest_file_cache_value_callback
(cache_dir)
packages/backend/tests/test_cache.py:141
Functiontest_file_cache_value_hit
(cache_dir)
packages/backend/tests/test_cache.py:128
Functiontest_file_cache_value_miss
(cache_dir)
packages/backend/tests/test_cache.py:116
Functiontest_file_cache_value_no_callback_on_miss
(cache_dir)
packages/backend/tests/test_cache.py:151
Functiontest_file_cache_value_populates_cache
(cache_dir)
packages/backend/tests/test_cache.py:177
Functiontest_file_cache_with_scope
(cache_dir)
packages/backend/tests/test_cache.py:107
Functiontest_fill_contour
()
packages/density-clustering/density_clustering/src/trace_contours.rs:158
← previousnext →1,201–1,300 of 1,529, ranked by callers