public class CorrMatrixHost extends Object
Constructor and Description |
---|
CorrMatrixHost() |
Modifier and Type | Method and Description |
---|---|
static int[][] |
intersectionMatrix(long[][] matrixA,
long[][] matrixB,
com.aparapi.Kernel.EXECUTION_MODE executionMode)
Perform matrix intersection for two lists of Lucene OpenBitSet-based packed longs
|
public static int[][] intersectionMatrix(long[][] matrixA, long[][] matrixB, com.aparapi.Kernel.EXECUTION_MODE executionMode)
matrixA
- The first term-document matrixmatrixB
- The second term-document matrixexecutionMode
- EXECUTION_MODECopyright © 2021 Syncleus. All rights reserved.