public class CaseVector
extends no.uib.cipr.matrix.sparse.SparseVector
| Constructor and Description |
|---|
CaseVector(int size) |
| Modifier and Type | Method and Description |
|---|---|
static CaseVector |
concat(java.util.ArrayList<CaseVector> vectors) |
CaseVector |
copy() |
boolean |
equals(java.lang.Object obj)
Two casevectors are equal if they have the same length and elements at
corresponding positions.
|
boolean |
isZeroVector() |
static java.util.ArrayList<CaseVector> |
mapLogToCaseVectors(org.deckfour.xes.model.XLog eventlog,
java.util.ArrayList<AbstractPerspective> perspectives) |
CaseVector |
toUnitVector() |
add, compact, dot, get, getData, getIndex, getRawData, getRawIndex, getUsed, iterator, norm1, norm2_robust, norm2, normInf, scale, set, set, zeroadd, add, check, checkSize, norm, set, size, toStringpublic CaseVector copy()
copy in interface no.uib.cipr.matrix.Vectorcopy in class no.uib.cipr.matrix.sparse.SparseVectorpublic CaseVector toUnitVector()
public boolean isZeroVector()
public static CaseVector concat(java.util.ArrayList<CaseVector> vectors)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic static java.util.ArrayList<CaseVector> mapLogToCaseVectors(org.deckfour.xes.model.XLog eventlog, java.util.ArrayList<AbstractPerspective> perspectives)