资源简介

高光谱遥感影像数据降维处理 包括线性降维和非线性降维处理

资源截图

代码片段和文件信息

function [batchcand] = ABD_criterion(s_pts pts2add options)

% function [batchcand] = ABD_criterion(s_pts pts2add options)
%
% Computes the ABD (angle based diversity) criterion using the input batch of
% candidates [criterion proposed by Demir et al. IEEE TGRS 2011]
%
%  Inputs:
%    s_pts:   matrix where the first columns are the samples and the two last
%             columns are the class label (not used here in any way) and the
%             index of the whole pool of samples of each provided sample
%             respectively
%    pts2add: number of points to select from the candidates in s_pts
%    options: .kern: kernel type .sigma: kernel free parameter
%
%  Outputs:
%    batch: the indexes of the selected candidates (taken from last column of s_pts)
%    cand:  the index

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2012-03-22 04:09  DarionALToolbox\
     文件        1928  2012-03-08 06:27  DarionALToolbox\ABD_criterion.m
     文件       10421  2012-03-08 06:27  DarionALToolbox\AL.m
     文件        1729  2012-03-21 05:57  DarionALToolbox\ALpredict.m
     文件        1199  2012-03-21 05:56  DarionALToolbox\ALtrain.m
     文件        4563  2012-03-08 06:27  DarionALToolbox\assessment.m
     文件         982  2012-03-08 06:27  DarionALToolbox\Contents.m
     文件        1527  2012-03-22 04:08  DarionALToolbox\demo_ForDarion.m
     文件        3002  2012-03-21 05:55  DarionALToolbox\GridSearch_Train_CV.m
     文件        1466  2012-03-08 06:27  DarionALToolbox\kernelmatrix.m
     文件      389020  2012-03-21 04:41  DarionALToolbox\multisvm.exe
     文件         469  2012-03-08 06:27  DarionALToolbox\n_fold.m
     文件     7280543  2012-03-08 06:27  DarionALToolbox\testAVIRIS.mat

评论

共有 条评论