A table, created by segmentImage with manually added classes.
cross
Does 10-fold cross validation to test the classifiers performance.
Value
A List containing:
classifier
The classifier
performance
cross validation performance
Details
Topological features include the density of cells and the size of the surrounding cytoplasma of a cell. These features depend on the size of the image. If training image and the image to classify have different size, these features can fool the classification and should not be enabled.
f = system.file("extdata", "trainingData.txt", package="CRImage")
#read training datatrainingData=read.table(f,header=TRUE)
#create classifierclassifier=createClassifier(trainingData)[[1]]