public interface RESTAdapter
| Modifier and Type | Method and Description |
|---|---|
double[] |
encode(String data) |
double[][] |
encode(String[] data) |
double[][][] |
encode(String[][] data) |
long |
getEmbeddingVectorSize() |
long getEmbeddingVectorSize()
double[] encode(String data) throws IOException
IOExceptiondouble[][] encode(String[] data) throws IOException
IOExceptiondouble[][][] encode(String[][] data) throws IOException
IOExceptionCopyright © 2020. All rights reserved.