Class MatrixChecker
java.lang.Object
es.uam.eps.ir.relison.utils.matrix.MatrixChecker
public class MatrixChecker
extends java.lang.Object
Checks whether we can use the JBLAS library, or we have to use the COLT one
to perform matrix-based recommendations.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description MatrixChecker()
-
Method Summary
Modifier and Type Method Description static void
init()
Initializes the check.
-
Field Details
-
Constructor Details
-
MatrixChecker
public MatrixChecker()
-
-
Method Details
-
init
public static void init()Initializes the check.
-