| 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 |
CoverGreedyCombinator
Column combinator (3rd part of the algorithm), that tries to minimize the
absolute reconstruction error in every step.
|
class |
DensityGreedyCombinator
Combinator (3rd part of the algorithm), that tries to use the basis rows with
maximal "improvement density".
|
Copyright © 2015. All rights reserved.