Thu, 02 May 2024 00:31:29 UTC | login

Information for build tapkee-1.1-8.fc29

ID67230
Package Nametapkee
Version1.1
Release8.fc29
Epoch
SummaryC++ template library for efficient dimension reduction
DescriptionTapkee is a C++ template library for dimensionality reduction with some bias on spectral methods. The Tapkee origins from the code developed during GSoC 2011 as the part of the Shogun machine learning toolbox. The project aim is to provide efficient and flexible standalone library for dimensionality reduction which can be easily integrated to existing codebases. Tapkee leverages capabilities of effective Eigen3 linear algebra library and optionally makes use of the ARPACK eigensolver. The library uses CoverTree and VP-tree data-structures to compute nearest neighbors. To achieve greater flexibility we provide a callback interface which decouples dimension reduction algorithms from the data representation and storage schemes. Tapkee provides implementations of the following dimension reduction methods: * Locally Linear Embedding and Kernel Locally Linear Embedding (LLE/KLLE) * Neighborhood Preserving Embedding (NPE) * Local Tangent Space Alignment (LTSA) * Linear Local Tangent Space Alignment (LLTSA) * Hessian Locally Linear Embedding (HLLE) * Laplacian eigenmaps * Locality Preserving Projections * Diffusion map * Isomap and landmark Isomap * Multidimensional scaling and landmark Multidimensional scaling (MDS/lMDS) * Stochastic Proximity Embedding (SPE) * PCA and randomized PCA * Kernel PCA (kPCA) * Random projection * Factor analysis * t-SNE * Barnes-Hut-SNE
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 04 Aug 2018 04:05:02 UTC
CompletedSat, 04 Aug 2018 06:34:21 UTC
Taskbuild (f29-candidate, tapkee-1.1-8.fc29.src.rpm)
Tags
f29
f30
RPMs
src
tapkee-1.1-8.fc29.src.rpm (info) (download)
noarch
tapkee-devel-1.1-8.fc29.noarch.rpm (info) (download)
tapkee-doc-1.1-8.fc29.noarch.rpm (info) (download)
riscv64
tapkee-cli-1.1-8.fc29.riscv64.rpm (info) (download)
tapkee-cli-debuginfo-1.1-8.fc29.riscv64.rpm (info) (download)
tapkee-debugsource-1.1-8.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Mar 07 2018 Adam Williamson <awilliam@redhat.com> - 1.1-7 - Rebuild to fix GCC 8 mis-compilation See https://da.gd/YJVwk ("GCC 8 ABI change on x86_64") * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild * Sat Apr 29 2017 Björn Esser <besser82@fedoraproject.org> - 1.1-2 - Add Obsoletes/Provides for stichwort * Sat Apr 29 2017 Björn Esser <besser82@fedoraproject.org> - 1.1-1 - New upstream release - General spec-file clean-up * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Dec 22 2016 Sandro Mani <manisandro@gmail.com> - 1.0-7 - Backport upstream commit to fix Eigen-3.3.0 build failure