Documentation
¶
Overview ¶
Package Hashtron implements a hashtron (classifier)
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Hashtron ¶
type Hashtron struct {
// contains filtered or unexported fields
}
Hashtron represents individual hashtron (classifier) in memory
func New ¶
New creates a new hashtron (giving pseudo random output), or initialized using a provided program and bits
func (Hashtron) BytesBuffer ¶
BytesBuffer serializes hashtron into a golang code program
func (Hashtron) Forward ¶
Forward calculates the hashtron output on single feaure sample (32 bit uint)
Click to show internal directories.
Click to hide internal directories.