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

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

package edu.arizona.sista.learning

/**
 * Analogous to iterable -- defines a method for geting the feature traverser and updater
 * Created by dfried on 5/27/14.
 */
trait FeatureTraversable[F, V] {
  /**
   * Get the feature updater for this class, allowing iterating and updating feature values
   */
  def featureUpdater: FeatureUpdater[F, V]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy