public class LogSemiring extends Semiring
Constructor and Description |
---|
LogSemiring() |
Modifier and Type | Method and Description |
---|---|
float |
divide(float w1,
float w2) |
boolean |
isMember(float w) |
float |
one() |
float |
plus(float w1,
float w2) |
float |
reverse(float w1) |
float |
times(float w1,
float w2) |
float |
zero() |
equals, naturalLess, toString