Skip to content

module__WekaPredict

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

#org.bibliome.alvisnlp.modules.weka.WekaPredict

Synopsis

Classifies elements with a Weka classifier.

Description

org.bibliome.alvisnlp.modules.weka.WekaPredict applies the classifier loaded from classifier on elements specified by examples.

Parameters

Optional

Type: File

Serialized classifier file. This file must be generated by TrainingElementClassifier with the same relationDefinition.

Optional

Type: Expression

Elements to classify. This expression is evaluated as a list of elements with the corpus as the context element.

Optional

Type: String

Feature where to write the class prediction.

Optional

Type: RelationDefinition

Specification of example attributes and class.

Optional

Type: TargetStream

File where to write evaluation results, if actual classes are available.

Clone this wiki locally