Uses of Enum Class
edu.cmu.tetrad.search.CpdagParentDistancesFromTrue.DistanceType
Packages that use CpdagParentDistancesFromTrue.DistanceType
Package
Description
Contains classes for searching for (mostly structural) causal models given data.
-
Uses of CpdagParentDistancesFromTrue.DistanceType in edu.cmu.tetrad.search
Methods in edu.cmu.tetrad.search that return CpdagParentDistancesFromTrue.DistanceTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.CpdagParentDistancesFromTrue.DistanceType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.cmu.tetrad.search with parameters of type CpdagParentDistancesFromTrue.DistanceTypeModifier and TypeMethodDescriptiondouble[][]
CpdagParentDistancesFromTrue.getDistances
(Graph outputCpdag, double[][] trueEdgeStrengths, DataSet dataSet, CpdagParentDistancesFromTrue.DistanceType distanceType) Calculates the distance matrix for the edges in the given CPDAG (outputCpdag).