information,Classifier-method | R Documentation |
Information about the assets of a classifier
information(obj)
obj |
An object of the class Classifier. |
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.
# 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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.