org.allenai.nlpstack.core

conf

package conf

Visibility
  1. Public
  2. All

Type Members

  1. abstract class ConfidenceFunction[E] extends Function[E, Double]

    A confidence function for ranking how likely an extraction is correct.

    A confidence function for ranking how likely an extraction is correct.

    E

    the extraction to rank

  2. abstract class ConfidenceTrainer[E] extends Trainer[E, Double]

    A trainer for a confidence function.

    A trainer for a confidence function.

    E

    the extraction the confidence function will rank

  3. abstract class Feature[E, V] extends Function[E, V]

    An abstract representation for a feature used by the confidence function.

  4. class FeatureSet[T, V] extends AnyRef

    FeatureSet represents a set of features on T that can be represented as a double.

  5. case class Labelled[E](label: Boolean, item: E) extends Product with Serializable

    A representation of a labelled extraction.

    A representation of a labelled extraction.

    label

    whether this extraction is true or false

    item

    the item labelled

  6. abstract class Trainer[E, V] extends AnyRef

Value Members

  1. object Feature

  2. object FeatureSet

  3. package impl

Ungrouped