Inheritance diagram for TunguskaStatisticsAccessAdapter:
Collaboration diagram for TunguskaStatisticsAccessAdapter:Public Methods | |
| TunguskaStatisticsAccessAdapter () | |
| void | initialize (int experimentId, ComponentEntity producer, int roleId, Properties properties) |
| Map< Long, Double > | getTypesWithBestScore (String signalId, int max) |
| double | getDocumentScoreForType (String documentId, long typeId) |
| double | getTermScore (long typeId, String documentId) |
| double | getDocumentFrequencyOf (long typeId) |
| TypeDocumentFrequencies | getTermFrequenciesOf (String document) |
| TypeCollectionFrequencies | getDocumentFrequencies () |
| double | getDocumentScoreForTypes (String documentId, long...typeIds) |
| int | getOverallNumberOfOccurrencesOfType (long typeId) |
| int | getNumberOfOccurrencesOfType (long typeId, String documentId) |
| void | close () |
| int | getNumberOfAnnotations (String documentId) |
| int | getOverallNumberOfAnnotations () |
| int | getOverallNumberOfTypes () |
| Iterator< Long > | getMostFrequentTypes (int maxResultListSize) |
| Iterator< Long > | getLeastFrequentTypes (int maxResultListSize) |
| Iterator< Long > | getTypesOfDocument (String documentId) |
| int | getNumberOfDocuments () |
| IFrequencies | getFrequenciesOf (String documentId) |
| Iterator< Long > | getAllTypes () |
| void close | ( | ) |
| Iterator<Long> getAllTypes | ( | ) |
| TypeCollectionFrequencies getDocumentFrequencies | ( | ) |
| double getDocumentFrequencyOf | ( | long | typeId | ) |
| double getDocumentScoreForType | ( | String | documentId, |
| long | typeId | ||
| ) |
| double getDocumentScoreForTypes | ( | String | documentId, |
| long... | typeIds | ||
| ) |
| IFrequencies getFrequenciesOf | ( | String | documentId | ) |
| Iterator<Long> getLeastFrequentTypes | ( | int | maxResultListSize | ) |
| Iterator<Long> getMostFrequentTypes | ( | int | maxResultListSize | ) |
| int getNumberOfAnnotations | ( | String | documentId | ) |
| int getNumberOfDocuments | ( | ) |
| int getNumberOfOccurrencesOfType | ( | long | typeId, |
| String | documentId | ||
| ) |
| int getOverallNumberOfAnnotations | ( | ) |
| int getOverallNumberOfOccurrencesOfType | ( | long | typeId | ) |
| int getOverallNumberOfTypes | ( | ) |
| TypeDocumentFrequencies getTermFrequenciesOf | ( | String | document | ) |
| double getTermScore | ( | long | typeId, |
| String | documentId | ||
| ) |
| Iterator<Long> getTypesOfDocument | ( | String | documentId | ) |
| Map<Long, Double> getTypesWithBestScore | ( | String | signalId, |
| int | max | ||
| ) |
| void initialize | ( | int | experimentId, |
| ComponentEntity | producer, | ||
| int | roleId, | ||
| Properties | properties | ||
| ) |