Skip to content

RolT/NCA-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neighborhood classification analysis http://www.cs.toronto.edu/~fritz/absps/nca.pdf

How to use: create an NCA object and use the fit function to train the data, see docstrings and demo for example of usage.

NB: Default parameters are really bad, you should at least set maxiter (in options) or tol everytime you use the algorithm. Metric and dim agruments are redundant, you should only set one

About

Implementation of the NCA in python with scipy and numpy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages