-
Notifications
You must be signed in to change notification settings - Fork 6
module__org.bibliome.alvisnlp.modules.weka.WekaPredict
Robert Bossy edited this page Jul 27, 2017
·
1 revision
#org.bibliome.alvisnlp.modules.weka.WekaPredict
Classifies elements with a Weka classifier.
org.bibliome.alvisnlp.modules.weka.WekaPredict applies the classifier loaded from classifier on elements specified by examples.
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.