# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test ExpectedClassMetricsOut")
model.instance <- ExpectedClassMetricsOut$new()
test_that("classifier_name", {
# tests for the property `classifier_name` (character)
# uncomment below to test the property
#expect_equal(model.instance$`classifier_name`, "EXPECTED_RESULT")
})
test_that("expected_class", {
# tests for the property `expected_class` (character)
# uncomment below to test the property
#expect_equal(model.instance$`expected_class`, "EXPECTED_RESULT")
})
test_that("ai_estimate_total", {
# tests for the property `ai_estimate_total` (integer)
# uncomment below to test the property
#expect_equal(model.instance$`ai_estimate_total`, "EXPECTED_RESULT")
})
test_that("ai_estimate_precision", {
# tests for the property `ai_estimate_precision` (numeric)
# uncomment below to test the property
#expect_equal(model.instance$`ai_estimate_precision`, "EXPECTED_RESULT")
})
test_that("ai_estimate_recall", {
# tests for the property `ai_estimate_recall` (numeric)
# uncomment below to test the property
#expect_equal(model.instance$`ai_estimate_recall`, "EXPECTED_RESULT")
})
test_that("ai_learn_total", {
# tests for the property `ai_learn_total` (integer)
# uncomment below to test the property
#expect_equal(model.instance$`ai_learn_total`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.