Machine Learning Library
|
This is the complete list of members for CDataset< Type >, including all inherited members.
appendItem(const CDatasetItem< Type > &rtItem) | CDataset< Type > | |
bestMatchIDInput(const CVector< Type > &rtVector, const CMetric< Type > &rCMetric) const | CDataset< Type > | inline |
bestMatchIDInput(const CVector< Type > &rtVector, const CMetric< Type > &rCMetric, const int iStart, const int iEnd) const | CDataset< Type > | inline |
bestMatchIDInput(const CVector< Type > &rtVector, const CMetric< Type > &rCMetric, const int iStart, const int iEnd, const int iOmit) const | CDataset< Type > | inline |
bestMatchIDInput(const CVector< Type > &rtVector, const CMetric< Type > &rCMetric, vector< int >::iterator itBegin, vector< int >::iterator itEnd) const | CDataset< Type > | inline |
bestMatchIDOutput(const CVector< Type > &rtVector, const CMetric< Type > &rCMetric) const | CDataset< Type > | inline |
bestMatchInput(const CVector< Type > &rtVector, const CMetric< Type > &rCMetric, int &riBestID, Type &rtBestDist) const | CDataset< Type > | inline |
bestMatchOutput(const CVector< Type > &rtVector, const CMetric< Type > &rCMetric, int &riBestID, Type &rtBestDist) const | CDataset< Type > | inline |
bProtect | CDataset< Type > | |
CDataset(int iInitialSize=1000, int iGrowSize=1000) | CDataset< Type > | |
CDataset(const CDataset< Type > &rtDataset) | CDataset< Type > | |
className() const | CDataset< Type > | inlinevirtual |
clear() | CDataset< Type > | |
CObject() | CObject< Type > | |
createFolds(int iN) const | CDataset< Type > | |
dataType() const | CObject< Type > | |
extract(int iIndexStart, int iIndexEnd, bool bDelete) | CDataset< Type > | |
getBestMatchIDInput(const CVector< Type > &rtVector, const CMetric< Type > &rCMetric) const | CDataset< Type > | inline |
getBestMatchIDOutput(const CVector< Type > &rtVector, const CMetric< Type > &rCMetric) const | CDataset< Type > | inline |
getBestMatchInput(const CVector< Type > &rtVector, const CMetric< Type > &rCMetric, int &riBestID, Type &rtBestDist) const | CDataset< Type > | inline |
getBestMatchOutput(const CVector< Type > &rtVector, const CMetric< Type > &rCMetric, int &riBestID, Type &rtBestDist) const | CDataset< Type > | inline |
getDataFromVector(Type *ptData, int iNbItems, int iInputDim, int iOutputDim) | CDataset< Type > | |
getInfo(void) | CDataset< Type > | |
getInputMatrix() const | CDataset< Type > | |
getItem(int iIndex) const | CDataset< Type > | inline |
getLast() | CDataset< Type > | inline |
getOutputMatrix() const | CDataset< Type > | |
getRandomItem(void) const | CDataset< Type > | inline |
iGrowSize | CDataset< Type > | protected |
initRandomSeed() | CDataset< Type > | |
inputDimension() const | CDataset< Type > | inline |
insertItem(int iIndex, const CDatasetItem< Type > &rtItem) | CDataset< Type > | |
isA(const char *acClass) const | CObject< Type > | inlinevirtual |
item(int iIndex) const | CDataset< Type > | inline |
items() const | CDataset< Type > | inline |
merge(const CDataset< Type > &rtDataset) | CDataset< Type > | |
metaData() | CDataset< Type > | inline |
operator()(int iIndex) const | CDataset< Type > | inline |
operator=(const CDataset< Type > &rtDataset) | CDataset< Type > | |
operator[](int iIndex) | CDataset< Type > | inline |
outputDimension() const | CDataset< Type > | inline |
pMetaData | CDataset< Type > | protected |
randomItem(void) | CDataset< Type > | inline |
randomShuffle() | CDataset< Type > | |
read(istream &istr) | CDataset< Type > | |
read(const char *pcPath) | CDataset< Type > | |
removeItem(int iIndex) | CDataset< Type > | |
removeLastItem() | CDataset< Type > | |
reserve(int iSize) | CDataset< Type > | |
serialize(fstream &stream, IO_MODE mode=READ) | CDataset< Type > | virtual |
serialize2(CArchiv &tA) | CDataset< Type > | virtual |
setDataToVector(Type *ptData) | CDataset< Type > | |
setGrowSize(int iGrowSize) | CDataset< Type > | |
setInfo(const string &str) | CDataset< Type > | |
setItem(int iIndex, const CDatasetItem< Type > &rtItem) | CDataset< Type > | |
setMetaData(void *pTheData) | CDataset< Type > | inline |
setVerbose(VERBOSE_LEVEL tVerbose) | CObject< Type > | inline |
sInfo | CDataset< Type > | protected |
sortdata() | CDataset< Type > | inline |
sortdata(bool(*func)(CDatasetItem< Type >, CDatasetItem< Type >)) | CDataset< Type > | inline |
split(double dFraction) | CDataset< Type > | |
sType | CDataset< Type > | protected |
subset(int iNbItems) const | CDataset< Type > | |
tItems | CDataset< Type > | protected |
ucVerbose | CObject< Type > | protected |
verbose(void) const | CObject< Type > | inline |
write(const char *pcPath) | CDataset< Type > | |
write(ostream &ostr) | CDataset< Type > | |
~CDataset() | CDataset< Type > | |
~CObject() | CObject< Type > | virtual |