Objective: We hypothesize that voxels in close affinity would give better classification accuracy than voxels with random neighbors.
In this experiment, we compare the classification accuracy of both k-nn and k-random neighbor (k-rn) with the same set of seed voxels.
Results: The results ARE OPPOSITE to our hypothesis. That is, seeds with k random neighbors give better accuracy than with k nearest neighbors. This might give the insight that:
1) Information is NOT distributed locally in the brain!!!
2) Perhaps, this says the specific-category regions exist in the brain
acc vs voxel
acc vs k
acc vs xyz
k-nn
k-rn
acc voxel
acc k
k-nn
k-rn
Now, let's compare the accuracy from using k-nn and k-rn on both VTC and whole brain
histogram of accuracy
The balance plot of k-nn vs k-rn
accuracy vs k
VTC
whole brain
What I observed: