MCPcopy Create free account

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

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

Functiontest_sha256_hexdigest_numpy_array
()
packages/backend/tests/test_cache.py:39
Functiontest_sha256_hexdigest_with_scope
()
packages/backend/tests/test_cache.py:26
Functiontest_simple_heap_push
()
packages/umap/nndescent/src/heap.rs:263
Methodtest_single_edge
Two nodes, one directed edge: target gets more rank.
packages/backend/tests/test_pagerank.py:39
Methodtest_single_node_no_self_loop
A dangling target node (only incoming edges) should still get rank.
packages/backend/tests/test_pagerank.py:273
Methodtest_single_node_self_loop
A single node with a self-loop should get all the rank.
packages/backend/tests/test_pagerank.py:33
Methodtest_skips_self_loops
Should skip edges where source == target.
packages/backend/tests/test_pagerank.py:346
Functiontest_small_dataset
()
packages/umap/nndescent/tests/test_nn_descent.rs:347
Functiontest_spatial_check
()
packages/umap/nndescent/tests/test_distances.rs:109
Functiontest_squared_euclidean_consistency
()
packages/umap/nndescent/tests/test_distances.rs:261
Methodtest_star_incoming
All nodes point to hub — hub gets most rank.
packages/backend/tests/test_pagerank.py:304
Methodtest_star_outgoing
Hub points to all — leaves get more rank than hub.
packages/backend/tests/test_pagerank.py:312
Functiontest_stepper_advances
()
packages/umap/umap/src/lib.rs:1210
Methodtest_stops_early_on_error_without_fallback
Test that processing stops early when an error occurs and fallback is None.
packages/backend/tests/test_async_map.py:176
Methodtest_string_inputs
Test async_map with string inputs.
packages/backend/tests/test_async_map.py:154
Functiontest_tau_rand_range
()
packages/umap/nndescent/src/rng.rs:172
Functiontest_tau_rng_deterministic
()
packages/umap/nndescent/src/rng.rs:163
Functiontest_tau_rng_entropy
()
packages/umap/nndescent/src/rng.rs:181
Functiontest_text
Test text embedding with each embedder.
packages/backend/tests/test_projection_transformers.py:129
Functiontest_text
(text_df, cache_root)
packages/backend/tests/test_projection.py:66
Functiontest_text
(text_df, cache_root)
packages/backend/tests/test_projection_litellm.py:108
Functiontest_text_auto_modality
Test that auto modality correctly detects text.
packages/backend/tests/test_projection_transformers.py:142
Functiontest_text_auto_modality
(text_df, cache_root)
packages/backend/tests/test_projection.py:80
Functiontest_text_auto_modality
(text_df, cache_root)
packages/backend/tests/test_projection_litellm.py:120
Methodtest_text_default_for_all_null
(self)
packages/backend/tests/test_modality_detection.py:118
Functiontest_text_polars
(text_pl, cache_root)
packages/backend/tests/test_projection.py:375
Methodtest_text_skips_leading_nulls
(self)
packages/backend/tests/test_modality_detection.py:122
Methodtest_text_strings
(self)
packages/backend/tests/test_modality_detection.py:114
Methodtest_three_node_cycle
Three nodes in a cycle: equal rank of 1/3 each.
packages/backend/tests/test_pagerank.py:298
Methodtest_tiff_big_endian
(self)
packages/backend/tests/test_modality_detection.py:63
Methodtest_tiff_little_endian
(self)
packages/backend/tests/test_modality_detection.py:59
Methodtest_tight_tolerance_converges
Very tight tolerance should still produce valid results.
packages/backend/tests/test_pagerank.py:215
Functiontest_trace_contours
()
packages/density-clustering/density_clustering/src/trace_contours.rs:100
Functiontest_trace_contours_diagonal
()
packages/density-clustering/density_clustering/src/trace_contours.rs:131
Methodtest_trailing_nodes_with_n
Explicit n includes trailing nodes that have no edges.
packages/backend/tests/test_pagerank.py:90
Functiontest_tree_init_false
()
packages/umap/nndescent/tests/test_nn_descent.rs:249
Functiontest_tree_search
()
packages/umap/nndescent/src/rp_trees.rs:1355
Methodtest_two_node_cycle
Two nodes in a cycle: equal rank of 0.5 each.
packages/backend/tests/test_pagerank.py:292
Functiontest_umap_10d_output
()
packages/umap/umap/src/lib.rs:1129
Functiontest_umap_3d_output
()
packages/umap/umap/src/lib.rs:1097
Functiontest_umap_5d_output
()
packages/umap/umap/src/lib.rs:1112
Functiontest_umap_cosine_metric
()
packages/umap/umap/src/lib.rs:1146
Functiontest_umap_empty
()
packages/umap/umap/src/lib.rs:1200
Functiontest_umap_from_knn_index_out_of_range
()
packages/umap/umap/src/lib.rs:1005
Functiontest_umap_from_knn_negative_index_ok
()
packages/umap/umap/src/lib.rs:1023
Functiontest_umap_from_knn_self_excluded_widens
()
packages/umap/umap/src/lib.rs:974
Functiontest_umap_from_knn_shape
()
packages/umap/umap/src/lib.rs:955
Functiontest_umap_from_knn_shape_mismatch
()
packages/umap/umap/src/lib.rs:994
Functiontest_umap_from_knn_single_point
()
packages/umap/umap/src/lib.rs:1040
Functiontest_umap_random_init
()
packages/umap/umap/src/lib.rs:1059
Functiontest_umap_single_point
()
packages/umap/umap/src/lib.rs:1189
Functiontest_umap_small_dataset_clamps_neighbors
()
packages/umap/umap/src/lib.rs:1162
Functiontest_umap_spectral_init
()
packages/umap/umap/src/lib.rs:1081
Functiontest_umap_two_points
()
packages/umap/umap/src/lib.rs:1178
Functiontest_underscore_embedder_name
Test that 'sentence_transformers' (underscore) is accepted and normalized. We can't do a full integration test without a real model, so we verify
packages/backend/tests/test_projection.py:336
Functiontest_unknown_embedder_name
(text_df, cache_root)
packages/backend/tests/test_projection.py:318
Methodtest_unrecognized_defaults_to_image
(self)
packages/backend/tests/test_modality_detection.py:103
Methodtest_unweighted_edges
Unweighted (2-tuple) edges should work.
packages/backend/tests/test_pagerank.py:113
Functiontest_valid_indices
()
packages/umap/nndescent/tests/test_nn_descent.rs:321
Functiontest_vector
(vector_df, cache_root)
packages/backend/tests/test_projection_transformers.py:216
Functiontest_vector
(vector_df, cache_root)
packages/backend/tests/test_projection.py:125
Functiontest_vector_auto_modality
(vector_df, cache_root)
packages/backend/tests/test_projection_transformers.py:226
Functiontest_vector_auto_modality
(vector_df, cache_root)
packages/backend/tests/test_projection.py:136
Methodtest_vector_empty_list_falls_through_to_text
(self)
packages/backend/tests/test_modality_detection.py:138
Methodtest_vector_list_of_floats
(self)
packages/backend/tests/test_modality_detection.py:130
Methodtest_vector_list_of_ints
(self)
packages/backend/tests/test_modality_detection.py:134
Methodtest_vector_ndarray
(self)
packages/backend/tests/test_modality_detection.py:126
Functiontest_vector_polars
(vector_pl, cache_root)
packages/backend/tests/test_projection.py:390
Functiontest_vertex_order_original_indices
()
packages/umap/nndescent/tests/test_nn_descent.rs:440
Functiontest_vertex_order_self_query
()
packages/umap/nndescent/tests/test_nn_descent.rs:394
Methodtest_very_large_weights
Very large weights should not overflow.
packages/backend/tests/test_pagerank.py:140
Methodtest_very_small_weights
Very small weights should not cause division-by-zero.
packages/backend/tests/test_pagerank.py:131
Functiontest_visited_table
()
packages/umap/nndescent/src/utils.rs:47
Methodtest_wav
(self)
packages/backend/tests/test_modality_detection.py:69
Methodtest_webp
(self)
packages/backend/tests/test_modality_detection.py:47
Methodtest_weight_sensitivity
Higher weight edge should direct more rank to its target.
packages/backend/tests/test_pagerank.py:324
Functiontest_xoshiro_deterministic
()
packages/umap/nndescent/src/rng.rs:230
Functiontest_xoshiro_f32_range
()
packages/umap/nndescent/src/rng.rs:239
Functiontest_xoshiro_f64_range
()
packages/umap/nndescent/src/rng.rs:252
Functiontest_xoshiro_range_i64
()
packages/umap/nndescent/src/rng.rs:265
Functiontest_zero_vector_handling
()
packages/umap/nndescent/tests/test_distances.rs:244
Methodtest_zero_weight_edges
Zero-weight edges should not cause errors.
packages/backend/tests/test_pagerank.py:259
FunctiontextSummarizerAdd
(...args)
packages/component/src/lib/embedding_view/worker/index.ts:59
FunctiontextSummarizerAdd
( key: string, data: { x: ArrayLike<number>; y: ArrayLike<number>; text: ArrayLike<string> }, )
packages/component/src/lib/embedding_view/worker/worker_functions.ts:22
FunctiontextSummarizerCreate
(...args)
packages/component/src/lib/embedding_view/worker/index.ts:51
FunctiontextSummarizerCreate
(options: { regions: Rectangle[][]; stopWords?: string[] | null })
packages/component/src/lib/embedding_view/worker/worker_functions.ts:12
FunctiontextSummarizerDestroy
(...args)
packages/component/src/lib/embedding_view/worker/index.ts:55
FunctiontextSummarizerDestroy
(key: string)
packages/component/src/lib/embedding_view/worker/worker_functions.ts:18
FunctiontextSummarizerSummarize
(...args)
packages/component/src/lib/embedding_view/worker/index.ts:63
FunctiontextSummarizerSummarize
(key: string)
packages/component/src/lib/embedding_view/worker/worker_functions.ts:29
Functiontext_df
A simple DataFrame with text data.
packages/backend/tests/test_projection_transformers.py:51
Functiontext_df
()
packages/backend/tests/test_projection.py:44
Functiontext_df
()
packages/backend/tests/test_projection_litellm.py:45
Functiontext_pl
()
packages/backend/tests/test_projection.py:362
FunctionthrottleTooltip
(func: (input: T) => Promise<U>, isVisible: () => boolean)
packages/component/src/lib/utils.ts:36
MethodtotalHeight
(maxY: number)
packages/viewer/src/layouts/dashboard/placement.ts:40
Methodtrack_concurrency
(x: int)
packages/backend/tests/test_async_map.py:56
Functiontransform
(code, id)
packages/utils/vite/index.js:21
Functiontransform
(code, id)
packages/backend/vite.config.streamlit.js:7
Functionumap
Run UMAP benchmarks.
packages/umap/benchmark/benchmark/__main__.py:21
← previousnext →1,401–1,500 of 1,529, ranked by callers