嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 8 元微信扫码支付:8 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
利用C 语言,搭建Bayes分类器,实现对于图像的聚类
Bayes分类器
└── Experiment1--Bayes-卫星
├── Debug
├── Experiment1
│ ├── Experiment1.vcxproj
│ ├── Experiment1.vcxproj.filters
│ ├── Experiment1.vcxproj.user
│ ├── Normal_Bayes_Classifier.cpp
│ ├── Normal_Bayes_Classifier.h
│ ├── main.cpp
│ └── x64
│ └── Debug
│ ├── Experiment1.Build.CppClean.log
│ ├── Experiment1.log
│ ├── Experiment1.tlog
│ │ ├── CL.command.1.tlog
│ │ ├── CL.read.1.tlog
│ │ ├── CL.write.1.tlog
│ │ ├── Experiment1.lastbuildstate
│ │ ├── link.command.1.tlog
│ │ ├── link.read.1.tlog
│ │ └── link.write.1.tlog
│ ├── Normal_Bayes_Classifier.obj
│ ├── main.obj
│ ├── vc140.idb
│ └── vc140.pdb
├── Experiment1.VC.db
├── Experiment1.VC.opendb
├── Experiment1.sdf
├── Experiment1.sln
└── x64
└── Debug
├── Experiment1.exe
├── Experiment1.ilk
└── Experiment1.pdb
8 directories, 26 files