Package | Description |
---|---|
it.uniroma2.sag.kelp.kernel.tree | |
it.uniroma2.sag.kelp.kernel.tree.deltamatrix |
Modifier and Type | Method and Description |
---|---|
DeltaMatrix |
SubTreeKernel.getDeltaMatrix()
Get the DeltaMatrix used to store the evaluated delta functions
of this tree kernel
|
DeltaMatrix |
SubSetTreeKernel.getDeltaMatrix()
Get the DeltaMatrix used to store the evaluated delta functions
of this tree kernel
|
DeltaMatrix |
SmoothedPartialTreeKernel.getDeltaMatrix() |
DeltaMatrix |
PartialTreeKernel.getDeltaMatrix() |
Modifier and Type | Method and Description |
---|---|
static ArrayList<TreeNodePairs> |
TreeKernelUtils.findCommonNodesByProduction(TreeRepresentation a,
TreeRepresentation b,
DeltaMatrix deltaMatrix,
boolean includeLeaves)
Determine the nodes sharing the same production in the given trees.
|
static float |
TreeKernelUtils.productionBasedDeltaFunction(TreeNode Nx,
TreeNode Nz,
int sigma,
float lambda,
DeltaMatrix deltaMatrix)
Delta Function for tree kernels operation at production level, like
SubTreeKernel and SubSetTreeKernel.
|
void |
SubTreeKernel.setDeltaMatrix(DeltaMatrix deltaMatrix)
Deprecated.
|
void |
SubSetTreeKernel.setDeltaMatrix(DeltaMatrix deltaMatrix)
Deprecated.
|
void |
SmoothedPartialTreeKernel.setDeltaMatrix(DeltaMatrix deltaMatrix)
Deprecated.
|
void |
PartialTreeKernel.setDeltaMatrix(DeltaMatrix deltaMatrix)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
DynamicDeltaMatrix
Deprecated.
|
class |
StaticDeltaMatrix |
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.