Software Listing: Neighbors
- Fuzzy k-NN
- License: Freeware
- Price: 0.00

Fuzzy k-nearest neighbors classifier that can work with training samples whose label info is fuzzified. The prototype is as follows. [y,predict_class] = f_knn(tr,tr_memberships,te,k) tr: training samples tr_memberships: membership values of traning samples te: testing samples k: k value vector (more than one value is possible) y: output memberships for testing set predict_class: the most likely classes for testing set.
- Publisher: Cuneyt Mertayak
- Date: 19-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- K Nearest Neighbors
- License: Shareware

Program to find the k - nearest neighbors (kNN) within a set of points. Distance metric used: Euclidean distance Usage: [neighbors distances] = kNearestNeighbors(dataMatrix, queryMatrix, k); dataMatrix (N x D) - N vectors with dimensionality D (within which we search for the nearest neighbors) queryMatrix (M x D) - M query vectors with dimensionality D k (1 x 1) - Number of nearest neighbors desired Example: a = [1 1; 2 2; 3 2; 4 4; 5 6]; b = [1 1; 2 1; 6 2]; [neighbors distances] = kNearestNeighbors(a,b,2); Output: neighbors = 1 2 1 2 4 3 distances = 0 1.4142 1.0000 1.0000 2.8284 3.0000.
- Publisher: Ani
- Date: 16-04-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Egyptian Lock
- License: Shareware

The number on each dial is equal to the sum of the numbers of its four neighbors (vertical & horizontal) modulo 3 (where neighbors can be either setting on dials or the fixed, carved numbers around the edge)..
- Publisher: Krishna Lalith
- Date: 13-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Puzzle Pak
- License: Shareware
- Price: $12.00

The four puzzle games are -Spoker v2.0Hedges v2.0Neighbors v2.0Bee Hive v2.0Spoker - the playing field is made up of rows and columns of hubs with a number in each hub. The number is the correct spoke count coming from the hub. You must attach spokes to the hubs so that all the hubs have the correct number of spokes. Hedges - the game field is made up of rows and columns of square gardens with a number in each garden. The number represents how many other gardens a person can see while standing in his garden. The object of the game is to remove hedges so that all the gardeners can see the correct number of other gardens.
- Publisher: MG Software
- Date: 13-6-2009
- Size: 2170 KB
- Platform: Win2000, WinOther
- Winged Warrior II
- License: Shareware
- Price: 14.95

Continue your journeys as the Winged Warrior in the second of the three RPG games in the Winged Warrior series. In this adventure, you travel to a new land to aid your alien neighbors who have fallen into the hands of an evil emperor. Explore this new world by seeking help from those willing to assist you and defeating others whose purpose is to stop you. Published by Dataware. Dataware Software - Free Downloads - www.DatawareGames.com. Free game downloads, finance software, and more from DatawareGames.com.
- Publisher: Dataware
- Date: 25-02-2011
- Size: 293 KB
- Platform: WinOther
- MATLAB spectral clustering package
- License: Freeware
- Price: 0.00

A MATLAB spectral clustering package to handle large data sets (200,000 RCV1 data) on a 4GB memory general machine. We implement various ways of approximating the dense similarity matrix, including nearest neighbors and the Nystrom method..
- Publisher: alumni.cs.ucsb.edu
- Date: 07-10-2012
- Size: 15437 KB
- Platform: Mac OS X, Unix, WinOther
- Obseqiuem
- License: Freeware
- Price: 0.00

Obsequieieum is a streaming MP3 jukebox via RTP/multicast and icecast. The web/network interface makes it a great tool for sharing your music collection with coworkers and neighbors..
- Publisher: obsbox.sourceforge.net
- Date: 13-06-2012
- Size: 225 KB
- Platform: Linux, Unix
- Spatial
- License: Freeware
- Price: 0.00

Header-only library of template multi-dimension containers, with iterators over orthogonal range or nearest neighbors..
- Publisher: spatial.sourceforge.net
- Date: 12-10-2012
- Size: 888 KB
- Platform: WinOther
- w2w
- License: Freeware
- Price: 0.00

The W2W project aims to develop a distributed index and search engine with a site-to-site scheme. Every participant, a web site, maintains some connections to other sites (neighbors) and exposes a set of standard entries (API) to each other. When a new re.
- Publisher: w2w.sourceforge.net
- Date: 16-08-2012
- Size: 5 KB
- Platform: Linux, Unix, WinOther
- Measures of Analysis of Time Series toolkit (MATS)
- License: Freeware
- Price: 0.00

Measures of Analysis of Time Series (MATS) toolkit computes a number of different measures of analysis of scalar time series (linear, nonlinear and other statistical measures). It also contains pre-processing tools (transformations and standardizations), data splitting facility, resampled data generation, and visualization facilities for the time series and the computed measures. The strength of the MATS toolkit is the simultaneous operation on both multiple time series and multiple measures, allowing a range of measure specific parameters to be set as well. Help for any action is provided in html.
- Publisher: Dimitris Kugiumtzis
- Date: 18-01-2013
- Size: 3492 KB
- Platform: Matlab, Scripts
- feature-based retinal image registration
- License: Shareware

