go-ml-dev/nn

View on GitHub
block.go

Summary

Maintainability
A
0 mins
Test Coverage
F
29%

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

func (bc *BlockConnect) Combine(s *mx.Symbol) *mx.Symbol {
Severity: Minor
Found in block.go by golint

exported type Block should have comment or be unexported
Open

type Block interface {
Severity: Minor
Found in block.go by golint

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

func (bc *BlockConcat) Combine(s *mx.Symbol) *mx.Symbol {
Severity: Minor
Found in block.go by golint

exported function Combine should have comment or be unexported
Open

func Combine(nn Block) *mx.Symbol {
Severity: Minor
Found in block.go by golint

exported function Sequence should have comment or be unexported
Open

func Sequence(b ...Block) Block {
Severity: Minor
Found in block.go by golint

exported type BlockStack should have comment or be unexported
Open

type BlockStack struct {
Severity: Minor
Found in block.go by golint

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

func (bc *BlockStack) Combine(s *mx.Symbol) *mx.Symbol {
Severity: Minor
Found in block.go by golint

exported function Stack should have comment or be unexported
Open

func Stack(b ...Block) Block {
Severity: Minor
Found in block.go by golint

exported type BlockConnect should have comment or be unexported
Open

type BlockConnect struct {
Severity: Minor
Found in block.go by golint

exported function Residual should have comment or be unexported
Open

func Residual(a ...Block) Block {
Severity: Minor
Found in block.go by golint

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

func (rcb *ResidualBlock) Combine(a *mx.Symbol) *mx.Symbol {
Severity: Minor
Found in block.go by golint

exported type BlockConcat should have comment or be unexported
Open

type BlockConcat struct {
Severity: Minor
Found in block.go by golint

exported type ResidualBlock should have comment or be unexported
Open

type ResidualBlock struct {
Severity: Minor
Found in block.go by golint

exported function Concat should have comment or be unexported
Open

func Concat(b ...Block) Block {
Severity: Minor
Found in block.go by golint

exported function TransStack should have comment or be unexported
Open

func TransStack(b ...Block) Block {
Severity: Minor
Found in block.go by golint

There are no issues that match your filters.

Category
Status