-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
18 lines (18 loc) · 897 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Package: mssm
Type: Package
Title: Sub-Matrix of Maximal Sum identification, Scala implementation wrapped in R
Version: 0.1.0
Author: Vincent Branders, Pierre Schaus and Pierre Dupont
Maintainer: Vincent Branders <[email protected]>
Description: This package provides tools for the identification of submatrix of maximal sum.
A submatrix is a rectangular, non-necessarily contiguous, subset of rows and of columns of a (larger) matrix.
The submatrices that are searched for are max-sum submatrices.
A submatrix is of maximal sum if the sum of its entires (selected from the original matrix) is of maximal sum.
This package is a wrapper for the Scala implementation originally provided.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
Roxygen: list(markdown = TRUE)
Depends: R (>= 3.0.0)
Imports: rJava (>= 0.9-10), utils (>= 3.3.3), methods (>= 3.3.3)