GetFeatureAssociationMatrixDetails {datarobot}R Documentation

Get a sample of the actual values used to measure the association between a pair of features.

Description

Get a sample of the actual values used to measure the association between a pair of features.

Usage

GetFeatureAssociationMatrixDetails(project, feature1, feature2)

Arguments

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.

Value

A list with the following info:

Examples

## Not run: 
  projectId <- "59a5af20c80891534e3c2bde"
  GetFeatureAssociationMatrix(projectId, "SepalWidth", "SepalLength")

## End(Not run)

[Package datarobot version 2.18.6 Index]