Package | Description |
---|---|
it.uniroma2.sag.kelp.data.representation.vector | |
it.uniroma2.sag.kelp.linearization.nystrom |
Modifier and Type | Method and Description |
---|---|
DenseVector |
DenseVector.copyVector() |
DenseVector |
DenseVector.getZeroVector() |
Modifier and Type | Method and Description |
---|---|
void |
DenseVector.diff(DenseVector vector) |
Modifier and Type | Method and Description |
---|---|
DenseVector |
NystromMethodEnsemble.getDenseVectorByEnsembleAndJuxtaposition(Example example)
Given an example, this method produces a
DenseVector that is
the concatenation of the vectors obtained by each projection functions
used in the Ensemble. |
DenseVector |
NystromMethodEnsemble.getDenseVectorByEnsembleAndJuxtaposition(Example example,
List<Float> weights)
Given an example, this method produces a
DenseVector that is
the concatenation of the vectors obtained by each projection functions
used in the Ensemble. |
DenseVector |
NystromMethod.getLinearRepresentation(Example example) |
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.