Documentation
¶
Index ¶
- func Benchmark(b *testing.B)
- type Gotoh
- func (l *Gotoh) Length()
- func (l Gotoh) Print(i int, j int) (string, string, string)
- func (l Gotoh) Print_iter(i int, j int, arg int) (string, string, string)
- func (l Gotoh) Score() int
- func (l Gotoh) ScoreArgs(x int, y int) (int, int)
- func (l Gotoh) Strlen() (int, int)
- func (l Gotoh) Substitution(x int, y int) int
- type LCS
- type LGotoh
- func (l *LGotoh) Length()
- func (l LGotoh) Print(i int, j int) (string, string, string)
- func (l LGotoh) Print_iter(i int, j int, arg int) (string, string, string)
- func (l LGotoh) Score() int
- func (l LGotoh) ScoreArgs(x int, y int) (int, int)
- func (l LGotoh) Strlen() (int, int)
- func (l LGotoh) Substitution(x int, y int) int
- type MEA
- type NW
- type Rgotoh
- func (l *Rgotoh) Length()
- func (l Rgotoh) LinearBinaryAlign(i1 int, i2 int, j1 int, j2 int, score int) (p string, q string, r string)
- func (l Rgotoh) LinearSpace(i0 int, j0 int, i int, j int, score int) (p string, q string, r string)
- func (l Rgotoh) Print(i int, j int) (string, string, string)
- func (l *Rgotoh) RegionAlign(i1 int, i2 int, j1 int, j2 int, order bool) (int, int, int)
- func (l Rgotoh) Score() int
- func (l Rgotoh) ScoreArgs(x int) (e int, k int)
- func (l Rgotoh) Strlen() (int, int)
- func (l Rgotoh) Substitution(x int, y int) int
- type SW
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LGotoh ¶
type LGotoh struct {
Constants
// contains filtered or unexported fields
}
func (LGotoh) Print_iter ¶
type Rgotoh ¶
type Rgotoh struct {
Constants
// contains filtered or unexported fields
}
func (Rgotoh) LinearBinaryAlign ¶
func (Rgotoh) LinearSpace ¶
func (*Rgotoh) RegionAlign ¶
Click to show internal directories.
Click to hide internal directories.