fcmodeler.jsomap
Class WSMath
java.lang.Object
|
+--fcmodeler.jsomap.WSMath
- public final class WSMath
- extends java.lang.Object
- Version:
-
- Author:
- default
Method Summary |
static WeightedSet |
add(WeightedSet s1,
double a)
|
static WeightedSet |
add(WeightedSet s1,
WeightedSet s2)
|
static WeightedSet |
addTo(WeightedSet s1,
double a)
|
static WeightedSet |
addTo(WeightedSet s1,
WeightedSet s2)
|
static double |
distance(WeightedSet s1,
WeightedSet s2)
|
static WeightedSet |
divide(WeightedSet s1,
double a)
|
static WeightedSet |
divide(WeightedSet s1,
WeightedSet s2)
|
static WeightedSet |
divideBy(WeightedSet s1,
double a)
|
static WeightedSet |
divideBy(WeightedSet s1,
WeightedSet s2)
|
static WeightedSet |
median(java.util.Set sets)
|
static WeightedSet |
multiply(WeightedSet s1,
double a)
|
static WeightedSet |
multiply(WeightedSet s1,
WeightedSet s2)
|
static WeightedSet |
multiplyBy(WeightedSet s1,
double a)
|
static WeightedSet |
multiplyBy(WeightedSet s1,
WeightedSet s2)
|
static WeightedSet |
subtract(WeightedSet s1,
double a)
|
static WeightedSet |
subtract(WeightedSet s1,
WeightedSet s2)
|
static WeightedSet |
subtractFrom(WeightedSet s1,
double a)
|
static WeightedSet |
subtractFrom(WeightedSet s1,
WeightedSet s2)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
add
public static WeightedSet add(WeightedSet s1,
double a)
add
public static WeightedSet add(WeightedSet s1,
WeightedSet s2)
addTo
public static WeightedSet addTo(WeightedSet s1,
double a)
addTo
public static WeightedSet addTo(WeightedSet s1,
WeightedSet s2)
distance
public static double distance(WeightedSet s1,
WeightedSet s2)
divide
public static WeightedSet divide(WeightedSet s1,
double a)
divide
public static WeightedSet divide(WeightedSet s1,
WeightedSet s2)
divideBy
public static WeightedSet divideBy(WeightedSet s1,
double a)
divideBy
public static WeightedSet divideBy(WeightedSet s1,
WeightedSet s2)
median
public static WeightedSet median(java.util.Set sets)
multiply
public static WeightedSet multiply(WeightedSet s1,
double a)
multiply
public static WeightedSet multiply(WeightedSet s1,
WeightedSet s2)
multiplyBy
public static WeightedSet multiplyBy(WeightedSet s1,
double a)
multiplyBy
public static WeightedSet multiplyBy(WeightedSet s1,
WeightedSet s2)
subtract
public static WeightedSet subtract(WeightedSet s1,
double a)
subtract
public static WeightedSet subtract(WeightedSet s1,
WeightedSet s2)
subtractFrom
public static WeightedSet subtractFrom(WeightedSet s1,
double a)
subtractFrom
public static WeightedSet subtractFrom(WeightedSet s1,
WeightedSet s2)