MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.trainers.common Namespace Reference

Classes

class  FileMemoryCollection
 The FileMemoryCollection is used during debugging to load from and save to file. More...
 
interface  IMemoryCollection
 The IMemoryCollection interface is implemented by all memory collection types. More...
 
class  MemoryCollection
 The memory collection stores a set of memory items. More...
 
class  MemoryCollectionFactory
 The MemoryCollectionFactory is used to create various memory collection types. More...
 
class  MemoryItem
 The MemoryItem stores the information about a given cycle. More...
 
class  MinSegmentTree
 The MinSegmentTree performs a reduction over the array and returns the minimum value. More...
 
class  PrioritizedMemoryCollection
 The PrioritizedMemoryCollection provides a sampling based on prioritizations. More...
 
class  RandomMemoryCollection
 The RandomMemoryCollection is used to randomly sample the collection of items. More...
 
class  SegmentTree
 Segment tree data structure More...
 
class  SumSegmentTree
 The SumSegmentTree provides a sum reduction of the items within the array. More...
 

Enumerations

enum  MEMTYPE { RANDOM , PRIORITY , LOADING , SAVING }
 Specifies the type of memory collection to use. More...
 

Enumeration Type Documentation

◆ MEMTYPE

Specifies the type of memory collection to use.

Enumerator
RANDOM 

Specifies the randomly sampled memory collection.

PRIORITY 

Specifies the prioritized sampled memory collection.

LOADING 

Specifies a memory collection loaded from file (used during debugging).

SAVING 

Specifies a randomly sampled memory collection that saves to file (used during debugging).

Definition at line 13 of file Interfaces.cs.