All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fregata.loss.package.scala Maven / Gradle / Ivy

The newest version!
package fregata

/**
  * Created by takun on 2016/10/12.
  */
package object loss {
  def log(data:Iterable[(Num,Num,Num)]) = new LogLoss().of(data)
  def rmse(data:Iterable[(Num,Num,Num)]) = new RMSE().of(data)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy