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

com.mayabot.mynlp.fasttext.TrainExampleSource.kt Maven / Gradle / Ivy

package com.mayabot.mynlp.fasttext

interface TrainExampleSource {

    fun iteratorAll() : ExampleIterator

    fun split(num:Int) : List

    fun close()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy