IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
clus.m
Go to the documentation of this file.
1 %> @brief Clustering base class
2 classdef clus < fcon
3  methods
4  function o = clus(o)
5  o.classtitle = 'Clustering';
6  end;
7  end;
8 end
Clustering base class.
Definition: clus.m:2
Feature Construction (FCon) base class.
Definition: fcon.m:2