Mathematics

object Mathematics
class Object
trait Matchable
class Any

Value members

Concrete methods

def accuracy(yHatsWithYs: Iterator[(LazyList[Double], LazyList[Double])]): Double
def dotProduct(xs: LazyList[Double], ys: LazyList[Double]): Double
def euclideanDistance(xs: LazyList[Double], ys: LazyList[Double]): Double
def rootMeanSquareError(yHatsWithYs: Iterator[(LazyList[Double], LazyList[Double])]): Double
def sigmoid(x: Double): Double