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

Uses of SymmetricTensor in de.jstacs.models.discrete.inhomogeneous
 

Methods in de.jstacs.models.discrete.inhomogeneous that return SymmetricTensor
 SymmetricTensor StructureLearner.getTensor(Sample 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.