classifierOutput-class {MLInterfaces}R Documentation

Class "classifierOutput" ~~~

Description

~~ A concise (1-5 lines) description of what the class is. ~~

Objects from the Class

Objects can be created by calls of the form new("classifierOutput", ...). ~~ describe objects here ~~

Slots

testOutcomes:
Object of class "factor" ~~
testPredictions:
Object of class "factor" ~~
testScores:
Object of class "ANY" ~~
trainOutcomes:
Object of class "factor" ~~
trainPredictions:
Object of class "factor" ~~
trainScores:
Object of class "ANY" ~~
RObject:
Object of class "ANY" ~~
call:
Object of class "call" ~~

Methods

confuMat
signature(obj = "classifierOutput"): ...
RObject
signature(obj = "classifierOutput"): ...
show
signature(object = "classifierOutput"): ...
testScores
signature(object = "classifierOutput"): ...
testPredictions
signature(object = "classifierOutput"): ...
fsHistory
signature(object = "classifierOutput"): ...

Author(s)

~~who you are~~

Examples

showClass("classifierOutput")

[Package MLInterfaces version 1.12.0 Index]