Description Usage Arguments Details Value Examples
Given a numeric matrix, returns a matrix with the same dimensions, row and column names but with only 1, 0, and -1 as values. These values indicate the partitioning of each column of the matrix into positive, neither, and negative subsets.
| 1 | 
| x | A numeric matrix | 
| method | Specifies method to use for determining partitioning threshold values | 
| ... | Optional arguments to partition method | 
The ("fixed") method uses a fixed value (specified by an additional
parameter, t, which has a default value of 2.8) to create  partitions, while
the ("ann") method uses an artificial neural network model to create custom
partition thresholds for each component.
A matrix comprising values of 1, 0, and -1 to indicate column-wise partitioning of the input matrix into positive, neither, and negative sets, respectively.
| 1 2 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.