- sampleDoublesInInterval(double[][], int) - Static method in class org.nd4j.linalg.util.MathUtils
-
- saveObject(Object, File) - Static method in class org.nd4j.linalg.util.SerializationUtils
-
- scalePrec(BigDecimal, int) - Static method in class org.nd4j.linalg.util.BigDecimalMath
-
Append decimal zeros to the value.
- scalePrec(BigDecimal, MathContext) - Static method in class org.nd4j.linalg.util.BigDecimalMath
-
Boost the precision by appending decimal zeros to the value.
- SerializationUtils - Class in org.nd4j.linalg.util
-
Serialization utils for saving and reading serializable objects
- SerializationUtils() - Constructor for class org.nd4j.linalg.util.SerializationUtils
-
- sigmoid(double) - Static method in class org.nd4j.linalg.util.MathUtils
-
1 / 1 + exp(-x)
- sin(BigDecimal) - Static method in class org.nd4j.linalg.util.BigDecimalMath
-
Trigonometric sine.
- sinh(BigDecimal) - Static method in class org.nd4j.linalg.util.BigDecimalMath
-
The hyperbolic sine.
- size() - Method in class org.nd4j.linalg.util.SynchronizedTable
-
- slope(double, double, double, double) - Method in class org.nd4j.linalg.util.MathUtils
-
This returns the slope of the given points.
- sm(double, double) - Static method in class org.nd4j.linalg.util.MathUtils
-
Tests if a is smaller than b.
- SMALL - Static variable in class org.nd4j.linalg.util.MathUtils
-
The small deviation allowed in double comparisons.
- sqrt(BigDecimal) - Static method in class org.nd4j.linalg.util.BigDecimalMath
-
The square root.
- squaredLoss(double[], double[], double, double) - Static method in class org.nd4j.linalg.util.MathUtils
-
This will return the squared loss of the given
points
- ssError(double[], double[]) - Static method in class org.nd4j.linalg.util.MathUtils
-
How much of the variance is NOT explained by the regression
- ssReg(double[], double[]) - Static method in class org.nd4j.linalg.util.MathUtils
-
How much of the variance is explained by the regression
- ssTotal(double[], double[]) - Static method in class org.nd4j.linalg.util.MathUtils
-
Total variance in target attribute
- sub(AbstractNumber) - Method in interface org.nd4j.linalg.util.AbstractNumber
-
- subtractRound(BigDecimal, BigDecimal) - Static method in class org.nd4j.linalg.util.BigDecimalMath
-
Subtract and round according to the larger of the two ulp’s.
- sum(double[]) - Static method in class org.nd4j.linalg.util.MathUtils
-
This returns the sum of the given array.
- sumOfMeanDifferences(double[], double[]) - Static method in class org.nd4j.linalg.util.MathUtils
-
Used for calculating top part of simple regression for
beta 1
- sumOfMeanDifferencesOnePoint(double[]) - Static method in class org.nd4j.linalg.util.MathUtils
-
Used for calculating top part of simple regression for
beta 1
- sumOfProducts(double[]...) - Static method in class org.nd4j.linalg.util.MathUtils
-
This returns the sum of products for the given
numbers.
- sumOfSquares(double[]) - Static method in class org.nd4j.linalg.util.MathUtils
-
This returns the sum of squares for the given vector.
- SynchronizedTable<R,C,V> - Class in org.nd4j.linalg.util
-
Synchronized table
- SynchronizedTable(Table<R, C, V>) - Constructor for class org.nd4j.linalg.util.SynchronizedTable
-