public interface BasisSelector
| Modifier and Type | Method and Description |
|---|---|
Tuple<BooleanMatrix,BooleanMatrix> |
selectBasis(BooleanMatrix candidates,
BooleanMatrix a,
int dimension,
double onesWeight)
Calculates a boolean basis matrix B (second factor), and (optionally) a
coarse approximation of the combination matrix C (first factor).
|
Tuple<BooleanMatrix,BooleanMatrix> selectBasis(BooleanMatrix candidates, BooleanMatrix a, int dimension, double onesWeight)
candidates - matrix that contains candidate patterns in it's rowsa - original matrixdimension - number of candidate rows to be included into the basis matrixonesWeight - relative weight of 1 -> 0 errors, opposed to 0 -> 1 errorsCopyright © 2015. All rights reserved.