![]() |
MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
This is the complete list of members for MyCaffe.MyCaffeControl< T >, including all inherited members.
| ActiveGpus | MyCaffe.MyCaffeControl< T > | |
| ActiveLabelCounts | MyCaffe.MyCaffeControl< T > | |
| AddCancelOverride(CancelEvent evtCancel) | MyCaffe.MyCaffeControl< T > | |
| AddCancelOverrideByName(string strEvtCancel) | MyCaffe.MyCaffeControl< T > | |
| ApplyUpdate(int nIteration) | MyCaffe.MyCaffeControl< T > | |
| CancelEvent | MyCaffe.MyCaffeControl< T > | |
| Clone(int nGpuID) | MyCaffe.MyCaffeControl< T > | |
| CompareWeights(Net< T > net1, Net< T > net2) | MyCaffe.MyCaffeControl< T > | |
| Component() | System.ComponentModel.Component | |
| CopyGradientsFrom(MyCaffeControl< T > src) | MyCaffe.MyCaffeControl< T > | |
| CopyWeightsFrom(MyCaffeControl< T > src) | MyCaffe.MyCaffeControl< T > | |
| CreateBlob(string strName) | MyCaffe.MyCaffeControl< T > | |
| CreateDataBlob(SimpleDatum d, Blob< T > blob=null, bool bPad=true) | MyCaffe.MyCaffeControl< T > | |
| CreateExtension(string strExtensionDLLPath) | MyCaffe.MyCaffeControl< T > | |
| CreateNet(byte[] rgWeights, CudaDnn< T > cudaOverride=null) | MyCaffe.MyCaffeControl< T > | |
| createNetParameterForRunning(ProjectEx p, out TransformationParameter transform_param) | MyCaffe.MyCaffeControl< T > | protected |
| createNetParameterForRunning(DatasetDescriptor ds, string strModel, out TransformationParameter transform_param, Stage stage=Stage.NONE) | MyCaffe.MyCaffeControl< T > | protected |
| createNetParameterForRunning(BlobShape shape, string strModel, out TransformationParameter transform_param, Stage stage=Stage.NONE) | MyCaffe.MyCaffeControl< T > | protected |
| createNetParameterForRunning(SimpleDatum sdMean, string strModel, out TransformationParameter transform_param, out int nC, out int nH, out int nW, Stage stage=Stage.NONE) | MyCaffe.MyCaffeControl< T > | protected |
| CreateNetParameterForRunning(BlobShape shape, string strModel, out TransformationParameter transform_param, Stage stage=Stage.NONE, bool bSkipLossLayer=false, bool bMaintainBatchSize=false) | MyCaffe.MyCaffeControl< T > | static |
| Cuda | MyCaffe.MyCaffeControl< T > | |
| CurrentDevice | MyCaffe.MyCaffeControl< T > | |
| CurrentIteration | MyCaffe.MyCaffeControl< T > | |
| CurrentProject | MyCaffe.MyCaffeControl< T > | |
| CurrentStage | MyCaffe.MyCaffeControl< T > | |
| Database | MyCaffe.MyCaffeControl< T > | |
| DatasetConnectInfo | MyCaffe.MyCaffeControl< T > | |
| DataTransformer | MyCaffe.MyCaffeControl< T > | |
| dispose() | MyCaffe.MyCaffeControl< T > | |
| EnableBlobDebugging | MyCaffe.MyCaffeControl< T > | |
| EnableBreakOnFirstNaN | MyCaffe.MyCaffeControl< T > | |
| EnableDetailedNanDetection | MyCaffe.MyCaffeControl< T > | |
| EnableLayerDebugging | MyCaffe.MyCaffeControl< T > | |
| EnableSingleStep | MyCaffe.MyCaffeControl< T > | |
| EnableTesting | MyCaffe.MyCaffeControl< T > | |
| EnableVerboseStatus | MyCaffe.MyCaffeControl< T > | |
| FreeExtension(long hExtension) | MyCaffe.MyCaffeControl< T > | |
| GetDataset() | MyCaffe.MyCaffeControl< T > | |
| GetDeviceCount() | MyCaffe.MyCaffeControl< T > | |
| GetDeviceName(int nDeviceID) | MyCaffe.MyCaffeControl< T > | |
| GetInternalNet(Phase phase=Phase.RUN) | MyCaffe.MyCaffeControl< T > | |
| GetInternalSolver() | MyCaffe.MyCaffeControl< T > | |
| GetItemMean() | MyCaffe.MyCaffeControl< T > | |
| GetLicenseText(string strOtherLicenses) | MyCaffe.MyCaffeControl< T > | |
| GetLicenseTextEx(string strOtherLicenses) | MyCaffe.MyCaffeControl< T > | static |
| GetTargetImage(int nSrcId, int nIdx, out int nLabel, out string strLabel, out byte[] rgCriteria, out SimpleDatum.DATA_FORMAT fmtCriteria) | MyCaffe.MyCaffeControl< T > | |
| GetTargetImage(int nImageID, out int nLabel, out string strLabel, out byte[] rgCriteria, out SimpleDatum.DATA_FORMAT fmtCriteria) | MyCaffe.MyCaffeControl< T > | |
| GetTestImage(Phase phase, out int nLabel, out string strLabel) | MyCaffe.MyCaffeControl< T > | |
| GetTestImage(Phase phase, int nLabel) | MyCaffe.MyCaffeControl< T > | |
| GetWeights() | MyCaffe.MyCaffeControl< T > | |
| LabelQueryEpochs | MyCaffe.MyCaffeControl< T > | |
| LabelQueryHitPercents | MyCaffe.MyCaffeControl< T > | |
| LastPhase | MyCaffe.MyCaffeControl< T > | |
| Load(Phase phase, ProjectEx p, DB_LABEL_SELECTION_METHOD? labelSelectionOverride=null, DB_ITEM_SELECTION_METHOD? itemSelectionOverride=null, bool bResetFirst=false, IXDatabaseBase db=null, bool bUseDb=true, bool bCreateRunNet=true, string strStage=null, bool bEnableMemTrace=false) | MyCaffe.MyCaffeControl< T > | |
| Load(Phase phase, string strSolver, string strModel, byte[] rgWeights, DB_LABEL_SELECTION_METHOD? labelSelectionOverride=null, DB_ITEM_SELECTION_METHOD? itemSelectionOverride=null, bool bResetFirst=false, IXDatabaseBase db=null, bool bUseDb=true, bool bCreateRunNet=true, string strStage=null, bool bEnableMemTrace=false) | MyCaffe.MyCaffeControl< T > | |
| LoadLite(Phase phase, string strSolver, string strModel, byte[] rgWeights=null, bool bResetFirst=false, bool bCreateRunNet=true, SimpleDatum sdMean=null, string strStage=null, bool bEnableMemTrace=false) | MyCaffe.MyCaffeControl< T > | |
| LoadToRun(string strModel, byte[] rgWeights, BlobShape shape, SimpleDatum sdMean=null, TransformationParameter transParam=null, bool bForceBackward=false, bool bConvertToRunNet=true) | MyCaffe.MyCaffeControl< T > | |
| Log | MyCaffe.MyCaffeControl< T > | |
| m_bDbOwner | MyCaffe.MyCaffeControl< T > | protected |
| m_dataSet | MyCaffe.MyCaffeControl< T > | protected |
| m_dataTransformer | MyCaffe.MyCaffeControl< T > | protected |
| m_db | MyCaffe.MyCaffeControl< T > | protected |
| m_evtCancel | MyCaffe.MyCaffeControl< T > | protected |
| m_evtForceSnapshot | MyCaffe.MyCaffeControl< T > | protected |
| m_evtForceTest | MyCaffe.MyCaffeControl< T > | protected |
| m_evtPause | MyCaffe.MyCaffeControl< T > | protected |
| m_log | MyCaffe.MyCaffeControl< T > | protected |
| m_project | MyCaffe.MyCaffeControl< T > | protected |
| m_rgGpu | MyCaffe.MyCaffeControl< T > | protected |
| m_settings | MyCaffe.MyCaffeControl< T > | protected |
| m_strCudaPath | MyCaffe.MyCaffeControl< T > | protected |
| MaximumIteration | MyCaffe.MyCaffeControl< T > | |
| MyCaffeControl(SettingsCaffe settings, Log log, CancelEvent evtCancel, AutoResetEvent evtSnapshot=null, AutoResetEvent evtForceTest=null, ManualResetEvent evtPause=null, List< int > rgGpuId=null, string strCudaPath="", bool bCreateCudaDnn=false, ConnectInfo ci=null) | MyCaffe.MyCaffeControl< T > | |
| OnSnapshot | MyCaffe.MyCaffeControl< T > | |
| OnTestingIteration | MyCaffe.MyCaffeControl< T > | |
| OnTrainingIteration | MyCaffe.MyCaffeControl< T > | |
| Persist | MyCaffe.MyCaffeControl< T > | |
| PrepareImageMeans(ProjectEx prj) | MyCaffe.MyCaffeControl< T > | |
| ReInitializeParameters(WEIGHT_TARGET target, params string[] rgstrLayers) | MyCaffe.MyCaffeControl< T > | |
| RemoveCancelOverride(CancelEvent evtCancel) | MyCaffe.MyCaffeControl< T > | |
| RemoveCancelOverrideByName(string strEvtCancel) | MyCaffe.MyCaffeControl< T > | |
| ResetDevice(int nDeviceID) | MyCaffe.MyCaffeControl< T > | static |
| Run(int nImageIdx, bool bPad=true) | MyCaffe.MyCaffeControl< T > | |
| Run(List< int > rgImageIdx, ref Blob< T > blob) | MyCaffe.MyCaffeControl< T > | |
| Run(List< int > rgImageIdx) | MyCaffe.MyCaffeControl< T > | |
| Run(SimpleDatum d, bool bSort, bool bUseSolverNet, bool bPad=true) | MyCaffe.MyCaffeControl< T > | |
| Run(List< SimpleDatum > rgSd, ref Blob< T > blob, bool bUseSolverNet=false, int nMax=int.MaxValue) | MyCaffe.MyCaffeControl< T > | |
| Run(Blob< T > blob, bool bSort=true, bool bUseSolverNet=false, int nMax=int.MaxValue, List< int > rgIgnoreLabels=null) | MyCaffe.MyCaffeControl< T > | |
| Run(Bitmap img, bool bSort=true, bool bPad=true) | MyCaffe.MyCaffeControl< T > | |
| Run(SimpleDatum d, bool bSort=true, bool bPad=true) | MyCaffe.MyCaffeControl< T > | |
| Run(PropertySet customInput, int nK=1, double dfThreshold=0.01, int nMax=80, bool bBeamSearch=false) | MyCaffe.MyCaffeControl< T > | |
| Run(BlobCollection< T > colBottom) | MyCaffe.MyCaffeControl< T > | |
| RunExtension(long hExtension, long lfnIdx, T[] rgParam) | MyCaffe.MyCaffeControl< T > | |
| RunExtensionD(long hExtension, long lfnIdx, double[] rgParam) | MyCaffe.MyCaffeControl< T > | |
| RunExtensionF(long hExtension, long lfnIdx, float[] rgParam) | MyCaffe.MyCaffeControl< T > | |
| RunModel(PropertySet customInput) | MyCaffe.MyCaffeControl< T > | |
| RunModelEx(PropertySet customInput) | MyCaffe.MyCaffeControl< T > | |
| SetOnTestingStartOverride(EventHandler onTestingStart) | MyCaffe.MyCaffeControl< T > | |
| SetOnTestOverride(EventHandler< TestArgs > onTest) | MyCaffe.MyCaffeControl< T > | |
| SetOnTrainingStartOverride(EventHandler onTrainingStart) | MyCaffe.MyCaffeControl< T > | |
| Settings | MyCaffe.MyCaffeControl< T > | |
| Snapshot(bool bUpdateDatabase=true) | MyCaffe.MyCaffeControl< T > | |
| Test(int nIterationOverride=-1) | MyCaffe.MyCaffeControl< T > | |
| TestMany(PropertySet customInput) | MyCaffe.MyCaffeControl< T > | |
| TestMany(int nCount, bool bOnTrainingSet, bool bOnTargetSet=false, DB_ITEM_SELECTION_METHOD imgSelMethod=DB_ITEM_SELECTION_METHOD.RANDOM, int nImageStartIdx=0, DateTime? dtImageStartTime=null, double? dfThreshold=null) | MyCaffe.MyCaffeControl< T > | |
| TestManyEx(PropertySet customInput) | MyCaffe.MyCaffeControl< T > | |
| Train(int nIterationOverride=-1, int nTrainingTimeLimitInMinutes=0, TRAIN_STEP step=TRAIN_STEP.NONE, double dfLearningRateOverride=0, bool bReset=false) | MyCaffe.MyCaffeControl< T > | |
| Unload(bool bUnloadImageDb=true, bool bIgnoreExceptions=false) | MyCaffe.MyCaffeControl< T > | |
| UpdateRunWeights(bool bOutputStatus=false, bool bVerifyWeights=true) | MyCaffe.MyCaffeControl< T > | |
| UpdateWeights(byte[] rgWeights) | MyCaffe.MyCaffeControl< T > | |
| VerifyCompute(string strExtra=null, int nDeviceID=-1, bool bThrowException=true) | MyCaffe.MyCaffeControl< T > | |
| Version | MyCaffe.MyCaffeControl< T > | static |