|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CliquePotentialFunction
Method Summary | |
---|---|
double |
computeCliquePotential(int cliqueSize,
int labelIndex,
int[] cliqueFeatures,
double[] featureVal)
|
Method Detail |
---|
double computeCliquePotential(int cliqueSize, int labelIndex, int[] cliqueFeatures, double[] featureVal)
cliqueSize
- 1 if node clique, 2 if edge clique, etclabelIndex
- the index of the output class labelcliqueFeatures
- an int array containing the feature indices that are active in this cliquefeatureVal
- a double array containing the feature values corresponding to feature indices in cliqueFeatures
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |