predictSVM.KernelMatrix(x, model, predictionType, verbose, ...)## S3 method for class 'missing':
predictSVM(x, model, predictionType, verbose, ...)
## S3 method for class 'ExplicitRepresentation':
predictSVM(x, model, predictionType, verbose,
...)
## S3 method for class 'KernelMatrix':
trainSVM(x, y = NULL, svmInfo, verbose, ...)
## S3 method for class 'ExplicitRepresentation':
trainSVM(x, y = NULL, svmInfo, verbose,
...)