CleanUp(int nDsId=0, bool bForce=false) | MyCaffe.basecode.IXDatabaseBase | |
FindItemIndex(int nSrcId, DateTime dt, string strDescription) | MyCaffe.basecode.IXDatabaseBase | |
GetDatasetById(int nDsId) | MyCaffe.basecode.IXDatabaseBase | |
GetDatasetByName(string strDs) | MyCaffe.basecode.IXDatabaseBase | |
GetDatasetID(string strDs) | MyCaffe.basecode.IXDatabaseBase | |
GetDatasetLoadedPercentById(int nDatasetID, out double dfTraining, out double dfTesting) | MyCaffe.basecode.IXDatabaseBase | |
GetDatasetLoadedPercentByName(string strDataset, out double dfTraining, out double dfTesting) | MyCaffe.basecode.IXDatabaseBase | |
GetDatasetName(int nDsId) | MyCaffe.basecode.IXDatabaseBase | |
GetItem(int nItemID, params int[] rgSrcId) | MyCaffe.basecode.IXDatabaseBase | |
GetItemCount(int nSrcId, string strFilterVal=null, int? nBoostVal=null, bool bBoostValIsExact=false) | MyCaffe.basecode.IXDatabaseBase | |
GetItemMean(int nSrcId) | MyCaffe.basecode.IXDatabaseBase | |
GetItems(int nSrcId, int[] rgIdx, string strFilterVal=null, int? nBoostVal=null, bool bBoostValIsExact=false) | MyCaffe.basecode.IXDatabaseBase | |
GetItemsFromIndex(int nSrcId, int nStartIdx, int nQueryCount=int.MaxValue, string strFilterVal=null, int? nBoostVal=null, bool bBoostValIsExact=false, bool bAttemptDirectLoad=false) | MyCaffe.basecode.IXDatabaseBase | |
GetItemsFromTime(int nSrcId, DateTime dtStart, int nQueryCount=int.MaxValue, string strFilterVal=null, int? nBoostVal=null, bool bBoostValIsExact=false) | MyCaffe.basecode.IXDatabaseBase | |
GetLoadItemDataCriteria() | MyCaffe.basecode.IXDatabaseBase | |
GetLoadItemDebugData() | MyCaffe.basecode.IXDatabaseBase | |
GetSelectionMethod() | MyCaffe.basecode.IXDatabaseBase | |
GetSourceById(int nSrcId) | MyCaffe.basecode.IXDatabaseBase | |
GetSourceByName(string strSrc) | MyCaffe.basecode.IXDatabaseBase | |
GetSourceID(string strSrc) | MyCaffe.basecode.IXDatabaseBase | |
GetSourceName(int nSrcId) | MyCaffe.basecode.IXDatabaseBase | |
GetVersion() | MyCaffe.basecode.IXDatabaseBase | |
InitializeWithDs1(SettingsCaffe s, DatasetDescriptor ds, string strEvtCancel=null, PropertySet prop=null) | MyCaffe.basecode.IXDatabaseBase | |
InitializeWithDsId1(SettingsCaffe s, int nDataSetID, string strEvtCancel=null, int nPadW=0, int nPadH=0, PropertySet prop=null) | MyCaffe.basecode.IXDatabaseBase | |
InitializeWithDsName1(SettingsCaffe s, string strDs, string strEvtCancel=null, PropertySet prop=null) | MyCaffe.basecode.IXDatabaseBase | |
LoadDatasetByID1(int nDsId, string strEvtCancel=null) | MyCaffe.basecode.IXDatabaseBase | |
LoadDatasetByName1(string strDs, string strEvtCancel=null) | MyCaffe.basecode.IXDatabaseBase | |
QueryItem(int nSrcId, int nIdx, DB_LABEL_SELECTION_METHOD? labelSelectionOverride=null, DB_ITEM_SELECTION_METHOD? imageSelectionOverride=null, int? nLabel=null, bool bLoadDataCriteria=false, bool bLoadDebugData=false) | MyCaffe.basecode.IXDatabaseBase | |
QueryItemMean(int nSrcId) | MyCaffe.basecode.IXDatabaseBase | |
QueryItemMeanFromDataset(int nDatasetId) | MyCaffe.basecode.IXDatabaseBase | |
QueryItemMeanFromDb(int nSrcId) | MyCaffe.basecode.IXDatabaseBase | |
ReloadDataset(int nDsId) | MyCaffe.basecode.IXDatabaseBase | |
SetConnection(ConnectInfo ci) | MyCaffe.basecode.IXDatabaseBase | |
SetSelectionMethod(DB_LABEL_SELECTION_METHOD? lbl, DB_ITEM_SELECTION_METHOD? img) | MyCaffe.basecode.IXDatabaseBase | |
UnloadDatasetById(int nDatasetID) | MyCaffe.basecode.IXDatabaseBase | |
UnloadDatasetByName(string strDataset) | MyCaffe.basecode.IXDatabaseBase | |