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 class
SinCosTable.FullTable
Table that can't exploit much symmetry, because the steps are not divisible by 2.private static class
SinCosTable.HalfTable
Table that exploits just one symmetry, as the number of steps is divisible by two.private static class
SinCosTable.QuarterTable
Table 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 SinCosTable
SinCosTable. 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 SinCosTable
HoughSpaceMeasure. table
Precompute sinus and cosinus
-