| MATLAB Function Reference | Search  Help Desk |
| placekernels |
Place kernels to be used with smoothknn
Syntax
kernels=placekernels(data)
kernels=placekernels(data,num)
Description
kernels=placekernels(data)
Build the metrics (the kernels) needed by smoothknn
using a non supervised clustering algorithm (Gustaffson Kessel).
The number of kernels for each class is (right now badly) guessed.
kernels=placekernels(data,num)
Build the metrics (the kernels) needed by smoothknn
using a non supervised clustering algorithm (Gustaffson Kessel).
num kernels are computed for each class.