I am new to Scala and I am trying to import a Scala project into Eclipse IDE. I am getting this error:
not found: object breeze.
The line of the error is:
import breeze.linalg._
I have added the breeze.jar
but the problem is not resolve. Can anybody help me how I can fix this problem?