Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
Model is a model trained from a journal
func (*Model) Infer ¶
func (m *Model) Infer(trx *model.Transaction, tbd *accounts.Account)
Infer replaces the given account with an inferred account.
func (*Model) Update ¶
func (m *Model) Update(t *model.Transaction)
Update updates the model with the given transaction.
Click to show internal directories.
Click to hide internal directories.