Skip to content

Commit

Permalink
Fix deprecations (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
femtocleaner[bot] authored and ararslan committed Nov 6, 2017
1 parent a535f10 commit a89658e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This function factorizes the input matrix ``X`` into the product of two non-nega
In general, it returns a result instance of type ``NMF.Result``, which is defined as

```julia
immutable Result
struct Result
W::Matrix{Float64} # W matrix
H::Matrix{Float64} # H matrix
niters::Int # number of elapsed iterations
Expand Down

0 comments on commit a89658e

Please sign in to comment.