Let's say you have 3 inputs: A, B, C. Can an Artificial Neural Network (not necessarily feed-forward) learn this pattern?
if C > k
output is A
else
output is B
Are there certain types of networks, which can or are well suited for this type of problem?