|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sourceforge.nite.datainspection.timespan.BoundaryAligner
public class BoundaryAligner
Aligns two 'derived boundary annotations'. SHOULD BE REPLACED BY ALIGNMENT LIKE IN SEGMENTALIGNER
| Constructor Summary | |
|---|---|
BoundaryAligner()
|
|
| Method Summary | |
|---|---|
static BoundaryAlignment |
alignBoundaries(java.util.ArrayList boundaryList1,
java.util.ArrayList boundaryList2,
double th)
This default alignment method takes two boundaries to be 'equal' if the difference in time is at most 'th'. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BoundaryAligner()
| Method Detail |
|---|
public static BoundaryAlignment alignBoundaries(java.util.ArrayList boundaryList1,
java.util.ArrayList boundaryList2,
double th)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||