We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6353c32 commit deff114Copy full SHA for deff114
src/weights.jl
@@ -1,7 +1,7 @@
1
2
###### Weight vector #####
3
4
-immutable WeightVec{W<:Real,Vec<:RealVector}
+immutable WeightVec{W,Vec<:RealVector}
5
values::Vec
6
sum::W
7
end
0 commit comments