image thumbnail

updated 9 days ago

Faster ROC-AUC by Enric Junque de Fortuny

Fast calculation of AUC of an ROC for binary classification problems, written in C++. (auc, roc, classification)

install.m

image thumbnail

updated 1 month ago

Content Based Image Retrieval by Chez

Simple content based image retrieval for demonstration purposes. Either using knn or classification (image retrieval, content based image r..., classification)

L1(numOfReturnedImages, queryImageFeatureVector, dataset)

L2(numOfReturnedImages, queryImageFeatureVector, dataset, m...

[obj, overall]=confMatPlot(confMat, opt)

image thumbnail

updated 1 month ago

a LogitBoost implementation by sun peng

An up-to-date implementation of LogitBoost for multi-class classification. (classification, boosting, ensemble)

AOSOLogitBoost

batch_AOSOLogitBoost

batch_boost_basic

image thumbnail

updated 1 month ago

Spectral Match by Mohammad Abouali

Can be used in HyperSpectral Image Remote Sensing. Produces a matching/Score matrix. (hyper spectral, remote sensing, classification)

[Output]=SpectraMatch(Data,SpectralDB,Method)

image thumbnail

updated 4 months ago

Soft Independent Modeling of Class Analogy (SIMCA) by Cleiton Nunes

M-files for classes modeling and prediction by SIMCA (chemometrics, classification, simca)

simca.m

simcapred.m

image thumbnail

updated 4 months ago

Improved Distance Evaluation (IDE) by Behrad Bagheri

This method could be implemented for feature selection in classification problems. (feature selection, signal processing, classification)

[scores indices selected duration]=IDE2(data,classes,thresh...

image thumbnail

updated 4 months ago

Hot to run WEKA classifiers within MATLAB by Gustavo

This is an example on how to select and pass parameters to Weka from MATLAB (weka, machine learning, classification)

RunWekaFromMATLAB.m

image thumbnail

updated 5 months ago

A road to classification in high dimensional space: the regularized optimal affine discriminant by Yang Feng

A powerful method for binary classification in high dimensional space (classification, statistics, optimization)

[Sigma]=eqcor(p,rho)

analyzeReal(traindata, testdata)

lda(x, y, xtest, ytest)

image thumbnail

updated 7 months ago

Similarity classifier with OWA operators by Pasi Luukka

Toolbox presents vector based classification method which uses similarity measures and OWA operators (classification, fuzzy, biotech)

[Classification_accuracy,p1,m1,classes]=simclass(datalearn,...

[Mean_accuracy, Variance,p1,m1,Means,Vars,Maxsf,Minsf]=simo...

calcfit(data, ideals, y)

image thumbnail

updated 7 months ago

colAUC by Jaroslaw Tuszynski

Calculates Area under ROC curve (AUC) for a vector or for each column of a matrix. (roc, auc, statistics)

Tutorial for colAUC Function and Package

avrRank(x)

colAUC.m

image thumbnail

updated 8 months ago

Ensemble Toolbox by Mohammad Ali Bagheri

This toolbox provides some combination methods to fuse an ensemble of classifiers (classification, ensemble of classifie..., multiple classifier s...)

...

Ensemble_decision=CombineCLFs(CombinitionMethod,...

[Patterns,Targets,V_Targets]=LoadData(dataset,scale)

image thumbnail

updated 8 months ago

Credit Scoring demo by Hanan Kavitz

This is a demo that uses boosting to do credit scoring of German customers. (statistics, boosting, classification)

creditRatingGui(varargin)

image thumbnail

updated 8 months ago

CNN - Convolutional neural network class by Mihail Sirotenko

This project provides matlab class for implementation of convolutional neural networks. (neural network, classification, image processing)

back_conv2(FM,e,K,type)

back_subsample(e, ratio)

cnet_tool(varargin)

image thumbnail

updated 10 months ago

Análise de Agrupamento Hierárquico (HCA) by Carlos Diego Lima de Albuquerque

As distâncias Euclidianas são calculadas e agrupamento é feito na através da média. (chemometrics, classification, hierarquical cluster ...)

hca.m

image thumbnail

updated 10 months ago

K Nearest Neighbor by Wei LI

KNN with configurable label prior, chuncking calculation for large data, and estimation of posterior (classification)

knn(train, trlabel ,probe, k ,opt)

image thumbnail

updated 10 months ago

Análise de Componentes Principais (PCA) by Carlos Diego Lima de Albuquerque

Emprega a PCA nos dados. (chemometrics, principal components ..., classification)

pca_biplot.m

image thumbnail

updated 10 months ago

Pré-Processamento dos dados by Carlos Diego Lima de Albuquerque

Processa os dados através das colunas. (chemometrics, classification, preprocessing)

prep.m

image thumbnail

updated 11 months ago

Decision Trees and Predictive Models with cross-validation and ROC analysis plot by Andrea Padoan

This code implements a classification tree and plots the ROC curves for each target class (classification tree, classification, decision tree)

BestTree (t, X, y, nsamples)

CalculateFeaturesImportance.m

CalculateOutcomeGroups (y)

image thumbnail

updated 11 months ago

Performance Measures for Classification by Barnan Das

This function evaluates the common performance measures for classification models. (performance measures, machine learning, classification)

Evaluate(ACTUAL,PREDICTED)

image thumbnail

updated 1 year ago

A probabilistic model of classifier competence by Tomasz Woloszynski

Classifier competence based on full vector of class supports and probabilistic modelling. (competence, probabilistic modelin..., ensemble)

ccprmod(d,j,varargin)

image thumbnail

updated 1 year ago

Confusion matrix / Matching matrix along with Precision, Sensitivity, Specificity and Model Accuracy by Avinash Uppuluri

CFMATRIX2 calculates the confusion matrix and related parameters for a classification algo. (statistics, probability, confusion matrix)

cfmatrix2(actual, predict, classlist, per, printout)

image thumbnail

updated 1 year ago

Sparse representations classifier by Bilwaj Gaonkar

Kernel version of the sparse representations classifier implemented with CVX (classification, sparse representation...)

[A]=sparse_represent(Test,Train,sp_level)

[a]=sparse_represent_kernelized(K_y,K_Tr,K_te,sp_level)

[predictions,src_scores,uniqlabels]=src(Traindata,Trainlabe...

image thumbnail

updated 1 year ago

Hidden Markov modelling of contourlet transforms for art authentication by Robert Jacobsen

Fits hidden Markov models to contourlet transform and use these for classification of images (hmt, em algorithm, classification)

EM(tree, model, minval, minval_sd)

HMTinit(coef, minval)

add_number(C, font_size)

image thumbnail

updated 1 year ago

Classic AdaBoost Classifier by Dirk-Jan Kroon

Weak threshold classifier boosted to strong Classifier with Adaboost (adaboost, boosting, classification)

[estimateclasstotal,model]=adaboost(mode,datafeatures,datac...

example.m

image thumbnail

updated 1 year ago

PLS regression or discriminant analysis, with leave-one-out cross-validation and prediction. by Cleiton Nunes

M-files for PLS, PLS-DA, with leave-one-out cross-validation and prediction (classification, chemometrics, partial least squares)

pls(x,y,vl,da)

plscv(x,y,vl,da)

plspred(x,model,y)

image thumbnail

updated 1 year ago

Similarity classifier by Pasi Luukka

Classifier based on similarity measure. (biotech, image processing, data exploration)

[Classification_accuracy,p1,m1,classes]=simclass(datalearn,...

[Mean_accuracy, Variance,p1,m1]=simclass2(data,v,c, measure...

calcfitness(data, ideals, y, w)

image thumbnail

updated 1 year ago

CLUSTERING THROUGH OPTIMAL BAYESIAN CLASSIFICATION by Lionel

The package contains function for performing soft clustering. (statistics, clustering, clusters)

Dis=contrastEM(x,centroids,py_x)

[npy_x,npy,idxClus]=distinctW(w,py_x,py)

[py_x,centroids,clustind,complexity]=EM(x,beta,varargin)

image thumbnail

updated 2 years ago

Chemometric data preprocessing by Cleiton Nunes

M-files for data preprocessing by several methods. (chemometrics, calibration, preprocessing)

[x_msc]=msc(x,xref)

abstrans(X)

auto(x)

image thumbnail

updated 2 years ago

Demos from "Computer Vision with MATLAB" webinar by Bruce Tannenbaum

Demo files for the "Computer Vision with MATLAB" webinar held on April 19, 2011. (computer vision, video processing, image processing)

FeatureBasedRegistration.m

StereoDisparityMap.m

TextureClassification.m

image thumbnail

updated 2 years ago

Feature selection using fuzzy entropy measures and similarity by Pasi Luukka

Removes a feature from data file which it considers havining least amount of relevant information. (data exploration, measurement, biotech)

[data_mod, index_rem]=feat_sel_sim(data, measure, p)

image thumbnail

updated 2 years ago

Estatística Computacional: Introdução a Classificação de Padrões utilizando o MATLAB by Elia Matsumoto

Slides and demo files from the live webinar. (webinar, live webinar, matlab)

WhiteWine.m

image thumbnail

updated 2 years ago

Discretization algorithms: Class-Attribute Contingency Coefficient by Guangdi Li

To discrete continuous data, CACC is a promising discretization scheme proposed in 2008 (discretization, data mining, classification)

CACC_Discretization( OriginalData, C )

ControlCenter.m

image thumbnail

updated 2 years ago

GUI for Multivariate Image Analysis of 4-dimensional data by Kateryna Artyushkova

Multivariate Image Analysis of 4-dimensional image sequences using 2-step two-way and three-way ... (pca, simplisma, image analysis)

[Classes,Centres,FinalDistance]=dcKMeans(Data,k,InitCentres...

[M,mask]=profile_z(images);

[c,t]=trilin(c,ne,ishape)

image thumbnail

updated 2 years ago

CAIM Discretization Algorithm by Guangdi Li

CAIM (class-attribute interdependence maximization) is designed to discretize continuous data. (discretization, classification, data mining)

CAIM_Discretization( OriginalData, C )

CAIM_Evaluation( OriginalData, C, Feature, DiscretInterval ...

DiscretWithInterval( OriginalData,C,Column,DiscretInterval ...

image thumbnail

updated 2 years ago

class_vectors by Dr.Rajen Bhatt

Generates classification vectors to be used with any winner-takes-all classifiers. (classification, data exploration)

V=class_vectors(Y)

image thumbnail

updated almost 3 years ago

Introduction to Classification by Richard Willey

Files and code from Computational Statistics: Getting Started with Classification using MATLAB® (classification, machine learning, naive bayes)

WhiteWine.m

image thumbnail

updated 3 years ago

Radon-Like Features by Ritwik Kumar

Radon-Like Features can be used for image segmentation and classification. (image processing, segmentation, classification)

F=makeBarFilters(sup, or, sc)

getEdgeFeatures(im, sup, sc, or)

radonLikeFeaturesDemo.m

image thumbnail

updated 3 years ago

Rosenblatt's Perceptron by Ibraheem Al-Dhamari

A very simple Neural Networks example. (classification, svm, perceptron)

MyPerecptronExample

[w,b,pass]=PerecptronTrn(x,y);

e=PerecptronTst(x,y,w,b);

image thumbnail

updated 3 years ago

Max Margin Ratio Machine by Suicheng Gu

The Code for max margin ratio machine (large margin, kernel machine, support vectors)

kmrtrain ( Y , X , t , g , theta )

kpredict ( Y , X , model )

simple_usps.m

image thumbnail

updated 3 years ago

PCA based face recognition by Gholamreza (Shahab) Anbarjafari

This code is PCA base face recognition programme. (classification, face recognition, pca)

PCA_Face_Recognition.m

image thumbnail

updated 3 years ago

Precision-Recall and ROC Curves by Stefan Schroedl

Calculate and plot P/R and ROC curves for binary classification tasks. (precision recall curv..., classification, precisionrecall curve)

prec_rec(score, target, varargin)

image thumbnail

updated 3 years ago

Blind recognition of space time codes by Choqueuse Vincent

These scripts implement several algorithms for the blind recognition of space time block codes. (mimo, stbc, space time block code)

PermsRep(v,k)

[]=Blind_recognition_STBC2_simulation_results(N,nr,Modulati...

[]=Blind_recognition_STBC4_simulation_results(N,nr,Modulati...

image thumbnail

updated 3 years ago

DeltaRule by Will Dwinnell

Trains a single artificial neuron using the delta rule. (neural, neural net, neural network)

DeltaRule(X,Y,LearningRate,MinimumWeightChange,MaximumPasse...

Logistic(Input)

image thumbnail

updated 3 years ago

Basic PCA based log-Likelihood Classifier by Dirk-Jan Kroon

PCA algorithm suitable for detection / recognition of 2D image "objects" (classification, recognition, likelihood)

[Lmean,Gmean,Cgppca,invCgppca,Vtot]=train_model(L,G)

[distanceL,distanceG,LogLikelihood]=apply_model(T,Lmean,Gme...

example_classifier_ms.m

image thumbnail

updated 3 years ago

Applying Multivariate Classification in the Life Sciences with Statistics Toolbox by Sam Roberts

Files from the webinar "Multivariate Classification in the Life Sciences with Statistics Toolbox" (biotech, statistics, life science)

Prediction of tumor class from gene expression data using b...

image thumbnail

updated 3 years ago

gaussian_mixture_model.m by Matthew Roughan

Estimate the parameters of a 1D Gaussian Mixture Model using the EM algorithm. (expectation maximizat..., estimation, em)

...

norm_density(x, mu, sigma)

normcdf(x, mu, sigma)

image thumbnail

updated 4 years ago

Compressive Classifier by Angshul Majumdar

Classifiers Robust to Dimensionality Reduction via Random Projections (classification, optimization, signal processing)

FGSC(Train, Test, cs, repeat, type)

FSC(Train, Test, cs, repeat, type)

GSC(Train, Test, cs, repeat, type)

image thumbnail

updated 4 years ago

Principal Component Analysis (PCA) in MATLAB by Siamak Faridani

This is a demonstration of how one can use PCA to classify a 2D data set. (classification, pca, principal component a...)

pca.m

image thumbnail

updated 4 years ago

Discriminant Analysis Programme by Bartolomeu Rabacal

Discrimination and Classification of data to and from groups with classical/robust estimation (statistics, classification, discrimination)

DAP(varargin)

DSEst.m

DSWeightings(directions, DSParm)

image thumbnail

updated almost 5 years ago

Fuzzy k-NN by Cuneyt Mertayak

Fuzzy k-nearest neighbors classifier that was proposed by J. M. Keller et.al. (statistics, probability, fuzzy)

f_knn(tr,tr_memberships,te,k)

Contact us