Uses of Class
elki.math.SinCosTable
-
Packages that use SinCosTable Package Description elki.math Mathematical operations and utilities used throughout the framework.elki.math.statistics.dependence Statistical measures of dependence, such as correlation. -
-
Uses of SinCosTable in elki.math
Subclasses of SinCosTable in elki.math Modifier and Type Class Description private static classSinCosTable.FullTableTable that can't exploit much symmetry, because the steps are not divisible by 2.private static classSinCosTable.HalfTableTable that exploits just one symmetry, as the number of steps is divisible by two.private static classSinCosTable.QuarterTableTable that exploits both symmetries, as the number of steps is divisible by four.Methods in elki.math that return SinCosTable Modifier and Type Method Description static SinCosTableSinCosTable. make(int steps)Make a table for the given number of steps. -
Uses of SinCosTable in elki.math.statistics.dependence
Fields in elki.math.statistics.dependence declared as SinCosTable Modifier and Type Field Description private static SinCosTableHoughSpaceMeasure. tablePrecompute sinus and cosinus
-