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

fregata.optimize.Gradient.scala Maven / Gradle / Ivy

The newest version!
package fregata.optimize

import fregata._

/**
 * Created by takun on 16/9/19.
 */
trait Gradient extends Serializable{
  def calculate(x:Vector,label:Num) : Array[Num]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy