T - the type of item that should be embeddedpublic interface AbstractEmbedding<T>
NDArrays.| Modifier and Type | Method and Description |
|---|---|
NDArray |
embed(NDManager manager,
T[] items)
Embeds an array of items.
|
boolean |
hasItem(T item)
Returns whether an item is in the embedding.
|
boolean hasItem(T item)
item - the item to test