代码搜索:Dataset
找到约 10,000 项符合「Dataset」的源代码
代码结果 10,000
www.eeworm.com/read/314653/13562393
m dataset.m
%DATASET Dataset class constructor
%
% A = DATASET(DATA,LABELS,VARARGIN)
%
% A DATASET object is constructed from:
%
% DATA size [M,K], a set of M datavectors of K features
%
www.eeworm.com/read/314653/13562474
p dataset.p
www.eeworm.com/read/314653/13562636
m dataset.m
%DATASET Conversion of affine mapping to dataset
%
% A = DATASET(W)
%
% If W is a m x k affine mapping, the axes of the map
% are returned as a m x k dataset A.
www.eeworm.com/read/314653/13562670
p dataset.p
www.eeworm.com/read/312749/13605473
exe dataset.exe
www.eeworm.com/read/311724/13626855
txt dataset.txt
1.6232 -0.18778
1.799 -1.2023
1.9409 1.9863
0.0079083 0.48136
1.212 1.3274
1.2379 1.2341
-0.0077634 1.0215
0.25796 -0.0039445
2.0823 0.052854
0.8685 0.62557
1.3899 -0.18589
1.088 -0.055903
www.eeworm.com/read/308397/13703033
exe dataset.exe
www.eeworm.com/read/306571/13741818
h dataset.h
// DataSet.h: interface for the CDataSet class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_DATASET_H__81EC094B_69DF_4B56_9616_4D89C70791A2__INCLUDE
www.eeworm.com/read/306571/13741837
cpp dataset.cpp
// DataSet.cpp: implementation of the CDataSet class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "ERSDemo.h"
#include "DataSet.h"
www.eeworm.com/read/303267/13819506
h dataset.h
#if !defined(AFX_DATASET_H__C663686A_C99B_41E5_B14C_8CED573D34DF__INCLUDED_)
#define AFX_DATASET_H__C663686A_C99B_41E5_B14C_8CED573D34DF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MS