Tagged Questions
0
votes
0answers
70 views
How to map over non-Null values in a list [duplicate]
Possible Duplicate:
Selectively Mapping over elements in a List
I have a list of distributions and a list of samples. I'm trying to calculate probabilities of some record being within one ...
0
votes
1answer
175 views
How to create function that classifies sample data
I want to create expression, that classifies samples ( 4 weather features -> decision).
Example training data:
For the values that i have data for, I can use rules:
...