go-ml-dev/nn

View on GitHub
dense.go

Summary

Maintainability
A
0 mins
Test Coverage
A
95%

exported method FullyConnected.Combine should have comment or be unexported
Open

func (ly FullyConnected) Combine(in *mx.Symbol) *mx.Symbol {
Severity: Minor
Found in dense.go by golint

exported type Flatten should have comment or be unexported
Open

type Flatten struct{}
Severity: Minor
Found in dense.go by golint

exported method Flatten.Combine should have comment or be unexported
Open

func (ly Flatten) Combine(a *mx.Symbol) *mx.Symbol {
Severity: Minor
Found in dense.go by golint

exported type FullyConnected should have comment or be unexported
Open

type FullyConnected struct {
Severity: Minor
Found in dense.go by golint

There are no issues that match your filters.

Category
Status