public class FastLoc extends Object implements BasisSelector
| Constructor and Description |
|---|
FastLoc() |
| 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).
|
String |
toString() |
public Tuple<BooleanMatrix,BooleanMatrix> selectBasis(BooleanMatrix candidates, BooleanMatrix a, int dimension, double onesWeight)
BasisSelectorselectBasis in interface BasisSelectorcandidates - 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.