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

edu.arizona.sista.learning.DatasetFold.scala Maven / Gradle / Ivy

package edu.arizona.sista.learning

/**
 * Stores one fold, containing testing and training partitions
 * Each tuple stores start and end offsets, starting from 0
 * User: mihais
 * Date: 5/1/13
 */
class DatasetFold(val testFold:(Int, Int), val trainFolds:Iterable[(Int, Int)]) {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy