Class IntSubVector
- java.lang.Object
-
- org.processmining.specpp.datastructures.vectorization.IntVector
-
- org.processmining.specpp.datastructures.vectorization.IntSubVector
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedIntSubVector(IndexSubset is, int[] internal, int sum)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IntVectorcopy()intget(int index)static IntSubVectorof(IndexSubset is, int[] frequencies)IntSubVectorrestrictTo(IndexSubset indexSubset)-
Methods inherited from class org.processmining.specpp.datastructures.vectorization.IntVector
__internal, argMax, getRelative, length, of, spliterator, sum, sum, view, view
-
-
-
-
Constructor Detail
-
IntSubVector
protected IntSubVector(IndexSubset is, int[] internal, int sum)
-
-
Method Detail
-
of
public static IntSubVector of(IndexSubset is, int[] frequencies)
-
copy
public IntVector copy()
-
restrictTo
public IntSubVector restrictTo(IndexSubset indexSubset)
- Overrides:
restrictToin classIntVector
-
-