org.allenai.nlpstack.parse

poly

package poly

Visibility
  1. Public
  2. All

Value Members

  1. package core

  2. package decisiontree

    Implements C4.5 decision trees for integral labels and attributes.

    Implements C4.5 decision trees for integral labels and attributes.

    Main class to use is org.allenai.nlpstack.parse.poly.decisiontree.DecisionTree. Use the companion object to build the tree. Then use ) or ) to do prediction.

    The tree takes data in the form of org.allenai.nlpstack.parse.poly.decisiontree.FeatureVectors. This is a container for a collection of org.allenai.nlpstack.parse.poly.decisiontree.FeatureVector objects.

    Implementations of these are org.allenai.nlpstack.parse.poly.decisiontree.SparseVector or org.allenai.nlpstack.parse.poly.decisiontree.DenseVector.

  3. package eval

  4. package fsm

  5. package ml

  6. package polyparser

  7. package reranking

Ungrouped