Uses of Class
de.jstacs.algorithms.graphs.tensor.SymmetricTensor

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.
 

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 SymmetricTensors.
 

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.