基本信息
源码名称:基于Bayes分类器对图像进行聚类
源码大小:5.43M
文件格式:.rar
开发语言:C/C++
更新时间:2021-07-29
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 8 元 
   源码介绍
利用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