Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 20ec7fc

Browse files
committed
remove unnecessary code from Moosra
1 parent 663df5e commit 20ec7fc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/moosra.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ function moosra(
8383
end
8484

8585
row, col = size(decisionMat)
86-
dmat = Matrix(decisionMat)
87-
zerotype = eltype(dmat[1, :])
86+
87+
zerotype = eltype(decisionMat[1, :])
8888

8989
# normalizedDecisionMat = dmat ./ sqrt(sum(dmat .* dmat))
90-
normalizedDecisionMat = normalization(dmat, fns)
90+
normalizedDecisionMat = normalization(decisionMat, fns)
9191

9292
w = unitize(weights)
9393

0 commit comments

Comments
 (0)