function [clusters,c,F]=fisher_classify(A,B,data) fisher判别法程序 输入A、B为已知类别样本的样本-变量矩阵
function [clusters,c,F]=fisher_classify(A,B,data) fisher判别法程序 输入A、B为已知类别样本的样本-变量矩阵,data为待分类样本 输出C为判别系数向量
A类技术资料下载专区,收录500份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
function [clusters,c,F]=fisher_classify(A,B,data) fisher判别法程序 输入A、B为已知类别样本的样本-变量矩阵,data为待分类样本 输出C为判别系数向量
A frame with a text area to show the contents of a file inside a zip archive, a combo box to select different files in...
This a A* pathfinding example to illustrate how to implement a A* pathfinding algorithm into your program. It s a port f...
Reducer: Given a dataset and a file containing a reduct, this program outputs a new dataset containing only the attribut...
This program uses a button to load a document from a URL
A system to manage a grocery store with a single cash counter.