Compare commits
No commits in common. "rawhide" and "f31" have entirely different histories.
4 changed files with 2 additions and 128 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -1,9 +0,0 @@
|
|||
/uARMSolver-0.2.zip
|
||||
/uARMSolver-0.2.1.tar.gz
|
||||
/uARMSolver-0.2.2.tar.gz
|
||||
/uARMSolver-0.2.3.tar.gz
|
||||
/uARMSolver-0.2.4.tar.gz
|
||||
/uARMSolver-0.2.5.tar.gz
|
||||
/uARMSolver-0.2.6.tar.gz
|
||||
/uARMSolver-0.3.0.tar.gz
|
||||
/uARMSolver-0.4.0.tar.gz
|
||||
|
|
@ -1,5 +1,3 @@
|
|||
# uARMSolver - universal Association Rule Mining Solver
|
||||
# uARMSolver
|
||||
|
||||
## Description
|
||||
|
||||
The framework is written fully in C++ and runs on all platforms. It allows users to preprocess their data in a transaction database, to make discretization of data, to search for association rules and to guide a presentation/visualization of the best rules found using external tools. As opposed to the existing software packages or frameworks, this also supports numerical and real-valued types of attributes besides the categorical ones. Mining the association rules is defined as an optimization and solved using the nature-inspired algorithms that can be incorporated easily. Because the algorithms normally discover a huge amount of association rules, the framework enables a modular inclusion of so-called visual guiders for extracting the knowledge hidden in data, and visualize these using external tools.
|
||||
The uARMSolver package
|
||||
|
|
|
|||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
SHA512 (uARMSolver-0.4.0.tar.gz) = 5f5deb1bf2b604cb88ebb6ef28076001907e30776bbf78995a1f422810f841b0cc9ac9c56857507fd4fcdd230766a669fbe767bea25067b86cefb10ff5393eb3
|
||||
114
uARMSolver.spec
114
uARMSolver.spec
|
|
@ -1,114 +0,0 @@
|
|||
Name: uARMSolver
|
||||
Version: 0.4.0
|
||||
Release: 3%{?dist}
|
||||
Summary: Universal Association Rule Mining Solver
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/firefly-cpp/uARMSolver
|
||||
Source0: https://github.com/firefly-cpp/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
uARMSolver allows users to preprocess their data in a transaction database, to
|
||||
make discretization of data, to search for association rules and to guide a
|
||||
presentation/visualization of the best rules found using external tools.
|
||||
Mining the association rules is defined as an optimization and solved using
|
||||
the nature-inspired algorithms that can be incorporated easily. Because
|
||||
the algorithms normally discover a huge amount of association rules, the
|
||||
framework enables a modular inclusion of so-called visual guiders for
|
||||
extracting the knowledge hidden in data, and visualize these using
|
||||
external tools.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%{set_build_flags}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_bindir}
|
||||
install -p -m 0755 ./bin/uARMSolver %{buildroot}/%{_bindir}/%{name}
|
||||
|
||||
install -D -t '%{buildroot}%{_mandir}/man1' -m 0644 %{name}.1
|
||||
|
||||
rm -f %{buildroot}%{_infodir}/dir
|
||||
|
||||
%files
|
||||
%{_bindir}/uARMSolver
|
||||
%license LICENSE
|
||||
%doc bin/README.txt
|
||||
%doc README.md
|
||||
%doc CHANGELOG.md CODE_OF_CONDUCT.md
|
||||
%doc docs/2010.10884.pdf docs/231.pdf
|
||||
%{_mandir}/man1/%{name}.1*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Wed Jan 7 2026 Iztok Fister Jr. <iztokf AT fedoraproject DOT org> - 0.4.0-1
|
||||
- Update to 0.4.0
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Fri Jul 12 2024 Iztok Fister Jr. <iztokf AT fedoraproject DOT org> - 0.3.0-1
|
||||
- Update to 0.3.0
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Thu Jan 4 2024 Iztok Fister Jr. <iztokf AT fedoraproject DOT org> - 0.2.6-1
|
||||
- Update to 0.2.6
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Wed Mar 15 2023 Iztok Fister Jr. <iztokf AT fedoraproject DOT org> - 0.2.5-1
|
||||
- Update to 0.2.5
|
||||
|
||||
* Tue Mar 14 2023 Iztok Fister Jr. <iztokf AT fedoraproject DOT org> - 0.2.4-4
|
||||
- Fix compiler errors | apply patch
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Sun Mar 20 2022 Iztok Fister Jr. <iztokf AT fedoraproject DOT org> - 0.2.4-1
|
||||
- New upstream's release
|
||||
|
||||
* Sun Jan 23 2022 Iztok Fister Jr. <iztokf AT fedoraproject DOT org> - 0.2.3-1
|
||||
- Add docs
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Wed Nov 17 2021 Iztok Fister Jr. <iztokf AT fedoraproject DOT org> - 0.2.2-1
|
||||
- New upstream's release
|
||||
- Add man page
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Sun Feb 14 2021 Iztok Fister Jr. <iztokf AT fedoraproject DOT org> - 0.2.1-1
|
||||
- New version - 0.2.1
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Fri Oct 23 2020 Iztok Fister Jr. <iztokf AT fedoraproject DOT org> - 0.2-1
|
||||
- Initial version of the package
|
||||
Loading…
Add table
Add a link
Reference in a new issue