Package jdistlib.accelerator
Interface PreparedTransposeProduct
- All Superinterfaces:
AutoCloseable
A row-by-feature matrix retained for repeated
X'v score batches.-
Method Summary
-
Method Details
-
rows
int rows() -
columns
int columns() -
multiply
double[][] multiply(double[][] vectors) -
close
void close()- Specified by:
closein interfaceAutoCloseable
-