Radial visualization & spring forces

Click For Summary
SUMMARY

The discussion focuses on deriving formulas for radial visualization of 3-dimensional and 8-dimensional samples using trigonometric functions. For 3-dimensional samples, the formulas are x = cos(α) * K1 - sin(α) * K3 and y = sin(α) * K1 + cos(α) * K3, where α is the angle in radians. For 8-dimensional samples, the formulas are x = cos(α) * (K1 - K3 - K5 - K7) - sin(α) * (K2 - K4 - K6 - K8) and y = sin(α) * (K1 - K3 - K5 - K7) + cos(α) * (K2 - K4 - K6 - K8). The constants sqrt(2)/2, sqrt(3)/2, and 1/2 appear in the final expressions due to the properties of sine and cosine functions at specific angles.

PREREQUISITES
  • Understanding of trigonometric functions (sine and cosine)
  • Familiarity with 3D and 8D data visualization concepts
  • Basic knowledge of physics formulas related to angles
  • Ability to manipulate algebraic expressions
NEXT STEPS
  • Study the application of trigonometric functions in data visualization techniques
  • Learn about dimensionality reduction methods for high-dimensional data
  • Explore the mathematical foundations of radial visualization
  • Research the role of constants in trigonometric equations and their significance
USEFUL FOR

Data scientists, mathematicians, and students in data mining courses who are looking to understand radial visualization techniques and their mathematical derivations.

jst
Messages
28
Reaction score
0
Hi, I am taking a Data Mining course and have this problem in radial visualization. To complete this problem, we use some physics formulas, which I really do not understand.

Derive formulas for radial visualization of:

a. 3-dimensional samples

b. 8-dimensional samples

Homework Equations



Here's what our notes have:
http://glomawr.com/radialvisualization.jpg

The Attempt at a Solution



I thought it would be very similar to the example in the notes so for part A I did:

x = (K1 - K3 - K5 - K7)/(K1 + K2 + K3 + K4 + K5 + K6 + K7 + K8)
y = (K2 - K4 - K6 - K8)/(K1 + K2 + K3 + K4 + K5 + K6 + K7 + K8)

and part B, I did:

x = (K1 - K3)/(K1 + K2 + K3)
y = (K2)/(K1 + K2 + K3)

I am told: "sqrt (2)/2, or sqrt(3)/2 or 1/2 are in the final expressions because of trig functions: sin and cos for angles of 30, 45 or 60 degrees."

I'm really lost, our book doesn't have what I need it sort of assumes that this example was enough, but I'm lost. I really don't need the solution, as much as an explanation of how to do it myself.

Thanks a lot,

Jason
 
Last edited by a moderator:
Physics news on Phys.org
The formulas for radial visualization of 3-dimensional and 8-dimensional samples can be derived using the trigonometric functions cosine (cos) and sine (sin).For 3-dimensional samples, the formula is:x = cos(α) * K1 - sin(α) * K3y = sin(α) * K1 + cos(α) * K3where α is the angle measured in radians and K1 and K3 are constants. To derive the formula for an 8-dimensional sample, we use the same principles but with different constants. The formula is:x = cos(α) * (K1 - K3 - K5 - K7) - sin(α) * (K2 - K4 - K6 - K8)y = sin(α) * (K1 - K3 - K5 - K7) + cos(α) * (K2 - K4 - K6 - K8)where again, α is the angle measured in radians and K1, K2, K3, K4, K5, K6, K7, and K8 are constants. The constants are determined by the sample data points.The constants sqrt (2)/2, or sqrt(3)/2 or 1/2 are in the final expressions because of the trigonometric functions. As the angle increases, the sine and cosine values approach these constants, which allows us to simplify our equations. For example, if the angle is 45 degrees (1.57 radians), then cos(1.57) = 0.707 and sin(1.57) = 0.707, so sqrt (2)/2 is used in the final expression.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 19 ·
Replies
19
Views
3K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 11 ·
Replies
11
Views
5K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K