| 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 | Method and Description |
|---|---|
Cover |
Cover.zero(int width)
Creates a new zero cover of specified width
|
| Modifier and Type | Method and Description |
|---|---|
protected double |
DensityGreedyCombinator.usefulness(Cover cover,
BooleanMatrix row,
BooleanMatrix basisRow) |
protected abstract double |
GreedyCombinator.usefulness(Cover cover,
BooleanMatrix row,
BooleanMatrix basisRow) |
protected double |
CoverGreedyCombinator.usefulness(Cover cover,
BooleanMatrix row,
BooleanMatrix basisRow) |
Copyright © 2015. All rights reserved.