📄 c45.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: c45 - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\mokuram\LOCALS~1\Temp\RSP8A.tmp" with contents
[
/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Release/c45.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c
"E:\LAB\ctool\c45\average.c"
"E:\LAB\ctool\c45\besttree.c"
"E:\LAB\ctool\c45\build.c"
"E:\LAB\ctool\c45\c4.5.c"
"E:\LAB\ctool\c45\c4.5rules.c"
"E:\LAB\ctool\c45\classify.c"
"E:\LAB\ctool\c45\confmat.c"
"E:\LAB\ctool\c45\consult.c"
"E:\LAB\ctool\c45\consultr.c"
"E:\LAB\ctool\c45\contin.c"
"E:\LAB\ctool\c45\discr.c"
"E:\LAB\ctool\c45\genlogs.c"
"E:\LAB\ctool\c45\genrules.c"
"E:\LAB\ctool\c45\getdata.c"
"E:\LAB\ctool\c45\getnames.c"
"E:\LAB\ctool\c45\getopt.c"
"E:\LAB\ctool\c45\header.c"
"E:\LAB\ctool\c45\info.c"
"E:\LAB\ctool\c45\makerules.c"
"E:\LAB\ctool\c45\prune.c"
"E:\LAB\ctool\c45\prunerule.c"
"E:\LAB\ctool\c45\rules.c"
"E:\LAB\ctool\c45\siftrules.c"
"E:\LAB\ctool\c45\sort.c"
"E:\LAB\ctool\c45\st-thresh.c"
"E:\LAB\ctool\c45\stats.c"
"E:\LAB\ctool\c45\subset.c"
"E:\LAB\ctool\c45\testrules.c"
"E:\LAB\ctool\c45\trees.c"
"E:\LAB\ctool\c45\userint.c"
"E:\LAB\ctool\c45\xval-prep.c"
]
Creating command line "cl.exe @C:\DOCUME~1\mokuram\LOCALS~1\Temp\RSP8A.tmp"
Creating temporary file "C:\DOCUME~1\mokuram\LOCALS~1\Temp\RSP8B.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:no /pdb:"Release/c45.pdb" /machine:I386 /out:"Release/c45.exe"
.\Release\average.obj
.\Release\besttree.obj
.\Release\build.obj
.\Release\c4.5.obj
.\Release\c4.5rules.obj
.\Release\classify.obj
.\Release\confmat.obj
.\Release\consult.obj
.\Release\consultr.obj
.\Release\contin.obj
.\Release\discr.obj
.\Release\genlogs.obj
.\Release\genrules.obj
.\Release\getdata.obj
.\Release\getnames.obj
.\Release\getopt.obj
.\Release\header.obj
.\Release\info.obj
.\Release\makerules.obj
.\Release\prune.obj
.\Release\prunerule.obj
.\Release\rules.obj
.\Release\siftrules.obj
.\Release\sort.obj
".\Release\st-thresh.obj"
.\Release\stats.obj
.\Release\subset.obj
.\Release\testrules.obj
.\Release\trees.obj
.\Release\userint.obj
".\Release\xval-prep.obj"
]
Creating command line "link.exe @C:\DOCUME~1\mokuram\LOCALS~1\Temp\RSP8B.tmp"
<h3>Output Window</h3>
Compiling...
average.c
E:\LAB\ctool\c45\average.c(42) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data
E:\LAB\ctool\c45\average.c(51) : warning C4013: 'exit' undefined; assuming extern returning int
besttree.c
E:\LAB\ctool\c45\besttree.c(33) : warning C4013: 'InitialiseTreeData' undefined; assuming extern returning int
E:\LAB\ctool\c45\besttree.c(34) : warning C4013: 'InitialiseWeights' undefined; assuming extern returning int
E:\LAB\ctool\c45\besttree.c(36) : warning C4013: 'calloc' undefined; assuming extern returning int
E:\LAB\ctool\c45\besttree.c(42) : warning C4013: 'PrintTree' undefined; assuming extern returning int
E:\LAB\ctool\c45\besttree.c(44) : warning C4013: 'SaveTree' undefined; assuming extern returning int
E:\LAB\ctool\c45\besttree.c(84) : warning C4244: '=' : conversion from 'double ' to 'int ', possible loss of data
E:\LAB\ctool\c45\besttree.c(92) : warning C4013: 'FormTarget' undefined; assuming extern returning int
E:\LAB\ctool\c45\besttree.c(98) : warning C4013: 'FormInitialWindow' undefined; assuming extern returning int
E:\LAB\ctool\c45\besttree.c(191) : warning C4013: 'free' undefined; assuming extern returning int
E:\LAB\ctool\c45\besttree.c(212) : warning C4013: 'Shuffle' undefined; assuming extern returning int
E:\LAB\ctool\c45\besttree.c(248) : warning C4244: '=' : conversion from 'double ' to 'int ', possible loss of data
E:\LAB\ctool\c45\besttree.c(325) : warning C4013: 'TreeSize' undefined; assuming extern returning int
E:\LAB\ctool\c45\besttree.c(334) : warning C4013: 'ReleaseTree' undefined; assuming extern returning int
E:\LAB\ctool\c45\besttree.c(424) : warning C4013: 'PrintConfusionMatrix' undefined; assuming extern returning int
build.c
E:\LAB\ctool\c45\besttree.c(192) : warning C4716: 'FormTarget' : must return a value
E:\LAB\ctool\c45\besttree.c(228) : warning C4716: 'FormInitialWindow' : must return a value
E:\LAB\ctool\c45\besttree.c(253) : warning C4716: 'Shuffle' : must return a value
E:\LAB\ctool\c45\build.c(62) : warning C4013: 'calloc' undefined; assuming extern returning int
E:\LAB\ctool\c45\build.c(76) : warning C4013: 'malloc' undefined; assuming extern returning int
E:\LAB\ctool\c45\build.c(217) : warning C4305: '=' : truncation from 'const double ' to 'float '
E:\LAB\ctool\c45\build.c(227) : warning C4013: 'EvalSubset' undefined; assuming extern returning int
E:\LAB\ctool\c45\build.c(232) : warning C4013: 'EvalDiscreteAtt' undefined; assuming extern returning int
E:\LAB\ctool\c45\build.c(239) : warning C4013: 'EvalContinuousAtt' undefined; assuming extern returning int
E:\LAB\ctool\c45\build.c(254) : warning C4305: '=' : truncation from 'const double ' to 'float '
E:\LAB\ctool\c45\build.c(256) : warning C4244: '=' : conversion from 'const double ' to 'float ', possible loss of data
E:\LAB\ctool\c45\build.c(299) : warning C4013: 'SubsetTest' undefined; assuming extern returning int
E:\LAB\ctool\c45\build.c(303) : warning C4013: 'DiscreteTest' undefined; assuming extern returning int
E:\LAB\ctool\c45\build.c(310) : warning C4013: 'ContinTest' undefined; assuming extern returning int
E:\LAB\ctool\c45\build.c(320) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data
E:\LAB\ctool\c45\build.c(493) : warning C4244: 'return' : conversion from 'int ' to 'float ', possible loss of data
c4.5.c
E:\LAB\ctool\c45\c4.5.c(61) : warning C4013: 'PrintHeader' undefined; assuming extern returning int
E:\LAB\ctool\c45\c4.5.c(65) : warning C4013: 'getopt' undefined; assuming extern returning int
E:\LAB\ctool\c45\c4.5.c(87) : warning C4013: 'atoi' undefined; assuming extern returning int
E:\LAB\ctool\c45\c4.5.c(92) : warning C4013: 'exit' undefined; assuming extern returning int
E:\LAB\ctool\c45\c4.5.c(117) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data
E:\LAB\ctool\c45\c4.5.c(129) : warning C4013: 'GetNames' undefined; assuming extern returning int
E:\LAB\ctool\c45\c4.5.c(130) : warning C4013: 'GetData' undefined; assuming extern returning int
E:\LAB\ctool\c45\c4.5.c(139) : warning C4013: 'OneTree' undefined; assuming extern returning int
E:\LAB\ctool\c45\c4.5.c(154) : warning C4013: 'SoftenThresh' undefined; assuming extern returning int
E:\LAB\ctool\c45\c4.5.c(156) : warning C4013: 'PrintTree' undefined; assuming extern returning int
E:\LAB\ctool\c45\c4.5.c(169) : warning C4013: 'SaveTree' undefined; assuming extern returning int
E:\LAB\ctool\c45\c4.5.c(174) : warning C4013: 'Evaluate' undefined; assuming extern returning int
c4.5rules.c
E:\LAB\ctool\c45\c4.5rules.c(38) : warning C4305: 'initializing' : truncation from 'const double ' to 'float '
E:\LAB\ctool\c45\c4.5rules.c(70) : warning C4013: 'PrintHeader' undefined; assuming extern returning int
E:\LAB\ctool\c45\c4.5rules.c(74) : warning C4013: 'getopt' undefined; assuming extern returning int
E:\LAB\ctool\c45\c4.5rules.c(90) : warning C4013: 'atoi' undefined; assuming extern returning int
E:\LAB\ctool\c45\c4.5rules.c(93) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data
E:\LAB\ctool\c45\c4.5rules.c(95) : warning C4013: 'exit' undefined; assuming extern returning int
E:\LAB\ctool\c45\c4.5rules.c(98) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data
E:\LAB\ctool\c45\c4.5rules.c(102) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data
E:\LAB\ctool\c45\c4.5rules.c(119) : warning C4013: 'GetNames' undefined; assuming extern returning int
E:\LAB\ctool\c45\c4.5rules.c(120) : warning C4013: 'GetData' undefined; assuming extern returning int
E:\LAB\ctool\c45\c4.5rules.c(124) : warning C4013: 'GenerateLogs' undefined; assuming extern returning int
E:\LAB\ctool\c45\c4.5rules.c(128) : warning C4013: 'GenerateRules' undefined; assuming extern returning int
E:\LAB\ctool\c45\c4.5rules.c(133) : warning C4013: 'EvaluateRulesets' undefined; assuming extern returning int
E:\LAB\ctool\c45\c4.5rules.c(137) : warning C4013: 'SaveRules' undefined; assuming extern returning int
classify.c
E:\LAB\ctool\c45\classify.c(33) : warning C4013: 'malloc' undefined; assuming extern returning int
E:\LAB\ctool\c45\classify.c(41) : warning C4013: 'Classify' undefined; assuming extern returning int
E:\LAB\ctool\c45\classify.c(87) : warning C4244: '+=' : conversion from 'double ' to 'float ', possible loss of data
E:\LAB\ctool\c45\classify.c(93) : warning C4244: '+=' : conversion from 'double ' to 'float ', possible loss of data
E:\LAB\ctool\c45\classify.c(96) : warning C4033: 'Classify' must return a value
E:\LAB\ctool\c45\classify.c(116) : warning C4033: 'Classify' must return a value
E:\LAB\ctool\c45\classify.c(137) : warning C4033: 'Classify' must return a value
E:\LAB\ctool\c45\classify.c(152) : warning C4033: 'Classify' must return a value
E:\LAB\ctool\c45\classify.c(165) : warning C4033: 'Classify' must return a value
confmat.c
E:\LAB\ctool\c45\classify.c(167) : warning C4716: 'Classify' : must return a value
E:\LAB\ctool\c45\confmat.c(19) : warning C4033: 'PrintConfusionMatrix' must return a value
consult.c
E:\LAB\ctool\c45\consult.c(100) : warning C4244: '+=' : conversion from 'double ' to 'float ', possible loss of data
E:\LAB\ctool\c45\consult.c(104) : warning C4244: '+=' : conversion from 'double ' to 'float ', possible loss of data
E:\LAB\ctool\c45\consult.c(108) : warning C4244: '+=' : conversion from 'double ' to 'float ', possible loss of data
E:\LAB\ctool\c45\consult.c(111) : warning C4033: 'ClassifyCase' must return a value
E:\LAB\ctool\c45\consult.c(116) : warning C4013: 'CheckValue' undefined; assuming extern returning int
E:\LAB\ctool\c45\consult.c(127) : warning C4033: 'ClassifyCase' must return a value
E:\LAB\ctool\c45\consult.c(160) : warning C4244: '=' : conversion from 'const double ' to 'float ', possible loss of data
E:\LAB\ctool\c45\consult.c(216) : warning C4305: 'initializing' : truncation from 'const double ' to 'float '
E:\LAB\ctool\c45\consult.c(225) : warning C4244: 'return' : conversion from 'double ' to 'float ', possible loss of data
E:\LAB\ctool\c45\consult.c(230) : warning C4244: 'return' : conversion from 'double ' to 'float ', possible loss of data
E:\LAB\ctool\c45\consult.c(251) : warning C4305: 'initializing' : truncation from 'const double ' to 'float '
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -