Description Usage Arguments Value Examples
Constructor
1 |
data |
a dataset that contains all the active variables |
pred_clusters |
a vector of dataset predicted clusters |
true_clusters |
a vector of dataset actual clusters |
an object returning a list of active data (categorical and numerical data), number of samples, etc.
1 2 | data(BankCustomer)
obj <- Dataset(BankCustomer, BankCustomer$Cluster)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.