Skip to content

Commit a8ecff4

Browse files
committed
doc fix
1 parent 3ffeec8 commit a8ecff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/feedforward/feedforward_network.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ func (io tally4io) Feature(n int) uint32 {
412412
return (uint32(io.io.Output()) ^ uint32(io.io.Parity())) >> (n * io.shift)
413413
}
414414

415-
// Tally3 tallies the network on ParityInOutput, tuning the worst-th hashtron
415+
// Tally4 tallies the network on ParityInOutput, tuning the worst-th hashtron
416416
// in the network f storing data in tally. Loss can be nil if predicting power of 2 classes,
417417
// or an actual minus expected difference or any other loss (0 means correct).
418418
func (f *FeedforwardNetwork) Tally4(io FeedforwardNetworkParityInOutput, worst int, tally *datasets.Tally,

0 commit comments

Comments
 (0)