MATLAB Function Reference
  Go to function:
    Search    Help Desk 
placekernels    

Place kernels to be used with smoothknn

Syntax

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.



[ Help Desk ]