- AbstractFileResolvingResource - Class in org.nd4j.linalg.io
-
- AbstractFileResolvingResource() - Constructor for class org.nd4j.linalg.io.AbstractFileResolvingResource
-
- AbstractNumber - Interface in org.nd4j.linalg.util
-
- AbstractResource - Class in org.nd4j.linalg.io
-
- AbstractResource() - Constructor for class org.nd4j.linalg.io.AbstractResource
-
- accept(T, U) - Method in interface org.nd4j.linalg.function.BiConsumer
-
Perform the operation on the given arguments
- accept(T) - Method in interface org.nd4j.linalg.function.Consumer
-
Perform the operation on the input
- add(String) - Method in class org.nd4j.linalg.collection.CompactHeapStringList
-
- add(int, String) - Method in class org.nd4j.linalg.collection.CompactHeapStringList
-
- add(int[]) - Method in class org.nd4j.linalg.collection.IntArrayKeySet
-
- add(Pair<K, V>) - Method in class org.nd4j.linalg.collection.MultiDimensionalSet
-
Adds the specified element to this applyTransformToDestination if it is not already present
(optional operation).
- add(K, V) - Method in class org.nd4j.linalg.collection.MultiDimensionalSet
-
- add(AbstractNumber) - Method in interface org.nd4j.linalg.util.AbstractNumber
-
- add(K, V) - Method in class org.nd4j.linalg.util.LinkedMultiValueMap
-
- add(K, V) - Method in interface org.nd4j.linalg.util.MultiValueMap
-
- add(Object, int) - Method in class org.nd4j.util.Index
-
- add(Object) - Method in class org.nd4j.util.Index
-
- addAll(Collection<? extends String>) - Method in class org.nd4j.linalg.collection.CompactHeapStringList
-
- addAll(int, Collection<? extends String>) - Method in class org.nd4j.linalg.collection.CompactHeapStringList
-
- addAll(Collection<? extends int[]>) - Method in class org.nd4j.linalg.collection.IntArrayKeySet
-
- addAll(Collection<? extends Pair<K, V>>) - Method in class org.nd4j.linalg.collection.MultiDimensionalSet
-
Adds all of the elements in the specified collection to this applyTransformToDestination if
they're not already present (optional operation).
- addObjectToArray(A[], O) - Static method in class org.nd4j.linalg.io.ObjectUtils
-
- addResourcePathToPackagePath(Class<?>, String) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- addStringToArray(String[], String) - Static method in class org.nd4j.linalg.io.StringUtils
-
- addWithIndent(String, List<String>, String, String) - Static method in class org.nd4j.validation.ValidationResult
-
- adjustedrSquared(double, int, int) - Static method in class org.nd4j.linalg.util.MathUtils
-
This calculates the adjusted r^2 including degrees of freedom.
- AERON_TERM_BUFFER_PROP - Static variable in class org.nd4j.config.ND4JSystemProperties
-
Applicability: nd4j-parameter-server, dl4j-spark (gradient sharing training master)
Description: Aeros in a high-performance communication library used in distributed computing contexts in some
places in ND4J and DL4J.
- allUnique(int[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Returns true if all of the elements in the
given int array are unique
- anyLargerThan(int[], int) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- anyLess(int[], int[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- anyLessThan(int[], int) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- anyMore(int[], int[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- apply(T, U) - Method in interface org.nd4j.linalg.function.BiFunction
-
Apply the function and return the result
- apply(T) - Method in interface org.nd4j.linalg.function.Function
-
Apply the function to the argument, and return the result
- applyRelativePath(String, String) - Static method in class org.nd4j.linalg.io.StringUtils
-
- ArchiveUtils - Class in org.nd4j.util
-
- ArchiveUtils() - Constructor for class org.nd4j.util.ArchiveUtils
-
- argMax() - Method in class org.nd4j.linalg.primitives.Counter
-
This method returns element with highest counter value
- argMax() - Method in class org.nd4j.linalg.primitives.CounterMap
-
This method returns pair of elements with a max value
- argMax(int[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Returns the index of the maximum value in the array.
- argMax(long[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Returns the index of the maximum value in the array.
- argMin(int[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Returns the index of the minimum value in the array.
- argMin(long[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Returns the index of the minimum value in the array.
- argMinOfMax(int[], int[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- argMinOfMax(long[], long[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- argMinOfMax(int[]...) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- argMinOfMax(long[]...) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- argMinOfSum(int[], int[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- argsort(int[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Original credit: https://github.com/alberts/array4j/blob/master/src/main/java/net/lunglet/util/ArrayUtils.java
- argsort(int[], boolean) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- ARRAY_SUFFIX - Static variable in class org.nd4j.linalg.io.ClassUtils
-
- arrayLength(Object) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Calculate the length of the object or primitive array.
- arrayShape(Object) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Calculate the shape of an arbitrary multi-dimensional array.
- arrayShape(Object, boolean) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Calculate the shape of an arbitrary multi-dimensional array.
Note that the method assumes the array is rectangular (not ragged) and first elements (i.e., array[0][0][0]...) are non-null
Note also that if allowSize0Dims is true, any elements are length 0, all subsequent dimensions will be reported as 0.
- arrayToCommaDelimitedString(Object[]) - Static method in class org.nd4j.linalg.io.StringUtils
-
- arrayToDelimitedString(Object[], String) - Static method in class org.nd4j.linalg.io.StringUtils
-
- arrayToList(Object) - Static method in class org.nd4j.linalg.io.CollectionUtils
-
- ArrayUtil - Class in org.nd4j.linalg.util
-
- asFile(String) - Method in interface org.nd4j.resources.Resolver
-
Get the specified resources as a standard local file.
- asFile(String) - Static method in class org.nd4j.resources.Resources
-
Get the specified resource as a local file.
- asFile(String) - Method in class org.nd4j.resources.strumpf.StrumpfResolver
-
- asPriorityQueue() - Method in class org.nd4j.linalg.primitives.Counter
-
- asReversedPriorityQueue() - Method in class org.nd4j.linalg.primitives.Counter
-
- Assert - Class in org.nd4j.linalg.io
-
- Assert() - Constructor for class org.nd4j.linalg.io.Assert
-
- assertExists(String) - Method in class org.nd4j.resources.strumpf.StrumpfResolver
-
- assertNotRagged(T[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Assert that the specified array is not ragged (i.e., is rectangular).
Can be used to check Object arrays with any number of dimensions (up to rank 4), or primitive arrays with rank 2 or higher
An IllegalStateException is thrown if the array is ragged
- assertSquare(double[]...) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- asStream(String) - Method in interface org.nd4j.resources.Resolver
-
Get the specified resources as an input stream.
- asStream(String) - Static method in class org.nd4j.resources.Resources
-
Get the specified resource as an input stream.
If it cannot be found (i.e.,
Resources.exists(String) returns false) this method will throw an exception.
- asStream(String) - Method in class org.nd4j.resources.strumpf.StrumpfResolver
-
- Atomic<T extends java.io.Serializable> - Class in org.nd4j.linalg.primitives
-
- Atomic(T) - Constructor for class org.nd4j.linalg.primitives.Atomic
-
- AtomicBoolean - Class in org.nd4j.linalg.primitives
-
- AtomicBoolean(boolean) - Constructor for class org.nd4j.linalg.primitives.AtomicBoolean
-
- AtomicBoolean() - Constructor for class org.nd4j.linalg.primitives.AtomicBoolean
-
- AtomicDouble - Class in org.nd4j.linalg.primitives
-
- AtomicDouble() - Constructor for class org.nd4j.linalg.primitives.AtomicDouble
-
- AtomicDouble(double) - Constructor for class org.nd4j.linalg.primitives.AtomicDouble
-
- AtomicDouble(float) - Constructor for class org.nd4j.linalg.primitives.AtomicDouble
-
- cacheDir - Variable in class org.nd4j.resources.strumpf.StrumpfResolver
-
- calcOffset(List<Integer>, List<Integer>, List<Integer>) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Compute the offset
based on teh shape strides and offsets
- calcOffset(int[], int[], int[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Compute the offset
based on teh shape strides and offsets
- calcOffsetLong(List<Integer>, List<Integer>, List<Integer>) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Compute the offset
based on teh shape strides and offsets
- calcOffsetLong(int[], int[], int[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Compute the offset
based on teh shape strides and offsets
- calcOffsetLong2(List<Long>, List<Long>, List<Long>) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- calcStrides(int[], int) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Computes the standard packed array strides for a given shape.
- calcStrides(long[], int) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Computes the standard packed array strides for a given shape.
- calcStrides(int[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Computes the standard packed array strides for a given shape.
- calcStrides(long[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- calcStridesFortran(int[], int) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Computes the standard packed array strides for a given shape.
- calcStridesFortran(long[], int) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Computes the standard packed array strides for a given shape.
- calcStridesFortran(int[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Computes the standard packed array strides for a given shape.
- calcStridesFortran(long[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- capitalize(String) - Static method in class org.nd4j.linalg.io.StringUtils
-
- cas(T, T) - Method in class org.nd4j.linalg.primitives.Atomic
-
This method implements compare-and-swap
- caseInsensitiveValueOf(E[], String) - Static method in class org.nd4j.linalg.io.ObjectUtils
-
- cellSet() - Method in class org.nd4j.linalg.util.SynchronizedTable
-
- CGLIB_CLASS_SEPARATOR - Static variable in class org.nd4j.linalg.io.ClassUtils
-
- checkArgument(boolean) - Static method in class org.nd4j.base.Preconditions
-
Check the specified boolean argument.
- checkArgument(boolean, String) - Static method in class org.nd4j.base.Preconditions
-
Check the specified boolean argument.
- checkArgument(boolean, String, int) - Static method in class org.nd4j.base.Preconditions
-
- checkArgument(boolean, String, long) - Static method in class org.nd4j.base.Preconditions
-
- checkArgument(boolean, String, double) - Static method in class org.nd4j.base.Preconditions
-
- checkArgument(boolean, String, Object) - Static method in class org.nd4j.base.Preconditions
-
- checkArgument(boolean, String, int, int) - Static method in class org.nd4j.base.Preconditions
-
- checkArgument(boolean, String, long, long) - Static method in class org.nd4j.base.Preconditions
-
- checkArgument(boolean, String, double, double) - Static method in class org.nd4j.base.Preconditions
-
- checkArgument(boolean, String, Object, Object) - Static method in class org.nd4j.base.Preconditions
-
- checkArgument(boolean, String, int, int, int) - Static method in class org.nd4j.base.Preconditions
-
- checkArgument(boolean, String, long, long, long) - Static method in class org.nd4j.base.Preconditions
-
- checkArgument(boolean, String, double, double, double) - Static method in class org.nd4j.base.Preconditions
-
- checkArgument(boolean, String, Object, Object, Object) - Static method in class org.nd4j.base.Preconditions
-
- checkArgument(boolean, String, int, int, int, int) - Static method in class org.nd4j.base.Preconditions
-
- checkArgument(boolean, String, long, long, long, long) - Static method in class org.nd4j.base.Preconditions
-
- checkArgument(boolean, String, double, double, double, double) - Static method in class org.nd4j.base.Preconditions
-
- checkArgument(boolean, String, Object, Object, Object, Object) - Static method in class org.nd4j.base.Preconditions
-
- checkArgument(boolean, String, Object, Object, Object, Object, Object) - Static method in class org.nd4j.base.Preconditions
-
- checkArgument(boolean, String, Object, Object, Object, Object, Object, Object) - Static method in class org.nd4j.base.Preconditions
-
- checkArgument(boolean, String, Object...) - Static method in class org.nd4j.base.Preconditions
-
Check the specified boolean argument.
- checkMD5OfFile(String, File) - Static method in class org.nd4j.resources.Downloader
-
Check the MD5 of the specified file
- checkNotNull(Object) - Static method in class org.nd4j.base.Preconditions
-
Check the specified boolean argument.
- checkNotNull(Object, String) - Static method in class org.nd4j.base.Preconditions
-
Check the specified boolean argument.
- checkNotNull(Object, String, int) - Static method in class org.nd4j.base.Preconditions
-
- checkNotNull(Object, String, long) - Static method in class org.nd4j.base.Preconditions
-
- checkNotNull(Object, String, double) - Static method in class org.nd4j.base.Preconditions
-
- checkNotNull(Object, String, Object) - Static method in class org.nd4j.base.Preconditions
-
- checkNotNull(Object, String, int, int) - Static method in class org.nd4j.base.Preconditions
-
- checkNotNull(Object, String, long, long) - Static method in class org.nd4j.base.Preconditions
-
- checkNotNull(Object, String, double, double) - Static method in class org.nd4j.base.Preconditions
-
- checkNotNull(Object, String, Object, Object) - Static method in class org.nd4j.base.Preconditions
-
- checkNotNull(Object, String, int, int, int) - Static method in class org.nd4j.base.Preconditions
-
- checkNotNull(Object, String, long, long, long) - Static method in class org.nd4j.base.Preconditions
-
- checkNotNull(Object, String, double, double, double) - Static method in class org.nd4j.base.Preconditions
-
- checkNotNull(Object, String, Object, Object, Object) - Static method in class org.nd4j.base.Preconditions
-
- checkNotNull(Object, String, int, int, int, int) - Static method in class org.nd4j.base.Preconditions
-
- checkNotNull(Object, String, long, long, long, long) - Static method in class org.nd4j.base.Preconditions
-
- checkNotNull(Object, String, double, double, double, double) - Static method in class org.nd4j.base.Preconditions
-
- checkNotNull(Object, String, Object, Object, Object, Object) - Static method in class org.nd4j.base.Preconditions
-
- checkNotNull(Object, String, Object...) - Static method in class org.nd4j.base.Preconditions
-
Check the specified boolean argument.
- checkState(boolean) - Static method in class org.nd4j.base.Preconditions
-
Check the specified boolean argument.
- checkState(boolean, String) - Static method in class org.nd4j.base.Preconditions
-
Check the specified boolean argument.
- checkState(boolean, String, int) - Static method in class org.nd4j.base.Preconditions
-
- checkState(boolean, String, long) - Static method in class org.nd4j.base.Preconditions
-
- checkState(boolean, String, double) - Static method in class org.nd4j.base.Preconditions
-
- checkState(boolean, String, Object) - Static method in class org.nd4j.base.Preconditions
-
- checkState(boolean, String, int, int) - Static method in class org.nd4j.base.Preconditions
-
- checkState(boolean, String, long, long) - Static method in class org.nd4j.base.Preconditions
-
- checkState(boolean, String, double, double) - Static method in class org.nd4j.base.Preconditions
-
- checkState(boolean, String, Object, Object) - Static method in class org.nd4j.base.Preconditions
-
- checkState(boolean, String, int, int, int) - Static method in class org.nd4j.base.Preconditions
-
- checkState(boolean, String, long, long, long) - Static method in class org.nd4j.base.Preconditions
-
- checkState(boolean, String, double, double, double) - Static method in class org.nd4j.base.Preconditions
-
- checkState(boolean, String, Object, Object, Object) - Static method in class org.nd4j.base.Preconditions
-
- checkState(boolean, String, int, int, int, int) - Static method in class org.nd4j.base.Preconditions
-
- checkState(boolean, String, long, long, long, long) - Static method in class org.nd4j.base.Preconditions
-
- checkState(boolean, String, double, double, double, double) - Static method in class org.nd4j.base.Preconditions
-
- checkState(boolean, String, Object, Object, Object, Object) - Static method in class org.nd4j.base.Preconditions
-
- checkState(boolean, String, Object, Object, Object, Object, Object) - Static method in class org.nd4j.base.Preconditions
-
- checkState(boolean, String, Object, Object, Object, Object, Object, Object) - Static method in class org.nd4j.base.Preconditions
-
- checkState(boolean, String, Object...) - Static method in class org.nd4j.base.Preconditions
-
Check the specified boolean argument.
- clamp(int, int, int) - Static method in class org.nd4j.linalg.util.MathUtils
-
Clamps the value to a discrete value
- CLASS_FILE_SUFFIX - Static variable in class org.nd4j.linalg.io.ClassUtils
-
- classNamesToString(Class...) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- classNamesToString(Collection<Class>) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- classPackageAsResourcePath(Class<?>) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- CLASSPATH_URL_PREFIX - Static variable in class org.nd4j.linalg.io.ResourceUtils
-
- ClassPathResource - Class in org.nd4j.linalg.io
-
A slightly upgraded version of spring's
classpath resource
- ClassPathResource(String) - Constructor for class org.nd4j.linalg.io.ClassPathResource
-
- ClassPathResource(String, ClassLoader) - Constructor for class org.nd4j.linalg.io.ClassPathResource
-
- ClassPathResource(String, Class<?>) - Constructor for class org.nd4j.linalg.io.ClassPathResource
-
- ClassPathResource(String, ClassLoader, Class<?>) - Constructor for class org.nd4j.linalg.io.ClassPathResource
-
- ClassUtils - Class in org.nd4j.linalg.io
-
- ClassUtils() - Constructor for class org.nd4j.linalg.io.ClassUtils
-
- cleanPath(String) - Static method in class org.nd4j.linalg.io.StringUtils
-
- clear() - Method in class org.nd4j.collections.WeakIdentityHashMap
-
- clear() - Method in class org.nd4j.linalg.collection.CompactHeapStringList
-
- clear() - Method in class org.nd4j.linalg.collection.IntArrayKeyMap
-
- clear() - Method in class org.nd4j.linalg.collection.IntArrayKeySet
-
- clear() - Method in class org.nd4j.linalg.collection.MultiDimensionalMap
-
Removes all of the mappings from this map (optional operation).
- clear() - Method in class org.nd4j.linalg.collection.MultiDimensionalSet
-
Removes all of the elements from this applyTransformToDestination (optional operation).
- clear() - Method in class org.nd4j.linalg.primitives.Counter
-
This method effectively resets counter to empty state
- clear() - Method in class org.nd4j.linalg.primitives.CounterMap
-
This method purges all counters
- clear(F) - Method in class org.nd4j.linalg.primitives.CounterMap
-
This method purges counter for a given first element
- clear() - Method in class org.nd4j.linalg.util.LinkedMultiValueMap
-
- clear() - Method in class org.nd4j.linalg.util.SynchronizedTable
-
- clearReferences() - Method in class org.nd4j.collections.WeakIdentityHashMap
-
- cogroup(List<Pair<K, V>>, List<Pair<K, V>>) - Static method in class org.nd4j.linalg.function.FunctionalUtils
-
For each key in left and right, cogroup returns the list of values
as a pair for each value present in left as well as right.
- collectionToCommaDelimitedString(Collection<?>) - Static method in class org.nd4j.linalg.io.StringUtils
-
- collectionToDelimitedString(Collection<?>, String, String, String) - Static method in class org.nd4j.linalg.io.StringUtils
-
- collectionToDelimitedString(Collection<?>, String) - Static method in class org.nd4j.linalg.io.StringUtils
-
- CollectionUtils - Class in org.nd4j.linalg.io
-
- CollectionUtils() - Constructor for class org.nd4j.linalg.io.CollectionUtils
-
- column(C) - Method in class org.nd4j.linalg.util.SynchronizedTable
-
- columnKeySet() - Method in class org.nd4j.linalg.util.SynchronizedTable
-
- columnMap() - Method in class org.nd4j.linalg.util.SynchronizedTable
-
- combination(double, double) - Static method in class org.nd4j.linalg.util.MathUtils
-
This returns the combination of n choose r
- combine(List<float[]>) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Combines a apply of int arrays in to one flat int array
- combine(float[]...) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Combines a apply of int arrays in to one flat int array
- combine(int[]...) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Combines a apply of int arrays in to one flat int array
- combine(long[]...) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Combines a apply of long arrays in to one flat long array
- combine(E[]...) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- combineDouble(List<double[]>) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Combines a apply of int arrays in to one flat int array
- combineFloat(List<float[]>) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Combines a applyTransformToDestination of int arrays in to one flat int array
- commaDelimitedListToSet(String) - Static method in class org.nd4j.linalg.io.StringUtils
-
- commaDelimitedListToStringArray(String) - Static method in class org.nd4j.linalg.io.StringUtils
-
- CompactHeapStringList - Class in org.nd4j.linalg.collection
-
A List<String> that stores all contents in a single char[], to avoid the GC load for a large number of String
objects.
- CompactHeapStringList() - Constructor for class org.nd4j.linalg.collection.CompactHeapStringList
-
- CompactHeapStringList(int, int) - Constructor for class org.nd4j.linalg.collection.CompactHeapStringList
-
- compare(Pair<T, Double>, Pair<T, Double>) - Method in class org.nd4j.linalg.primitives.Counter.PairComparator
-
- compare(Pair<T, Double>, Pair<T, Double>) - Method in class org.nd4j.linalg.primitives.Counter.ReversedPairComparator
-
- compareTo(IntArrayKeyMap.IntArray) - Method in class org.nd4j.linalg.collection.IntArrayKeyMap.IntArray
-
- COMPRESSED_HASH - Static variable in class org.nd4j.resources.strumpf.ResourceFile
-
- concatenateStringArrays(String[], String[]) - Static method in class org.nd4j.linalg.io.StringUtils
-
- concurrentSkipListSet() - Static method in class org.nd4j.linalg.collection.MultiDimensionalSet
-
- consArray(int, int[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- CONSTRUCTOR_CACHE - Static variable in class org.nd4j.util.ReflectionUtils
-
Cache of constructors for each class.
- Consumer<T> - Interface in org.nd4j.linalg.function
-
A function that accepts a single input and returns no result
- contains(Object) - Method in class org.nd4j.linalg.collection.CompactHeapStringList
-
- contains(Object) - Method in class org.nd4j.linalg.collection.IntArrayKeySet
-
- contains(K, T) - Method in class org.nd4j.linalg.collection.MultiDimensionalMap
-
- contains(Object) - Method in class org.nd4j.linalg.collection.MultiDimensionalSet
-
Returns true if this applyTransformToDestination contains the specified element.
- contains(K, V) - Method in class org.nd4j.linalg.collection.MultiDimensionalSet
-
- contains(Iterator, Object) - Static method in class org.nd4j.linalg.io.CollectionUtils
-
- contains(Enumeration, Object) - Static method in class org.nd4j.linalg.io.CollectionUtils
-
- contains(int[], int) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- contains(long[], int) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- contains(Object, Object) - Method in class org.nd4j.linalg.util.SynchronizedTable
-
- containsAll(Collection<?>) - Method in class org.nd4j.linalg.collection.CompactHeapStringList
-
- containsAll(Collection<?>) - Method in class org.nd4j.linalg.collection.IntArrayKeySet
-
- containsAll(Collection<?>) - Method in class org.nd4j.linalg.collection.MultiDimensionalSet
-
Returns true if this applyTransformToDestination contains all of the elements of the
specified collection.
- containsAny(Collection, Collection) - Static method in class org.nd4j.linalg.io.CollectionUtils
-
- containsAnyNegative(int[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Returns true if any array elements are negative.
- containsAnyNegative(long[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- containsColumn(Object) - Method in class org.nd4j.linalg.util.SynchronizedTable
-
- containsConstant(Enum<?>[], String) - Static method in class org.nd4j.linalg.io.ObjectUtils
-
- containsConstant(Enum<?>[], String, boolean) - Static method in class org.nd4j.linalg.io.ObjectUtils
-
- containsElement(Object[], Object) - Static method in class org.nd4j.linalg.io.ObjectUtils
-
- containsElement(T) - Method in class org.nd4j.linalg.primitives.Counter
-
This method checks, if element exist in this counter
- containsInstance(Collection, Object) - Static method in class org.nd4j.linalg.io.CollectionUtils
-
- containsKey(Object) - Method in class org.nd4j.collections.WeakIdentityHashMap
-
- containsKey(Object) - Method in class org.nd4j.linalg.collection.IntArrayKeyMap
-
- containsKey(Object) - Method in class org.nd4j.linalg.collection.MultiDimensionalMap
-
Returns true if this map contains a mapping for the specified
key.
- containsKey(Object) - Method in class org.nd4j.linalg.util.LinkedMultiValueMap
-
- containsRow(Object) - Method in class org.nd4j.linalg.util.SynchronizedTable
-
- containsValue(Object) - Method in class org.nd4j.collections.WeakIdentityHashMap
-
- containsValue(Object) - Method in class org.nd4j.linalg.collection.IntArrayKeyMap
-
- containsValue(Object) - Method in class org.nd4j.linalg.collection.MultiDimensionalMap
-
Returns true if this map maps one or more keys to the
specified value.
- containsValue(Object) - Method in class org.nd4j.linalg.util.LinkedMultiValueMap
-
- containsValue(Object) - Method in class org.nd4j.linalg.util.SynchronizedTable
-
- containsWhitespace(CharSequence) - Static method in class org.nd4j.linalg.io.StringUtils
-
- containsWhitespace(String) - Static method in class org.nd4j.linalg.io.StringUtils
-
- contentLength() - Method in class org.nd4j.linalg.io.AbstractFileResolvingResource
-
- contentLength() - Method in class org.nd4j.linalg.io.AbstractResource
-
- contentLength() - Method in interface org.nd4j.linalg.io.Resource
-
- contentLength() - Method in class org.nd4j.linalg.io.VfsResource
-
- convertClassNameToResourcePath(String) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- convertNegativeIndices(int, int[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Convert all dimensions in the specified
axes array to be positive
based on the specified range of values
- convertResourcePathToClassName(String) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- convertToString(int[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Convert a int array to a string array
- coordSplit(double[]) - Static method in class org.nd4j.linalg.util.MathUtils
-
This returns the coordinate split in a list of coordinates
such that the values for ret[0] are the x values
and ret[1] are the y values
- coordSplit(List<Double>) - Static method in class org.nd4j.linalg.util.MathUtils
-
This returns the coordinate split in a list of coordinates
such that the values for ret[0] are the x values
and ret[1] are the y values
- copy(int[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- copy(long[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- copy(float[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- copy(double[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- COPYABLE_FIELDS - Static variable in class org.nd4j.linalg.io.ReflectionUtils
-
- copyAtStride(int, NioUtil.BufferType, ByteBuffer, int, int, ByteBuffer, int, int) - Static method in class org.nd4j.linalg.util.NioUtil
-
Copy from the given from buffer
to the to buffer at the specified
offsets and strides
- copyDir(String, File) - Method in class org.nd4j.resources.Resources
-
- copyDirectory(File) - Method in class org.nd4j.linalg.io.ClassPathResource
-
Extract the directory recursively to the specified location.
- copyDirectory(String, File) - Method in interface org.nd4j.resources.Resolver
-
Copy the directory resource (recursively) to the specified destination directory
- copyDirectory(String, File) - Static method in class org.nd4j.resources.Resources
-
Copy the contents of the specified directory (path) to the specified destination directory, resolving any resources in the process
- copyDirectory(String, File) - Method in class org.nd4j.resources.strumpf.StrumpfResolver
-
- copyOfRangeFrom(int, int, int) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Generate an array from 0 to length
and generate take a subset
- correlation(double[], double[]) - Static method in class org.nd4j.linalg.util.MathUtils
-
Returns the correlation coefficient of two double vectors.
- Counter<T> - Class in org.nd4j.linalg.primitives
-
Simple counter implementation
- Counter() - Constructor for class org.nd4j.linalg.primitives.Counter
-
- Counter.PairComparator - Class in org.nd4j.linalg.primitives
-
- Counter.ReversedPairComparator - Class in org.nd4j.linalg.primitives
-
- CounterMap<F,S> - Class in org.nd4j.linalg.primitives
-
- CounterMap() - Constructor for class org.nd4j.linalg.primitives.CounterMap
-
- countLines(InputStream) - Static method in class org.nd4j.linalg.util.InputStreamUtil
-
Count number of lines in a file
- countLines(String) - Static method in class org.nd4j.linalg.util.InputStreamUtil
-
Count number of lines in a file
- countOccurrencesOf(String, String) - Static method in class org.nd4j.linalg.io.StringUtils
-
- create(T, E) - Static method in class org.nd4j.linalg.primitives.ImmutablePair
-
- create(T, E) - Static method in class org.nd4j.linalg.primitives.Pair
-
- createCompositeInterface(Class<?>[], ClassLoader) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- createRelative(String) - Method in class org.nd4j.linalg.io.AbstractResource
-
- createRelative(String) - Method in class org.nd4j.linalg.io.ClassPathResource
-
- createRelative(String) - Method in interface org.nd4j.linalg.io.Resource
-
- createRelative(String) - Method in class org.nd4j.linalg.io.VfsResource
-
- createTempFile(String, String) - Static method in class org.nd4j.linalg.util.ND4JFileUtils
-
- current_version - Variable in class org.nd4j.resources.strumpf.ResourceFile
-
- cutBelowZero(int[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- cutBelowZero(long[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- cutBelowZero(short[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- cutBelowZero(byte[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- DATABUFFER_TO_STRING_MAX_ELEMENTS - Static variable in class org.nd4j.config.ND4JSystemProperties
-
Applicability: always
Description: Used to specify the maximum number of elements (numbers) to print when using DataBuffer.toString().
- declaresException(Method, Class<?>) - Static method in class org.nd4j.linalg.io.ReflectionUtils
-
- DEFAULT_CACHE_DIR - Static variable in class org.nd4j.resources.strumpf.StrumpfResolver
-
- DEFAULT_INTEGER_REALLOCATION_BLOCK_SIZE_BYTES - Static variable in class org.nd4j.linalg.collection.CompactHeapStringList
-
- DEFAULT_REALLOCATION_BLOCK_SIZE_BYTES - Static variable in class org.nd4j.linalg.collection.CompactHeapStringList
-
- delete(String, String) - Static method in class org.nd4j.linalg.io.StringUtils
-
- deleteAny(String, String) - Static method in class org.nd4j.linalg.io.StringUtils
-
- delimitedListToStringArray(String, String) - Static method in class org.nd4j.linalg.io.StringUtils
-
- delimitedListToStringArray(String, String, String) - Static method in class org.nd4j.linalg.io.StringUtils
-
- deserialize(JsonParser, DeserializationContext) - Method in class org.nd4j.linalg.primitives.serde.JsonDeserializerAtomicBoolean
-
- deserialize(JsonParser, DeserializationContext) - Method in class org.nd4j.linalg.primitives.serde.JsonDeserializerAtomicDouble
-
- deserialize(byte[]) - Static method in class org.nd4j.linalg.util.SerializationUtils
-
Deserializes object from byte array
- deserialize(InputStream) - Static method in class org.nd4j.linalg.util.SerializationUtils
-
Deserializes object from InputStream
- determinationCoefficient(double[], double[], int) - Static method in class org.nd4j.linalg.util.MathUtils
-
This returns the determination coefficient of two vectors given a length
- difference(Collection<? extends T>, Collection<? extends T>) - Static method in class org.nd4j.util.SetUtils
-
Return is s1 \ s2
- directoryExists(String) - Method in interface org.nd4j.resources.Resolver
-
- directoryExists(String) - Method in class org.nd4j.resources.strumpf.StrumpfResolver
-
- dirty - Variable in class org.nd4j.linalg.primitives.Counter
-
- discretize(double, double, double, int) - Static method in class org.nd4j.linalg.util.MathUtils
-
Discretize the given value
- distanceFinderZValue(double[]) - Static method in class org.nd4j.linalg.util.MathUtils
-
This will translate a vector in to an equivalent integer
- div(AbstractNumber) - Method in interface org.nd4j.linalg.util.AbstractNumber
-
- DL4J_VOID_IP - Static variable in class org.nd4j.config.ND4JEnvironmentVars
-
Applicability: nd4j-parameter-server
Usage: A fallback for determining the local IP the parameter server, if other approaches fail to determine the
local IP
- doesNotContain(String, String, String) - Static method in class org.nd4j.linalg.io.Assert
-
- doesNotContain(String, String) - Static method in class org.nd4j.linalg.io.Assert
-
- doGetPath(Object) - Static method in class org.nd4j.linalg.io.VfsUtils
-
- doGetVisitorAttribute() - Static method in class org.nd4j.linalg.io.VfsUtils
-
- dotProduct(List<Integer>, List<Integer>) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- dotProduct(int[], int[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- dotProductLong(List<Integer>, List<Integer>) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- dotProductLong(int[], int[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- dotProductLong2(List<Long>, List<Long>) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- doubleCopyOf(float[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- doWith(Field) - Method in interface org.nd4j.linalg.io.ReflectionUtils.FieldCallback
-
- doWith(Method) - Method in interface org.nd4j.linalg.io.ReflectionUtils.MethodCallback
-
- doWithFields(Class<?>, ReflectionUtils.FieldCallback) - Static method in class org.nd4j.linalg.io.ReflectionUtils
-
- doWithFields(Class<?>, ReflectionUtils.FieldCallback, ReflectionUtils.FieldFilter) - Static method in class org.nd4j.linalg.io.ReflectionUtils
-
- doWithMethods(Class<?>, ReflectionUtils.MethodCallback) - Static method in class org.nd4j.linalg.io.ReflectionUtils
-
- doWithMethods(Class<?>, ReflectionUtils.MethodCallback, ReflectionUtils.MethodFilter) - Static method in class org.nd4j.linalg.io.ReflectionUtils
-
- download(String, URL, File, String, int) - Static method in class org.nd4j.resources.Downloader
-
Download the specified URL to the specified file, and verify that the target MD5 matches
- downloadAndExtract(String, URL, File, File, String, int) - Static method in class org.nd4j.resources.Downloader
-
Download the specified URL to the specified file, verify that the MD5 matches, and then extract it to the specified directory.
Note that the file must be an archive, with the correct file extension: .zip, .jar, .tar.gz, .tgz or .gz
- Downloader - Class in org.nd4j.resources
-
Downloader utility methods
- dropElementsBelowThreshold(double) - Method in class org.nd4j.linalg.primitives.Counter
-
This method will remove all elements with counts below given threshold from counter
- DTYPE - Static variable in class org.nd4j.config.ND4JSystemProperties
-
Applicability: Always
Description: Sets the default datatype for ND4J - should be one of "float", "double", "half".
- DYNAMIC_LOAD_CLASSPATH_PROPERTY - Static variable in class org.nd4j.config.ND4JSystemProperties
-
Applicability: always - but only if an ND4J backend cannot be found/loaded via standard ServiceLoader mechanisms
Description: Set this property to a set fully qualified JAR files to attempt to load before failing on
not loading a backend.
- generateUniform(int) - Static method in class org.nd4j.linalg.util.MathUtils
-
This will generate a series of uniformally distributed
numbers between l times
- get(Object) - Method in class org.nd4j.collections.WeakIdentityHashMap
-
- get(int) - Method in class org.nd4j.linalg.collection.CompactHeapStringList
-
- get(Object) - Method in class org.nd4j.linalg.collection.IntArrayKeyMap
-
- get(Object) - Method in class org.nd4j.linalg.collection.MultiDimensionalMap
-
Returns the value to which the specified key is mapped,
or null if this map contains no mapping for the key.
- get(K, T) - Method in class org.nd4j.linalg.collection.MultiDimensionalMap
-
- get() - Method in interface org.nd4j.linalg.function.Supplier
-
- get() - Method in class org.nd4j.linalg.primitives.Atomic
-
This method returns current value
- get() - Method in class org.nd4j.linalg.primitives.Optional
-
If a value is present in this Optional, returns the value, otherwise throws NoSuchElementException.
- get() - Method in class org.nd4j.linalg.primitives.SynchronizedObject
-
This method returns stored value via read lock
- get(Object) - Method in class org.nd4j.linalg.util.LinkedMultiValueMap
-
- get(Object, Object) - Method in class org.nd4j.linalg.util.SynchronizedTable
-
- get(int) - Method in class org.nd4j.util.Index
-
- getAllDeclaredMethods(Class<?>) - Static method in class org.nd4j.linalg.io.ReflectionUtils
-
- getAllInterfaces(Object) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- getAllInterfacesAsSet(Object) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- getAllInterfacesForClass(Class<?>) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- getAllInterfacesForClass(Class<?>, ClassLoader) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- getAllInterfacesForClassAsSet(Class) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- getAllInterfacesForClassAsSet(Class, ClassLoader) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- getAsFile(String) - Method in class org.nd4j.resources.Resources
-
- getAsStream(String) - Method in class org.nd4j.resources.Resources
-
- getcharsCount() - Method in class org.nd4j.tools.SIS
-
getcharsCount
public long getcharsCount()
Returns chars count counted from SIS creating.
- getClass(T) - Static method in class org.nd4j.util.ReflectionUtils
-
Return the correctly-typed Class of the given object.
- getClassFileName(Class<?>) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- getClassLoader() - Method in class org.nd4j.linalg.io.ClassPathResource
-
- getConstructorIfAvailable(Class<T>, Class<?>...) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- getCount(T) - Method in class org.nd4j.linalg.primitives.Counter
-
- getCount(F, S) - Method in class org.nd4j.linalg.primitives.CounterMap
-
This method returns counts for a given first/second pair
- getCounter(F) - Method in class org.nd4j.linalg.primitives.CounterMap
-
This method returns counter for a given first element
- getDefaultClassLoader() - Static method in class org.nd4j.linalg.io.ClassUtils
-
- getDescription() - Method in class org.nd4j.linalg.io.ClassPathResource
-
- getDescription() - Method in interface org.nd4j.linalg.io.Resource
-
- getDescription() - Method in class org.nd4j.linalg.io.VfsResource
-
- getDescriptiveType(Object) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- getDisplayString(Object) - Static method in class org.nd4j.linalg.io.ObjectUtils
-
- getField(Field, Object) - Static method in class org.nd4j.linalg.io.ReflectionUtils
-
- getFile() - Method in class org.nd4j.linalg.io.AbstractFileResolvingResource
-
- getFile(URI) - Method in class org.nd4j.linalg.io.AbstractFileResolvingResource
-
- getFile() - Method in class org.nd4j.linalg.io.AbstractResource
-
- getFile() - Method in class org.nd4j.linalg.io.ClassPathResource
-
Get the File.
- getFile() - Method in interface org.nd4j.linalg.io.Resource
-
- getFile(String) - Static method in class org.nd4j.linalg.io.ResourceUtils
-
- getFile(URL) - Static method in class org.nd4j.linalg.io.ResourceUtils
-
- getFile(URL, String) - Static method in class org.nd4j.linalg.io.ResourceUtils
-
- getFile(URI) - Static method in class org.nd4j.linalg.io.ResourceUtils
-
- getFile(URI, String) - Static method in class org.nd4j.linalg.io.ResourceUtils
-
- getFile() - Method in class org.nd4j.linalg.io.VfsResource
-
- getFileForLastModifiedCheck() - Method in class org.nd4j.linalg.io.AbstractFileResolvingResource
-
- getFileForLastModifiedCheck() - Method in class org.nd4j.linalg.io.AbstractResource
-
- getFilename() - Method in class org.nd4j.linalg.io.AbstractResource
-
- getFilename() - Method in class org.nd4j.linalg.io.ClassPathResource
-
- getFilename() - Method in interface org.nd4j.linalg.io.Resource
-
- getFilename(String) - Static method in class org.nd4j.linalg.io.StringUtils
-
- getFilename() - Method in class org.nd4j.linalg.io.VfsResource
-
- getFilenameExtension(String) - Static method in class org.nd4j.linalg.io.StringUtils
-
- getFirst() - Method in class org.nd4j.linalg.primitives.ImmutablePair
-
- getFirst() - Method in class org.nd4j.linalg.primitives.Pair
-
- getFirst(K) - Method in class org.nd4j.linalg.util.LinkedMultiValueMap
-
- getFirst(K) - Method in interface org.nd4j.linalg.util.MultiValueMap
-
- getFirstKey() - Method in class org.nd4j.linalg.collection.MultiDimensionalMap.Entry
-
- getfullFileName() - Method in class org.nd4j.tools.SIS
-
getfullFileName
public String getfullFileName()
Returns full file name
- getIdentityHexString(Object) - Static method in class org.nd4j.linalg.io.ObjectUtils
-
- getIndexCharsCount(int) - Static method in class org.nd4j.tools.BTools
-
getIndexCharsCount
public static int getIndexCharsCount( int MaxIndex )
Returns chars count for max value of index.
Example: Max value of index is 150 and chars count is 3.
It is important for statement of indexed values.
Index columns can have the same width for all rouws.
- getInputStream() - Method in class org.nd4j.api.loader.LocalFileSource
-
- getInputStream() - Method in interface org.nd4j.api.loader.Source
-
- getInputStream() - Method in class org.nd4j.linalg.io.ClassPathResource
-
- getInputStream() - Method in interface org.nd4j.linalg.io.InputStreamSource
-
- getInputStream() - Method in class org.nd4j.linalg.io.VfsResource
-
- getIterator() - Method in class org.nd4j.linalg.primitives.CounterMap
-
This method returns Iterator of all first/second pairs stored in this counter
- getJsonMapper() - Static method in class org.nd4j.jackson.objectmapper.holder.ObjectMapperHolder
-
Get a single object mapper for use
with reading and writing json
- getKey() - Method in class org.nd4j.linalg.collection.MultiDimensionalMap.Entry
-
Returns the key corresponding to this entry.
- getLeft() - Method in class org.nd4j.linalg.primitives.ImmutablePair
-
- getLeft() - Method in class org.nd4j.linalg.primitives.ImmutableTriple
-
- getLeft() - Method in class org.nd4j.linalg.primitives.Pair
-
- getLeft() - Method in class org.nd4j.linalg.primitives.Triple
-
- getLocalFile(File) - Method in class org.nd4j.resources.strumpf.ResourceFile
-
Get the local file - or where it *would* be if it has been downloaded.
- getMethod(Class<?>, String, Class<?>...) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- getMethodCountForName(Class<?>, String) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- getMethodIfAvailable(Class<?>, String, Class<?>...) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- getMiddle() - Method in class org.nd4j.linalg.primitives.ImmutableTriple
-
- getMiddle() - Method in class org.nd4j.linalg.primitives.Triple
-
- getMostSpecificMethod(Method, Class<?>) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- getMtLvESS(int) - Static method in class org.nd4j.tools.BTools
-
getMtLvESS
public static String getMtLvESS( int mtLv )
Returns string.
- getMtLvISS() - Static method in class org.nd4j.tools.BTools
-
getMtLvISS
public static String getMtLvISS()
Returns string.
- getPackageName(Class<?>) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- getPackageName(String) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- getPath() - Method in interface org.nd4j.api.loader.Source
-
- getPath() - Method in class org.nd4j.linalg.io.ClassPathResource
-
- getPath(File) - Static method in class org.nd4j.validation.Nd4jCommonValidator
-
Null-safe and "no absolute path exists" safe method for getting the path of a file for validation purposes
- getProbability(T) - Method in class org.nd4j.linalg.primitives.Counter
-
This method returns probability of given element
- getProperties() - Method in class org.nd4j.tools.PropertyParser
-
- getQualifiedMethodName(Method) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- getQualifiedName(Class<?>) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- getRandomElement(List<T>) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- getRight() - Method in class org.nd4j.linalg.primitives.ImmutablePair
-
- getRight() - Method in class org.nd4j.linalg.primitives.ImmutableTriple
-
- getRight() - Method in class org.nd4j.linalg.primitives.Pair
-
- getRight() - Method in class org.nd4j.linalg.primitives.Triple
-
- getRoot(URL) - Static method in class org.nd4j.linalg.io.VfsUtils
-
- getSBln(boolean...) - Static method in class org.nd4j.tools.BTools
-
getSBln
public static String getSBln( boolean...
- getSDbl(double, int) - Static method in class org.nd4j.tools.BTools
-
getSDbl
public static String getSDbl( double Value, int DecPrec )
Returns double converted to string.
If Value is Double.NaN returns "NaN".
If DecPrec is < 0 is DecPrec set 0.
- getSDbl(double, int, boolean) - Static method in class org.nd4j.tools.BTools
-
getSDbl
public static String getSDbl( double Value, int DecPrec, boolean ShowPlusSign )
Returns double converted to string.
If Value is Double.NaN returns "NaN".
If DecPrec is < 0 is DecPrec set 0.
If ShowPlusSign is true:
- If Value is > 0 sign is '+'.
- If Value is 0 sign is ' '.
- getSDbl(double, int, boolean, int) - Static method in class org.nd4j.tools.BTools
-
getSDbl
public static String getSDbl( double Value, int DecPrec, boolean ShowPlusSign, int StringLength )
Returns double converted to string.
If Value is Double.NaN returns "NaN".
If DecPrec is < 0 is DecPrec set 0.
If ShowPlusSign is true:
- If Value is > 0 sign is '+'.
- If Value is 0 sign is ' '.
If StringLength is > base double string length
before base double string adds relevant spaces.
If StringLength is <= base double string length
returns base double string.
- getSecond() - Method in class org.nd4j.linalg.primitives.ImmutablePair
-
- getSecond() - Method in class org.nd4j.linalg.primitives.Pair
-
- getSecondKey() - Method in class org.nd4j.linalg.collection.MultiDimensionalMap.Entry
-
- getShortName(String) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- getShortName(Class<?>) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- getShortNameAsProperty(Class<?>) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- getSInt(int, int) - Static method in class org.nd4j.tools.BTools
-
getSInt
public static String getSInt( int Value, int CharsCount )
Returns int converted to string.
If CharsCount > base int string length
before base int string adds relevant spaces.
If CharsCount <= base int string length
returns base int string.
- getSInt(int, int, char) - Static method in class org.nd4j.tools.BTools
-
getSInt
public static String getSInt( int Value, int CharsCount, char LeadingChar )
Returns int converted to string.
If CharsCount > base int string length
before base int string adds relevant leading chars.
If CharsCount <= base int string length
returns base int string.
- getSInt(int) - Static method in class org.nd4j.tools.BTools
-
getSInt
public static String getSInt( int Value )
Returns int converted to string.
- getSIntA(int...) - Static method in class org.nd4j.tools.BTools
-
getSIntA
public static String getSIntA( int...
- getSLcDtTm() - Static method in class org.nd4j.tools.BTools
-
getSLcDtTm
public static String getSLcDtTm()
Returns local datetime as string.
Datetime format is "mm:ss.SSS".
- getSLcDtTm(String) - Static method in class org.nd4j.tools.BTools
-
getSLcDtTm
public static String getSLcDtTm( String FormatS )
Returns local datetime as string.
Datetime format is param.
- getSource(String) - Method in class org.nd4j.api.loader.LocalFileSourceFactory
-
- getSource(String) - Method in interface org.nd4j.api.loader.SourceFactory
-
- getSpaces(int) - Static method in class org.nd4j.tools.BTools
-
getSpaces
public static String getSpaces( int SpacesCount )
Returns asked count of spaces.
If count of spaces is < 0 returns '?'.
- getStaticMethod(Class<?>, String, Class<?>...) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- getTempDir() - Static method in class org.nd4j.linalg.util.ND4JFileUtils
-
Get the temporary directory.
- getTempFileFromArchive() - Method in class org.nd4j.linalg.io.ClassPathResource
-
Get a temp file from the classpath.
This is for resources where a file is needed and the classpath resource is in a jar file.
- getTempFileFromArchive(File) - Method in class org.nd4j.linalg.io.ClassPathResource
-
Get a temp file from the classpath, and (optionally) place it in the specified directory
Note that:
- If the directory is not specified, the file is copied to the default temporary directory, using
Files.createTempFile(String, String, FileAttribute[]).
- getTensorMmulShape(long[], long[], int[][]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Get the tensor matrix multiply shape
- getTitleLine(int, int) - Method in class org.nd4j.tools.InfoLine
-
Returns titles line as string appointed by title index (0..5).
Columns are separated with char '|'.
If title index is < 0 returns "?".
If title index is > 5 returns "?".
- getUniqueDeclaredMethods(Class<?>) - Static method in class org.nd4j.linalg.io.ReflectionUtils
-
- getURI() - Method in class org.nd4j.linalg.io.AbstractResource
-
- getURI() - Method in interface org.nd4j.linalg.io.Resource
-
- getURI() - Method in class org.nd4j.linalg.io.VfsResource
-
- getURL() - Method in class org.nd4j.linalg.io.AbstractResource
-
- getURL() - Method in class org.nd4j.linalg.io.ClassPathResource
-
- getURL() - Method in interface org.nd4j.linalg.io.Resource
-
- getURL(String) - Static method in class org.nd4j.linalg.io.ResourceUtils
-
- getURL() - Method in class org.nd4j.linalg.io.VfsResource
-
- getUserClass(Object) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- getUserClass(Class<?>) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- getValue() - Method in class org.nd4j.linalg.collection.MultiDimensionalMap.Entry
-
- getValues() - Method in class org.nd4j.tools.InfoValues
-
Returns values.
This method use class InfoLine.
This method is not intended for external use.
- getValuesLine(int) - Method in class org.nd4j.tools.InfoLine
-
Returns values line as string.
Columns are separated with char '|'.
- gr(double, double) - Static method in class org.nd4j.linalg.util.MathUtils
-
Tests if a is greater than b.
- greaterThan(int[], int[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- groupByKey(List<Pair<K, V>>) - Static method in class org.nd4j.linalg.function.FunctionalUtils
-
Group the input pairs by the key of each pair.
- identityToString(Object) - Static method in class org.nd4j.linalg.io.ObjectUtils
-
- idf(double, double) - Static method in class org.nd4j.linalg.util.MathUtils
-
Inverse document frequency: the total docs divided by the number of times the word
appeared in a document
- ImmutablePair<K,V> - Class in org.nd4j.linalg.primitives
-
Simple pair implementation
- ImmutablePair() - Constructor for class org.nd4j.linalg.primitives.ImmutablePair
-
- ImmutableQuad<F,S,T,O> - Class in org.nd4j.linalg.primitives
-
Simple quad elements holder implementation
- ImmutableQuad() - Constructor for class org.nd4j.linalg.primitives.ImmutableQuad
-
- ImmutableTriple<F,S,T> - Class in org.nd4j.linalg.primitives
-
Simple triple elements holder implementation
- ImmutableTriple() - Constructor for class org.nd4j.linalg.primitives.ImmutableTriple
-
- incrementAll(Collection<T>, double) - Method in class org.nd4j.linalg.primitives.Counter
-
This method will increment all elements in collection
- incrementAll(Counter<T2>) - Method in class org.nd4j.linalg.primitives.Counter
-
This method will increment counts of this counter by counts from other counter
- incrementAll(CounterMap<F, S>) - Method in class org.nd4j.linalg.primitives.CounterMap
-
This method will increment values of this counter, by counts of other counter
- incrementCount(T, double) - Method in class org.nd4j.linalg.primitives.Counter
-
- incrementCount(F, S, double) - Method in class org.nd4j.linalg.primitives.CounterMap
-
This method will increment counts for a given first/second pair
- Index - Class in org.nd4j.util
-
An index is a transform of objects augmented with a list and a reverse lookup table
for fast lookups.
- Index() - Constructor for class org.nd4j.util.Index
-
- indexOf(Object) - Method in class org.nd4j.linalg.collection.CompactHeapStringList
-
- indexOf(Object) - Method in class org.nd4j.util.Index
-
- info(String) - Method in class org.nd4j.tools.SIS
-
info
public void info( String oinfo )
This method is input for informations.
Informations are showed in console and saved in file.
- info(Logger, String, Object...) - Static method in class org.nd4j.util.OneTimeLogger
-
- InfoLine - Class in org.nd4j.tools
-
Save values and titles for one values line.
Columns are separated with char '|'.
Collaborate with class InfoValues.
- InfoLine() - Constructor for class org.nd4j.tools.InfoLine
-
- information(double[]) - Static method in class org.nd4j.linalg.util.MathUtils
-
This returns the entropy for a given vector of probabilities.
- InfoValues - Class in org.nd4j.tools
-
Save value and it's titles for one column.
Titles strings in array create one title column.
One main column can have several sub columns.
Columns are separated with char '|'.
Collaborate with class InfoLine.
- InfoValues(String...) - Constructor for class org.nd4j.tools.InfoValues
-
- initValues(int, String, PrintStream, PrintStream) - Method in class org.nd4j.tools.SIS
-
initValues
public void initValues( int mtLv, String superiorModuleCode,
PrintStream out, PrintStream err )
Initialize values for console - not file.
- initValues(int, String, PrintStream, PrintStream, String, String, String, boolean, boolean) - Method in class org.nd4j.tools.SIS
-
initValues
public void initValues( int mtLv, String superiorModuleCode,
PrintStream out, PrintStream err, String fileDrcS,
String base_FileCode, String spc_FileCode,
boolean ShowBriefInfo, boolean ShowFullInfo )
Initialize values for console and file.
fullFileName =
"Z" +
TimeS + "_" +
base_FileCode + "_" +
spc_FileCode +
".txt";
TimeS (time string) format: "yyyyMMdd'_'HHmmss.SSS"
- InputStreamSource - Interface in org.nd4j.linalg.io
-
- InputStreamUtil - Class in org.nd4j.linalg.util
-
Input stream jcuda.utils
- InputStreamUtil() - Constructor for class org.nd4j.linalg.util.InputStreamUtil
-
- IntArray(int[]) - Constructor for class org.nd4j.linalg.collection.IntArrayKeyMap.IntArray
-
- IntArrayKeyMap<V> - Class in org.nd4j.linalg.collection
-
A map for int arrays backed by a TreeMap
- IntArrayKeyMap() - Constructor for class org.nd4j.linalg.collection.IntArrayKeyMap
-
- IntArrayKeyMap.IntArray - Class in org.nd4j.linalg.collection
-
- IntArrayKeySet - Class in org.nd4j.linalg.collection
-
- IntArrayKeySet() - Constructor for class org.nd4j.linalg.collection.IntArrayKeySet
-
- intersection(Collection<T>, Collection<T>) - Static method in class org.nd4j.util.SetUtils
-
- intersectionP(Set<? extends T>, Set<? extends T>) - Static method in class org.nd4j.util.SetUtils
-
- invertPermutation(int...) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Compute the inverse permutation indices for a permutation operation
Example: if input is [2, 0, 1] then output is [1, 2, 0]
The idea is that x.permute(input).permute(invertPermutation(input)) == x
- invertPermutation(long...) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- invokeJdbcMethod(Method, Object) - Static method in class org.nd4j.linalg.io.ReflectionUtils
-
- invokeJdbcMethod(Method, Object, Object...) - Static method in class org.nd4j.linalg.io.ReflectionUtils
-
- invokeMethod(Method, Object) - Static method in class org.nd4j.linalg.io.ReflectionUtils
-
- invokeMethod(Method, Object, Object...) - Static method in class org.nd4j.linalg.io.ReflectionUtils
-
- invokeVfsMethod(Method, Object, Object...) - Static method in class org.nd4j.linalg.io.VfsUtils
-
- isArray(Object) - Static method in class org.nd4j.linalg.io.ObjectUtils
-
- isAssignable(Class<?>, Class<?>) - Static method in class org.nd4j.linalg.io.Assert
-
- isAssignable(Class<?>, Class<?>, String) - Static method in class org.nd4j.linalg.io.Assert
-
- isAssignable(Class<?>, Class<?>) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- isAssignableValue(Class<?>, Object) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- isCacheSafe(Class<?>, ClassLoader) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- isCglibProxy(Object) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- isCglibProxyClass(Class<?>) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- isCglibProxyClassName(String) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- isCglibRenamedMethod(Method) - Static method in class org.nd4j.linalg.io.ReflectionUtils
-
- isCheckedException(Throwable) - Static method in class org.nd4j.linalg.io.ObjectUtils
-
- isCompatibleWithThrowsClause(Throwable, Class[]) - Static method in class org.nd4j.linalg.io.ObjectUtils
-
- isEligible(String) - Static method in class org.nd4j.util.OneTimeLogger
-
- isEmpty() - Method in class org.nd4j.collections.WeakIdentityHashMap
-
- isEmpty() - Method in class org.nd4j.linalg.collection.CompactHeapStringList
-
- isEmpty() - Method in class org.nd4j.linalg.collection.IntArrayKeyMap
-
- isEmpty() - Method in class org.nd4j.linalg.collection.IntArrayKeySet
-
- isEmpty() - Method in class org.nd4j.linalg.collection.MultiDimensionalMap
-
Returns true if this map contains no key-value mappings.
- isEmpty() - Method in class org.nd4j.linalg.collection.MultiDimensionalSet
-
Returns true if this applyTransformToDestination contains no elements.
- isEmpty(Collection) - Static method in class org.nd4j.linalg.io.CollectionUtils
-
- isEmpty(Map) - Static method in class org.nd4j.linalg.io.CollectionUtils
-
- isEmpty(Object[]) - Static method in class org.nd4j.linalg.io.ObjectUtils
-
- isEmpty(Object) - Static method in class org.nd4j.linalg.io.StringUtils
-
- isEmpty() - Method in class org.nd4j.linalg.primitives.Counter
-
This method returns TRUE if counter has no elements, FALSE otherwise
- isEmpty() - Method in class org.nd4j.linalg.primitives.CounterMap
-
This method checks if this CounterMap has any values stored
- isEmpty(F) - Method in class org.nd4j.linalg.primitives.CounterMap
-
This method checks if this CounterMap has any values stored for a given first element
- isEmpty() - Method in class org.nd4j.linalg.util.LinkedMultiValueMap
-
- isEmpty() - Method in class org.nd4j.linalg.util.SynchronizedTable
-
- isEmptyShape(long[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Is this shape an empty shape?
Shape is considered to be an empty shape if it contains any zeros.
- isEmptyShape(int[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Is this shape an empty shape?
Shape is considered to be an empty shape if it contains any zeros.
- isEqualsMethod(Method) - Static method in class org.nd4j.linalg.io.ReflectionUtils
-
- isFileURL(URL) - Static method in class org.nd4j.linalg.io.ResourceUtils
-
- isHashCodeMethod(Method) - Static method in class org.nd4j.linalg.io.ReflectionUtils
-
- isInstanceOf(Class<?>, Object) - Static method in class org.nd4j.linalg.io.Assert
-
- isInstanceOf(Class<?>, Object, String) - Static method in class org.nd4j.linalg.io.Assert
-
- isInverse(int[], int[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Returns true if the given
two arrays are reverse copies of each other
- isJarURL(URL) - Static method in class org.nd4j.linalg.io.ResourceUtils
-
- isNull(Object, String) - Static method in class org.nd4j.linalg.io.Assert
-
- isNull(Object) - Static method in class org.nd4j.linalg.io.Assert
-
- isObjectMethod(Method) - Static method in class org.nd4j.linalg.io.ReflectionUtils
-
- isOpen() - Method in class org.nd4j.linalg.io.AbstractResource
-
- isOpen() - Method in interface org.nd4j.linalg.io.Resource
-
- isPresent(String) - Static method in class org.nd4j.linalg.io.ClassUtils
-
Deprecated.
- isPresent(String, ClassLoader) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- isPresent() - Method in class org.nd4j.linalg.primitives.Optional
-
Return true if there is a value present, otherwise false.
- isPrimitiveArray(Class<?>) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- isPrimitiveOrWrapper(Class<?>) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- isPrimitiveWrapper(Class<?>) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- isPrimitiveWrapperArray(Class<?>) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- isPublicStaticFinal(Field) - Static method in class org.nd4j.linalg.io.ReflectionUtils
-
- isReadable() - Method in class org.nd4j.linalg.io.AbstractFileResolvingResource
-
- isReadable() - Method in class org.nd4j.linalg.io.AbstractResource
-
- isReadable() - Method in interface org.nd4j.linalg.io.Resource
-
- isReadable() - Method in class org.nd4j.linalg.io.VfsResource
-
- isToStringMethod(Method) - Static method in class org.nd4j.linalg.io.ReflectionUtils
-
- isTrue(boolean, String) - Static method in class org.nd4j.linalg.io.Assert
-
- isTrue(boolean) - Static method in class org.nd4j.linalg.io.Assert
-
- isUrl(String) - Static method in class org.nd4j.linalg.io.ResourceUtils
-
- isValidFile(File) - Static method in class org.nd4j.validation.Nd4jCommonValidator
-
Validate whether the specified file is a valid file (must exist and be non-empty)
- isValidFile(File, String, boolean) - Static method in class org.nd4j.validation.Nd4jCommonValidator
-
Validate whether the specified file is a valid file
- isValidJson(File, Charset) - Static method in class org.nd4j.validation.Nd4jCommonValidator
-
Validate whether the specified file is a valid JSON file.
- isValidJSON(String) - Static method in class org.nd4j.validation.Nd4jCommonValidator
-
Validate whether the specified String is valid JSON.
- isValidJson(String, File) - Static method in class org.nd4j.validation.Nd4jCommonValidator
-
- isValidJsonUTF8(File) - Static method in class org.nd4j.validation.Nd4jCommonValidator
-
- isValidZipFile(File, boolean) - Static method in class org.nd4j.validation.Nd4jCommonValidator
-
Validate whether the specified file is a valid Zip file
- isValidZipFile(File, boolean, String...) - Static method in class org.nd4j.validation.Nd4jCommonValidator
-
Validate whether the specified file is a valid Zip file
- isValidZipFile(File, boolean, List<String>) - Static method in class org.nd4j.validation.Nd4jCommonValidator
-
Validate whether the specified file is a valid Zip file, and contains all of the required entries
- isVisible(Class<?>, ClassLoader) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- isZero(int[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Returns true if any of the elements are zero
- isZero(long[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- iterator() - Method in class org.nd4j.linalg.collection.CompactHeapStringList
-
- iterator() - Method in class org.nd4j.linalg.collection.IntArrayKeySet
-
- iterator() - Method in class org.nd4j.linalg.collection.MultiDimensionalSet
-
Returns an iterator over the elements in this applyTransformToDestination.
- ivL - Variable in class org.nd4j.tools.InfoLine
-
- nameExistsInPath(String) - Static method in class org.nd4j.linalg.util.Paths
-
Check if a file exists in the path
- ND4J_CPU_LOAD_OPENBLAS - Static variable in class org.nd4j.config.ND4JSystemProperties
-
Applicability: nd4j-native backend, when multiple BLAS libraries are available
Description: This system property can be used to control which BLAS library is loaded and used by ND4J.
- ND4J_CPU_LOAD_OPENBLAS_NOLAPACK - Static variable in class org.nd4j.config.ND4JSystemProperties
-
Applicability: nd4j-native backend, when multiple BLAS libraries are available
Description: This system property can be used to control which BLAS library is loaded and used by ND4J.
- ND4J_CUDA_FORCE_SINGLE_GPU - Static variable in class org.nd4j.config.ND4JEnvironmentVars
-
Applicability: nd4j-cuda-xx used on multi-GPU systems
Description: If set, only a single GPU will be used by ND4J, even if multiple GPUs are available in the system
- ND4J_CUDA_MAX_BLOCK_SIZE - Static variable in class org.nd4j.config.ND4JEnvironmentVars
-
Applicability: nd4j-cuda-xx
Description:
- ND4J_CUDA_MAX_CONTEXTS - Static variable in class org.nd4j.config.ND4JEnvironmentVars
-
Applicability: nd4j-cuda-xx
Description: This variable defines how many concurrent threads will be able to use same device.
- ND4J_CUDA_MAX_DEVICE_ALLOCATION - Static variable in class org.nd4j.config.ND4JEnvironmentVars
-
Applicability: nd4j-cuda-xx
Description:
- ND4J_CUDA_MAX_DEVICE_CACHE - Static variable in class org.nd4j.config.ND4JEnvironmentVars
-
Applicability: nd4j-cuda-xx
Description:
- ND4J_CUDA_MAX_GRID_SIZE - Static variable in class org.nd4j.config.ND4JEnvironmentVars
-
Applicability: nd4j-cuda-xx
Description:
- ND4J_CUDA_MAX_HOST_CACHE - Static variable in class org.nd4j.config.ND4JEnvironmentVars
-
Applicability: nd4j-cuda-xx
Description:
- ND4J_CUDA_MIN_BLOCK_SIZE - Static variable in class org.nd4j.config.ND4JEnvironmentVars
-
Applicability: nd4j-cuda-xx
Description:
- ND4J_CUDA_USE_PREALLOCATION - Static variable in class org.nd4j.config.ND4JEnvironmentVars
-
Applicability: nd4j-cuda-xx
Description:
- ND4J_FALLBACK - Static variable in class org.nd4j.config.ND4JEnvironmentVars
-
Applicability: nd4j-native backend
Description: Whether build-in BLAS matrix multiplication (GEMM) should be used instead of the native BLAS
library such as MKL or OpenBLAS.
- ND4J_IGNORE_AVX - Static variable in class org.nd4j.config.ND4JEnvironmentVars
-
Applicability: nd4j-native
Description: Set to true to avoid logging AVX warnings (i.e., running generic x86 binaries on an AVX2 system)
- ND4J_MKL_FALLBACK - Static variable in class org.nd4j.config.ND4JEnvironmentVars
-
Applicability: nd4j-native
- ND4J_RESOURCES_CACHE_DIR - Static variable in class org.nd4j.config.ND4JEnvironmentVars
-
- ND4J_SKIP_BLAS_THREADS - Static variable in class org.nd4j.config.ND4JEnvironmentVars
-
- ND4J_TEMP_DIR_PROPERTY - Static variable in class org.nd4j.config.ND4JSystemProperties
-
Applicability: ND4J Temporary file creation/extraction for ClassPathResource, memory mapped workspaces, and
Description: Specify the local directory where temporary files will be written.
- Nd4jCommonValidator - Class in org.nd4j.validation
-
A utility for validating multiple file formats that ND4J and other tools can read
- ND4JEnvironmentVars - Class in org.nd4j.config
-
- ND4JFileUtils - Class in org.nd4j.linalg.util
-
Utilities for working with temporary files
- ND4JSystemProperties - Class in org.nd4j.config
-
- newHashBackedMap() - Static method in class org.nd4j.linalg.collection.MultiDimensionalMap
-
Thread safe hash map impl
- newMapper() - Static method in class org.nd4j.resources.strumpf.ResourceFile
-
- newThreadSafeHashBackedMap() - Static method in class org.nd4j.linalg.collection.MultiDimensionalMap
-
Thread safe hash map implementation
- newThreadSafeTreeBackedMap() - Static method in class org.nd4j.linalg.collection.MultiDimensionalMap
-
Thread safe sorted map implementation
- newTreeBackedMap() - Static method in class org.nd4j.linalg.collection.MultiDimensionalMap
-
Tree map implementation
- nextPowOf2(long) - Static method in class org.nd4j.linalg.util.MathUtils
-
- NioUtil - Class in org.nd4j.linalg.util
-
NioUtils for operations on
nio buffers
- NioUtil.BufferType - Enum in org.nd4j.linalg.util
-
- NON_BRIDGED_METHODS - Static variable in class org.nd4j.linalg.io.ReflectionUtils
-
- nonOneStride(int[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
For use with row vectors to ensure consistent strides
with varying offsets
- noNullElements(Object[], String) - Static method in class org.nd4j.linalg.io.Assert
-
- noNullElements(Object[]) - Static method in class org.nd4j.linalg.io.Assert
-
- normalize() - Method in class org.nd4j.linalg.primitives.Counter
-
This method will apply normalization to counter values and totals.
- normalize(double, double, double) - Static method in class org.nd4j.linalg.util.MathUtils
-
Normalize a value
(val - min) / (max - min)
- normalize(double[], double) - Static method in class org.nd4j.linalg.util.MathUtils
-
Normalizes the doubles in the array using the given value.
- normalizeToOne(double[]) - Static method in class org.nd4j.linalg.util.MathUtils
-
- notEmpty(Object[], String) - Static method in class org.nd4j.linalg.io.Assert
-
- notEmpty(Object[]) - Static method in class org.nd4j.linalg.io.Assert
-
- notEmpty(Collection, String) - Static method in class org.nd4j.linalg.io.Assert
-
- notEmpty(Collection) - Static method in class org.nd4j.linalg.io.Assert
-
- notEmpty(Map, String) - Static method in class org.nd4j.linalg.io.Assert
-
- notEmpty(Map) - Static method in class org.nd4j.linalg.io.Assert
-
- notNull(Object, String) - Static method in class org.nd4j.linalg.io.Assert
-
- notNull(Object) - Static method in class org.nd4j.linalg.io.Assert
-
- nTimes(int, int) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Repeat a value n times
- nTimes(long, long) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- nTimes(int, T, Class<T>) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- nullSafeClassName(Object) - Static method in class org.nd4j.linalg.io.ObjectUtils
-
- nullSafeEquals(Object, Object) - Static method in class org.nd4j.linalg.io.ObjectUtils
-
- nullSafeHashCode(Object) - Static method in class org.nd4j.linalg.io.ObjectUtils
-
- nullSafeHashCode(Object[]) - Static method in class org.nd4j.linalg.io.ObjectUtils
-
- nullSafeHashCode(boolean[]) - Static method in class org.nd4j.linalg.io.ObjectUtils
-
- nullSafeHashCode(byte[]) - Static method in class org.nd4j.linalg.io.ObjectUtils
-
- nullSafeHashCode(char[]) - Static method in class org.nd4j.linalg.io.ObjectUtils
-
- nullSafeHashCode(double[]) - Static method in class org.nd4j.linalg.io.ObjectUtils
-
- nullSafeHashCode(float[]) - Static method in class org.nd4j.linalg.io.ObjectUtils
-
- nullSafeHashCode(int[]) - Static method in class org.nd4j.linalg.io.ObjectUtils
-
- nullSafeHashCode(long[]) - Static method in class org.nd4j.linalg.io.ObjectUtils
-
- nullSafeHashCode(short[]) - Static method in class org.nd4j.linalg.io.ObjectUtils
-
- nullSafeToString(Object) - Static method in class org.nd4j.linalg.io.ObjectUtils
-
- nullSafeToString(Object[]) - Static method in class org.nd4j.linalg.io.ObjectUtils
-
- nullSafeToString(boolean[]) - Static method in class org.nd4j.linalg.io.ObjectUtils
-
- nullSafeToString(byte[]) - Static method in class org.nd4j.linalg.io.ObjectUtils
-
- nullSafeToString(char[]) - Static method in class org.nd4j.linalg.io.ObjectUtils
-
- nullSafeToString(double[]) - Static method in class org.nd4j.linalg.io.ObjectUtils
-
- nullSafeToString(float[]) - Static method in class org.nd4j.linalg.io.ObjectUtils
-
- nullSafeToString(int[]) - Static method in class org.nd4j.linalg.io.ObjectUtils
-
- nullSafeToString(long[]) - Static method in class org.nd4j.linalg.io.ObjectUtils
-
- nullSafeToString(short[]) - Static method in class org.nd4j.linalg.io.ObjectUtils
-
- randomDoubleBetween(double, double) - Static method in class org.nd4j.linalg.util.MathUtils
-
- randomFloatBetween(float, float) - Static method in class org.nd4j.linalg.util.MathUtils
-
- randomNumberBetween(double, double, double) - Static method in class org.nd4j.linalg.util.MathUtils
-
Generates a random integer between the specified numbers
- randomNumberBetween(double, double) - Static method in class org.nd4j.linalg.util.MathUtils
-
Generates a random integer between the specified numbers
- randomNumberBetween(double, double, RandomGenerator) - Static method in class org.nd4j.linalg.util.MathUtils
-
Generates a random integer between the specified numbers
- randomPermutation(int) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Credit to mikio braun from jblas
Create a random permutation of the numbers 0, ..., size - 1.
- range(double[], int) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Returns a subset of an array from 0 to "to" (exclusive)
- range(double[], int, int) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Returns a subset of an array from 0 to "to" (exclusive) using the specified stride
- range(double[], int, int, int) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Returns a subset of an array from 0 to "to"
using the specified stride
- range(int, int, int) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Generate an int array ranging from "from" to "to".
- range(long, long, long) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- range(int, int) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Generate an int array ranging from "from" to "to".
- range(long, long) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- read(int, DataInputStream) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- readDouble(int, DataInputStream) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- readFloat(int, DataInputStream) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- readFromZip(File) - Static method in class org.nd4j.api.loader.FileBatch
-
Read a FileBatch from the specified file.
- readFromZip(InputStream) - Static method in class org.nd4j.api.loader.FileBatch
-
Read a FileBatch from the specified input stream.
- readObject(File) - Static method in class org.nd4j.linalg.util.SerializationUtils
-
- readObject(InputStream) - Static method in class org.nd4j.linalg.util.SerializationUtils
-
Reads an object from the given input stream
- rebuildTotals() - Method in class org.nd4j.linalg.primitives.Counter
-
- REF - Static variable in class org.nd4j.resources.strumpf.StrumpfResolver
-
- ReflectionUtils - Class in org.nd4j.linalg.io
-
- ReflectionUtils() - Constructor for class org.nd4j.linalg.io.ReflectionUtils
-
- ReflectionUtils - Class in org.nd4j.util
-
General reflection utils
- ReflectionUtils() - Constructor for class org.nd4j.util.ReflectionUtils
-
- ReflectionUtils.FieldCallback - Interface in org.nd4j.linalg.io
-
- ReflectionUtils.FieldFilter - Interface in org.nd4j.linalg.io
-
- ReflectionUtils.MethodCallback - Interface in org.nd4j.linalg.io
-
- ReflectionUtils.MethodFilter - Interface in org.nd4j.linalg.io
-
- refQueue - Variable in class org.nd4j.collections.WeakIdentityHashMap
-
- relativePath() - Method in class org.nd4j.resources.strumpf.ResourceFile
-
- remove(Object) - Method in class org.nd4j.collections.WeakIdentityHashMap
-
- remove(Object) - Method in class org.nd4j.linalg.collection.CompactHeapStringList
-
- remove(int) - Method in class org.nd4j.linalg.collection.CompactHeapStringList
-
- remove(Object) - Method in class org.nd4j.linalg.collection.IntArrayKeyMap
-
- remove(Object) - Method in class org.nd4j.linalg.collection.IntArrayKeySet
-
- remove(Object) - Method in class org.nd4j.linalg.collection.MultiDimensionalMap
-
Removes the mapping for a key from this map if it is present
(optional operation).
- remove(Object) - Method in class org.nd4j.linalg.collection.MultiDimensionalSet
-
Removes the specified element from this applyTransformToDestination if it is present
(optional operation).
- remove(Object) - Method in class org.nd4j.linalg.util.LinkedMultiValueMap
-
- remove(Object, Object) - Method in class org.nd4j.linalg.util.SynchronizedTable
-
- removeAll(Collection<?>) - Method in class org.nd4j.linalg.collection.CompactHeapStringList
-
- removeAll(Collection<?>) - Method in class org.nd4j.linalg.collection.IntArrayKeySet
-
- removeAll(Collection<?>) - Method in class org.nd4j.linalg.collection.MultiDimensionalSet
-
Removes from this applyTransformToDestination all of its elements that are contained in the
specified collection (optional operation).
- removeDuplicateStrings(String[]) - Static method in class org.nd4j.linalg.io.StringUtils
-
- removeIndex(int[], int...) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Return a copy of this array with the
given index omitted
PLEASE NOTE: index to be omitted must exist in source array.
- removeIndex(long[], int...) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- removeIndex(int[], int) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Return a copy of this array with the
given index omitted
- removeIndex(long[], int) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- removeIndex(Integer[], int) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Returns the array with the item in index
removed, if the array is empty it will return the array itself
- removeKey(T) - Method in class org.nd4j.linalg.primitives.Counter
-
This method removes given key from counter
- replace(String, String, String) - Static method in class org.nd4j.linalg.io.StringUtils
-
- replace(int[], int, int) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Return a copy of this array with the
given index omitted
- reset() - Static method in class org.nd4j.util.OneTimeLogger
-
- reshapeBoolean(boolean[], int, int) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- reshapeBoolean(boolean[], int, int, int) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- reshapeDouble(double[], int, int) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- reshapeDouble(double[], int, int, int) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- reshapeInt(int[], int, int) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- reshapeInt(int[], int, int, int) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- reshapeLong(long[], int, int) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- reshapeLong(long[], int, int, int) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- reshapeObject(T[], int, int) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- reshapeObject(T[], int, int, int) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- resolveClassName(String, ClassLoader) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- resolvePrimitiveClassName(String) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- resolvePrimitiveIfNecessary(Class<?>) - Static method in class org.nd4j.linalg.io.ClassUtils
-
- Resolver - Interface in org.nd4j.resources
-
Resolver interface: used to resolve a path (or directory path) to an actual file.
- resolvers - Variable in class org.nd4j.resources.Resources
-
- Resource - Interface in org.nd4j.linalg.io
-
Resource
- resourceExists(String) - Method in class org.nd4j.resources.Resources
-
- ResourceFile - Class in org.nd4j.resources.strumpf
-
ResourceFile - represents a Strumpf resource file - which are references to remote files with filename ending with
StrumpfResolver.REF
- ResourceFile() - Constructor for class org.nd4j.resources.strumpf.ResourceFile
-
- Resources - Class in org.nd4j.resources
-
API for accessing resources (usually test resources) from a path.
- Resources() - Constructor for class org.nd4j.resources.Resources
-
- RESOURCES_CACHE_DIR - Static variable in class org.nd4j.config.ND4JSystemProperties
-
Applicability: nd4j-common
Resources class (and hence
StrumpfResolver)
Description: When resolving resources from a Strumpf resource file (Example:
Resources.asFile("myFile.txt")
where should the remote files be downloaded to?
This is generally used for resolving test resources, but can be used for Strumpf resource files generally.
- RESOURCES_LOCAL_DIRS - Static variable in class org.nd4j.config.ND4JSystemProperties
-
Applicability: nd4j-common
Resources class (and hence
StrumpfResolver)
Description: When resolving resources, what local directories should be checked (in addition to the classpath) for files?
This is optional.
- ResourceUtils - Class in org.nd4j.linalg.io
-
- ResourceUtils() - Constructor for class org.nd4j.linalg.io.ResourceUtils
-
- retainAll(Collection<?>) - Method in class org.nd4j.linalg.collection.CompactHeapStringList
-
- retainAll(Collection<?>) - Method in class org.nd4j.linalg.collection.IntArrayKeySet
-
- retainAll(Collection<?>) - Method in class org.nd4j.linalg.collection.MultiDimensionalSet
-
Retains only the elements in this applyTransformToDestination that are contained in the
specified collection (optional operation).
- rethrowException(Throwable) - Static method in class org.nd4j.linalg.io.ReflectionUtils
-
- rethrowRuntimeException(Throwable) - Static method in class org.nd4j.linalg.io.ReflectionUtils
-
- reverse(int[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Reverse the passed in array in place
- reverse(long[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- reverse(E[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- reverseCopy(int[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Create a backwards copy of the given array
- reverseCopy(long[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- reverseCopy(float[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- reverseCopy(E[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- ReversedPairComparator() - Constructor for class org.nd4j.linalg.primitives.Counter.ReversedPairComparator
-
- rootMeansSquaredError(double[], double[]) - Static method in class org.nd4j.linalg.util.MathUtils
-
This returns the root mean squared error of two data sets
- round(double) - Static method in class org.nd4j.linalg.util.MathUtils
-
Rounds a double to the next nearest integer value.
- roundDouble(double, int) - Static method in class org.nd4j.linalg.util.MathUtils
-
Rounds a double to the given number of decimal places.
- roundFloat(float, int) - Static method in class org.nd4j.linalg.util.MathUtils
-
Rounds a double to the given number of decimal places.
- row(R) - Method in class org.nd4j.linalg.util.SynchronizedTable
-
- rowKeySet() - Method in class org.nd4j.linalg.util.SynchronizedTable
-
- rowMap() - Method in class org.nd4j.linalg.util.SynchronizedTable
-
- sampleDoublesInInterval(double[][], int) - Static method in class org.nd4j.linalg.util.MathUtils
-
- saveObject(Object, File) - Static method in class org.nd4j.linalg.util.SerializationUtils
-
- SD_FORBID_HELPERS - Static variable in class org.nd4j.config.ND4JEnvironmentVars
-
If set, this variable disables use of optimized platform helpers (i.e.
- SD_MASTER_THREADS - Static variable in class org.nd4j.config.ND4JEnvironmentVars
-
This variable defines how many threads will be used for any 1 linear algebra operation.
- SD_MAX_DEVICE_BYTES - Static variable in class org.nd4j.config.ND4JEnvironmentVars
-
If set, this variable defines how much memory application is allowed to use on any one computational device
- SD_MAX_PRIMARY_BYTES - Static variable in class org.nd4j.config.ND4JEnvironmentVars
-
If set, this variables defines how much memory application is allowed to use off-heap.
- SD_MAX_SPECIAL_BYTES - Static variable in class org.nd4j.config.ND4JEnvironmentVars
-
If set, this variable defines how much memory application is allowed to use ON ALL computational devices COMBINED.
- SD_MAX_THREADS - Static variable in class org.nd4j.config.ND4JEnvironmentVars
-
This variable defines how many threads will be used in ThreadPool for parallel execution of linear algebra.
- second - Variable in class org.nd4j.linalg.primitives.ImmutableQuad
-
- second - Variable in class org.nd4j.linalg.primitives.ImmutableTriple
-
- second - Variable in class org.nd4j.linalg.primitives.Quad
-
- second - Variable in class org.nd4j.linalg.primitives.Triple
-
- SerializationUtils - Class in org.nd4j.linalg.util
-
Serialization utils for saving and reading serializable objects
- SerializationUtils() - Constructor for class org.nd4j.linalg.util.SerializationUtils
-
- serialize(AtomicBoolean, JsonGenerator, SerializerProvider) - Method in class org.nd4j.linalg.primitives.serde.JsonSerializerAtomicBoolean
-
- serialize(AtomicDouble, JsonGenerator, SerializerProvider) - Method in class org.nd4j.linalg.primitives.serde.JsonSerializerAtomicDouble
-
- serialize(Serializable, OutputStream) - Static method in class org.nd4j.linalg.util.SerializationUtils
-
Writes the object to the output stream
THIS DOES NOT FLUSH THE STREAM
- set(int, String) - Method in class org.nd4j.linalg.collection.CompactHeapStringList
-
- set(T) - Method in class org.nd4j.linalg.primitives.Atomic
-
This method assigns new value
- set(T) - Method in class org.nd4j.linalg.primitives.SynchronizedObject
-
This method updates stored value via write lock
- set(K, V) - Method in class org.nd4j.linalg.util.LinkedMultiValueMap
-
- set(K, V) - Method in interface org.nd4j.linalg.util.MultiValueMap
-
- setAll(Map<K, V>) - Method in class org.nd4j.linalg.util.LinkedMultiValueMap
-
- setAll(Map<K, V>) - Method in interface org.nd4j.linalg.util.MultiValueMap
-
- setContentionTracing(boolean) - Static method in class org.nd4j.util.ReflectionUtils
-
- setCount(T, double) - Method in class org.nd4j.linalg.primitives.Counter
-
This method sets new counter value for given element
- setCount(F, S, double) - Method in class org.nd4j.linalg.primitives.CounterMap
-
This method allows you to set counter value for a given first/second pair
- setField(Field, Object, Object) - Static method in class org.nd4j.linalg.io.ReflectionUtils
-
- setFirst(K) - Method in class org.nd4j.linalg.primitives.Pair
-
- setFirstKey(K) - Method in class org.nd4j.linalg.collection.MultiDimensionalMap.Entry
-
- setProperties(Properties) - Method in class org.nd4j.tools.PropertyParser
-
- setSecond(V) - Method in class org.nd4j.linalg.primitives.Pair
-
- setSecondKey(T) - Method in class org.nd4j.linalg.collection.MultiDimensionalMap.Entry
-
- SetUtils - Class in org.nd4j.util
-
- SetUtils() - Constructor for class org.nd4j.util.SetUtils
-
- setValue(V) - Method in class org.nd4j.collections.WeakIdentityHashMap.Entry
-
- setValue(V) - Method in class org.nd4j.linalg.collection.MultiDimensionalMap.Entry
-
Replaces the value corresponding to this entry with the specified
value (optional operation).
- sha256(File) - Static method in class org.nd4j.resources.strumpf.ResourceFile
-
- shallowCopyFieldState(Object, Object) - Static method in class org.nd4j.linalg.io.ReflectionUtils
-
- shuffleArray(int[], long) - Static method in class org.nd4j.linalg.util.MathUtils
-
Shuffle the array elements using the specified RNG seed.
- shuffleArray(int[], Random) - Static method in class org.nd4j.linalg.util.MathUtils
-
- shuffleArraySubset(int[], int, Random) - Static method in class org.nd4j.linalg.util.MathUtils
-
Shuffle the first N elements of the array using the specified Random instance.
If shuffleFirst < array.length, only the elements 0 to shuffleFirst-1 are modified; values at indices shuffleFirst to
array.length-1 are not changed.
- shuffleWithMap(List<T>, int[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- sigmoid(double) - Static method in class org.nd4j.linalg.util.MathUtils
-
1 / 1 + exp(-x)
- SIS - Class in org.nd4j.tools
-
Show informations in console.
if required save informations in file.
- SIS() - Constructor for class org.nd4j.tools.SIS
-
- size() - Method in class org.nd4j.collections.WeakIdentityHashMap
-
- size() - Method in class org.nd4j.linalg.collection.CompactHeapStringList
-
- size() - Method in class org.nd4j.linalg.collection.IntArrayKeyMap
-
- size() - Method in class org.nd4j.linalg.collection.IntArrayKeySet
-
- size() - Method in class org.nd4j.linalg.collection.MultiDimensionalMap
-
Returns the number of key-value mappings in this map.
- size() - Method in class org.nd4j.linalg.collection.MultiDimensionalSet
-
Returns the number of elements in this applyTransformToDestination (its cardinality).
- size() - Method in class org.nd4j.linalg.primitives.Counter
-
Returns total number of tracked elements
- size() - Method in class org.nd4j.linalg.primitives.CounterMap
-
This method returns number of First elements in this CounterMap
- size() - Method in class org.nd4j.linalg.util.LinkedMultiValueMap
-
- size() - Method in class org.nd4j.linalg.util.SynchronizedTable
-
- size() - Method in class org.nd4j.util.Index
-
- 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.
- sortMapByValue(Map<K, V>) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- sortStringArray(String[]) - Static method in class org.nd4j.linalg.io.StringUtils
-
- Source - Interface in org.nd4j.api.loader
-
Used with
Loader to represent the source of an object.
- SourceFactory - Interface in org.nd4j.api.loader
-
A factory interface for getting
Source objects given a String path
- split(String, String) - Static method in class org.nd4j.linalg.io.StringUtils
-
- splitArrayElementsIntoProperties(String[], String) - Static method in class org.nd4j.linalg.io.StringUtils
-
- splitArrayElementsIntoProperties(String[], String, String) - Static method in class org.nd4j.linalg.io.StringUtils
-
- 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
- startsWithIgnoreCase(String, String) - Static method in class org.nd4j.linalg.io.StringUtils
-
- state(boolean, String) - Static method in class org.nd4j.linalg.io.Assert
-
- state(boolean) - Static method in class org.nd4j.linalg.io.Assert
-
- stringSimilarity(String...) - Static method in class org.nd4j.linalg.util.MathUtils
-
Calculate string similarity with tfidf weights relative to each character
frequency and how many times a character appears in a given string
- StringUtils - Class in org.nd4j.linalg.io
-
- StringUtils() - Constructor for class org.nd4j.linalg.io.StringUtils
-
- stripFilenameExtension(String) - Static method in class org.nd4j.linalg.io.StringUtils
-
- StrumpfResolver - Class in org.nd4j.resources.strumpf
-
Resource resources based on Strumpf resource files, or standard files
https://github.com/deeplearning4j/strumpf
Note that resource files (those with path ending with
StrumpfResolver.REF) point to remote files, that will be downloaded,
decompressed and cached locally.
The default cache location is
StrumpfResolver.DEFAULT_CACHE_DIR; this can be overridden by setting the ND4JSystemProperties#RESOURCES_CACHE_DIR
system property.
Two resolution methods are supported:
1.
- StrumpfResolver() - Constructor for class org.nd4j.resources.strumpf.StrumpfResolver
-
- sub(AbstractNumber) - Method in interface org.nd4j.linalg.util.AbstractNumber
-
- subList(int, int) - Method in class org.nd4j.linalg.collection.CompactHeapStringList
-
- substringMatch(CharSequence, int, CharSequence) - Static method in class org.nd4j.linalg.io.StringUtils
-
- sum(List<Integer>) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Sum of an int array
- sum(int[]) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
Sum of an int array
- sum(double[]) - Static method in class org.nd4j.linalg.util.MathUtils
-
This returns the sum of the given array.
- sumLong(long...) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- 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.
- Supplier<T> - Interface in org.nd4j.linalg.function
-
A supplier of results with no input arguments
- swap(List<T>, int, int) - Static method in class org.nd4j.linalg.util.ArrayUtil
-
- SynchronizedObject<T> - Class in org.nd4j.linalg.primitives
-
This class is simple holder for provided variable which can be accessed & updated in thread-safe way
- SynchronizedObject() - Constructor for class org.nd4j.linalg.primitives.SynchronizedObject
-
- SynchronizedObject(T) - Constructor for class org.nd4j.linalg.primitives.SynchronizedObject
-
- 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
-