You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using numeric data types in data_set.rb, a range (min and max values) is provided for the domain. When naive_bayes performs counts on count_instances, value_index returns nil because Numerical values (not equal to the max or min) are not contained in @values.
The text was updated successfully, but these errors were encountered:
When using numeric data types in data_set.rb, a range (min and max values) is provided for the domain. When naive_bayes performs counts on count_instances, value_index returns nil because Numerical values (not equal to the max or min) are not contained in @values.
The text was updated successfully, but these errors were encountered: