print.Importances: Prints an Importances object.

Description Usage Arguments Value Author(s) See Also Examples

View source: R/cube.R

Description

Prints an Importances object.

Usage

1
2
## 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

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

hypercube documentation built on March 26, 2020, 7:52 p.m.