contents.m

来自「轨迹聚类工具箱及其相关说明和文章(台风路径分类等)。如有问题可与wyljess@」· M 代码 · 共 32 行

M
32
字号
% Partial Curve Prediction (CCToolbox/mixtures/pred)
%  CCToolbox 1.0
%
% Standard clustering models
%  lrm_pred        - Partial curve prediction for LRM model
%  srm_pred        - Partial curve prediction for SRM model
%  gmix_pred       - Partial curve prediction for Gaussian mixtures
%  kmeans_pred     - Partial curve prediction for K-means
%
% Regression mixtures with measurement space alignment
%  lrm_d_pred      - Partial curve prediction for LRM_D model
%  lrm_cd_pred     - Partial curve prediction for LRM_CD model
%  srm_d_pred      - Partial curve prediction for SRM_D model
%  srm_cd_pred     - Partial curve prediction for SRM_CD model
%
% Regression mixtures with time alignment
%  lrm_b_pred      - Partial curve prediction for LRM_B model
%  lrm_ab_pred     - Partial curve prediction for LRM_AB model
%  srm_b_pred      - Partial curve prediction for SRM_B model
%  srm_ab_pred     - Partial curve prediction for SRM_AB model
%
% Regression mixtures with space and time alignment
%  lrm_d_b_pred    - Partial curve prediction for LRM_D_B model
%  lrm_cd_b_pred   - Partial curve prediction for LRM_CD_B model
%  lrm_d_ab_pred   - Partial curve prediction for LRM_D_AB model
%  lrm_cd_ab_pred  - Partial curve prediction for LRM_CD_AB model
%  srm_d_b_pred    - Partial curve prediction for SRM_D_B model
%
% See also CCTOOLBOX

% Scott J. Gaffney   18 May 2005
% University of California, Irvine

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?