public final class SVGHyperSphere
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static double |
EUCLIDEAN_KAPPA
Factor used for approximating circles with cubic beziers.
|
| Modifier | Constructor and Description |
|---|---|
private |
SVGHyperSphere()
Private constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static org.w3c.dom.Element |
drawCross(SVGPlot svgp,
Projection2D proj,
NumberVector mid,
double radius)
Wireframe "cross" hypersphere
|
static org.w3c.dom.Element |
drawEuclidean(SVGPlot svgp,
Projection2D proj,
NumberVector mid,
double radius)
Wireframe "euclidean" hypersphere
|
static org.w3c.dom.Element |
drawLp(SVGPlot svgp,
Projection2D proj,
NumberVector mid,
double radius,
double p)
Wireframe "Lp" hypersphere
|
static org.w3c.dom.Element |
drawManhattan(SVGPlot svgp,
Projection2D proj,
NumberVector mid,
double radius)
Wireframe "manhattan" hypersphere
|
public static final double EUCLIDEAN_KAPPA
private SVGHyperSphere()
public static org.w3c.dom.Element drawManhattan(SVGPlot svgp, Projection2D proj, NumberVector mid, double radius)
svgp - SVG Plotproj - Visualization projectionmid - mean vectorradius - radiuspublic static org.w3c.dom.Element drawEuclidean(SVGPlot svgp, Projection2D proj, NumberVector mid, double radius)
svgp - SVG Plotproj - Visualization projectionmid - mean vectorradius - radiuspublic static org.w3c.dom.Element drawLp(SVGPlot svgp, Projection2D proj, NumberVector mid, double radius, double p)
svgp - SVG Plotproj - Visualization projectionmid - mean vectorradius - radiusp - L_p valuepublic static org.w3c.dom.Element drawCross(SVGPlot svgp, Projection2D proj, NumberVector mid, double radius)
svgp - SVG Plotproj - Visualization projectionmid - mean vectorradius - radiusCopyright © 2019 ELKI Development Team. License information.