| ggml_result | R Documentation |
A ggml_result is the contract object returned by the dispatch layer
and consumed by the injection layer. The embedding is stored cell-by-component
(cells in rows), ready to drop into reducedDim() / a Seurat reduction.
ggml_result(embedding, metadata = list(), timings = numeric(0))
embedding |
A numeric matrix, cells in rows, components in columns. |
metadata |
Named list (e.g. |
timings |
Named numeric vector of elapsed seconds per stage. |
An object of class ggml_result.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.