|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use SymmetricTensor | |
---|---|
de.jstacs.algorithms.graphs | Provides classes for algorithms on graphs. |
de.jstacs.algorithms.graphs.tensor | Provides classes to represent symmetric and asymmetric tensors in graphs |
de.jstacs.sequenceScores.statisticalModels.trainable.discrete.inhomogeneous | This package contains various inhomogeneous models. |
Uses of SymmetricTensor in de.jstacs.algorithms.graphs |
---|
Methods in de.jstacs.algorithms.graphs with parameters of type SymmetricTensor | |
---|---|
protected static int[][] |
DAG.computeMaxKDAG(SymmetricTensor score)
Computes the maximal k-DAG (see DAG ), i.e. the k-DAG that
maximizes the score given by a SymmetricTensor . |
Uses of SymmetricTensor in de.jstacs.algorithms.graphs.tensor |
---|
Constructors in de.jstacs.algorithms.graphs.tensor with parameters of type SymmetricTensor | |
---|---|
SymmetricTensor(SymmetricTensor[] parts,
double[] weights)
The constructor can be used creating a new SymmetricTensor as
weighted sum of SymmetricTensor s. |
Uses of SymmetricTensor in de.jstacs.sequenceScores.statisticalModels.trainable.discrete.inhomogeneous |
---|
Methods in de.jstacs.sequenceScores.statisticalModels.trainable.discrete.inhomogeneous that return SymmetricTensor | |
---|---|
SymmetricTensor |
StructureLearner.getTensor(DataSet data,
double[] weights,
byte order,
StructureLearner.LearningType method)
This method can be used to compute a Tensor that can be used to
determine the optimal structure. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |