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

org.deeplearning4j.text.labels.LabelsProvider Maven / Gradle / Ivy

There is a newer version: 1.0.0-M2.1
Show newest version
package org.deeplearning4j.text.labels;

import org.deeplearning4j.models.sequencevectors.sequence.SequenceElement;

/**
 * @author [email protected]
 */
public interface LabelsProvider {

    T nextLabel();

    T getLabel(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy