public interface ProbabilityKnowledge<T>
| Modifier and Type | Method and Description |
|---|---|
T |
getField() |
FieldGroup<T> |
getFieldGroup() |
int |
getFound() |
double |
getMineProbability() |
GroupValues<T> |
getNeighbors() |
double[] |
getProbabilities() |
T getField()
FieldGroup<T> getFieldGroup()
FieldGroup for the field returned by getField()int getFound()
double getMineProbability()
FieldGroup returned by getFieldGroup()GroupValues<T> getNeighbors()
GroupValues object for what neighbors the field returned by getField() hasdouble[] getProbabilities()
getMineProbability() will be 1.Copyright © 2014. All rights reserved.