ferjorosa / sbn

SBN
Apache License 2.0
0 stars 0 forks source link

BayesianNetwork distributions Map instead of Seq #23

Open fernandoj92 opened 7 years ago

fernandoj92 commented 7 years ago

For faster access to a specific distribution, should be better to use a HashMap instead of a Seq (because I usually call 'contains').

check it though