Learn R Programming

hypercube (version 0.2.1)

print.Importances: Prints an Importances object.

Description

Prints an Importances object.

Usage

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

Arguments

x

The Importances object that will be printed.

...

Ignored parameters.

Value

Sparsity value

See Also

importance

Examples

Run this code
# NOT RUN {
data("sales")
cube = generateCube(sales, columns = list(time = c("month", "year"),
      location = c("state"), product = "product"), valueColumn = "amount")
importances = importance(cube)
print(importances)

# }

Run the code above in your browser using DataLab