| 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.
|
| Class and Description |
|---|
| BasisSelector
This is the second component of the BMD algorithm.
|
| BooleanMatrixDecomposition
Implementation of a generic boolean matrix decomposition algorithm, that fits
into this framework.
|
| CandidateGenerator
First component of the generic boolean matrix decomposition algorithm.
|
| Combinator
The last component of the generic boolean matrix decomposition algorithm.
|
| Cover
A structure that stores all information necessary to predict changes of a
weighted cover function for one single row.
|
| GreedyCombinator
Abstract greedy Combinator (third step of the algorithm).
|
Copyright © 2015. All rights reserved.