Uses of Package
fiftyone.mobile.detection

Packages that use fiftyone.mobile.detection
fiftyone.mobile.detection   
fiftyone.mobile.detection.entities   
fiftyone.mobile.detection.entities.memory   
fiftyone.mobile.detection.entities.stream   
fiftyone.mobile.detection.factories   
 

Classes in fiftyone.mobile.detection used by fiftyone.mobile.detection
AutoUpdateException
           
BaseScore
           
Cache
          Used to speed the retrieval of detection results over duplicate requests.
ClosestScore
           
Controller
          A single static class which controls the device detection process.
Dataset
          Data set used for device detection created by the reader classes.
Disposable
           
Match
          Generate when a device detection is requested to include the signature matched, the confidence of the match and the method used to obtain the match.
Match.MatchState
          Used to persist the match results to the cache.
Match.PossibleSignature
          Used to represent a signature index and the number of times it occurs in the matched nodes.
Match.PossibleSignatures
          A custom linked list used to identify the most frequently occurring signature indexes.
Match.RankedSignatureIterator
          Used to iterate over the closest signatures.
MatchMethods
          Enumerator of possible methods used to obtain the match.
NearestScore
          Used to determine if all the signature node sub strings are in the target just at different character positions.
ReadonlyList
          A list which only provides those features needed to read items from the list.
SortedList
           
TrieProvider.OffsetType
          The type of integers used to represent the offset to the children.
 

Classes in fiftyone.mobile.detection used by fiftyone.mobile.detection.entities
Dataset
          Data set used for device detection created by the reader classes.
Match
          Generate when a device detection is requested to include the signature matched, the confidence of the match and the method used to obtain the match.
SortedList
           
 

Classes in fiftyone.mobile.detection used by fiftyone.mobile.detection.entities.memory
Dataset
          Data set used for device detection created by the reader classes.
Disposable
           
ReadonlyList
          A list which only provides those features needed to read items from the list.
 

Classes in fiftyone.mobile.detection used by fiftyone.mobile.detection.entities.stream
Dataset
          Data set used for device detection created by the reader classes.
Disposable
           
ReadonlyList
          A list which only provides those features needed to read items from the list.
 

Classes in fiftyone.mobile.detection used by fiftyone.mobile.detection.factories
Dataset
          Data set used for device detection created by the reader classes.
TrieProvider
          Decision trie data structure provider.