The bifurcation structure is composed of a master bifurcation point and its three connected neighbors. The characteristic vector of each bifurcation structure consists of the normalized branching angle and length, which is invariant against translation, rotation, scaling, and even modest distortion. This can greatly reduce the ill-posed nature of the matching process as long as the vasculature pattern can be segmented..
- Publisher: Li CHEN
- Date: 15-06-2013
- Size: 1905 KB
- Platform: Matlab, Scripts
- Mesh2Tetra
- License: Shareware

This function MESH2TETRA converts a triangulated surface mesh into a tetrahedron volume mesh. Main advantage above existing constrained 3D Delaunay is that it will never add new boundary points, (useful for active appearance models) Disadvantage, some highly non-convex surface-shapes cannot be converted. T=Mesh2Tetra(V,F,options); inputs, V : Vertex List N x 3, with x,y,z positions F : Face List M x 3, with vertex indices options : Struct with options options.verbose : if true, show information options.checkinput : if true, check input mesh on errors outputs, T : Tetrahedron List K x 4, with tetrahedron indices Note!, most functions are also available as c-code (much faster), run compile_c_files.
- Publisher: Dirk-Jan Kroon
- Date: 09-06-2013
- Size: 41 KB
- Platform: Matlab, Scripts
- iPod Scramble Solution
- License: Shareware

I was playing the game Scramble on my iPod touch, and I realized that I wasn't very good. But the algorithmic challenge of writing a program to solve the Scramble (same as Boggle) game was too tasty to pass up. It was indeed quite challenging, but quite satisfying in the end. The program first obtains a list of legal words ("I didn't know that was a word...") from a text file. Since the letter "Q" is always represented as "Qu", we change the dictionary words to delete the following "U". The user has to input the board as a 25 character array in the top-level program called "word4.m". In order to find the nearest neighbors of each of the letters and the board, I experimented with both single indexing of an array and x-y coordinate indexing of an array.
- Publisher: Raj Sodhi
- Date: 18-03-2013
- Size: 399 KB
- Platform: Matlab, Scripts
- Median Filtering
- License: Shareware

The median filter is a nonlinear digital filtering technique, often used to remove noise with Laplacian distrinution. The main idea of the median filter is to run through the signal entry by entry, replacing each entry with the median of neighboring entries. The pattern of neighbors is called the "window", which slides, entry by entry, over the entire signal..
- Publisher: Vallabha Hampiholi
- Date: 02-04-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Conway's Game of Life in 3D
- License: Shareware

3-Dimensional version of Conway's Game of Life. "Life" is a cellular automaton invented by John Conway that involves live and dead cells in a rectangular, two-dimensional universe. This implementation uses a M x M x M grid; the number initial ramdomly generated cells can be changed using the slider control. Whether cells stay alive, die, or generate new cells depends upon how many of their eight possible neighbors are alive. By using sparse matrices, the calculations required become astonishingly simple. We use periodic (torus) boundary conditions at the edges of the universe. Pressing the "Start" button automatically seeds this universe with several small random communities.
- Publisher: Leandro Barajas
- Date: 25-05-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- calibur
- License: Freeware
- Price: 0.00

Calibur is an easy to use, efficient utility designed to help you find the decoy with the most number of neighbors within a threshold distance.
Ab Initio protein structure prediction methods generate numerous structural candidates, which are referred to as decoys.
.
- Publisher: Kal Ng&scli
- Date:
- Platform: WinOther
- Tomato for Windows
- License: Freeware
- Price: 0.00

Tomato is a small, lean and simple replacement firmware for Linksys' WRT54G/GL/GS, Buffalo WHR-G54S/WHR-HP-G54 and other Broadcom-based routers. It features a new easy to use GUI, a new bandwidth usage monitor, more advanced QOS and access restrictions, enables new wireless features such as WDS and wireless client modes, raises the limits on maximum connections for P2P, allows you to run your custom scripts or telnet/ssh in and do all sorts of things like re-program the SES/AOSS button, adds wireless site survey to see your wifi neighbors, and more..
- Publisher: Tomatofirmware
- Date:
- Size: 16506 KB
- Platform: WinOther
- Conscriptus
- License: Shareware

Cellphone application to assist persons assign a meeting at the suitable place and time according to their location and time sheet or just place a call. No phone numbers! Advertisers can indicate their services. For instance, user can enter "Garage sale" to inform their neighbors about.
- Publisher: Andrei Ivanov
- Date:
- Size: 1351 KB
- Platform: WinOther
- Toy Golf
- License: Shareware

It's mini-golf with a twist! Shrink your ball and play indoors. Get all the thrills of birdies and bogeys, in the comfort of a house. Putt your way through the kitchen, study, living room and more from a new perspective. 3D graphics make you feel like you're playing through a whole new kind of course. You might want to warn your neighbors: Fore!
* Hot-seat multiplayer mode.
* Multiple camera angles.
* 9 fantastic courses.
* 3D graphics..
- Publisher: Big Fish Games, Inc.
- Date:
- Size: 61521 KB
- Platform: WinOther, WinVista
- We Are Legend
- License: Freeware
- Price: 0.00

Rock the life back into the undead. These survivors need your help to get through what used to be your friends and neighbors. Will you set off the traps in time before the zombies rip off your flesh?.
- Publisher: softendo.com
- Date:
- Size: 8079 KB
- Platform: Win2000, WinOther








