Refine by Content Type

Refine by Product

Refine by Time Frame

image thumbnail

updated 2 months ago

K means clustering for Image Compression by Vinay Kumar Tadepalli

K-means clustering is a popular vector quantization method for data compression. (image processing, demo, mathematics)

Kmeans_Pre_Post.m

kmeans_clustering.m

Image_kmeans_main.m

image thumbnail

updated 11 months ago

SCOPE: interactively tabulate SEER excel variables by Rex Cheung

This takes SEER excel column data interactively, tabulate them, write back in table format. (data import, data export, optimization)

output=xls2tabulate2xls(xlsfilename)

image thumbnail

updated 2 years ago

1-nearest neighbor with accuracy, precision and recall by Aravind Manimaran

INPUTS:TEST SET,TRAINING SET,GROUP,K-VALUE,DISTANCE,RULE OUTPUT:ACCURACY,PRECISION,RECALL (mathematics)

1nn_acc_pre_rec_.m

image thumbnail

updated 2 years ago

Y-bus by arvind singh

admittance matrix (numerical, matrix, mathematics)

ybus_final.m

image thumbnail

updated 3 years ago

secant method in nonlinear ode by Kalyan Bhattacharjee

this will find the solution of U''=k*U*U' by using taylor series 3rd order and secant method (simulation, taylor, ode)

math1.m

secant.m

image thumbnail

updated 3 years ago

3D Crouzeix-Raviart mortar finite element method by Jan Valdman

Implementation of 3D Crouzeix-Raviart mortar finite element (mathematics, 3d, mortar)

M_CR=stima_massCR_3D(elements3,coordinates,element2faces)

[M_CR Z]=stima_gradgradCR_3D(elements3,coordinates,element2...

[b_volumeforces, volumes]=rhs_CR_3D(elements3, coordinates,...

image thumbnail

updated 4 years ago

DotNet Web Example Guide End To End Chapter by Joe

Source files for the DotNet Web Example Guide End To End Chapter (gui, data export, finance)

getMagic(x)

getMagicWebFigure(x)

image thumbnail

updated 4 years ago

Java Web Example Guide End To End Chapter by Joe

This is the source files for the example discussed in the Java Web Example Guide End To End Chapter (biotech, mathematics, gui)

getMagic(x)

getMagicWebFigure(x)

image thumbnail

updated almost 8 years ago

gc2dec by Arjun Srinivasan Rangamani

Function to convert a gray coded sequence to a decimal sequence. (gray, code to decimal, decimal)

gc2dec(gra)

Contact us