![]() |
BagOfAudioWords< TFeature> Methods |
The BagOfAudioWords< TFeature> generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | For |
Executes a parallel for using the feature detector in a thread-safe way.
(Inherited from BaseBagOfWords<TModel, TPoint, TFeature, TClustering, TExtractor, TInput>.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Init |
Initializes this instance.
(Inherited from BaseBagOfWords<TModel, TPoint, TFeature, TClustering, TExtractor, TInput>.) |
![]() | InnerLearn<T> |
Generic learn method implementation that should work for any input type.
This method is useful for re-using code between methods that accept Bitmap,
BitmapData, UnmanagedImage, filenames as strings, etc.
(Inherited from BaseBagOfWords<TModel, TPoint, TFeature, TClustering, TExtractor, TInput>.) |
![]() | Learn(String[],Double[]) |
Learns a model that can map the given inputs to the desired outputs.
(Inherited from BaseBagOfAudioWords<TModel, TFeature, TPoint, TClustering, TExtractor>.) |
![]() | Learn(TFeature[],Double[]) |
Learns a model that can map the given inputs to the desired outputs.
(Inherited from BaseBagOfWords<TModel, TPoint, TFeature, TClustering, TExtractor, TInput>.) |
![]() | Learn(TInput[],Double[]) |
Learns a model that can map the given inputs to the desired outputs.
(Inherited from BaseBagOfWords<TModel, TPoint, TFeature, TClustering, TExtractor, TInput>.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Transform(String) |
Applies the transformation to an input, producing an associated output.
(Inherited from BaseBagOfAudioWords<TModel, TFeature, TPoint, TClustering, TExtractor>.) |
![]() | Transform(String[]) |
Applies the transformation to a set of input vectors,
producing an associated set of output vectors.
(Inherited from BaseBagOfAudioWords<TModel, TFeature, TPoint, TClustering, TExtractor>.) |
![]() | Transform(List<TPoint>) |
Applies the transformation to an input, producing an associated output.
(Inherited from BaseBagOfWords<TModel, TPoint, TFeature, TClustering, TExtractor, TInput>.) |
![]() | Transform(TInput) |
Applies the transformation to an input, producing an associated output.
(Inherited from BaseBagOfWords<TModel, TPoint, TFeature, TClustering, TExtractor, TInput>.) |
![]() | Transform(TInput[]) |
Applies the transformation to a set of input vectors,
producing an associated set of output vectors.
(Inherited from BaseBagOfWords<TModel, TPoint, TFeature, TClustering, TExtractor, TInput>.) |
![]() | Transform(String,Double[]) |
Applies the transformation to a set of input vectors,
producing an associated set of output vectors.
(Inherited from BaseBagOfAudioWords<TModel, TFeature, TPoint, TClustering, TExtractor>.) |
![]() | Transform(String,Int32[]) |
Applies the transformation to a set of input vectors,
producing an associated set of output vectors.
(Inherited from BaseBagOfAudioWords<TModel, TFeature, TPoint, TClustering, TExtractor>.) |
![]() | Transform(String[],Double[][]) |
Applies the transformation to a set of input vectors,
producing an associated set of output vectors.
(Inherited from BaseBagOfAudioWords<TModel, TFeature, TPoint, TClustering, TExtractor>.) |
![]() | Transform(String[],Int32[][]) |
Applies the transformation to a set of input vectors,
producing an associated set of output vectors.
(Inherited from BaseBagOfAudioWords<TModel, TFeature, TPoint, TClustering, TExtractor>.) |
![]() | Transform(IEnumerable<TPoint>,Double[]) |
Applies the transformation to a set of input vectors,
producing an associated set of output vectors.
(Inherited from BaseBagOfWords<TModel, TPoint, TFeature, TClustering, TExtractor, TInput>.) |
![]() | Transform(IEnumerable<TPoint>,Int32[]) |
Applies the transformation to a set of input vectors,
producing an associated set of output vectors.
(Inherited from BaseBagOfWords<TModel, TPoint, TFeature, TClustering, TExtractor, TInput>.) |
![]() | Transform(TInput,Double[]) |
Applies the transformation to a set of input vectors,
producing an associated set of output vectors.
(Inherited from BaseBagOfWords<TModel, TPoint, TFeature, TClustering, TExtractor, TInput>.) |
![]() | Transform(TInput,Int32[]) |
Applies the transformation to a set of input vectors,
producing an associated set of output vectors.
(Inherited from BaseBagOfWords<TModel, TPoint, TFeature, TClustering, TExtractor, TInput>.) |
![]() | Transform(TInput[],Double[][]) |
Applies the transformation to a set of input vectors,
producing an associated set of output vectors.
(Inherited from BaseBagOfWords<TModel, TPoint, TFeature, TClustering, TExtractor, TInput>.) |
![]() | Transform(TInput[],Int32[][]) |
Applies the transformation to a set of input vectors,
producing an associated set of output vectors.
(Inherited from BaseBagOfWords<TModel, TPoint, TFeature, TClustering, TExtractor, TInput>.) |
Name | Description | |
---|---|---|
![]() | HasMethod |
Checks whether an object implements a method with the given name.
(Defined by ExtensionMethods.) |
![]() | IsEqual |
Compares two objects for equality, performing an elementwise
comparison if the elements are vectors or matrices.
(Defined by Matrix.) |
![]() | To(Type) | Overloaded.
Converts an object into another type, irrespective of whether
the conversion can be done at compile time or not. This can be
used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) |
![]() | To<T>() | Overloaded.
Converts an object into another type, irrespective of whether
the conversion can be done at compile time or not. This can be
used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) |