go-ml-dev/nn

View on GitHub
inite.go

Summary

Maintainability
A
0 mins
Test Coverage
F
50%

exported type Uniform should have comment or be unexported
Open

type Uniform struct {
Severity: Minor
Found in inite.go by golint

exported type XavierFactor should have comment or be unexported
Open

type XavierFactor int
Severity: Minor
Found in inite.go by golint

exported const XavierIn should have comment (or a comment on this block) or be unexported
Open

    XavierIn  XavierFactor = 1
Severity: Minor
Found in inite.go by golint

exported method Xavier.Inite should have comment or be unexported
Open

func (x Xavier) Inite(a *mx.NDArray) {
Severity: Minor
Found in inite.go by golint

exported method Const.Inite should have comment or be unexported
Open

func (x Const) Inite(a *mx.NDArray) {
Severity: Minor
Found in inite.go by golint

exported type Const should have comment or be unexported
Open

type Const struct {
Severity: Minor
Found in inite.go by golint

exported type Xavier should have comment or be unexported
Open

type Xavier struct {
Severity: Minor
Found in inite.go by golint

exported method Uniform.Inite should have comment or be unexported
Open

func (x Uniform) Inite(a *mx.NDArray) {
Severity: Minor
Found in inite.go by golint

There are no issues that match your filters.

Category
Status