print.LFprediction {LogicForest}R Documentation

Print method for logic forest predictions

Description

Displays the results of a prediction from a logic forest model.

Usage

## S3 method for class 'LFprediction'
print(x, ...)

Arguments

x

An object of class "LFprediction".

...

Additional arguments (currently ignored).

Value

No return value. This function is called for its side effects (printing).


[Package LogicForest version 2.1.2 Index]