public interface VectorCombinor
SparseDoubleVector
to create a new SparseDoubleVector
that a combination or mixture of features from both
SparseDoubleVector
s.Modifier and Type | Method and Description |
---|---|
SparseDoubleVector |
combine(SparseDoubleVector v1,
SparseDoubleVector v2)
Combines features from
v1 and v2 to produce a new vector. |
SparseDoubleVector |
combineUnmodified(SparseDoubleVector v1,
SparseDoubleVector v2)
Combines features from
v1 and v2 to produce a new vector. |
SparseDoubleVector combine(SparseDoubleVector v1, SparseDoubleVector v2)
v1
and v2
to produce a new vector.
VectorCombinor
are allowed to modify v1
if needed.SparseDoubleVector combineUnmodified(SparseDoubleVector v1, SparseDoubleVector v2)
v1
and v2
to produce a new vector.
VectorCombinor
are not allowed to modify v1
if
needed.Copyright © 2012. All Rights Reserved.