|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CyCyniMetric
An interface specific to Cyni metrics.
Method Summary | |
---|---|
Double |
getMetric(CyniTable table1,
CyniTable table2,
int indexBase,
List<Integer> indexToCompare)
The implementation of the metric |
String |
getName()
Returns the computer-readable name of the Cyni Metric. |
List<String> |
getTypesList()
The list of types of this metric |
void |
resetParameters()
It resets the metric and leaves the default metric's parameters |
Method Detail |
---|
Double getMetric(CyniTable table1, CyniTable table2, int indexBase, List<Integer> indexToCompare)
table1
- The cyniTable where there is the first element to compare.table2
- The cyniTable where there is the second element to compare.indexBase
- The index of the element in the first CyniTable that will be compared.indexToCompare
- The list of indexes of the elements in the second CyniTable that will compared
String getName()
List<String> getTypesList()
void resetParameters()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |