Create a Multiway Classification Result Object
multiway_classification_result.RdThis function creates a multiway classification result object containing the observed and predicted values, class probabilities, test design, test indices, and predictor.
Usage
multiway_classification_result(
  observed,
  predicted,
  probs,
  testind = NULL,
  test_design = NULL,
  predictor = NULL
)Value
A list with class attributes "multiway_classification_result", "classification_result", and "list" containing the observed and predicted values, class probabilities, test design, test indices, and predictor.
See also
Other classification_result:
binary_classification_result(),
classification_result(),
regression_result()