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

au.csiro.variantspark.input.LabelSource.scala Maven / Gradle / Ivy

The newest version!
package au.csiro.variantspark.input

trait LabelSource {
  def getLabels(labels: Seq[String]): Array[Int]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy