information,Classifier-method {Allspice} | R Documentation |
Classifier contents
Description
Information about the assets of a classifier
Usage
information(obj)
Arguments
obj |
An object of the class Classifier. |
Value
A list with three elements: covariates
is a data frame that contains
the variable names that are included in the classification assets,
configuration
contains the analysis settings for each asset and
categories
contains the labels and visual attributes for the assets.
Examples
# Show the contents of the b-cell ALL classifier.
cls <- classifier(verbose=FALSE)
info <- information(cls)
print(info$covariates)
print(info$configuration)
print(head(info$categories))
print(tail(info$categories))
[Package Allspice version 1.0.7 Index]