Skip to content

Commit f0d439f

Browse files
committed
adaboost v1.0
1 parent b7ee657 commit f0d439f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+752
-169
lines changed

.idea/mnist_test.iml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 135 additions & 163 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AdaBoost/Sign/Debug/Sign.dll

60 KB
Binary file not shown.

AdaBoost/Sign/Debug/Sign.exp

617 Bytes
Binary file not shown.

AdaBoost/Sign/Debug/Sign.ilk

283 KB
Binary file not shown.

AdaBoost/Sign/Debug/Sign.lib

1.65 KB
Binary file not shown.

AdaBoost/Sign/Debug/Sign.pdb

611 KB
Binary file not shown.

AdaBoost/Sign/Sign.sdf

6.81 MB
Binary file not shown.

AdaBoost/Sign/Sign.sln

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 2012
4+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Sign", "Sign\Sign.vcxproj", "{884F4F36-F75A-4FF2-86B9-AB62FAFE092C}"
5+
EndProject
6+
Global
7+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8+
Debug|Win32 = Debug|Win32
9+
Debug|x64 = Debug|x64
10+
Release|Win32 = Release|Win32
11+
Release|x64 = Release|x64
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{884F4F36-F75A-4FF2-86B9-AB62FAFE092C}.Debug|Win32.ActiveCfg = Debug|Win32
15+
{884F4F36-F75A-4FF2-86B9-AB62FAFE092C}.Debug|Win32.Build.0 = Debug|Win32
16+
{884F4F36-F75A-4FF2-86B9-AB62FAFE092C}.Debug|x64.ActiveCfg = Debug|x64
17+
{884F4F36-F75A-4FF2-86B9-AB62FAFE092C}.Debug|x64.Build.0 = Debug|x64
18+
{884F4F36-F75A-4FF2-86B9-AB62FAFE092C}.Release|Win32.ActiveCfg = Release|Win32
19+
{884F4F36-F75A-4FF2-86B9-AB62FAFE092C}.Release|Win32.Build.0 = Release|Win32
20+
{884F4F36-F75A-4FF2-86B9-AB62FAFE092C}.Release|x64.ActiveCfg = Release|x64
21+
{884F4F36-F75A-4FF2-86B9-AB62FAFE092C}.Release|x64.Build.0 = Release|x64
22+
EndGlobalSection
23+
GlobalSection(SolutionProperties) = preSolution
24+
HideSolutionNode = FALSE
25+
EndGlobalSection
26+
EndGlobal

0 commit comments

Comments
 (0)