Skip to content

Commit

Permalink
Housecleaning, remove dev files and duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
AP6YC committed Oct 13, 2020
1 parent 32cdefe commit bf70798
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 1,043 deletions.
8 changes: 0 additions & 8 deletions src/ARTMAP.jl
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
# module ARTMAP

using Parameters
using LinearAlgebra
using Logging
using ProgressBars
using Printf

# using LinearAlgebra
using MLJ

# export SFAM
# include("funcs.jl")

@with_kw mutable struct opts_SFAM @deftype Float64
# Vigilance parameter: [0, 1]
rho = 0.75; @assert rho >= 0 && rho <= 1
Expand Down Expand Up @@ -260,5 +254,3 @@ end
# function SFAM(opts)
# SFAM(opts, [], [], [], [], [])
# end

# end

0 comments on commit bf70798

Please sign in to comment.