print.Importances {hypercube}R Documentation

Prints an Importances object.

Description

Prints an Importances object.

Usage

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

Arguments

x

The Importances object that will be printed.

...

Ignored parameters.

Value

Sparsity value

Author(s)

Michael Scholz michael.scholz@th-deg.de

See Also

importance

Examples


data("sales")
cube = generateCube(sales, columns = list(time = c("month", "year"),
      location = c("state"), product = "product"), valueColumn = "amount")
importances = importance(cube)
print(importances)


[Package hypercube version 0.2.1 Index]