|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ranides.assira.math.MathVectors.VMRel
public static final class MathVectors.VMRel
Wynik działania funkcji MathVectors.rel(double[], double[])
| Constructor Summary | |
|---|---|
MathVectors.VMRel(double value,
double ratio)
Tworzy nowy obiekt przechowujący parę liczb określających wynik. |
|
| Method Summary | |
|---|---|
int |
compareTo(MathVectors.VMRel object)
|
boolean |
equals(Object value)
|
int |
hashCode()
|
double |
ratio()
Szeroko rozumiany "współczynnik proporcjonalności" między porównywanymi wartościami. |
String |
toString()
|
double |
value()
Szeroko rozumiany "współczynnik korelacji" między porównywanymi wartościami. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MathVectors.VMRel(double value,
double ratio)
value - ratio - | Method Detail |
|---|
public double ratio()
[0; +∞) lub
NaN
MathVectors.rel(double[], double[])public double value()
[0; 1] lub
NaN
MathVectors.rel(double[], double[])public int compareTo(MathVectors.VMRel object)
compareTo in interface Comparable<MathVectors.VMRel>public int hashCode()
hashCode in class Objectpublic boolean equals(Object value)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||