sub_result.binary_classification_result: Subset Binary Classification Result

View source: R/mvpa_result.R

sub_result.binary_classification_resultR Documentation

Subset Binary Classification Result

Description

This function subsets a binary classification result based on the provided indices.

Usage

## S3 method for class 'binary_classification_result'
sub_result(x, indices)

Arguments

x

An object of class binary_classification_result containing the binary classification results.

indices

The set of indices used to subset the results.

Value

A binary_classification_result object containing the subset of results specified by the indices.

See Also

Other sub_result: sub_result(), sub_result.multiway_classification_result()


bbuchsbaum/rMVPA documentation built on April 28, 2024, 6:30 a.m.