testCore {CORElearn}R Documentation

Verification of the CORElearn installation

Description

Performs a partial check of the classification part of CORElearn.

Usage

testCore()
testNA()

Arguments

None.

Details

Function testCore() runs functions CoreModel, predict.CoreModel, modelEval, and attrEval and performs a partial check of the obtained results.

Function testNA() performs a test of consistency NA and NaN between R and CORElearn.

Value

Function testCore() has no output value. The result OK or FAILED is printed.
Function testNA() returns a logical value indicating, whether the result of the test is correct.

Author(s)

Marko Robnik-Sikonja, Petr Savicky

See Also

CORElearn.

Examples

testCore()

[Package CORElearn version 0.9.22 Index]