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, zero
add, add, check, checkSize, norm, set, size, toString
public CaseVector copy()
copy
in interface no.uib.cipr.matrix.Vector
copy
in class no.uib.cipr.matrix.sparse.SparseVector
public 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.Object
public static java.util.ArrayList<CaseVector> mapLogToCaseVectors(org.deckfour.xes.model.XLog eventlog, java.util.ArrayList<AbstractPerspective> perspectives)