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
test_find_ab_params
()
packages/umap/umap/src/lib.rs:1051
Function
test_find_local_maxima
()
packages/density-clustering/density_clustering/src/find_local_maxima.rs:41
Method
test_flac
(self)
packages/backend/tests/test_modality_detection.py:73
Method
test_fully_disconnected_graph
Two nodes with self-loops only: equal rank (no cross-edges).
packages/backend/tests/test_pagerank.py:48
Method
test_gap_in_node_ids
Nodes with gaps in IDs: phantom nodes in the gap are dangling.
packages/backend/tests/test_pagerank.py:79
Function
test_generalized_eigh_identity_s
()
packages/umap/umap/src/spectral.rs:814
Method
test_gif87a
(self)
packages/backend/tests/test_modality_detection.py:39
Method
test_gif89a
(self)
packages/backend/tests/test_modality_detection.py:43
Function
test_gpu_cosine_basic
()
packages/umap/nndescent/tests/test_gpu.rs:137
Function
test_gpu_euclidean_basic
()
packages/umap/nndescent/tests/test_gpu.rs:66
Function
test_gpu_fallback_unsupported_metric
()
packages/umap/nndescent/tests/test_gpu.rs:157
Function
test_gpu_high_dimensional
()
packages/umap/nndescent/tests/test_gpu.rs:172
Function
test_gpu_matches_cpu_euclidean
()
packages/umap/nndescent/tests/test_gpu.rs:100
Function
test_gpu_momentum_finite
()
packages/umap/umap/src/lib.rs:1482
Function
test_gpu_sgd_bounded
()
packages/umap/umap/src/lib.rs:1460
Function
test_haversine
()
packages/umap/nndescent/tests/test_distances.rs:398
Function
test_hellinger
()
packages/umap/nndescent/tests/test_distances.rs:430
Function
test_hub_tree_structure
()
packages/umap/nndescent/tests/test_nn_descent.rs:485
Method
test_ico
(self)
packages/backend/tests/test_modality_detection.py:51
Function
test_image
Test image embedding with each embedder.
packages/backend/tests/test_projection_transformers.py:160
Function
test_image
(image_df, cache_root)
packages/backend/tests/test_projection.py:97
Function
test_image
(image_df, cache_root)
packages/backend/tests/test_projection_litellm.py:137
Function
test_image_auto_modality
Test that auto modality correctly detects image.
packages/backend/tests/test_projection_transformers.py:172
Function
test_image_auto_modality
(image_df, cache_root)
packages/backend/tests/test_projection.py:109
Function
test_image_auto_modality
(image_df, cache_root)
packages/backend/tests/test_projection_litellm.py:149
Method
test_image_bytes
(self)
packages/backend/tests/test_modality_detection.py:142
Method
test_image_dict_with_bytes
(self)
packages/backend/tests/test_modality_detection.py:152
Method
test_image_dict_with_bytes_as_list
(self)
packages/backend/tests/test_modality_detection.py:157
Method
test_integer_edge_weights
Integer weights should be accepted and produce valid results.
packages/backend/tests/test_pagerank.py:124
Function
test_invalid_column
Test that a missing column raises KeyError.
packages/backend/tests/test_projection_transformers.py:330
Function
test_invalid_column
(text_df, cache_root)
packages/backend/tests/test_projection.py:307
Function
test_invalid_modality
Test that an invalid modality raises ValueError.
packages/backend/tests/test_projection_transformers.py:318
Function
test_invalid_modality
(text_df, cache_root)
packages/backend/tests/test_projection.py:296
Method
test_invalid_type_raises
(self)
packages/backend/tests/test_modality_detection.py:225
Function
test_jaccard_binary
()
packages/umap/nndescent/src/distance.rs:637
Method
test_jpeg
(self)
packages/backend/tests/test_modality_detection.py:35
Method
test_knn_to_pagerank_pipeline
Full pipeline: KNN arrays -> edges -> PageRank scores.
packages/backend/tests/test_pagerank.py:385
Method
test_large_chain_graph
A long chain requires many iterations; verify it converges.
packages/backend/tests/test_pagerank.py:221
Method
test_large_node_ids
Large node IDs should work (array is sized max_id + 1).
packages/backend/tests/test_pagerank.py:281
Function
test_leaf_array
()
packages/umap/nndescent/src/rp_trees.rs:1345
Method
test_list_input
(self)
packages/backend/tests/test_modality_detection.py:257
Function
test_live_negative_sample_rate_reenables_repulsion
()
packages/umap/umap/src/lib.rs:1267
Function
test_live_negative_sample_rate_reenables_repulsion_gpu
()
packages/umap/umap/src/lib.rs:1327
Function
test_lobpcg_two_cluster_graph
()
packages/umap/umap/src/spectral.rs:828
Function
test_low_pass_fir_filter
()
packages/density-clustering/density_clustering/src/polygon.rs:50
Function
test_make_forest
()
packages/umap/nndescent/src/rp_trees.rs:1337
Function
test_make_heap
()
packages/umap/nndescent/src/heap.rs:254
Function
test_manhattan
()
packages/umap/nndescent/src/distance.rs:630
Method
test_max_iterations_respected
With max_iterations=1, result should not fully converge on asymmetric graph.
packages/backend/tests/test_pagerank.py:204
Function
test_minkowski_variants
()
packages/umap/nndescent/tests/test_distances.rs:413
Method
test_mixed_bytes_and_dicts
(self)
packages/backend/tests/test_modality_detection.py:229
Method
test_mixed_ndarray_and_list
(self)
packages/backend/tests/test_modality_detection.py:264
Method
test_mixed_weight_magnitudes
Edges with vastly different weight magnitudes. In a 2-node graph each node has one outgoing edge, so after column-normalization both
packages/backend/tests/test_pagerank.py:148
Function
test_momentum_build_finite
()
packages/umap/umap/src/lib.rs:1443
Method
test_mp3_id3
(self)
packages/backend/tests/test_modality_detection.py:81
Method
test_mp3_sync_frame
(self)
packages/backend/tests/test_modality_detection.py:85
Method
test_mp4_m4a
(self)
packages/backend/tests/test_modality_detection.py:89
Method
test_n_smaller_than_edges_raises
If n is too small for the edge node IDs, raise ValueError.
packages/backend/tests/test_pagerank.py:99
Method
test_ndarray_input
(self)
packages/backend/tests/test_modality_detection.py:248
Method
test_negative_weight_accepted
Negative weights are not rejected (no validation), but result should still be a numpy array. This documents current behavior.
packages/backend/tests/test_pagerank.py:251
Function
test_neighbors_structure
Test that the neighbors column contains dicts with 'ids' and 'distances' keys.
packages/backend/tests/test_projection_transformers.py:303
Function
test_neighbors_structure
(text_df, cache_root)
packages/backend/tests/test_projection.py:277
Function
test_nn_descent_manhattan
()
packages/umap/nndescent/tests/test_nn_descent.rs:275
Function
test_nn_descent_neighbor_accuracy
()
packages/umap/nndescent/tests/test_nn_descent.rs:119
Function
test_nn_descent_query_accuracy
()
packages/umap/nndescent/tests/test_nn_descent.rs:163
Function
test_nn_descent_query_accuracy_angular
()
packages/umap/nndescent/tests/test_nn_descent.rs:189
Function
test_nn_descent_runs
()
packages/umap/nndescent/src/nn_descent.rs:671
Function
test_nn_descent_with_rp_tree
()
packages/umap/nndescent/src/nn_descent.rs:701
Function
test_nndescent_construction
()
packages/umap/nndescent/src/lib.rs:717
Function
test_nndescent_cosine
()
packages/umap/nndescent/src/lib.rs:743
Function
test_no_neighbors
Test that neighbors column is not added when neighbors=None.
packages/backend/tests/test_projection_transformers.py:258
Function
test_no_neighbors
(text_df, cache_root)
packages/backend/tests/test_projection.py:235
Method
test_no_retry_raises_immediately
Test that without retries, errors are raised immediately.
packages/backend/tests/test_async_map.py:97
Method
test_non_string_cast
(self)
packages/backend/tests/test_modality_detection.py:187
Method
test_null_replaced
(self)
packages/backend/tests/test_modality_detection.py:181
Method
test_ogg
(self)
packages/backend/tests/test_modality_detection.py:77
Function
test_one_dimensional_data
()
packages/umap/nndescent/tests/test_nn_descent.rs:370
Method
test_output_dtype_is_float64
Output should be float64 (from PyTorch float64 computation).
packages/backend/tests/test_pagerank.py:169
Method
test_png
(self)
packages/backend/tests/test_modality_detection.py:31
Method
test_preserves_order
Test that results are returned in the correct order despite async execution.
packages/backend/tests/test_async_map.py:36
Function
test_preserves_original_data
Test that original DataFrame columns are preserved in the result.
packages/backend/tests/test_projection_transformers.py:288
Function
test_preserves_original_data
(text_df, cache_root)
packages/backend/tests/test_projection.py:263
Method
test_raw_bytes
(self)
packages/backend/tests/test_modality_detection.py:200
Function
test_rejection_sample
()
packages/umap/nndescent/src/rng.rs:213
Method
test_retry_on_failure
Test that retries work when function fails.
packages/backend/tests/test_async_map.py:72
Function
test_returns_new_dataframe
Test that compute_projection returns a new DataFrame, preserving the original.
packages/backend/tests/test_projection_transformers.py:273
Function
test_returns_new_dataframe
(text_df, cache_root)
packages/backend/tests/test_projection.py:249
Method
test_returns_numpy_array
Return type must be np.ndarray, not a torch tensor.
packages/backend/tests/test_pagerank.py:266
Function
test_run_to_reaches_horizon
()
packages/umap/umap/src/lib.rs:1379
Function
test_run_uses_live_learning_rate
()
packages/umap/umap/src/lib.rs:1402
Method
test_self_loops_do_not_break_convergence
Graph with self-loops mixed with real edges should converge.
packages/backend/tests/test_pagerank.py:55
Function
test_sentence_transformers_rejects_image
()
packages/backend/tests/test_projection.py:329
Function
test_set_optimizer_and_reinit_finite
()
packages/umap/umap/src/lib.rs:1241
Function
test_sha256_hexdigest_bytes
()
packages/backend/tests/test_cache.py:34
Function
test_sha256_hexdigest_deterministic
()
packages/backend/tests/test_cache.py:18
Function
test_sha256_hexdigest_dict
()
packages/backend/tests/test_cache.py:53
Function
test_sha256_hexdigest_different_values
()
packages/backend/tests/test_cache.py:22
Function
test_sha256_hexdigest_list
()
packages/backend/tests/test_cache.py:48
Function
test_sha256_hexdigest_nested
()
packages/backend/tests/test_cache.py:64
Function
test_sha256_hexdigest_none
()
packages/backend/tests/test_cache.py:58
← previous
next →
1,301–1,400 of 1,529, ranked by callers