Skip to content

module__org.bibliome.alvisnlp.modules.weka.WekaSelectAttributes

Robert Bossy edited this page Jul 27, 2017 · 1 revision

#org.bibliome.alvisnlp.modules.weka.WekaSelectAttributes

Synopsis

Searches for discrimminating attributes with Weka.

Description

org.bibliome.alvisnlp.modules.weka.WekaSelectAttributes applies Weka's attribute selection on a training set sepcified by examples and writes the result in evaluationFile.

Parameters

Optional

Type: TargetStream

File where to write evaluation results.

Optional

Type: String

Evaluation metrics, this should be the canonical name of a class that extends Weka's ASEvaluation.

Optional

Type: Expression

Training set examples. This expression is evaluated as a list of elements with the corpus as the context element.

Optional

Type: RelationDefinition

Specification of example attributes and class.

Optional

Type: String[]]

Options to the evaluator.

Optional

Type: String

Search heuristic, this should be the canonical name of a class that extends Weka's ASSearch.

Optional

Type: String[]]

Options to the search heuristic.

Clone this wiki locally