PURPOSE
[b,c] = kmeans(X, k) : k-means clustering of iData object
SYNOPSIS
function [s,c] = kmeans(a, k, method)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
- abs b = abs(s) : absolute value of iData object
- cell [content,fields]=cell(s) : convert iData objects into cells
- copyobj b = copyobj(s) : makes a copy of iData object
- cumsum s = cumsum(a,dim) : computes the cumulative sum of iData objects elements
- end b = end(s,index,n) : end value for iData objects
- find d = find(s) : find iData signal non zeros values
- fliplr b = fliplr(s) : Flip object in left/right direction
- hist hist(a, axis1, axis2, ...) computes the accumulated histogram from event data sets
- iData
- ind2sub ind2sub(s,index) : get indexed element in an iData array
- isempty isempty(s) : true for empty iData object
- isfinite b = isfinite(s) : True for finite iData object elements
- isfloat b = isfloat(s) : True for float iData object elements
- isnan b = isnan(s) : True for NaN iData object elements
- label b = label(s, alias, label) : Change iData label for a given alias/axis
- linspace v = linspace(a,b,n) : creates a linearly spaced vector of objects
- max [m,id] = max(a,b, dim) : computes the maximum value of iData object(s)
- min [m,id] = min(a,b, dim) : computes the maximum value of iData object(s)
- minus c = minus(a,b) : computes the difference of iData objects
- ndims d = ndims(s) : get the dimensionality of iData object
- ones s = ones(s,N,M,P,...) : initialize an iData array
- real b = real(s) : real value of iData object
- reshape c = reshape(a) : reshape the object Signal
- round b = round(s) : upper integer round of iData object
- set [s,...] = set(s, 'PropertyName', Propertyvalue, ...) : set iData properties
- single d = single(s) : convert iData into single floats
- size size(s) : get iData object size (number of elements)
- sort s = sort(a,dim) : Sort iData objects axes in ascending or descending order
- sqrt b = sqrt(s) : square root value of iData object
- std [half_width, center] = std(s, dim) : standard deviation of iData
- subsref b = subsref(a,s) : iData indexed references
- sum s = sum(a,dim) : computes the sum of iData objects elements
- unique s = unique(a,dim) : set unique iData objects axes with no repetitions
- zeros s = zeros(s,N,M,P,...) : initialize an iData array
This function is called by:
Generated on Tue 27-Nov-2018 10:56:24 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1