Skip to content

Commit

Permalink
Consolidate logo
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredSchwartz committed Sep 17, 2024
1 parent c481eb8 commit 3523765
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 38 deletions.
Binary file removed .github/logo.png
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img width="400px" src=".github/logo.png" title="RuleMiner logo"/>
<img width="400px" src="./docs/src/assets/logo.svg" title="RuleMiner logo"/>
</p>

# RuleMiner.jl - Pattern Mining in Julia
Expand Down
85 changes: 51 additions & 34 deletions docs/src/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/RuleMiner.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# RuleMiner.jl
# Asoociation Rule Mining in Julia
# Pattern Mining in Julia
#=
Copyright (c) 2024 Jared Schwartz
Expand Down Expand Up @@ -28,7 +28,7 @@ module RuleMiner
using DataFrames
using Combinatorics

# Stdlib Dependencies
# Base and Standard Library Dependencies
using Mmap
using Base.Threads
using SparseArrays
Expand All @@ -52,7 +52,7 @@ include("data_structures/fputils.jl")
export FPNode
export FPTree

#=============Assocition Rule Mining=============#
#=============Association Rule Mining=============#
include("association_rules/apriori.jl")

export apriori
Expand Down

0 comments on commit 3523765

Please sign in to comment.