Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# arm-go

![Build Status](https://github.com/cpearce/arm-go/actions/workflows/go.yml/badge.svg)
[![Go Reference](https://pkg.go.dev/badge/github.com/cpearce/arm-go.svg)](https://pkg.go.dev/github.com/cpearce/arm-go)

An implementation of FPGrowth frequent pattern generation algorithm,
along with association rule generation, in Go.
Expand Down Expand Up @@ -54,7 +55,7 @@ used for rule generation.

## The `fpgrowth` package

The underlying implementation can be used as a library as well. See the go docs
The underlying implementation can be used as a library as well. See the [fpgrowth go package docs](https://pkg.go.dev/github.com/cpearce/arm-go/fpgrowth)
for more information.

## Development
Expand Down