public class IdentityCombinator extends Combinator
| Constructor and Description |
|---|
IdentityCombinator() |
| Modifier and Type | Method and Description |
|---|---|
protected BooleanMatrix |
combineRow(BooleanMatrix row,
BooleanMatrix previousCombination,
BooleanMatrix basis,
double onesWeight)
Describes a row of the original matrix as combination of basis rows from
the basis matrix.
|
String |
toString() |
combineMatrixprotected BooleanMatrix combineRow(BooleanMatrix row, BooleanMatrix previousCombination, BooleanMatrix basis, double onesWeight)
CombinatorcombineRow in class Combinatorrow - a row from the original matrixpreviousCombination - approximation, already obtained by previous stepsbasis - the basis matrix (with basis patterns as rows)onesWeight - relative weight of 1 -> 0 errorsCopyright © 2015. All rights reserved.