Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cooccurrence ¶
type Cooccurrence struct {
// contains filtered or unexported fields
}
func New ¶
func New(typ CountType) (*Cooccurrence, error)
func (*Cooccurrence) Add ¶
func (c *Cooccurrence) Add(left, right int) error
func (*Cooccurrence) EncodedMatrix ¶
func (c *Cooccurrence) EncodedMatrix() map[uint64]float64
Click to show internal directories.
Click to hide internal directories.