View source: R/FeatureAssociations.R
GetFeatureAssociationMatrixDetails | R Documentation |
Get a sample of the actual values used to measure the association between a pair of features.
GetFeatureAssociationMatrixDetails(project, feature1, feature2)
project |
character. Either (1) a character string giving the unique alphanumeric identifier for the project, or (2) a list containing the element projectId with this identifier. |
feature1 |
character. The name of the first feature of interest. |
feature2 |
character. The name of the second feature of interest. |
A list with the following info:
features list. The names of 'feature1' and 'feature2'.
types list. The type of 'feature1' and 'feature2'. Will be "C" for categorical and "N" for numeric.
values data.frame. The values of the feature associations and the relative frequency of the data points in the sample.
## Not run:
projectId <- "59a5af20c80891534e3c2bde"
GetFeatureAssociationMatrix(projectId, "SepalWidth", "SepalLength")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.