Package

org.clulab.reach.assembly.relations

classifier

Permalink

package classifier

Visibility
  1. Public
  2. All

Type Members

  1. class AssemblyRelationClassifier extends Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  2. case class DatasetStratifiedFold(test: Seq[Int], train: Seq[Int]) extends Product with Serializable

    Permalink

    Used by Stratified K-fold CV

  3. case class LabelPair[L](index: Int, gold: L, predicted: L) extends Product with Serializable

    Permalink
  4. class PathFinder extends AnyRef

    Permalink
  5. case class Performance[L](lbl: L, p: Double, r: Double, f1: Double, tp: Int, fp: Int, fn: Int) extends Product with Serializable

    Permalink

Value Members

  1. object AssemblyRelationClassifier extends LazyLogging with Serializable

    Permalink
  2. object ClassifyAssemblyRelations extends App with LazyLogging

    Permalink
  3. object CrossValidateAssemblyRelationClassifier extends App with LazyLogging

    Permalink

    * Train and evaluate precedence relation classifier

  4. object Evaluator

    Permalink
  5. object FeatureExtractor

    Permalink
  6. object TrainAssemblyRelationClassifier extends App with LazyLogging

    Permalink

Ungrouped