Apriori

所属分类:C#编程
开发工具:C#
文件大小:3986KB
下载次数:22
上传日期:2012-12-20 04:15:19
上 传 者entfeti2001
说明:  c# aprioriall algorithm

文件列表:
Apriori\AprioriAll\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache (4829, 2012-11-20)
Apriori\AprioriAll.suo (61952, 2012-12-10)
Apriori\AprioriAllLib\bin\Debug\AprioriAllLib.dll (21504, 2012-12-07)
Apriori\AprioriAllLib\bin\Debug\AprioriAllLib.pdb (65024, 2012-12-07)
Apriori\AprioriAllLib\bin\Debug\System.Core.dll (536576, 2012-11-21)
Apriori\AprioriAllLib\bin\Release\AprioriAllLib.dll (19456, 2012-12-10)
Apriori\AprioriAllLib\bin\Release\AprioriAllLib.pdb (52736, 2012-12-10)
Apriori\AprioriAllLib\bin\Release\System.Core.dll (536576, 2012-11-21)
Apriori\AprioriAllLib\obj\Debug\AprioriAllLib.csproj.FileListAbsolute.txt (473, 2012-11-22)
Apriori\AprioriAllLib\obj\Debug\AprioriAllLib.dll (21504, 2012-12-07)
Apriori\AprioriAllLib\obj\Debug\AprioriAllLib.pdb (65024, 2012-12-07)
Apriori\AprioriAllLib\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache (5160, 2012-12-10)
Apriori\AprioriAllLib\obj\Debug\ResolveAssemblyReference.cache (3446, 2012-11-21)
Apriori\AprioriAllLib\obj\Release\AprioriAllLib.csproj.FileListAbsolute.txt (485, 2012-12-10)
Apriori\AprioriAllLib\obj\Release\AprioriAllLib.dll (19456, 2012-12-10)
Apriori\AprioriAllLib\obj\Release\AprioriAllLib.pdb (52736, 2012-12-10)
Apriori\AprioriAllLib\obj\Release\DesignTimeResolveAssemblyReferencesInput.cache (5164, 2012-12-10)
Apriori\AprioriAllTest\bin\Debug\AprioriAllLib.dll (21504, 2012-12-07)
Apriori\AprioriAllTest\bin\Debug\AprioriAllLib.pdb (65024, 2012-12-07)
Apriori\AprioriAllTest\bin\Debug\AprioriAllTest.dll (12288, 2012-12-10)
Apriori\AprioriAllTest\bin\Debug\AprioriAllTest.pdb (19968, 2012-12-10)
Apriori\AprioriAllTest\bin\Debug\Database - dm.xml (945, 2012-11-05)
Apriori\AprioriAllTest\bin\Release\AprioriAllLib.dll (19456, 2012-12-10)
Apriori\AprioriAllTest\bin\Release\AprioriAllLib.pdb (52736, 2012-12-10)
Apriori\AprioriAllTest\bin\Release\AprioriAllTest.dll (13824, 2012-12-10)
Apriori\AprioriAllTest\bin\Release\AprioriAllTest.pdb (24064, 2012-12-10)
Apriori\AprioriAllTest\obj\Debug\AprioriAllTest.csproj.FileListAbsolute.txt (563, 2012-11-22)
Apriori\AprioriAllTest\obj\Debug\AprioriAllTest.dll (12288, 2012-12-10)
Apriori\AprioriAllTest\obj\Debug\AprioriAllTest.pdb (19968, 2012-12-10)
Apriori\AprioriAllTest\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache (5369, 2012-12-10)
Apriori\AprioriAllTest\obj\Debug\ResolveAssemblyReference.cache (11123, 2012-11-29)
Apriori\AprioriAllTest\obj\Release\AprioriAllTest.csproj.FileListAbsolute.txt (577, 2012-12-10)
Apriori\AprioriAllTest\obj\Release\AprioriAllTest.dll (13824, 2012-12-10)
Apriori\AprioriAllTest\obj\Release\AprioriAllTest.pdb (24064, 2012-12-10)
Apriori\AprioriAllTest\obj\Release\DesignTimeResolveAssemblyReferencesInput.cache (5375, 2012-12-10)
Apriori\bin\Debug\AprioriAll.bat (61, 2012-12-11)
Apriori\bin\Debug\AprioriAll.exe (6656, 2012-12-11)
Apriori\bin\Debug\AprioriAllLib.dll (31744, 2012-12-11)
Apriori\bin\Debug\dataset1.xml (945, 2012-12-11)
Apriori\bin\Debug\dataset2.xml (1481, 2012-12-11)
... ...

Apriori All algorithm implementation {#mainpage} ==================================== Authors: Karolina Baltyn and Mateusz Bysiek of Faculty of Mathematics and Information Sciences at Warsaw University of Technology ## License This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . ## How to use the application Launch /bin/AprioriAll/AprioriAll.bat to see an example. Launch /bin/AprioriAll/AprioriAll.exe with correct command line arguments to execute AprioriAll algorithm for an arbitrary input data. When the program is run without any options, it displays information about available options. ## Where is everything, i.e. structure of the repository * */bin/AprioriAll* - binaries compiled for .NET 4.0 * */doc/pdf* - general documentation describing main principles of the algorithm and this application * */doc/html* - documentation of source code * */src* - source code * */src/AprioriAllLib* - library that implements the algorithm * */src/AprioriAllTest* - unit tests, which check correctness of the implementation * */src/AprioriAllConsole* - console application which accepts user-defined input * */src/AprioriAllConsoleTest* - a test console application that generates random input data and runs the algorithm on this data

近期下载者

相关文件


收藏者