SerializedClassifier

Package

weka.classifiers.misc

Synopsis

A wrapper around a serialized classifier model. This classifier loads a serialized models and uses it to make predictions.

Warning: since the serialized model doesn't get changed, cross-validation cannot bet used with this classifier.

Options

The table below describes the options available for SerializedClassifier.

Option

Description

debug

If set to true, classifier may output additional info to the console.

modelFile

The serialized classifier model to use for predictions.

Capabilities

The table below describes the capabilites of SerializedClassifier.

Capability

Supported

Min # of instances

1