-
Notifications
You must be signed in to change notification settings - Fork 18
/
Contents.m
22 lines (21 loc) · 983 Bytes
/
Contents.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
% Toolbox Active Learning for Remote Sensing Toolbox
% Version 0.4 07-03-2012
% Authors Devis Tuia & Jordi Mu{\~n}oz-Mar{\'i}, (c) 2007-2012
% License GPLv2
%
% ABD_criterion.m: returns an orderer list of samples following the ABD criterion
% AL.m: this file implements several AL methods: RS, MS, MCLU, MS+ABD, MCLU+ABD, EQB_LDA, EQB_SVM
% ALpredict.m: for predicting using LDA / SVM
% ALtrain.m: SVM training
% assessment.m: for evaluating classification or regression results
% Contents.m: this file
% GridSearch_Train_CV.m: trainer for SVM based methods using grid search and n-fold
% kernelmatrix.m: function to compute kernel matrices
% n_fold.m: used for n-fold cross validation
%
% Thank you for using the toolbox!
%
% Please cite :
% D. Tuia, M. Volpi, L. Copa, M. Kanevski, and J. Mu{\~n}oz-Mar{\'i}.
% A survey of active learning algorithms for supervised remote sensing image classification.
% IEEE Journal of Selected Topics in Signal Processing, 5(3):606?617, 2011.