public abstract class GreedyCombinator extends Combinator
| Constructor and Description |
|---|
GreedyCombinator() |
| Modifier and Type | Method and Description |
|---|---|
BooleanMatrix |
combineRow(BooleanMatrix row,
BooleanMatrix _,
BooleanMatrix basis,
double onesWeight)
Describes a row of the original matrix as combination of basis rows from
the basis matrix.
|
protected abstract double |
usefulness(Cover cover,
BooleanMatrix row,
BooleanMatrix basisRow) |
combineMatrixprotected abstract double usefulness(Cover cover, BooleanMatrix row, BooleanMatrix basisRow)
public BooleanMatrix combineRow(BooleanMatrix row, BooleanMatrix _, BooleanMatrix basis, double onesWeight)
CombinatorcombineRow in class Combinatorrow - a row from the original matrix_ - 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.