print {CAST} | R Documentation |
Generic print function for trainDI and aoa
## S3 method for class 'trainDI'
print(x, ...)
show.trainDI(x, ...)
## S3 method for class 'aoa'
print(x, ...)
show.aoa(x, ...)
## S3 method for class 'nndm'
print(x, ...)
show.nndm(x, ...)
## S3 method for class 'knndm'
print(x, ...)
show.knndm(x, ...)
x |
An object of type knndm. |
... |
other arguments. |