├── .gitignore ├── LICENSE ├── Neighborhood Components Analysis.ipynb ├── README.md └── nca.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erlendd/Neighborhood-Components-Analysis-in-Python/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erlendd/Neighborhood-Components-Analysis-in-Python/HEAD/LICENSE -------------------------------------------------------------------------------- /Neighborhood Components Analysis.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erlendd/Neighborhood-Components-Analysis-in-Python/HEAD/Neighborhood Components Analysis.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erlendd/Neighborhood-Components-Analysis-in-Python/HEAD/README.md -------------------------------------------------------------------------------- /nca.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erlendd/Neighborhood-Components-Analysis-in-Python/HEAD/nca.py --------------------------------------------------------------------------------