Interface LinearRegression


  • public interface LinearRegression
    • Method Detail

      • regressMatrixBlock

        static double[] regressMatrixBlock​(MatrixBlock rawBlock,
                                           IColIndex colIndexes,
                                           boolean transposed)