代码搜索:datasets
找到约 994 项符合「datasets」的源代码
代码结果 994
www.eeworm.com/read/289487/8548452
m datasets.m
function [xapp,yapp,xtest,ytest,xtest1,xtest2]=dataset(n,nbapp,nbtest,sigma)
% Usage
% [xapp,yapp,xtest,ytest,xtest1,xtest2]=dataset(String,nbapp,nbtest,sigma)
%
%
%
% 'Mixture' : 2 clas
www.eeworm.com/read/431675/8661670
m datasets.m
%DATASETS Info on dataset class construction of PRTools
%
% This is not a command, just an information file.
%
% A dataset consists of a set of m objects, each given by k features.
% In PRTools such
www.eeworm.com/read/386050/8767259
m datasets.m
%DATASETS Info on the dataset class construction for PRTools
%
% This is not a command, just an information file.
%
% Datasets in PRTools are in the MATLAB language defined as objects of the
% class D
www.eeworm.com/read/428269/8880137
m datasets.m
function [xapp,yapp,xtest,ytest,xtest1,xtest2]=dataset(n,nbapp,nbtest,sigma)
% Usage
% [xapp,yapp,xtest,ytest,xtest1,xtest2]=dataset(String,nbapp,nbtest,sigma)
%
%
%
% 'Mixture' : 2 clas
www.eeworm.com/read/182224/9211049
zip datasets.zip
www.eeworm.com/read/165102/10076636
class datasets.class
www.eeworm.com/read/351930/10595997
dcu datasets.dcu
www.eeworm.com/read/351930/10596015
dfm datasets.dfm
www.eeworm.com/read/351930/10596092
pas datasets.pas
unit datasets;
interface
uses
SysUtils, Windows, Messages, Classes, Graphics, Controls, Forms,
Dialogs, DBTables, DB, FR_DSet, FR_DBSet;
type
TCustomerData = class(TDataModule)