T - The field typepublic interface DetailedResults<T>
| Modifier and Type | Method and Description |
|---|---|
AnalyzeResult<T> |
getAnalyze()
Get the underlying analyze that these detailed results was based on
|
Collection<ProbabilityKnowledge<T>> |
getProxies() |
int |
getProxyCount()
Get the number of unique proxies that was required for the calculation.
|
ProbabilityKnowledge<T> |
getProxyFor(T field)
Get the detailed probabilities for a field
|
Map<T,ProbabilityKnowledge<T>> |
getProxyMap() |
Collection<ProbabilityKnowledge<T>> getProxies()
int getProxyCount()
getProxyMap().size()ProbabilityKnowledge<T> getProxyFor(T field)
field - The field to get the information forAnalyzeResult<T> getAnalyze()
AnalyzeResult object that is the source of this analyzeMap<T,ProbabilityKnowledge<T>> getProxyMap()
Copyright © 2014. All rights reserved.