TrainTestResult: Class to handle the results of Training-Testing evaluation...

Description Usage Arguments Value Author(s)

View source: R/train_test_result.R

Description

Each an object of this class contains the primary results of a training-testing evaluation of a classifier

Usage

1
2
3
4
5
6
7
TrainTestResult(
  dataset,
  classifier,
  iteration,
  trainPredictedClasses,
  testPredictedClasses
)

Arguments

dataset

the dataset on which the classifier ran

classifier

the classifier used to produce this result

iteration

is the number of resampling for sake of much more precision to evaluate used classifier.

trainPredictedClasses

are the classes that are predicted based on training the classifier with trainIndices.

testPredicatedClasses

are the classes that are predicated based on training an classifier with testIndices.

call

the function call used to produce this result

Value

an object of class TrainTestResult containing the following attributes

Author(s)

Jacques van Helden and Mustafa AbuElQumsan


elqumsan/RNAseqMVA documentation built on March 10, 2021, 8:10 a.m.