go-ml-dev/nn

View on GitHub
mx/summary.go

Summary

Maintainability
A
0 mins
Test Coverage
B
81%

exported method Graph.Identity should have comment or be unexported
Open

func (g *Graph) Identity() GraphIdentity {
Severity: Minor
Found in mx/summary.go by golint

method ToJson should be ToJSON
Open

func (g *Graph) ToJson(withLoss bool) []byte {
Severity: Minor
Found in mx/summary.go by golint

exported method Graph.Summary should have comment or be unexported
Open

func (g *Graph) Summary(withLoss bool) Summary {
Severity: Minor
Found in mx/summary.go by golint

exported method Summary.Print should have comment or be unexported
Open

func (sry Summary) Print(out func(string)) {
Severity: Minor
Found in mx/summary.go by golint

exported method Graph.ToJson should have comment or be unexported
Open

func (g *Graph) ToJson(withLoss bool) []byte {
Severity: Minor
Found in mx/summary.go by golint

exported type SummaryRow should have comment or be unexported
Open

type SummaryRow struct {
Severity: Minor
Found in mx/summary.go by golint

exported type Summary should have comment or be unexported
Open

type Summary []SummaryRow
Severity: Minor
Found in mx/summary.go by golint

exported method Graph.PrintSummary should have comment or be unexported
Open

func (g *Graph) PrintSummary(withLoss bool) {
Severity: Minor
Found in mx/summary.go by golint

exported type GraphJs should have comment or be unexported
Open

type GraphJs struct {
Severity: Minor
Found in mx/summary.go by golint

exported method Graph.LogSummary should have comment or be unexported
Open

func (g *Graph) LogSummary(withLoss bool) {
Severity: Minor
Found in mx/summary.go by golint

exported type SummryArg should have comment or be unexported
Open

type SummryArg struct {
Severity: Minor
Found in mx/summary.go by golint

exported method Graph.SummaryOut should have comment or be unexported
Open

func (g *Graph) SummaryOut(withLoss bool, out func(string)) {
Severity: Minor
Found in mx/summary.go by golint

There are no issues that match your filters.

Category
Status