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

fregata.metrics.classification.package.scala Maven / Gradle / Ivy

The newest version!
package fregata.metrics

import fregata._

/**
  * Created by takun on 2016/10/12.
  */
package object classification {
  def accuracy(data:Iterable[(Num,Num)]) = Accuracy.of(data)
  def auc(data:Iterable[(Num,Num)]) = AreaUnderRoc.of(data)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy