Stemmer.Cvb.SampleDatabase Namespace

CVB.Net Documentation
The namespace and assembly Stemmer.Cvb.SampleDatabase contains the classes and definitions needed for using the SIL.dll
Classes

  ClassDescription
Public classFringes
Object describing the fringes that are available around images in a sample image list.
Public classSampleClassificationImageList
Classifier type that operates on images.
Public classSampleClassificationImageListImageClassificationInfoCollection
Collection of class information inside a classification sample list.
Public classSampleClassificationImageListImageClassificationLabelInfo
Classification label information
Public classSampleDatabaseExtensions
Extension methods for use with generic collections
Public classSampleImageList
Classifier type that operates on images.
Public classSampleImageListImageCollection
Collection of image samples
Public classSampleList
Base class for sample lists. Sample lists can serve two different purposes: Classification or Regression. For each case, a separate derived class has been implemented (SampleClassificationImageList and SampleRegressionImageList), while this class contains those elements that are common to both types of classifier.
Public classSampleListLabelInfoCollectionTLabelInformation, TData
Information collection for class labels.
Public classSampleListSampleCollectionTData
Collection of data samples. SampleImageList.
Public classSampleListDataType
Base class for image list data type descriptors.
Public classSampleListImageDataType
Descriptor for image data to be digested by an image list.
Public classSampleRegressionImageList
Classifier type that operates on images.
Public classSampleRegressionImageListImageRegressionInfoCollection
Collection of regression information inside a regression sample list.
Public classSampleRegressionImageListImageRegressionLabelInfo
Regression Label Information.
Structures

  StructureDescription
Public structureSampleImageListImageLabelInfoTLabel
Base class for providing SIL label information.
Interfaces

  InterfaceDescription
Public interfaceSampleListILabelInfo
Interface for label information.
Public interfaceSampleListILabelInfoTLabel
Typed label information.
Public interfaceSampleListISampleListChild
Interface for anything that is child of a native sample image list (i.e. has a handle to the parent list through which the managed calls may be routed).
Delegates

  DelegateDescription
Public delegateSampleListDataTransformImageToImage
Image data transformation delegate.
Public delegateSampleListLabelTransformStringToString
Delegate for label transformation.
Public delegateSampleListLabelTransformStringToVector
Delegate for label transformation.
Public delegateSampleListLabelTransformVectorToString
Delegate for label transformation.
Public delegateSampleListLabelTransformVectorToVector
Delegate for label transformation.
Enumerations

  EnumerationDescription
Public enumerationSampleExtractionMode
Possible approaches to the sample extraction in the "Add" methods of derived classes.