MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.basecode.descriptors Namespace Reference

The descriptors namespace contains all descriptor used to describe various items stored within the database. More...

Classes

class  BaseDescriptor
 The BaseDescriptor is the base class for all other descriptors, where descriptors are used to describe various items stored within the database. More...
 
class  DatasetDescriptor
 The DatasetDescriptor class describes a dataset which contains both a training data source and testing data source. More...
 
class  GroupDescriptor
 The GroupDescriptor class defines a group. More...
 
class  ImageDescriptor
 The ImageDescriptor class describes a single image in the database. More...
 
class  LabelDescriptor
 The LabelDescriptor class describes a single label. More...
 
class  OrderedValueStreamDescriptorSet
 The ordered value stream descriptor set is used to order the value stream descriptors by class and value type. More...
 
class  ParameterDescriptor
 The ParameterDescriptor class describes a parameter in the database. More...
 
class  ParameterDescriptorCollection
 The ParameterDescriptorCollection class contains a list of ParameterDescriptor's. More...
 
class  ProjectDescriptor
 The ProjectDescriptor class contains all information describing a project, such as its: dataset, group, settings, solver description, model description, and parmeters. More...
 
class  ResultDescriptor
 The ResultDescriptor class describes the results of a run. More...
 
class  SourceDescriptor
 The SourceDescriptor class contains all information describing a data source. More...
 
class  StateDescriptor
 The StateDescriptor class contains the information related to the state of a project incuding the solver state and weights. More...
 
class  TemporalDescriptor
 The TemporalDescriptor is used to describe a temporal aspects of the data source. More...
 
class  ValueDescriptor
 The ValueDescriptor class contains the description of a single value. More...
 
class  ValueDescriptorCollection
 The ValueDescriptorCollection class contains a list of ValueDescriptor's. More...
 
class  ValueItemDescriptor
 The ValueItemDescriptor describes each value item (e.g., customer, station or stock) More...
 
class  ValueStreamDescriptor
 The value stream descriptor describes a single value stream within a value item. More...
 

Detailed Description

The descriptors namespace contains all descriptor used to describe various items stored within the database.