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

    Fields 
    Modifier and Type Field Description
    static boolean checked
    Indicates whether we have checked this or not.
    static boolean fast
    True if we can use the JBLAS library, false otherwise.
  • Constructor Summary

    Constructors 
    Constructor Description
    MatrixChecker()  
  • Method Summary

    Modifier and Type Method Description
    static void init()
    Initializes the check.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • checked

      public static boolean checked
      Indicates whether we have checked this or not.
    • fast

      public static boolean fast
      True if we can use the JBLAS library, false otherwise.
  • Constructor Details

  • Method Details

    • init

      public static void init()
      Initializes the check.