| Package | Description |
|---|---|
| org.kramerlab.bmad.algorithms |
Contains many different implementations of essential parts of a
boolean matrix decomposition algorithm, that is: candidate generators,
basis selectors, and row combinators.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FastLoc
A minor modification of Local search heuristic,
proposed by Miettinen as second part of his BCX algorithm.
|
class |
GreedySelector
Basis Selector algorithm, that greedily selects the basis rows, estimating
the reconstruction error by keeping an approximation of the combination
matrix, which is also updated greedily in each step.
|
| Modifier and Type | Field and Description |
|---|---|
protected BasisSelector |
BooleanMatrixDecomposition.selector |
| Constructor and Description |
|---|
BooleanMatrixDecomposition(CandidateGenerator generator,
BasisSelector selector,
Combinator combinator,
double onesWeight) |
Copyright © 2015. All rights reserved.