代码搜索:ldc
找到约 994 项符合「ldc」的源代码
代码结果 994
www.eeworm.com/read/431675/8662129
m ldc.m
%LDC Linear Discriminant Classifier
%
% W = ldc(A,r,s)
%
% Computation of a linear discriminant between the classes of the
% dataset A assuming normal densities with equal covariance
% matrices.
www.eeworm.com/read/386050/8768350
m ldc.m
%LDC Linear Bayes Normal Classifier (BayesNormal_1)
%
% [W.R,S,M] = LDC(A,R,S,M)
% W = A*LDC([],R,S,M);
%
% INPUT
% A Dataset
% R,S Regularization parameters, 0
www.eeworm.com/read/429046/8822385
sln ldc.sln
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ldc", "ldc\ldc.vcproj", "{5C736667-AF99-4957-ADA5-E4584D0245CD
www.eeworm.com/read/429046/8822393
ico ldc.ico
www.eeworm.com/read/429046/8822400
aps ldc.aps
www.eeworm.com/read/429046/8822407
cpp ldc.cpp
// ldc.cpp : 定义应用程序的类行为。
//
#include "stdafx.h"
#include "ldc.h"
#include "ldcDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CldcApp
BEGIN_MESSAGE_MAP(CldcApp, CWinApp)
ON_C
www.eeworm.com/read/429046/8822412
rc ldc.rc
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
/
www.eeworm.com/read/429046/8822416
h ldc.h
// ldc.h : PROJECT_NAME 应用程序的主头文件
//
#pragma once
#ifndef __AFXWIN_H__
#error "在包含此文件之前包含“stdafx.h”以生成 PCH 文件"
#endif
#include "resource.h" // 主符号
// CldcApp:
// 有关此类的实现,请参阅 ldc.cp