A B C D E F G H I K L M N O P Q R S T U V W Z 

A

abs(Object) - Static method in class org.eclipse.january.dataset.Maths
abs - absolute value of each element
abs(Object, Dataset) - Static method in class org.eclipse.january.dataset.Maths
abs - absolute value of each element
AbstractCompoundDataset - Class in org.eclipse.january.dataset
Generic container class for data that is compound in nature Each subclass has an array of compound types, items of this array are composed of primitive types Data items can be Complex, Vector, etc
AbstractCompoundDataset() - Constructor for class org.eclipse.january.dataset.AbstractCompoundDataset
Constructor required for serialisation.
AbstractDataset - Class in org.eclipse.january.dataset
Generic container class for data

Each subclass has an array of primitive types, elements of this array are grouped or compounded to make items

Data items can be boolean, integer, float, complex float, vector float, etc

AbstractDataset() - Constructor for class org.eclipse.january.dataset.AbstractDataset
Constructor required for serialisation.
aDataset - Variable in class org.eclipse.january.dataset.BroadcastIteratorBase
 
add(Collection<IDataset>, boolean) - Static method in class org.eclipse.january.dataset.Maths
Adds all sets passed in together The first IDataset must cast to Dataset For memory efficiency sake if add(...) is called with a set of size one, no clone is done, the original object is returned directly.
addAxis(int, ILazyDataset) - Method in interface org.eclipse.january.metadata.AxesMetadata
Add axis data to given dimension.
addAxis(int, ILazyDataset, int...) - Method in interface org.eclipse.january.metadata.AxesMetadata
 
addDataInfo(String, int...) - Method in interface org.eclipse.january.metadata.IMetadata
Add name and shape of a dataset to metadata
addDataInfo(String, int...) - Method in class org.eclipse.january.metadata.Metadata
 
addDataListener(IDataListener) - Method in class org.eclipse.january.dataset.DataListenerDelegate
 
addDataListener(IDataListener) - Method in interface org.eclipse.january.dataset.IDynamicShape
Add a listener which will be fired when aspects of the data change for instance shape or content.
addDataListener(IDataListener) - Method in class org.eclipse.january.dataset.LazyDynamicDataset
 
addMetadata(MetadataType) - Method in interface org.eclipse.january.dataset.ILazyDataset
Add metadata to the dataset
addMetadata(MetadataType) - Method in class org.eclipse.january.dataset.LazyDatasetBase
 
addNames(Collection<String>) - Method in interface org.eclipse.january.metadata.IMetadata
 
addNames(Collection<String>) - Method in class org.eclipse.january.metadata.Metadata
 
aDouble - Variable in class org.eclipse.january.dataset.BroadcastIterator
Current value in first dataset
aDouble - Variable in class org.eclipse.january.dataset.SingleInputBroadcastIterator
Current value in array
AggregateDataset - Class in org.eclipse.january.dataset
Class to aggregate a set of lazy datasets and present them as a single lazy dataset where the first position value accesses the aggregation
AggregateDataset(boolean, ILazyDataset...) - Constructor for class org.eclipse.january.dataset.AggregateDataset
Create an aggregate dataset
aIndex - Variable in class org.eclipse.january.dataset.BroadcastIteratorBase
Index in first dataset
aIndex - Variable in class org.eclipse.january.dataset.SingleInputBroadcastIterator
Index in array
all() - Method in class org.eclipse.january.dataset.AbstractDataset
 
all(int) - Method in class org.eclipse.january.dataset.AbstractDataset
 
all() - Method in interface org.eclipse.january.dataset.Dataset
Test if all items are true
all(int) - Method in interface org.eclipse.january.dataset.Dataset
 
allCloseTo(Object, Object, double, double) - Static method in class org.eclipse.january.dataset.Comparisons
Compare item-wise for whether a's element is almost equal to b's
allTrue(Object) - Static method in class org.eclipse.january.dataset.Comparisons
 
allTrue(IDataset, int) - Static method in class org.eclipse.january.dataset.Comparisons
 
almostEqualTo(Object, Object, double, double) - Static method in class org.eclipse.january.dataset.Comparisons
Compare item-wise for whether a's element is equal b's
almostEqualTo(Object, Object, BooleanDataset, double, double) - Static method in class org.eclipse.january.dataset.Comparisons
Compare item-wise for whether a's element is equal b's
aLong - Variable in class org.eclipse.january.dataset.BroadcastIterator
Current value in first dataset
aLong - Variable in class org.eclipse.january.dataset.SingleInputBroadcastIterator
Current value in array
angle(Object) - Static method in class org.eclipse.january.dataset.Maths
Create a dataset of the arguments from a complex dataset
angle(Object, boolean) - Static method in class org.eclipse.january.dataset.Maths
Create a dataset of the arguments from a complex dataset
angle(Object, Dataset) - Static method in class org.eclipse.january.dataset.Maths
Create a dataset of the arguments from a complex dataset
angle(Object, boolean, Dataset) - Static method in class org.eclipse.january.dataset.Maths
Create a dataset of the arguments from a complex dataset
any() - Method in class org.eclipse.january.dataset.AbstractDataset
 
any(int) - Method in class org.eclipse.january.dataset.AbstractDataset
 
any() - Method in interface org.eclipse.january.dataset.Dataset
Test if any items are true
any(int) - Method in interface org.eclipse.january.dataset.Dataset
 
anyTrue(Object) - Static method in class org.eclipse.january.dataset.Comparisons
 
anyTrue(IDataset, int) - Static method in class org.eclipse.january.dataset.Comparisons
 
append(IDataset, IDataset, int) - Static method in class org.eclipse.january.dataset.DatasetUtils
Append copy of dataset with another dataset along n-th axis
appendSliceToString(StringBuilder, int, int, int, int) - Static method in class org.eclipse.january.dataset.Slice
Append string representation of slice
arctan2(Object, Object) - Static method in class org.eclipse.january.dataset.Maths
 
arctan2(Object, Object, Dataset) - Static method in class org.eclipse.january.dataset.Maths
 
areShapesBroadcastCompatible(int[], int[]) - Static method in class org.eclipse.january.dataset.ShapeUtils
Check if shapes are broadcast compatible
areShapesCompatible(int[], int[]) - Static method in class org.eclipse.january.dataset.ShapeUtils
Check if shapes are compatible, ignoring extra axes of length 1
areShapesCompatible(int[], int[], int) - Static method in class org.eclipse.january.dataset.ShapeUtils
Check if shapes are compatible but skip axis
argMax(int, boolean...) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
argMax(boolean...) - Method in class org.eclipse.january.dataset.AbstractDataset
 
argMax(int, boolean...) - Method in class org.eclipse.january.dataset.AbstractDataset
 
argMax(boolean...) - Method in interface org.eclipse.january.dataset.Dataset
Find absolute index of maximum value (in a flattened view)
argMax(int, boolean...) - Method in interface org.eclipse.january.dataset.Dataset
Find indices of maximum values along given axis
argMin(int, boolean...) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
argMin(boolean...) - Method in class org.eclipse.january.dataset.AbstractDataset
 
argMin(int, boolean...) - Method in class org.eclipse.january.dataset.AbstractDataset
 
argMin(boolean...) - Method in interface org.eclipse.january.dataset.Dataset
Find absolute index of minimum value (in a flattened view)
argMin(int, boolean...) - Method in interface org.eclipse.january.dataset.Dataset
Find indices of minimum values along given axis
ARPESMetadata - Interface in org.eclipse.january.metadata
This metadata describes ARPES-related information
ARRAYFLOAT32 - Static variable in interface org.eclipse.january.dataset.Dataset
Array of 32-bit floating points
ARRAYFLOAT64 - Static variable in interface org.eclipse.january.dataset.Dataset
Array of 64-bit floating points
ARRAYINT16 - Static variable in interface org.eclipse.january.dataset.Dataset
Array of signed 16-bit integers
ARRAYINT32 - Static variable in interface org.eclipse.january.dataset.Dataset
Array of signed 32-bit integers
ARRAYINT64 - Static variable in interface org.eclipse.january.dataset.Dataset
Array of signed 64-bit integers
ARRAYINT8 - Static variable in interface org.eclipse.january.dataset.Dataset
Array of signed 8-bit integers
ARRAYMUL - Static variable in interface org.eclipse.january.dataset.Dataset
 
asDouble - Variable in class org.eclipse.january.dataset.BroadcastIteratorBase
 
asNonCompoundDataset(boolean) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
asNonCompoundDataset(boolean) - Method in interface org.eclipse.january.dataset.CompoundDataset
Get a non-compound dataset version
asNonCompoundDataset(boolean) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
asNonCompoundDataset(boolean) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
asNonCompoundDataset(boolean) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
asNonCompoundDataset(boolean) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
asNonCompoundDataset(boolean) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
averageDeviation(Dataset) - Static method in class org.eclipse.january.dataset.Stats
 
AxesMetadata - Interface in org.eclipse.january.metadata
This metadata describes any axis information associated with a dataset.

B

base - Variable in class org.eclipse.january.dataset.AbstractDataset
 
base - Variable in class org.eclipse.january.dataset.AggregateDataset
 
base - Variable in class org.eclipse.january.dataset.LazyDataset
 
bDataset - Variable in class org.eclipse.january.dataset.BroadcastIteratorBase
 
bDouble - Variable in class org.eclipse.january.dataset.BroadcastIteratorBase
Current value in second dataset
begSlice - Variable in class org.eclipse.january.dataset.LazyDataset
 
BinaryOperation - Interface in org.eclipse.january.dataset
Interface to represent a binary operation for implementations over different output domains
BinaryOperation.Stub - Class in org.eclipse.january.dataset
BinaryOperation.Stub() - Constructor for class org.eclipse.january.dataset.BinaryOperation.Stub
 
bIndex - Variable in class org.eclipse.january.dataset.BroadcastIteratorBase
Index in second dataset
BLOCK_CLOSE - Static variable in class org.eclipse.january.dataset.AbstractDataset
 
BLOCK_OPEN - Static variable in class org.eclipse.january.dataset.AbstractDataset
 
bLong - Variable in class org.eclipse.january.dataset.BroadcastIteratorBase
Current value in second dataset
BOOL - Static variable in interface org.eclipse.january.dataset.Dataset
Boolean
BooleanDataset - Class in org.eclipse.january.dataset
Extend boolean base dataset for boolean values
BooleanDatasetBase - Class in org.eclipse.january.dataset
Extend dataset for boolean values // PRIM_TYPE
BooleanIterator - Class in org.eclipse.january.dataset
Class to run over an iterator and visits positions where items in selection dataset are true
BooleanIterator(IndexIterator, Dataset) - Constructor for class org.eclipse.january.dataset.BooleanIterator
Constructor for an iterator over the items of a boolean dataset that are true
BooleanIterator(IndexIterator, Dataset, boolean) - Constructor for class org.eclipse.january.dataset.BooleanIterator
Constructor for an iterator over the items of a boolean dataset that match given value
booleanOperate(long, long) - Method in interface org.eclipse.january.dataset.BinaryOperation
 
booleanOperate(long, long) - Method in class org.eclipse.january.dataset.BinaryOperation.Stub
 
booleanOperate(long, long) - Method in class org.eclipse.january.dataset.Operations.Addition
 
booleanOperate(long, long) - Method in class org.eclipse.january.dataset.Operations.Division
 
booleanOperate(long, long) - Method in class org.eclipse.january.dataset.Operations.Maximum
 
booleanOperate(long, long) - Method in class org.eclipse.january.dataset.Operations.Minimum
 
booleanOperate(long, long) - Method in class org.eclipse.january.dataset.Operations.Multiplication
 
booleanOperate(long) - Method in class org.eclipse.january.dataset.Operations.Negation
 
booleanOperate(long, long) - Method in class org.eclipse.january.dataset.Operations.Remainder
 
booleanOperate(long, long) - Method in class org.eclipse.january.dataset.Operations.Subtraction
 
booleanOperate(long, long) - Method in class org.eclipse.january.dataset.Operations.UseBase
 
booleanOperate(long, long) - Method in class org.eclipse.january.dataset.Operations.UseIfEqualTo
 
booleanOperate(long, long) - Method in class org.eclipse.january.dataset.Operations.UseIfGreaterThan
 
booleanOperate(long, long) - Method in class org.eclipse.january.dataset.Operations.UseIfGreaterThanOrEqualTo
 
booleanOperate(long, long) - Method in class org.eclipse.january.dataset.Operations.UseIfLessThan
 
booleanOperate(long, long) - Method in class org.eclipse.january.dataset.Operations.UseIfLessThanOrEqualTo
 
booleanOperate(long) - Method in interface org.eclipse.january.dataset.UnaryOperation
 
booleanOperate(long) - Method in class org.eclipse.january.dataset.UnaryOperation.Stub
 
br - Variable in class org.eclipse.january.dataset.Operations.UseBase
 
bracketIfNecessary(String) - Static method in class org.eclipse.january.dataset.Operations
This function returns the name of the dataset, bracketed if it already includes some mathematical symbol
BroadcastIterator - Class in org.eclipse.january.dataset
Base class for broadcast iterators of pairs with output.
BroadcastIterator(Dataset, Dataset, Dataset) - Constructor for class org.eclipse.january.dataset.BroadcastIterator
 
BroadcastIteratorBase - Class in org.eclipse.january.dataset
Base class for all broadcast iterators.
BroadcastIteratorBase(Dataset, Dataset) - Constructor for class org.eclipse.january.dataset.BroadcastIteratorBase
 
BroadcastPairIterator - Class in org.eclipse.january.dataset
Class to run over a pair of datasets in parallel with NumPy broadcasting to promote shapes which have lower rank and outputs to a third dataset
BroadcastPairIterator(Dataset, Dataset, Dataset, boolean) - Constructor for class org.eclipse.january.dataset.BroadcastPairIterator
 
BroadcastSelfIterator - Class in org.eclipse.january.dataset
Base class for broadcast iterators where the second dataset could be broadcast to the first and it is also read into either bLong or bDouble fields.
BroadcastSelfIterator(Dataset, Dataset) - Constructor for class org.eclipse.january.dataset.BroadcastSelfIterator
 
broadcastShapes(int[]...) - Static method in class org.eclipse.january.dataset.BroadcastUtils
Take in shapes and broadcast them to same rank
broadcastShapesToMax(int[], int[]...) - Static method in class org.eclipse.january.dataset.BroadcastUtils
Take in shapes and broadcast them to maximum shape
BroadcastSingleIterator - Class in org.eclipse.january.dataset
Class to run over a pair of datasets in parallel with NumPy broadcasting of second dataset
BroadcastSingleIterator(Dataset, Dataset) - Constructor for class org.eclipse.january.dataset.BroadcastSingleIterator
 
BroadcastUtils - Class in org.eclipse.january.dataset
 
BroadcastUtils() - Constructor for class org.eclipse.january.dataset.BroadcastUtils
 
ByteDataset - Class in org.eclipse.january.dataset
Extend dataset for byte values // PRIM_TYPE

C

calcCholeskyDecomposition(Dataset) - Static method in class org.eclipse.january.dataset.LinearAlgebra
Calculate Cholesky decomposition A = L L^T
calcConditionNumber(Dataset) - Static method in class org.eclipse.january.dataset.LinearAlgebra
Calculate condition number of matrix by singular value decomposition method
calcConjugateGradient(Dataset, Dataset) - Static method in class org.eclipse.january.dataset.LinearAlgebra
Calculation A x = v by conjugate gradient method with the stopping criterion being that the estimated residual r = v - A x satisfies ||r|| < ||v|| with maximum of 100 iterations
calcConjugateGradient(Dataset, Dataset, int, double) - Static method in class org.eclipse.january.dataset.LinearAlgebra
Calculation A x = v by conjugate gradient method with the stopping criterion being that the estimated residual r = v - A x satisfies ||r|| < delta ||v||
calcDeterminant(Dataset) - Static method in class org.eclipse.january.dataset.LinearAlgebra
 
calcEigenDecomposition(Dataset) - Static method in class org.eclipse.january.dataset.LinearAlgebra
Calculate eigen-decomposition A = V D V^T
calcEigenvalues(Dataset) - Static method in class org.eclipse.january.dataset.LinearAlgebra
 
calcIndexesFromPositions(List<? extends Dataset>, int[], int...) - Static method in class org.eclipse.january.dataset.DatasetUtils
Calculate indexes in given shape from datasets of position
calcInverse(Dataset) - Static method in class org.eclipse.january.dataset.LinearAlgebra
Calculate inverse of square dataset
calcLongSize(int[]) - Static method in class org.eclipse.january.dataset.ShapeUtils
Calculate total number of items in given shape
calcLUDecomposition(Dataset) - Static method in class org.eclipse.january.dataset.LinearAlgebra
Calculate LU decomposition A = P^-1 L U
calcMatrixRank(Dataset) - Static method in class org.eclipse.january.dataset.LinearAlgebra
Calculate matrix rank by singular value decomposition method
calcPositionsFromIndexes(Dataset, int[]) - Static method in class org.eclipse.january.dataset.DatasetUtils
Calculate positions in given shape from a dataset of 1-D indexes
calcPseudoInverse(Dataset) - Static method in class org.eclipse.january.dataset.LinearAlgebra
Calculate (Moore-Penrose) pseudo-inverse
calcQRDecomposition(Dataset) - Static method in class org.eclipse.january.dataset.LinearAlgebra
Calculate QR decomposition A = Q R
calcShapes(boolean, ILazyDataset...) - Static method in class org.eclipse.january.dataset.AggregateDataset
Calculate (possibly extended) shapes from given datasets
calcSingularValueDecomposition(Dataset) - Static method in class org.eclipse.january.dataset.LinearAlgebra
Calculate singular value decomposition A = U S V^T
calcSingularValues(Dataset) - Static method in class org.eclipse.january.dataset.LinearAlgebra
 
calcSize(int[]) - Static method in class org.eclipse.january.dataset.ShapeUtils
Calculate total number of items in given shape
calcSteps(double, double, double) - Static method in class org.eclipse.january.dataset.AbstractDataset
 
calcTrueSlice(SliceND) - Method in class org.eclipse.january.dataset.LazyDataset
 
calculateBroadcastShapes(int[], int, int...) - Static method in class org.eclipse.january.dataset.BroadcastUtils
Calculate shapes for broadcasting
cast(boolean, int, int) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
cast(int) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
cast(int) - Method in class org.eclipse.january.dataset.AbstractDataset
 
cast(Class<T>) - Method in class org.eclipse.january.dataset.AbstractDataset
 
cast(boolean, int, int) - Method in class org.eclipse.january.dataset.AbstractDataset
 
cast(boolean, int, int) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
cast(int) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
cast(int) - Method in interface org.eclipse.january.dataset.Dataset
Cast a dataset
cast(Class<T>) - Method in interface org.eclipse.january.dataset.Dataset
Cast a dataset
cast(boolean, int, int) - Method in interface org.eclipse.january.dataset.Dataset
Cast a dataset
cast(IDataset, int) - Static method in class org.eclipse.january.dataset.DatasetUtils
Cast a dataset
cast(Class<T>, IDataset) - Static method in class org.eclipse.january.dataset.DatasetUtils
Cast a dataset
cast(IDataset, boolean, int, int) - Static method in class org.eclipse.january.dataset.DatasetUtils
Cast a dataset
cast(Dataset[], int) - Static method in class org.eclipse.january.dataset.DatasetUtils
Cast array of datasets to a compound dataset
catchExceptions - Static variable in class org.eclipse.january.dataset.LazyDatasetBase
 
centralDifference(Dataset, int) - Static method in class org.eclipse.january.dataset.Maths
Discrete difference of dataset along axis using finite central difference
centroid(Dataset, Dataset...) - Static method in class org.eclipse.january.dataset.DatasetUtils
Get the centroid value of a dataset, this function works out the centroid in every direction
check() - Method in interface org.eclipse.january.dataset.IDatasetChangeChecker
Check for any change.
check() - Method in class org.eclipse.january.dataset.ShapeChangeChecker
 
checkAxis(int) - Method in class org.eclipse.january.dataset.AbstractDataset
 
checkAxis(int, int) - Static method in class org.eclipse.january.dataset.AbstractDataset
Check that axis is in range [-rank,rank)
checkAxis(int) - Method in interface org.eclipse.january.dataset.Dataset
Check that axis is in range [-rank,rank)
checkCompatibility(ILazyDataset) - Method in class org.eclipse.january.dataset.AbstractDataset
 
checkCompatibility(ILazyDataset) - Method in interface org.eclipse.january.dataset.Dataset
This method takes a dataset and checks its shape against the current dataset.
checkCompatibility(ILazyDataset, ILazyDataset) - Static method in class org.eclipse.january.dataset.ShapeUtils
This function takes a dataset and checks its shape against another dataset.
checker - Variable in class org.eclipse.january.dataset.LazyDynamicDataset
 
checkPermutatedAxes(int[], int...) - Static method in class org.eclipse.january.dataset.LazyDatasetBase
Check permutation axes
choose(IntegerDataset, Object[], boolean, boolean) - Static method in class org.eclipse.january.dataset.DatasetUtils
Choose content from choices where condition is true, otherwise use default.
clear() - Method in class org.eclipse.january.dataset.DataListenerDelegate
 
clear() - Method in class org.eclipse.january.dataset.NullStorelessUnivariateStatistic
 
clearMetadata(Class<? extends MetadataType>) - Method in interface org.eclipse.january.dataset.ILazyDataset
Remove metadata of given class
clearMetadata(Class<? extends MetadataType>) - Method in class org.eclipse.january.dataset.LazyDatasetBase
 
clone() - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
clone() - Method in class org.eclipse.january.dataset.AbstractDataset
 
clone() - Method in class org.eclipse.january.dataset.AggregateDataset
 
clone() - Method in class org.eclipse.january.dataset.BooleanDataset
 
clone() - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
clone() - Method in class org.eclipse.january.dataset.ByteDataset
 
clone() - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
clone() - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
clone() - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
clone() - Method in interface org.eclipse.january.dataset.CompoundDataset
 
clone() - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
clone() - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
clone() - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
clone() - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
clone() - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
clone() - Method in interface org.eclipse.january.dataset.Dataset
 
clone() - Method in class org.eclipse.january.dataset.DoubleDataset
 
clone() - Method in class org.eclipse.january.dataset.FloatDataset
 
clone() - Method in interface org.eclipse.january.dataset.IDataset
Clone dataset, making new copy of data
clone() - Method in interface org.eclipse.january.dataset.ILazyDataset
Clone dataset
clone() - Method in class org.eclipse.january.dataset.IntegerDataset
 
clone() - Method in class org.eclipse.january.dataset.LazyDataset
 
clone() - Method in class org.eclipse.january.dataset.LazyDatasetBase
 
clone() - Method in class org.eclipse.january.dataset.LazyDynamicDataset
 
clone() - Method in class org.eclipse.january.dataset.LazyWriteableDataset
 
clone() - Method in class org.eclipse.january.dataset.LongDataset
 
clone() - Method in class org.eclipse.january.dataset.ObjectDataset
 
clone() - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
clone() - Method in class org.eclipse.january.dataset.RGBDataset
 
clone() - Method in class org.eclipse.january.dataset.ShortDataset
 
clone() - Method in class org.eclipse.january.dataset.Slice
 
clone() - Method in class org.eclipse.january.dataset.SliceND
 
clone() - Method in class org.eclipse.january.dataset.StringDataset
 
clone() - Method in class org.eclipse.january.dataset.StringDatasetBase
 
clone() - Method in interface org.eclipse.january.io.IDataAnalysisObject
 
clone() - Method in class org.eclipse.january.metadata.DynamicConnectionInfo
Make a deep copy of metadata
clone() - Method in interface org.eclipse.january.metadata.IMetadata
Copy of metadata
clone() - Method in class org.eclipse.january.metadata.Metadata
 
clone() - Method in interface org.eclipse.january.metadata.MetadataType
Make a deep copy of metadata
coerce(Dataset, Object) - Static method in class org.eclipse.january.dataset.DatasetUtils
Create a copy that has been coerced to an appropriate dataset type depending on the input object's class
CollectionStats - Class in org.eclipse.january.dataset
Statistics of data set lists.
CollectionStats() - Constructor for class org.eclipse.january.dataset.CollectionStats
 
Comparisons - Class in org.eclipse.january.dataset
Comparison and logical methods
Comparisons() - Constructor for class org.eclipse.january.dataset.Comparisons
 
Comparisons.Monotonicity - Enum in org.eclipse.january.dataset
Enumeration of monotonicity.
COMPLEX - Static variable in interface org.eclipse.january.dataset.Dataset
Complex floating point (same as 64-bit floating point)
COMPLEX128 - Static variable in interface org.eclipse.january.dataset.Dataset
128-bit complex floating point (real and imaginary parts are 64-bit floats)
COMPLEX64 - Static variable in interface org.eclipse.january.dataset.Dataset
64-bit complex floating point (real and imaginary parts are 32-bit floats)
ComplexDoubleDataset - Class in org.eclipse.january.dataset
Extend compound dataset to hold complex double values // PRIM_TYPE
ComplexFloatDataset - Class in org.eclipse.january.dataset
Extend compound dataset to hold complex float values // PRIM_TYPE
complexOperate(double[], double, double, double, double) - Method in interface org.eclipse.january.dataset.BinaryOperation
 
complexOperate(double[], double, double, double, double) - Method in class org.eclipse.january.dataset.BinaryOperation.Stub
override this
complexOperate(double[], double, double, double, double) - Method in class org.eclipse.january.dataset.Operations.Addition
 
complexOperate(double[], double, double, double, double) - Method in class org.eclipse.january.dataset.Operations.Division
 
complexOperate(double[], double, double, double, double) - Method in class org.eclipse.january.dataset.Operations.DivisionWithZero
 
complexOperate(double[], double, double, double, double) - Method in class org.eclipse.january.dataset.Operations.Exponentiation
 
complexOperate(double[], double, double, double, double) - Method in class org.eclipse.january.dataset.Operations.Maximum
 
complexOperate(double[], double, double, double, double) - Method in class org.eclipse.january.dataset.Operations.Minimum
 
complexOperate(double[], double, double, double, double) - Method in class org.eclipse.january.dataset.Operations.Multiplication
 
complexOperate(double[], double, double) - Method in class org.eclipse.january.dataset.Operations.Negation
 
complexOperate(double[], double, double, double, double) - Method in class org.eclipse.january.dataset.Operations.Remainder
 
complexOperate(double[], double, double, double, double) - Method in class org.eclipse.january.dataset.Operations.Subtraction
 
complexOperate(double[], double, double, double, double) - Method in class org.eclipse.january.dataset.Operations.UseBase
 
complexOperate(double[], double, double, double, double) - Method in class org.eclipse.january.dataset.Operations.UseIfEqualTo
 
complexOperate(double[], double, double, double, double) - Method in class org.eclipse.january.dataset.Operations.UseIfGreaterThan
 
complexOperate(double[], double, double, double, double) - Method in class org.eclipse.january.dataset.Operations.UseIfGreaterThanOrEqualTo
 
complexOperate(double[], double, double, double, double) - Method in class org.eclipse.january.dataset.Operations.UseIfLessThan
 
complexOperate(double[], double, double, double, double) - Method in class org.eclipse.january.dataset.Operations.UseIfLessThanOrEqualTo
 
complexOperate(double[], double, double) - Method in interface org.eclipse.january.dataset.UnaryOperation
 
complexOperate(double[], double, double) - Method in class org.eclipse.january.dataset.UnaryOperation.Stub
Override this
CompoundByteDataset - Class in org.eclipse.january.dataset
Extend compound dataset for byte values // PRIM_TYPE
CompoundDataset - Interface in org.eclipse.january.dataset
 
CompoundDoubleDataset - Class in org.eclipse.january.dataset
Extend compound dataset for double values // PRIM_TYPE
CompoundFloatDataset - Class in org.eclipse.january.dataset
Extend compound dataset for float values // PRIM_TYPE
CompoundIntegerDataset - Class in org.eclipse.january.dataset
Extend compound dataset for int values // PRIM_TYPE
CompoundLongDataset - Class in org.eclipse.january.dataset
Extend compound dataset for long values // PRIM_TYPE
CompoundShortDataset - Class in org.eclipse.january.dataset
Extend compound dataset for short values // PRIM_TYPE
compoundZeros(int, int[], int) - Static method in class org.eclipse.january.dataset.DatasetFactory
Deprecated.
Please use the class-based methods in DatasetFactory, such as #compoundZeros(int, Class, int)
compoundZeros(int, Class<T>, int...) - Static method in class org.eclipse.january.dataset.DatasetFactory
 
concatenate(IDataset[], int) - Static method in class org.eclipse.january.dataset.DatasetUtils
Concatenate the set of datasets along given axis
conjugate(Object) - Static method in class org.eclipse.january.dataset.Maths
 
conjugate(Object, Dataset) - Static method in class org.eclipse.january.dataset.Maths
 
connect() - Method in interface org.eclipse.january.dataset.IDatasetConnector
Same as calling connect(500, TimeUnit.MILLISECOND) Cannot will connect with the DataServer to start listening to any updates to the file should it be written in the remote file system.
connect(long, TimeUnit) - Method in interface org.eclipse.january.dataset.IDatasetConnector
Cannot will connect with the DataServer to start listening to any updates to the file should it be written in the remote file system.
containsInfs() - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
containsInfs() - Method in class org.eclipse.january.dataset.ByteDataset
 
containsInfs() - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
containsInfs() - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
containsInfs() - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
containsInfs() - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
containsInfs() - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
containsInfs() - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
containsInfs() - Method in interface org.eclipse.january.dataset.Dataset
 
containsInfs() - Method in class org.eclipse.january.dataset.DoubleDataset
 
containsInfs() - Method in class org.eclipse.january.dataset.FloatDataset
 
containsInfs() - Method in class org.eclipse.january.dataset.IntegerDataset
 
containsInfs() - Method in class org.eclipse.january.dataset.LongDataset
 
containsInfs() - Method in class org.eclipse.january.dataset.ObjectDataset
 
containsInfs() - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
containsInfs() - Method in class org.eclipse.january.dataset.ShortDataset
 
containsInfs() - Method in class org.eclipse.january.dataset.StringDataset
 
containsInfs() - Method in class org.eclipse.january.dataset.StringDatasetBase
 
containsInvalidNumbers() - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
containsInvalidNumbers() - Method in class org.eclipse.january.dataset.ByteDataset
 
containsInvalidNumbers() - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
containsInvalidNumbers() - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
containsInvalidNumbers() - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
containsInvalidNumbers() - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
containsInvalidNumbers() - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
containsInvalidNumbers() - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
containsInvalidNumbers() - Method in interface org.eclipse.january.dataset.Dataset
 
containsInvalidNumbers() - Method in class org.eclipse.january.dataset.DoubleDataset
 
containsInvalidNumbers() - Method in class org.eclipse.january.dataset.FloatDataset
 
containsInvalidNumbers() - Method in class org.eclipse.january.dataset.IntegerDataset
 
containsInvalidNumbers() - Method in class org.eclipse.january.dataset.LongDataset
 
containsInvalidNumbers() - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
containsInvalidNumbers() - Method in class org.eclipse.january.dataset.ShortDataset
 
containsInvalidNumbers() - Method in class org.eclipse.january.dataset.StringDatasetBase
 
containsNans() - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
containsNans() - Method in class org.eclipse.january.dataset.ByteDataset
 
containsNans() - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
containsNans() - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
containsNans() - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
containsNans() - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
containsNans() - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
containsNans() - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
containsNans() - Method in interface org.eclipse.january.dataset.Dataset
 
containsNans() - Method in class org.eclipse.january.dataset.DoubleDataset
 
containsNans() - Method in class org.eclipse.january.dataset.FloatDataset
 
containsNans() - Method in class org.eclipse.january.dataset.IntegerDataset
 
containsNans() - Method in class org.eclipse.january.dataset.LongDataset
 
containsNans() - Method in class org.eclipse.january.dataset.ObjectDataset
 
containsNans() - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
containsNans() - Method in class org.eclipse.january.dataset.ShortDataset
 
containsNans() - Method in class org.eclipse.january.dataset.StringDataset
 
containsNans() - Method in class org.eclipse.january.dataset.StringDatasetBase
 
ContiguousIterator - Class in org.eclipse.january.dataset
Class to run over contiguous datasets
ContiguousIterator(int) - Constructor for class org.eclipse.january.dataset.ContiguousIterator
Constructor for an iterator over the items of a contiguous dataset that are within the dimensions
ContiguousIterator(int, int) - Constructor for class org.eclipse.january.dataset.ContiguousIterator
Constructor for an iterator over the items of a contiguous dataset that are within the dimensions
ContiguousIterator(int, int, int) - Constructor for class org.eclipse.january.dataset.ContiguousIterator
Constructor for an iterator over the items of a contiguous dataset that are within the dimensions
ContiguousIteratorWithPosition - Class in org.eclipse.january.dataset
Class to run over contiguous datasets and keep track of position.
ContiguousIteratorWithPosition(int[], int) - Constructor for class org.eclipse.january.dataset.ContiguousIteratorWithPosition
Constructor for an iterator over the items of a dataset that are within the dimensions
ContiguousIteratorWithPosition(int[], int, int) - Constructor for class org.eclipse.january.dataset.ContiguousIteratorWithPosition
Constructor for an iterator over the items of a dataset that are within the dimensions
ContiguousPairIterator - Class in org.eclipse.january.dataset
Class to run over a pair of contiguous datasets
ContiguousPairIterator(Dataset, Dataset, Dataset, boolean) - Constructor for class org.eclipse.january.dataset.ContiguousPairIterator
 
ContiguousSingleIterator - Class in org.eclipse.january.dataset
Class to run over a pair of contiguous datasets with only the second dataset read
ContiguousSingleIterator(Dataset, Dataset) - Constructor for class org.eclipse.january.dataset.ContiguousSingleIterator
 
convertAndBroadcast(Object...) - Static method in class org.eclipse.january.dataset.BroadcastUtils
Converts and broadcast all objects as datasets of same shape
convertFromSlice(Slice[], int[], int[], int[], int[]) - Static method in class org.eclipse.january.dataset.Slice
Populate given start, stop, step arrays from given slice array
convertFromString(String) - Static method in class org.eclipse.january.dataset.Slice
Convert a string to a slice array
convertToDataset(IDataset) - Static method in class org.eclipse.january.dataset.DatasetUtils
Convert (if necessary) a dataset obeying the interface to our implementation
convertToSlice(int[], int[], int[]) - Static method in class org.eclipse.january.dataset.Slice
Convert from a set of integer arrays to a slice array
convertToSlice() - Method in class org.eclipse.january.dataset.SliceND
Convert to a slice array
copy(int) - Method in class org.eclipse.january.dataset.AbstractDataset
 
copy(Class<T>) - Method in class org.eclipse.january.dataset.AbstractDataset
 
copy(int) - Method in interface org.eclipse.january.dataset.Dataset
Copy and cast a dataset
copy(Class<T>) - Method in interface org.eclipse.january.dataset.Dataset
Copy and cast a dataset
copy(IDataset, int) - Static method in class org.eclipse.january.dataset.DatasetUtils
Copy and cast a dataset
copy(Class<T>, IDataset) - Static method in class org.eclipse.january.dataset.DatasetUtils
Copy and cast a dataset
copy() - Method in class org.eclipse.january.dataset.NullStorelessUnivariateStatistic
 
copyElements(Dataset, int) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
copyElements(Dataset, int) - Method in interface org.eclipse.january.dataset.CompoundDataset
Copy chosen elements from each item to another dataset
copyElements(Dataset, int) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
copyElements(Dataset, int) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
copyElements(Dataset, int) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
copyElements(Dataset, int) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
copyElements(Dataset, int) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
copyItemsFromAxes(int[], boolean[], Dataset) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
copyItemsFromAxes(int[], boolean[], Dataset) - Method in class org.eclipse.january.dataset.ByteDataset
 
copyItemsFromAxes(int[], boolean[], Dataset) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
copyItemsFromAxes(int[], boolean[], Dataset) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
copyItemsFromAxes(int[], boolean[], Dataset) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
copyItemsFromAxes(int[], boolean[], Dataset) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
copyItemsFromAxes(int[], boolean[], Dataset) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
copyItemsFromAxes(int[], boolean[], Dataset) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
copyItemsFromAxes(int[], boolean[], Dataset) - Method in interface org.eclipse.january.dataset.Dataset
Copy content from axes in given position to array
copyItemsFromAxes(int[], boolean[], Dataset) - Method in class org.eclipse.january.dataset.DoubleDataset
 
copyItemsFromAxes(int[], boolean[], Dataset) - Method in class org.eclipse.january.dataset.FloatDataset
 
copyItemsFromAxes(int[], boolean[], Dataset) - Method in class org.eclipse.january.dataset.IntegerDataset
 
copyItemsFromAxes(int[], boolean[], Dataset) - Method in class org.eclipse.january.dataset.LongDataset
 
copyItemsFromAxes(int[], boolean[], Dataset) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
copyItemsFromAxes(int[], boolean[], Dataset) - Method in class org.eclipse.january.dataset.ShortDataset
 
copyItemsFromAxes(int[], boolean[], Dataset) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
copyMetadata() - Method in class org.eclipse.january.dataset.LazyDatasetBase
 
copyMetadata(Map<Class<? extends MetadataType>, List<MetadataType>>) - Static method in class org.eclipse.january.dataset.LazyDatasetBase
 
copyToView(Dataset, AbstractDataset, boolean, boolean) - Static method in class org.eclipse.january.dataset.AbstractDataset
Copy fields from original to view
count(boolean...) - Method in class org.eclipse.january.dataset.AbstractDataset
 
count(int, boolean...) - Method in class org.eclipse.january.dataset.AbstractDataset
 
count(boolean...) - Method in interface org.eclipse.january.dataset.Dataset
 
count(int, boolean...) - Method in interface org.eclipse.january.dataset.Dataset
 
covariance(Dataset) - Static method in class org.eclipse.january.dataset.Stats
See Stats.covariance(Dataset a, Dataset b, boolean rowvar, boolean bias, Integer ddof) with b = null, rowvar = true, bias = false and ddof = null.
covariance(Dataset, boolean, boolean, Integer) - Static method in class org.eclipse.january.dataset.Stats
covariance(Dataset, Dataset) - Static method in class org.eclipse.january.dataset.Stats
See Stats.covariance(Dataset a, Dataset b, boolean rowvar, boolean bias, Integer ddof) with b = null, rowvar = true, bias = false and ddof = null.
covariance(Dataset, Dataset, boolean, boolean, Integer) - Static method in class org.eclipse.january.dataset.Stats
Calculate the covariance matrix (array) of a concatenated with b.
createArray(int) - Static method in class org.eclipse.january.dataset.BooleanDatasetBase
 
createArray(int) - Static method in class org.eclipse.january.dataset.ByteDataset
 
createArray(int) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
createArray(int) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
createArray(int) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
createArray(int) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
createArray(int) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
createArray(int) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
createArray(int) - Static method in class org.eclipse.january.dataset.DoubleDataset
 
createArray(int) - Static method in class org.eclipse.january.dataset.FloatDataset
 
createArray(int) - Static method in class org.eclipse.january.dataset.IntegerDataset
 
createArray(int) - Static method in class org.eclipse.january.dataset.LongDataset
 
createArray(int) - Static method in class org.eclipse.january.dataset.ObjectDatasetBase
 
createArray(int) - Static method in class org.eclipse.january.dataset.ShortDataset
 
createArray(int) - Static method in class org.eclipse.january.dataset.StringDatasetBase
 
createBinaryOperationName(String, String, String) - Static method in class org.eclipse.january.dataset.Operations
Create a string for a binary operator and its operands
createBlueDataset(int) - Method in class org.eclipse.january.dataset.RGBDataset
Extract blue colour channel
createBroadcastStrides(Dataset, int[]) - Static method in class org.eclipse.january.dataset.BroadcastUtils
Create a stride array from a dataset to a broadcast shape
createBroadcastStrides(int, int[], int[], int[]) - Static method in class org.eclipse.january.dataset.BroadcastUtils
Create a stride array from a dataset to a broadcast shape
createComplexDataset(int, Object, Object) - Static method in class org.eclipse.january.dataset.DatasetFactory
Deprecated.
Please use the class-based methods in DatasetFactory, such as DatasetFactory.createComplexDataset(Class, Object, Object)
createComplexDataset(Class<T>, Object, Object) - Static method in class org.eclipse.january.dataset.DatasetFactory
Create complex dataset of given class from real and imaginary parts
createCompoundDataset(Object...) - Static method in class org.eclipse.january.dataset.DatasetFactory
Create compound dataset of given type from given parts
createCompoundDataset(int, Object...) - Static method in class org.eclipse.january.dataset.DatasetFactory
Deprecated.
Please use the class-based methods in DatasetFactory, such as DatasetFactory.createCompoundDataset(Class, Object...)
createCompoundDataset(Class<T>, Object...) - Static method in class org.eclipse.january.dataset.DatasetFactory
Create compound dataset of given class from given parts
createCompoundDataset(Dataset...) - Static method in class org.eclipse.january.dataset.DatasetUtils
Create a compound dataset from given datasets
createCompoundDataset(int, Dataset...) - Static method in class org.eclipse.january.dataset.DatasetUtils
Create a compound dataset from given datasets
createCompoundDataset(Class<T>, Dataset...) - Static method in class org.eclipse.january.dataset.DatasetUtils
Create a compound dataset from given datasets
createCompoundDataset(Dataset, int) - Static method in class org.eclipse.january.dataset.DatasetUtils
Create a compound dataset from given dataset
createCompoundDatasetFromLastAxis(Dataset, boolean) - Static method in class org.eclipse.january.dataset.DatasetUtils
Create a compound dataset by using last axis as elements of an item
createCompoundDatasetWithLastDimension(Dataset, boolean) - Static method in class org.eclipse.january.dataset.CompoundByteDataset
Create a compound dataset using last dimension of given dataset
createCompoundDatasetWithLastDimension(Dataset, boolean) - Static method in class org.eclipse.january.dataset.CompoundDoubleDataset
Create a compound dataset using last dimension of given dataset
createCompoundDatasetWithLastDimension(Dataset, boolean) - Static method in class org.eclipse.january.dataset.CompoundFloatDataset
Create a compound dataset using last dimension of given dataset
createCompoundDatasetWithLastDimension(Dataset, boolean) - Static method in class org.eclipse.january.dataset.CompoundIntegerDataset
Create a compound dataset using last dimension of given dataset
createCompoundDatasetWithLastDimension(Dataset, boolean) - Static method in class org.eclipse.january.dataset.CompoundLongDataset
Create a compound dataset using last dimension of given dataset
createCompoundDatasetWithLastDimension(Dataset, boolean) - Static method in class org.eclipse.january.dataset.CompoundShortDataset
Create a compound dataset using last dimension of given dataset
createDatasetFromCompoundDataset(CompoundDataset, boolean) - Static method in class org.eclipse.january.dataset.DatasetUtils
Create a dataset from a compound dataset by using elements of an item as last axis
createFromCompoundDataset(CompoundDataset) - Static method in class org.eclipse.january.dataset.RGBDataset
Create a RGB dataset from a compound dataset (no normalisation performed)
createFromHSL(Dataset, Dataset, Dataset) - Static method in class org.eclipse.january.dataset.RGBDataset
Create a RGB dataset from hue, saturation and lightness dataset
createFromHSV(Dataset, Dataset, Dataset) - Static method in class org.eclipse.january.dataset.RGBDataset
Create a RGB dataset from hue, saturation and value dataset
createFromList(List<?>) - Static method in class org.eclipse.january.dataset.DatasetFactory
Create dataset of appropriate type from list
createFromList(int, List<?>) - Static method in class org.eclipse.january.dataset.DatasetFactory
Deprecated.
Please use the class-based methods in DatasetFactory, such as DatasetFactory.createFromList(Class, List<?>)
createFromList(Class<T>, List<?>) - Static method in class org.eclipse.january.dataset.DatasetFactory
Create dataset of given class from list
createFromObject(int, Object) - Static method in class org.eclipse.january.dataset.CompoundByteDataset
Create a 1D dataset from an object which could be a Java list, array (of arrays...) or Number.
createFromObject(int, Object) - Static method in class org.eclipse.january.dataset.CompoundDoubleDataset
Create a 1D dataset from an object which could be a Java list, array (of arrays...) or Number.
createFromObject(int, Object) - Static method in class org.eclipse.january.dataset.CompoundFloatDataset
Create a 1D dataset from an object which could be a Java list, array (of arrays...) or Number.
createFromObject(int, Object) - Static method in class org.eclipse.january.dataset.CompoundIntegerDataset
Create a 1D dataset from an object which could be a Java list, array (of arrays...) or Number.
createFromObject(int, Object) - Static method in class org.eclipse.january.dataset.CompoundLongDataset
Create a 1D dataset from an object which could be a Java list, array (of arrays...) or Number.
createFromObject(int, Object) - Static method in class org.eclipse.january.dataset.CompoundShortDataset
Create a 1D dataset from an object which could be a Java list, array (of arrays...) or Number.
createFromObject(Object) - Static method in class org.eclipse.january.dataset.DatasetFactory
Create a dataset from object (automatically detect dataset type)
createFromObject(Object, int...) - Static method in class org.eclipse.january.dataset.DatasetFactory
Create a dataset from object (automatically detect dataset type)
createFromObject(boolean, Object) - Static method in class org.eclipse.january.dataset.DatasetFactory
Create a dataset from object (automatically detect dataset type)
createFromObject(int, Object) - Static method in class org.eclipse.january.dataset.DatasetFactory
Deprecated.
Please use the class-based methods in DatasetFactory, such as #createFromObject(Class, Object, int)
createFromObject(int, Object, int...) - Static method in class org.eclipse.january.dataset.DatasetFactory
Deprecated.
Please use the class-based methods in DatasetFactory, such as DatasetFactory.createFromObject(Class, Object, int...)
createFromObject(int, int, Object, int...) - Static method in class org.eclipse.january.dataset.DatasetFactory
Deprecated.
Please use the class-based methods in DatasetFactory, such as DatasetFactory.createFromObject(int, Class, Object, int...)
createFromObject(Class<T>, Object, int...) - Static method in class org.eclipse.january.dataset.DatasetFactory
Create a dataset from object
createFromObject(int, Class<T>, Object, int...) - Static method in class org.eclipse.january.dataset.DatasetFactory
Create a compound dataset from object
createFromObject(Object) - Static method in class org.eclipse.january.dataset.RGBDataset
Create a RGB dataset from an object which could be a Java list, array (of arrays...) or Number.
createFromSerializable(Serializable, boolean) - Method in class org.eclipse.january.dataset.LazyDatasetBase
 
createFunctionName(String, String...) - Static method in class org.eclipse.january.dataset.Operations
Create a string for a function and its arguments
createGreenDataset(int) - Method in class org.eclipse.january.dataset.RGBDataset
Extract green colour channel
createGreyDataset(int) - Method in class org.eclipse.january.dataset.RGBDataset
Convert colour dataset to a grey-scale one using the NTSC formula, aka ITU-R BT.601, for RGB to luma mapping
createGreyDataset(double, double, double, int) - Method in class org.eclipse.january.dataset.RGBDataset
Convert colour dataset to a grey-scale one using given RGB to luma mapping
createIterator(Dataset, Dataset) - Static method in class org.eclipse.january.dataset.BroadcastIterator
 
createIterator(Dataset, Dataset, Dataset) - Static method in class org.eclipse.january.dataset.BroadcastIterator
 
createIterator(Dataset, Dataset, Dataset, boolean) - Static method in class org.eclipse.january.dataset.BroadcastIterator
 
createIterator(Dataset, Dataset) - Static method in class org.eclipse.january.dataset.BroadcastSelfIterator
 
createJavaArray(Dataset) - Static method in class org.eclipse.january.dataset.DatasetUtils
Create Java array (of arrays) from dataset
createLazyDataset(Dataset) - Static method in class org.eclipse.january.dataset.LazyDataset
Create a lazy dataset based on in-memory data (handy for testing)
createLazyDataset(Dataset) - Static method in class org.eclipse.january.dataset.LazyWriteableDataset
Create a lazy writeable dataset based on in-memory data (handy for testing)
createLazyDataset(Dataset, int[]) - Static method in class org.eclipse.january.dataset.LazyWriteableDataset
Create a lazy writeable dataset based on in-memory data (handy for testing)
createLinearSpace(double, double, int, int) - Static method in class org.eclipse.january.dataset.DatasetFactory
Deprecated.
Please use the class-based methods in DatasetFactory, such as DatasetFactory.createLinearSpace(Class, double, double, int)
createLinearSpace(Class<T>, double, double, int) - Static method in class org.eclipse.january.dataset.DatasetFactory
Create a 1D dataset of linearly spaced values in closed interval
createLogSpace(double, double, int, double, int) - Static method in class org.eclipse.january.dataset.DatasetFactory
Deprecated.
Please use the class-based methods in DatasetFactory, such as DatasetFactory.createLogSpace(Class, double, double, int, double)
createLogSpace(Class<T>, double, double, int, double) - Static method in class org.eclipse.january.dataset.DatasetFactory
Create a 1D dataset of logarithmically spaced values in closed interval.
createMetadata(Class<T>, Object...) - Static method in class org.eclipse.january.metadata.MetadataFactory
Create a metadata object of given class with given arguments
createRange(double) - Static method in class org.eclipse.january.dataset.DatasetFactory
Create dataset with items ranging from 0 to given stop in steps of 1
createRange(double, int) - Static method in class org.eclipse.january.dataset.DatasetFactory
Deprecated.
Please use the class-based methods in DatasetFactory, such as DatasetFactory.createRange(Class, double)
createRange(double, double, double, int) - Static method in class org.eclipse.january.dataset.DatasetFactory
Deprecated.
Please use the class-based methods in DatasetFactory, such as DatasetFactory.createRange(Class, double, double, double)
createRange(int, double, int) - Static method in class org.eclipse.january.dataset.DatasetFactory
Deprecated.
Please use the class-based methods in DatasetFactory, such as DatasetFactory.createRange(Class, double, double, double)
createRange(int, double, double, double, int) - Static method in class org.eclipse.january.dataset.DatasetFactory
Deprecated.
Please use the class-based methods in DatasetFactory, such as DatasetFactory.createRange(Class, double, double, double)
createRange(Class<T>, double) - Static method in class org.eclipse.january.dataset.DatasetFactory
Create dataset with items ranging from 0 to given stop in steps of 1
createRange(Class<T>, double, double, double) - Static method in class org.eclipse.january.dataset.DatasetFactory
Create dataset with items ranging from given start to given stop in given steps
createRedDataset(int) - Method in class org.eclipse.january.dataset.RGBDataset
Extract red colour channel
createRemoteDataset(String) - Method in interface org.eclipse.january.dataset.IRemoteData
Create a remote dataset looking at the dataset path named.
createSlice(int[], int[], int[]) - Method in class org.eclipse.january.dataset.LazyDataset
 
createSlice(int[], int[], int[]) - Method in class org.eclipse.january.dataset.LazyWriteableDataset
 
createSlice(ILazyDataset, int[], int[]) - Static method in class org.eclipse.january.dataset.SliceND
Creating slice from dataset
createSlice(ILazyDataset, int[], int[], int[]) - Static method in class org.eclipse.january.dataset.SliceND
Creating slice from dataset
createStrides(Dataset, int[]) - Static method in class org.eclipse.january.dataset.AbstractDataset
Create a stride array from dataset
createStrides(int, int[], int[], int, int[]) - Static method in class org.eclipse.january.dataset.AbstractDataset
Create a stride array from dataset
createStrides(SliceND, Dataset, int[], int[]) - Static method in class org.eclipse.january.dataset.AbstractDataset
Create a stride array from slice information and a dataset
createStrides(SliceND, int, int[], int[], int, int[], int[]) - Static method in class org.eclipse.january.dataset.AbstractDataset
Create a stride array from slice and dataset information
createString(int[], int[], int[], int[]) - Static method in class org.eclipse.january.dataset.Slice
Create a string representing the slice taken from given shape
createString(Slice...) - Static method in class org.eclipse.january.dataset.Slice
 
crossings(Dataset, double) - Static method in class org.eclipse.january.dataset.DatasetUtils
Find linearly-interpolated crossing points where the given dataset crosses the given value
crossings(Dataset, Dataset, double) - Static method in class org.eclipse.january.dataset.DatasetUtils
Find x values of all the crossing points of the dataset with the given y value
crossings(Dataset, Dataset, double, double) - Static method in class org.eclipse.january.dataset.DatasetUtils
Function that uses the crossings function but prunes the result, so that multiple crossings within a certain proportion of the overall range of the x values
crossProduct(Dataset, Dataset) - Static method in class org.eclipse.january.dataset.LinearAlgebra
Calculate the cross product of two datasets.
crossProduct(Dataset, Dataset, int, int, int) - Static method in class org.eclipse.january.dataset.LinearAlgebra
Calculate the cross product of two datasets.
cumulativeProduct(Dataset, boolean...) - Static method in class org.eclipse.january.dataset.Stats
 
cumulativeProduct(Dataset, int, boolean...) - Static method in class org.eclipse.january.dataset.Stats
 
cumulativeSum(Dataset, boolean...) - Static method in class org.eclipse.january.dataset.Stats
 
cumulativeSum(Dataset, int, boolean...) - Static method in class org.eclipse.january.dataset.Stats
 

D

data - Variable in class org.eclipse.january.dataset.BooleanDatasetBase
 
data - Variable in class org.eclipse.january.dataset.ByteDataset
 
data - Variable in class org.eclipse.january.dataset.CompoundByteDataset
 
data - Variable in class org.eclipse.january.dataset.CompoundDoubleDataset
 
data - Variable in class org.eclipse.january.dataset.CompoundFloatDataset
 
data - Variable in class org.eclipse.january.dataset.CompoundIntegerDataset
 
data - Variable in class org.eclipse.january.dataset.CompoundLongDataset
 
data - Variable in class org.eclipse.january.dataset.CompoundShortDataset
 
data - Variable in class org.eclipse.january.dataset.DoubleDataset
 
data - Variable in class org.eclipse.january.dataset.FloatDataset
 
data - Variable in class org.eclipse.january.dataset.IntegerDataset
 
data - Variable in class org.eclipse.january.dataset.LongDataset
 
data - Variable in class org.eclipse.january.dataset.ObjectDatasetBase
 
data - Variable in class org.eclipse.january.dataset.ShortDataset
 
data - Variable in class org.eclipse.january.dataset.StringDatasetBase
 
dataChangePerformed(DataEvent) - Method in interface org.eclipse.january.dataset.IDataListener
Called when data changes value/shape.
DataEvent - Class in org.eclipse.january.dataset
Event fired to diseminate information about a dataset changing.
DataEvent() - Constructor for class org.eclipse.january.dataset.DataEvent
 
DataEvent(String, int[]) - Constructor for class org.eclipse.january.dataset.DataEvent
Creates an event to notify that this data has changed.
DataListenerDelegate - Class in org.eclipse.january.dataset
Class used by DynamicDataset to delegate
DataListenerDelegate() - Constructor for class org.eclipse.january.dataset.DataListenerDelegate
 
Dataset - Interface in org.eclipse.january.dataset
Interface for our implementation of dataset that adds a lot of extra functionality.
DatasetException - Exception in org.eclipse.january
Exception class associated with datasets
DatasetException() - Constructor for exception org.eclipse.january.DatasetException
 
DatasetException(String) - Constructor for exception org.eclipse.january.DatasetException
 
DatasetException(Throwable) - Constructor for exception org.eclipse.january.DatasetException
 
DatasetException(String, Throwable) - Constructor for exception org.eclipse.january.DatasetException
 
DatasetFactory - Class in org.eclipse.january.dataset
 
DatasetFactory() - Constructor for class org.eclipse.january.dataset.DatasetFactory
 
DatasetUtils - Class in org.eclipse.january.dataset
Utilities for manipulating datasets
DatasetUtils() - Constructor for class org.eclipse.january.dataset.DatasetUtils
 
DATE - Static variable in interface org.eclipse.january.dataset.Dataset
Date
DateDataset - Interface in org.eclipse.january.dataset
Interface for a dataset containing Dates.
DateDatasetImpl - Class in org.eclipse.january.dataset
 
decode(String) - Static method in class org.eclipse.january.dataset.DataEvent
Decodes from String for instance {"name" : "Tests", "shape" : [1024, 1024], "filepath" : "C:/tmp/Fred.txt"}
delSlice - Variable in class org.eclipse.january.dataset.LazyDataset
 
derivative(Dataset, Dataset, int) - Static method in class org.eclipse.january.dataset.Maths
Calculates the derivative of a line described by two datasets (x,y) given a spread of n either side of the point
diag(T, int) - Static method in class org.eclipse.january.dataset.DatasetUtils
Create a (off-)diagonal matrix from items in dataset
difference(Dataset, int, int) - Static method in class org.eclipse.january.dataset.Maths
Discrete difference of dataset along axis using finite difference
DimensionMetadata - Interface in org.eclipse.january.metadata
 
Dirtiable - Annotation Type in org.eclipse.january.metadata
This is an annotation for any metadata field that should be set to a dirty state.
dirtyMetadata() - Method in class org.eclipse.january.dataset.LazyDatasetBase
Dirty metadata that are annotated by @Dirtiable.
disconnect() - Method in interface org.eclipse.january.dataset.IDatasetConnector
Stops listening to the dataset changing and disconnects from the server.
DiscontiguousIterator - Class in org.eclipse.january.dataset
Class to run over non-contiguous or fragmented datasets
DiscontiguousIterator(int[], int[], int) - Constructor for class org.eclipse.january.dataset.DiscontiguousIterator
Constructor for an iterator over the elements of a dataset that are within the dimensions
DiscontiguousIterator(int[], int[], int, int) - Constructor for class org.eclipse.january.dataset.DiscontiguousIterator
Constructor for an iterator over the elements of a dataset that are within the dimensions
dotProduct(Dataset, Dataset) - Static method in class org.eclipse.january.dataset.LinearAlgebra
Calculate the dot product of two datasets.
DoubleDataset - Class in org.eclipse.january.dataset
Extend dataset for double values // PRIM_TYPE
doubleOperate(double, double) - Method in interface org.eclipse.january.dataset.BinaryOperation
 
doubleOperate(double, double) - Method in class org.eclipse.january.dataset.BinaryOperation.Stub
 
doubleOperate(double, double) - Method in class org.eclipse.january.dataset.Operations.Addition
 
doubleOperate(double, double) - Method in class org.eclipse.january.dataset.Operations.Division
 
doubleOperate(double, double) - Method in class org.eclipse.january.dataset.Operations.DivisionWithZero
 
doubleOperate(double, double) - Method in class org.eclipse.january.dataset.Operations.Exponentiation
 
doubleOperate(double, double) - Method in class org.eclipse.january.dataset.Operations.Maximum
 
doubleOperate(double, double) - Method in class org.eclipse.january.dataset.Operations.Minimum
 
doubleOperate(double, double) - Method in class org.eclipse.january.dataset.Operations.Multiplication
 
doubleOperate(double) - Method in class org.eclipse.january.dataset.Operations.Negation
 
doubleOperate(double, double) - Method in class org.eclipse.january.dataset.Operations.Remainder
 
doubleOperate(double, double) - Method in class org.eclipse.january.dataset.Operations.Subtraction
 
doubleOperate(double, double) - Method in class org.eclipse.january.dataset.Operations.UseBase
 
doubleOperate(double, double) - Method in class org.eclipse.january.dataset.Operations.UseIfEqualTo
 
doubleOperate(double, double) - Method in class org.eclipse.january.dataset.Operations.UseIfGreaterThan
 
doubleOperate(double, double) - Method in class org.eclipse.january.dataset.Operations.UseIfGreaterThanOrEqualTo
 
doubleOperate(double, double) - Method in class org.eclipse.january.dataset.Operations.UseIfLessThan
 
doubleOperate(double, double) - Method in class org.eclipse.january.dataset.Operations.UseIfLessThanOrEqualTo
 
doubleOperate(double) - Method in interface org.eclipse.january.dataset.UnaryOperation
 
doubleOperate(double) - Method in class org.eclipse.january.dataset.UnaryOperation.Stub
 
dr - Variable in class org.eclipse.january.dataset.Operations.UseBase
 
dtype - Variable in class org.eclipse.january.dataset.LazyDataset
 
DTypeUtils - Class in org.eclipse.january.dataset
 
DTypeUtils() - Constructor for class org.eclipse.january.dataset.DTypeUtils
 
DynamicConnectionInfo - Class in org.eclipse.january.metadata
This metadata is set by a remote dataset.
DynamicConnectionInfo() - Constructor for class org.eclipse.january.metadata.DynamicConnectionInfo
 
DynamicMetadataUtils - Class in org.eclipse.january.metadata
 
DynamicMetadataUtils() - Constructor for class org.eclipse.january.metadata.DynamicMetadataUtils
 

E

encode() - Method in class org.eclipse.january.dataset.DataEvent
Encodes event to string
equals(Object) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
equals(Object) - Method in class org.eclipse.january.dataset.AbstractDataset
 
equals(Object) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
equals(Object) - Method in class org.eclipse.january.dataset.ByteDataset
 
equals(Object) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
equals(Object) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
equals(Object) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
equals(Object) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
equals(Object) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
equals(Object) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
equals(Object) - Method in class org.eclipse.january.dataset.DataEvent
 
equals(Object) - Method in class org.eclipse.january.dataset.DoubleDataset
 
equals(Object) - Method in class org.eclipse.january.dataset.FloatDataset
 
equals(Object) - Method in class org.eclipse.january.dataset.IntegerDataset
 
equals(Object) - Method in class org.eclipse.january.dataset.LazyDataset
 
equals(Object) - Method in class org.eclipse.january.dataset.LazyDatasetBase
 
equals(Object) - Method in class org.eclipse.january.dataset.LongDataset
 
equals(Object) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
equals(Object) - Method in class org.eclipse.january.dataset.ShortDataset
 
equals(Object) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
equals(Object) - Method in class org.eclipse.january.metadata.DynamicConnectionInfo
 
equalTo(Object, Object) - Static method in class org.eclipse.january.dataset.Comparisons
Compare item-wise for whether a's element is equal b's
equalTo(Object, Object, BooleanDataset) - Static method in class org.eclipse.january.dataset.Comparisons
Compare item-wise for whether a's element is equal b's
ErrorMetadata - Interface in org.eclipse.january.metadata
This metadata describes any error associated with a dataset
evaluate(double[]) - Method in class org.eclipse.january.dataset.NullStorelessUnivariateStatistic
 
evaluate(double[], int, int) - Method in class org.eclipse.january.dataset.NullStorelessUnivariateStatistic
 
eventDelegate - Variable in class org.eclipse.january.dataset.LazyDynamicDataset
 
exponential(double, int...) - Static method in class org.eclipse.january.dataset.Random
 
extract(IDataset, IDataset) - Static method in class org.eclipse.january.dataset.DatasetUtils
Extract values where condition is non-zero.
eye(int, int, int, int) - Static method in class org.eclipse.january.dataset.DatasetUtils
 

F

fill(Object) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
fill(Object) - Method in class org.eclipse.january.dataset.ByteDataset
 
fill(Object) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
fill(Object) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
fill(Object) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
fill(Object) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
fill(Object) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
fill(Object) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
fill(Object) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
fill(Object) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
fill(Object) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
fill(Object) - Method in interface org.eclipse.january.dataset.Dataset
Fill dataset with given object
fill(Object) - Method in class org.eclipse.january.dataset.DoubleDataset
 
fill(Object) - Method in class org.eclipse.january.dataset.FloatDataset
 
fill(Object) - Method in class org.eclipse.january.dataset.IntegerDataset
 
fill(Object) - Method in class org.eclipse.january.dataset.LongDataset
 
fill(Object) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
fill(Object) - Method in class org.eclipse.january.dataset.ShortDataset
 
fill(Object) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
fillData(Object, int, int[]) - Method in class org.eclipse.january.dataset.AbstractDataset
Fill dataset from object at depth dimension
fillDataset(Dataset, IndexIterator) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
fillDataset(Dataset, IndexIterator) - Method in class org.eclipse.january.dataset.ByteDataset
 
fillDataset(Dataset, IndexIterator) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
fillDataset(Dataset, IndexIterator) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
fillDataset(Dataset, IndexIterator) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
fillDataset(Dataset, IndexIterator) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
fillDataset(Dataset, IndexIterator) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
fillDataset(Dataset, IndexIterator) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
fillDataset(Dataset, IndexIterator) - Method in interface org.eclipse.january.dataset.Dataset
Populate another dataset with part of current dataset
fillDataset(Dataset, IndexIterator) - Method in class org.eclipse.january.dataset.DoubleDataset
 
fillDataset(Dataset, IndexIterator) - Method in class org.eclipse.january.dataset.FloatDataset
 
fillDataset(Dataset, IndexIterator) - Method in class org.eclipse.january.dataset.IntegerDataset
 
fillDataset(Dataset, IndexIterator) - Method in class org.eclipse.january.dataset.LongDataset
 
fillDataset(Dataset, IndexIterator) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
fillDataset(Dataset, IndexIterator) - Method in class org.eclipse.january.dataset.ShortDataset
 
fillDataset(Dataset, IndexIterator) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
findFirstOccurrences(Dataset, Dataset) - Static method in class org.eclipse.january.dataset.DatasetUtils
Find first occurrences in one dataset of values given in another sorted dataset
findIndexEqualTo(Dataset, double) - Static method in class org.eclipse.january.dataset.DatasetUtils
Find absolute index of first value in dataset that is equal to given number
findIndexesForValues(Dataset, Dataset) - Static method in class org.eclipse.january.dataset.DatasetUtils
Find indexes in sorted dataset of values for each value in other dataset
findIndexGreaterThan(Dataset, double) - Static method in class org.eclipse.january.dataset.DatasetUtils
Find absolute index of first value in dataset that is greater than given number
findIndexGreaterThanOrEqualTo(Dataset, double) - Static method in class org.eclipse.january.dataset.DatasetUtils
Find absolute index of first value in dataset that is greater than or equal to given number
findIndexLessThan(Dataset, double) - Static method in class org.eclipse.january.dataset.DatasetUtils
Find absolute index of first value in dataset that is less than given number
findIndexLessThanOrEqualTo(Dataset, double) - Static method in class org.eclipse.january.dataset.DatasetUtils
Find absolute index of first value in dataset that is less than or equal to given number
findMetadataTypeSubInterfaces(Class<? extends MetadataType>) - Static method in class org.eclipse.january.dataset.LazyDatasetBase
Find first sub-interface of (or class that directly implements) MetadataType
findMonotonicity(Object) - Static method in class org.eclipse.january.dataset.Comparisons
Find monotonicity.
fire(DataEvent) - Method in class org.eclipse.january.dataset.DataListenerDelegate
 
fireDataListeners() - Method in interface org.eclipse.january.dataset.IDynamicShape
Alert any registered listeners
fireDataListeners() - Method in class org.eclipse.january.dataset.LazyDynamicDataset
 
flatten() - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
flatten() - Method in class org.eclipse.january.dataset.AbstractDataset
 
flatten() - Method in interface org.eclipse.january.dataset.CompoundDataset
 
flatten() - Method in interface org.eclipse.january.dataset.Dataset
Flatten shape
flip() - Method in class org.eclipse.january.dataset.Slice
Flip slice direction so slice begins at previous end point, steps in the opposite direction, and finishes at the previous start point .
flip(int) - Method in class org.eclipse.january.dataset.SliceND
Flip slice direction in given dimension so slice begins at previous end point, steps in the opposite direction, and finishes at the previous start point
flip() - Method in class org.eclipse.january.dataset.SliceND
Flip slice direction in all dimensions so slice begins at previous end point, steps in the opposite direction, and finishes at the previous start point
flipLeftRight(T) - Static method in class org.eclipse.january.dataset.DatasetUtils
Flip items in left/right direction, column-wise, or along second axis
flipUpDown(T) - Static method in class org.eclipse.january.dataset.DatasetUtils
Flip items in up/down direction, row-wise, or along first axis
FLOAT - Static variable in interface org.eclipse.january.dataset.Dataset
Floating point (same as 64-bit floating point)
FLOAT32 - Static variable in interface org.eclipse.january.dataset.Dataset
32-bit floating point
FLOAT64 - Static variable in interface org.eclipse.january.dataset.Dataset
64-bit floating point
FloatDataset - Class in org.eclipse.january.dataset
Extend dataset for float values // PRIM_TYPE
floorDivide(Object, Object) - Static method in class org.eclipse.january.dataset.Maths
 
floorDivide(Object, Object, Dataset) - Static method in class org.eclipse.january.dataset.Maths
 
floorRemainder(Object, Object) - Static method in class org.eclipse.january.dataset.Maths
 
floorRemainder(Object, Object, Dataset) - Static method in class org.eclipse.january.dataset.Maths
 
fromDoublesToBiggestPrimitives(double[], int) - Static method in class org.eclipse.january.dataset.DTypeUtils
 
fromDoubleToBiggestNumber(double, int) - Static method in class org.eclipse.january.dataset.DTypeUtils
 

G

get() - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
get(int) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
get(int, int) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
get(int...) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
get() - Method in class org.eclipse.january.dataset.ByteDataset
 
get(int) - Method in class org.eclipse.january.dataset.ByteDataset
 
get(int, int) - Method in class org.eclipse.january.dataset.ByteDataset
 
get(int...) - Method in class org.eclipse.january.dataset.ByteDataset
 
get() - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
get(int) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
get(int, int) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
get(int...) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
get() - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
get(int) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
get(int, int) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
get(int...) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
get() - Method in class org.eclipse.january.dataset.DoubleDataset
 
get(int) - Method in class org.eclipse.january.dataset.DoubleDataset
 
get(int, int) - Method in class org.eclipse.january.dataset.DoubleDataset
 
get(int...) - Method in class org.eclipse.january.dataset.DoubleDataset
 
get() - Method in class org.eclipse.january.dataset.FloatDataset
 
get(int) - Method in class org.eclipse.january.dataset.FloatDataset
 
get(int, int) - Method in class org.eclipse.january.dataset.FloatDataset
 
get(int...) - Method in class org.eclipse.january.dataset.FloatDataset
 
get() - Method in class org.eclipse.january.dataset.IntegerDataset
 
get(int) - Method in class org.eclipse.january.dataset.IntegerDataset
 
get(int, int) - Method in class org.eclipse.january.dataset.IntegerDataset
 
get(int...) - Method in class org.eclipse.january.dataset.IntegerDataset
 
get() - Method in class org.eclipse.january.dataset.LongDataset
 
get(int) - Method in class org.eclipse.january.dataset.LongDataset
 
get(int, int) - Method in class org.eclipse.january.dataset.LongDataset
 
get(int...) - Method in class org.eclipse.january.dataset.LongDataset
 
get() - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
get(int) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
get(int, int) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
get(int...) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
get() - Method in class org.eclipse.january.dataset.ShortDataset
 
get(int) - Method in class org.eclipse.january.dataset.ShortDataset
 
get(int, int) - Method in class org.eclipse.january.dataset.ShortDataset
 
get(int...) - Method in class org.eclipse.january.dataset.ShortDataset
 
get() - Method in class org.eclipse.january.dataset.StringDatasetBase
 
get(int) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
get(int, int) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
get(int...) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
get1DIndex(int) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
get1DIndex(int, int) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
get1DIndex(int...) - Method in class org.eclipse.january.dataset.AbstractDataset
 
get1DIndex(int) - Method in class org.eclipse.january.dataset.AbstractDataset
 
get1DIndex(int, int) - Method in class org.eclipse.january.dataset.AbstractDataset
 
get1DIndex(int...) - Method in interface org.eclipse.january.dataset.Dataset
This method calculates the index in the data array that corresponds to the given n-dimensional position
get1DIndexFromShape(int[]) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
get1DIndexFromShape(int[]) - Method in class org.eclipse.january.dataset.AbstractDataset
 
get1DIndexFromShape(int[], int[]) - Static method in class org.eclipse.january.dataset.AbstractDataset
 
getAbs(int) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
Get a value from an absolute index of the internal array.
getAbs(int) - Method in class org.eclipse.january.dataset.ByteDataset
Get a value from an absolute index of the internal array.
getAbs(int) - Method in class org.eclipse.january.dataset.CompoundByteDataset
Get values at absolute index in the internal array.
getAbs(int, byte[]) - Method in class org.eclipse.january.dataset.CompoundByteDataset
Get values at absolute index in the internal array.
getAbs(int) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
Get values at absolute index in the internal array.
getAbs(int, double[]) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
Get values at absolute index in the internal array.
getAbs(int) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
Get values at absolute index in the internal array.
getAbs(int, float[]) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
Get values at absolute index in the internal array.
getAbs(int) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
Get values at absolute index in the internal array.
getAbs(int, int[]) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
Get values at absolute index in the internal array.
getAbs(int) - Method in class org.eclipse.january.dataset.CompoundLongDataset
Get values at absolute index in the internal array.
getAbs(int, long[]) - Method in class org.eclipse.january.dataset.CompoundLongDataset
Get values at absolute index in the internal array.
getAbs(int) - Method in class org.eclipse.january.dataset.CompoundShortDataset
Get values at absolute index in the internal array.
getAbs(int, short[]) - Method in class org.eclipse.january.dataset.CompoundShortDataset
Get values at absolute index in the internal array.
getAbs(int) - Method in class org.eclipse.january.dataset.DoubleDataset
Get a value from an absolute index of the internal array.
getAbs(int) - Method in class org.eclipse.january.dataset.FloatDataset
Get a value from an absolute index of the internal array.
getAbs(int) - Method in class org.eclipse.january.dataset.IntegerDataset
Get a value from an absolute index of the internal array.
getAbs(int) - Method in class org.eclipse.january.dataset.LongDataset
Get a value from an absolute index of the internal array.
getAbs(int) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
Get a value from an absolute index of the internal array.
getAbs(int) - Method in class org.eclipse.january.dataset.ShortDataset
Get a value from an absolute index of the internal array.
getAbs(int) - Method in class org.eclipse.january.dataset.StringDatasetBase
Get a value from an absolute index of the internal array.
getAnalyserAngles() - Method in interface org.eclipse.january.metadata.ARPESMetadata
 
getAngleAxisGlobalOffset() - Method in interface org.eclipse.january.metadata.ARPESMetadata
 
getArgMaximum(int, boolean...) - Method in interface org.eclipse.january.metadata.StatisticsMetadata
 
getArgMinimum(int, boolean...) - Method in interface org.eclipse.january.metadata.StatisticsMetadata
 
getAxes() - Method in interface org.eclipse.january.metadata.AxesMetadata
Get axis datasets
getAxis(int) - Method in interface org.eclipse.january.metadata.AxesMetadata
Get all axis datasets for the given dimension
getAzimuthalAngles() - Method in interface org.eclipse.january.metadata.ARPESMetadata
 
getBestDType(int, int) - Static method in class org.eclipse.january.dataset.DTypeUtils
Find dataset type that best fits given types The best type takes into account complex and array datasets
getBestFloatDType(int) - Static method in class org.eclipse.january.dataset.DTypeUtils
Find floating point dataset type that best fits given types.
getBestFloatDType(Class<? extends Object>) - Static method in class org.eclipse.january.dataset.DTypeUtils
Find floating point dataset type that best fits given class The best type takes into account complex and array datasets
getBilinear(IDataset, double, double) - Static method in class org.eclipse.january.dataset.Maths
getBilinear(IDataset, IDataset, double, double) - Static method in class org.eclipse.january.dataset.Maths
getBilinear(double[], CompoundDataset, double, double) - Static method in class org.eclipse.january.dataset.Maths
getBindingEnergies() - Method in interface org.eclipse.january.metadata.ARPESMetadata
 
getBlue() - Method in class org.eclipse.january.dataset.RGBDataset
 
getBlue(int) - Method in class org.eclipse.january.dataset.RGBDataset
 
getBlue(int, int) - Method in class org.eclipse.january.dataset.RGBDataset
 
getBlue(int...) - Method in class org.eclipse.january.dataset.RGBDataset
 
getBlueAbs(int) - Method in class org.eclipse.january.dataset.RGBDataset
Get a blue value from given absolute index as a short - note this index does not take in account the item size so be careful when using with multi-element items
getBlueView() - Method in class org.eclipse.january.dataset.RGBDataset
 
getBoolean() - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getBoolean(int) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getBoolean(int, int) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getBoolean(int...) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getBoolean() - Method in class org.eclipse.january.dataset.BooleanDataset
 
getBoolean(int) - Method in class org.eclipse.january.dataset.BooleanDataset
 
getBoolean(int, int) - Method in class org.eclipse.january.dataset.BooleanDataset
 
getBoolean(int...) - Method in class org.eclipse.january.dataset.BooleanDataset
 
getBoolean() - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getBoolean(int) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getBoolean(int, int) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getBoolean(int...) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getBoolean() - Method in class org.eclipse.january.dataset.ByteDataset
 
getBoolean(int) - Method in class org.eclipse.january.dataset.ByteDataset
 
getBoolean(int, int) - Method in class org.eclipse.january.dataset.ByteDataset
 
getBoolean(int...) - Method in class org.eclipse.january.dataset.ByteDataset
 
getBoolean() - Method in interface org.eclipse.january.dataset.Dataset
Get first item as a boolean.
getBoolean(int) - Method in interface org.eclipse.january.dataset.Dataset
Get an item from given position as a boolean.
getBoolean(int, int) - Method in interface org.eclipse.january.dataset.Dataset
Get an item from given position as a boolean.
getBoolean() - Method in class org.eclipse.january.dataset.DoubleDataset
 
getBoolean(int) - Method in class org.eclipse.january.dataset.DoubleDataset
 
getBoolean(int, int) - Method in class org.eclipse.january.dataset.DoubleDataset
 
getBoolean(int...) - Method in class org.eclipse.january.dataset.DoubleDataset
 
getBoolean() - Method in class org.eclipse.january.dataset.FloatDataset
 
getBoolean(int) - Method in class org.eclipse.january.dataset.FloatDataset
 
getBoolean(int, int) - Method in class org.eclipse.january.dataset.FloatDataset
 
getBoolean(int...) - Method in class org.eclipse.january.dataset.FloatDataset
 
getBoolean(int...) - Method in interface org.eclipse.january.dataset.IDataset
 
getBoolean() - Method in class org.eclipse.january.dataset.IntegerDataset
 
getBoolean(int) - Method in class org.eclipse.january.dataset.IntegerDataset
 
getBoolean(int, int) - Method in class org.eclipse.january.dataset.IntegerDataset
 
getBoolean(int...) - Method in class org.eclipse.january.dataset.IntegerDataset
 
getBoolean() - Method in class org.eclipse.january.dataset.LongDataset
 
getBoolean(int) - Method in class org.eclipse.january.dataset.LongDataset
 
getBoolean(int, int) - Method in class org.eclipse.january.dataset.LongDataset
 
getBoolean(int...) - Method in class org.eclipse.january.dataset.LongDataset
 
getBoolean() - Method in class org.eclipse.january.dataset.ObjectDataset
 
getBoolean(int) - Method in class org.eclipse.january.dataset.ObjectDataset
 
getBoolean(int, int) - Method in class org.eclipse.january.dataset.ObjectDataset
 
getBoolean(int...) - Method in class org.eclipse.january.dataset.ObjectDataset
 
getBoolean() - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getBoolean(int) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getBoolean(int, int) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getBoolean(int...) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getBoolean() - Method in class org.eclipse.january.dataset.ShortDataset
 
getBoolean(int) - Method in class org.eclipse.january.dataset.ShortDataset
 
getBoolean(int, int) - Method in class org.eclipse.january.dataset.ShortDataset
 
getBoolean(int...) - Method in class org.eclipse.january.dataset.ShortDataset
 
getBoolean() - Method in class org.eclipse.january.dataset.StringDataset
 
getBoolean(int) - Method in class org.eclipse.january.dataset.StringDataset
 
getBoolean(int, int) - Method in class org.eclipse.january.dataset.StringDataset
 
getBoolean(int...) - Method in class org.eclipse.january.dataset.StringDataset
 
getBoolean() - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getBoolean(int) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getBoolean(int, int) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getBoolean(int...) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getBooleanIterator(Dataset) - Method in class org.eclipse.january.dataset.AbstractDataset
 
getBooleanIterator(Dataset, boolean) - Method in class org.eclipse.january.dataset.AbstractDataset
 
getBooleanIterator(Dataset) - Method in interface org.eclipse.january.dataset.Dataset
Get an iterator that visits every item in this dataset where the corresponding item in choice dataset is true
getBooleanIterator(Dataset, boolean) - Method in interface org.eclipse.january.dataset.Dataset
Get an iterator that visits every item in this dataset where the corresponding item in choice dataset is given by value
getBroadcastView(int...) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getBroadcastView(int...) - Method in class org.eclipse.january.dataset.AbstractDataset
 
getBroadcastView(int...) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
getBroadcastView(int...) - Method in interface org.eclipse.january.dataset.Dataset
 
getBuffer() - Method in class org.eclipse.january.dataset.AbstractDataset
 
getBuffer() - Method in interface org.eclipse.january.dataset.Dataset
 
getBufferLength() - Method in class org.eclipse.january.dataset.AbstractDataset
 
getBufferLength() - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getBufferLength() - Method in class org.eclipse.january.dataset.ByteDataset
 
getBufferLength() - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getBufferLength() - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getBufferLength() - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getBufferLength() - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getBufferLength() - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getBufferLength() - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getBufferLength() - Method in class org.eclipse.january.dataset.DoubleDataset
 
getBufferLength() - Method in class org.eclipse.january.dataset.FloatDataset
 
getBufferLength() - Method in class org.eclipse.january.dataset.IntegerDataset
 
getBufferLength() - Method in class org.eclipse.january.dataset.LongDataset
 
getBufferLength() - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getBufferLength() - Method in class org.eclipse.january.dataset.ShortDataset
 
getBufferLength() - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getBy1DIndex(IntegerDataset) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getBy1DIndex(IntegerDataset) - Method in class org.eclipse.january.dataset.AbstractDataset
 
getBy1DIndex(IntegerDataset) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
getBy1DIndex(IntegerDataset) - Method in interface org.eclipse.january.dataset.Dataset
This is modelled after the NumPy get item with an index dataset
getByBoolean(Dataset) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getByBoolean(Dataset) - Method in class org.eclipse.january.dataset.AbstractDataset
 
getByBoolean(Dataset) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
getByBoolean(Dataset) - Method in interface org.eclipse.january.dataset.Dataset
This is modelled after the NumPy get item with a condition specified by a boolean dataset
getByIndexes(Object...) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getByIndexes(Object...) - Method in class org.eclipse.january.dataset.AbstractDataset
 
getByIndexes(Object...) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
getByIndexes(Object...) - Method in interface org.eclipse.january.dataset.Dataset
This is modelled after the NumPy get item with an array of indexing objects
getByte() - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getByte(int) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getByte(int, int) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getByte(int...) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getByte() - Method in class org.eclipse.january.dataset.BooleanDataset
 
getByte(int) - Method in class org.eclipse.january.dataset.BooleanDataset
 
getByte(int, int) - Method in class org.eclipse.january.dataset.BooleanDataset
 
getByte(int...) - Method in class org.eclipse.january.dataset.BooleanDataset
 
getByte() - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getByte(int) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getByte(int, int) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getByte(int...) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getByte() - Method in class org.eclipse.january.dataset.ByteDataset
 
getByte(int) - Method in class org.eclipse.january.dataset.ByteDataset
 
getByte(int, int) - Method in class org.eclipse.january.dataset.ByteDataset
 
getByte(int...) - Method in class org.eclipse.january.dataset.ByteDataset
 
getByte() - Method in interface org.eclipse.january.dataset.Dataset
Get first item as a byte.
getByte(int) - Method in interface org.eclipse.january.dataset.Dataset
Get an item from given position as a byte.
getByte(int, int) - Method in interface org.eclipse.january.dataset.Dataset
Get an item from given positionj as a byte.
getByte() - Method in class org.eclipse.january.dataset.DoubleDataset
 
getByte(int) - Method in class org.eclipse.january.dataset.DoubleDataset
 
getByte(int, int) - Method in class org.eclipse.january.dataset.DoubleDataset
 
getByte(int...) - Method in class org.eclipse.january.dataset.DoubleDataset
 
getByte() - Method in class org.eclipse.january.dataset.FloatDataset
 
getByte(int) - Method in class org.eclipse.january.dataset.FloatDataset
 
getByte(int, int) - Method in class org.eclipse.january.dataset.FloatDataset
 
getByte(int...) - Method in class org.eclipse.january.dataset.FloatDataset
 
getByte(int...) - Method in interface org.eclipse.january.dataset.IDataset
 
getByte() - Method in class org.eclipse.january.dataset.IntegerDataset
 
getByte(int) - Method in class org.eclipse.january.dataset.IntegerDataset
 
getByte(int, int) - Method in class org.eclipse.january.dataset.IntegerDataset
 
getByte(int...) - Method in class org.eclipse.january.dataset.IntegerDataset
 
getByte() - Method in class org.eclipse.january.dataset.LongDataset
 
getByte(int) - Method in class org.eclipse.january.dataset.LongDataset
 
getByte(int, int) - Method in class org.eclipse.january.dataset.LongDataset
 
getByte(int...) - Method in class org.eclipse.january.dataset.LongDataset
 
getByte() - Method in class org.eclipse.january.dataset.ObjectDataset
 
getByte(int) - Method in class org.eclipse.january.dataset.ObjectDataset
 
getByte(int, int) - Method in class org.eclipse.january.dataset.ObjectDataset
 
getByte(int...) - Method in class org.eclipse.january.dataset.ObjectDataset
 
getByte() - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getByte(int) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getByte(int, int) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getByte(int...) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getByte() - Method in class org.eclipse.january.dataset.ShortDataset
 
getByte(int) - Method in class org.eclipse.january.dataset.ShortDataset
 
getByte(int, int) - Method in class org.eclipse.january.dataset.ShortDataset
 
getByte(int...) - Method in class org.eclipse.january.dataset.ShortDataset
 
getByte() - Method in class org.eclipse.january.dataset.StringDataset
 
getByte(int) - Method in class org.eclipse.january.dataset.StringDataset
 
getByte(int, int) - Method in class org.eclipse.january.dataset.StringDataset
 
getByte(int...) - Method in class org.eclipse.january.dataset.StringDataset
 
getByte() - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getByte(int) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getByte(int, int) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getByte(int...) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getByteArray() - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getByteArray(int) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getByteArray(int, int) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getByteArray(int...) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getByteArray() - Method in interface org.eclipse.january.dataset.CompoundDataset
 
getByteArray(int) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
getByteArray(int, int) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
getByteArray(int...) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
getByteArray() - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getByteArray(int) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getByteArray(int, int) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getByteArray(int...) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getByteArray() - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getByteArray(int) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getByteArray(int, int) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getByteArray(int...) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getByteArray() - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getByteArray(int) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getByteArray(int, int) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getByteArray(int...) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getByteArray() - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getByteArray(int) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getByteArray(int, int) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getByteArray(int...) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getByteArray() - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getByteArray(int) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getByteArray(int, int) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getByteArray(int...) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getChunking() - Method in interface org.eclipse.january.dataset.ILazyWriteableDataset
Get chunking
getChunking() - Method in class org.eclipse.january.dataset.LazyWriteableDataset
 
getComplex() - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
getComplex(int) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
getComplex(int, int) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
getComplex(int...) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
getComplex() - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
getComplex(int) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
getComplex(int, int) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
getComplex(int...) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
getComplexAbs(int) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
Get complex value at absolute index in the internal array.
getComplexAbs(int) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
Get complex value at absolute index in the internal array.
getCompoundStats() - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getCount() - Method in class org.eclipse.january.dataset.RunningAverage
 
getCount(boolean...) - Method in interface org.eclipse.january.metadata.StatisticsMetadata
 
getCount(int, boolean...) - Method in interface org.eclipse.january.metadata.StatisticsMetadata
 
getCreation() - Method in interface org.eclipse.january.metadata.IExtendedMetadata
This should be the timestamp of when the experiment or measurement took place which should be recorded in the header of the file, if applicable
getCreator() - Method in interface org.eclipse.january.metadata.IExtendedMetadata
 
getCurrentAverage() - Method in class org.eclipse.january.dataset.RunningAverage
 
getCurrentSlice() - Method in class org.eclipse.january.dataset.SliceNDIterator
Get current slice
getData() - Method in class org.eclipse.january.dataset.BooleanDatasetBase
This is a typed version of AbstractDataset.getBuffer()
getData() - Method in class org.eclipse.january.dataset.ByteDataset
This is a typed version of AbstractDataset.getBuffer()
getData() - Method in class org.eclipse.january.dataset.CompoundByteDataset
This is a typed version of AbstractDataset.getBuffer()
getData() - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
This is a typed version of AbstractDataset.getBuffer()
getData() - Method in class org.eclipse.january.dataset.CompoundFloatDataset
This is a typed version of AbstractDataset.getBuffer()
getData() - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
This is a typed version of AbstractDataset.getBuffer()
getData() - Method in class org.eclipse.january.dataset.CompoundLongDataset
This is a typed version of AbstractDataset.getBuffer()
getData() - Method in class org.eclipse.january.dataset.CompoundShortDataset
This is a typed version of AbstractDataset.getBuffer()
getData() - Method in class org.eclipse.january.dataset.DoubleDataset
This is a typed version of AbstractDataset.getBuffer()
getData() - Method in class org.eclipse.january.dataset.FloatDataset
This is a typed version of AbstractDataset.getBuffer()
getData() - Method in class org.eclipse.january.dataset.IntegerDataset
This is a typed version of AbstractDataset.getBuffer()
getData() - Method in class org.eclipse.january.dataset.LongDataset
This is a typed version of AbstractDataset.getBuffer()
getData() - Method in class org.eclipse.january.dataset.ObjectDatasetBase
This is a typed version of AbstractDataset.getBuffer()
getData() - Method in class org.eclipse.january.dataset.ShortDataset
This is a typed version of AbstractDataset.getBuffer()
getData() - Method in class org.eclipse.january.dataset.StringDatasetBase
This is a typed version of AbstractDataset.getBuffer()
getDataChunkDimensions() - Method in interface org.eclipse.january.metadata.DimensionMetadata
 
getDataDimensions() - Method in interface org.eclipse.january.metadata.DimensionMetadata
 
getDataMaxDimensions() - Method in interface org.eclipse.january.metadata.DimensionMetadata
 
getDataNames() - Method in interface org.eclipse.january.metadata.IMetadata
Returns a collection of dataset names or null if not implemented
getDataNames() - Method in class org.eclipse.january.metadata.Metadata
 
getDataset() - Method in interface org.eclipse.january.dataset.IDynamicShape
 
getDataset() - Method in class org.eclipse.january.dataset.LazyDynamicDataset
 
getDataset(IMonitor, SliceND) - Method in interface org.eclipse.january.io.ILazyLoader
 
getDatasetName() - Method in interface org.eclipse.january.dataset.IDatasetConnector
The dataset location/name in the file
getDatasetName() - Method in interface org.eclipse.january.metadata.OriginMetadata
 
getDataShapes() - Method in interface org.eclipse.january.metadata.IMetadata
Can be implemented to return shapes of dataset (shape can be null if it is not known)
getDataShapes() - Method in class org.eclipse.january.metadata.Metadata
 
getDataSizes() - Method in interface org.eclipse.january.metadata.IMetadata
Can be implemented to return sizes of datasets (size can be null if it is not known)
getDataSizes() - Method in class org.eclipse.january.metadata.Metadata
 
getDate() - Method in interface org.eclipse.january.dataset.DateDataset
Get the first date.
getDate(int) - Method in interface org.eclipse.january.dataset.DateDataset
Get the date at index i.
getDate(int, int) - Method in interface org.eclipse.january.dataset.DateDataset
Get the date at index i, j.
getDate(int...) - Method in interface org.eclipse.january.dataset.DateDataset
Get the date at given indices
getDate() - Method in class org.eclipse.january.dataset.DateDatasetImpl
 
getDate(int) - Method in class org.eclipse.january.dataset.DateDatasetImpl
 
getDate(int, int) - Method in class org.eclipse.january.dataset.DateDatasetImpl
 
getDate(int...) - Method in class org.eclipse.january.dataset.DateDatasetImpl
 
getDateAbs(int) - Method in interface org.eclipse.january.dataset.DateDataset
Get the date at the given absolute index.
getDateAbs(int) - Method in class org.eclipse.january.dataset.DateDatasetImpl
 
getDouble() - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getDouble(int) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getDouble(int, int) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getDouble(int...) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getDouble() - Method in class org.eclipse.january.dataset.BooleanDataset
 
getDouble(int) - Method in class org.eclipse.january.dataset.BooleanDataset
 
getDouble(int, int) - Method in class org.eclipse.january.dataset.BooleanDataset
 
getDouble(int...) - Method in class org.eclipse.january.dataset.BooleanDataset
 
getDouble() - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getDouble(int) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getDouble(int, int) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getDouble(int...) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getDouble() - Method in class org.eclipse.january.dataset.ByteDataset
 
getDouble(int) - Method in class org.eclipse.january.dataset.ByteDataset
 
getDouble(int, int) - Method in class org.eclipse.january.dataset.ByteDataset
 
getDouble(int...) - Method in class org.eclipse.january.dataset.ByteDataset
 
getDouble() - Method in interface org.eclipse.january.dataset.Dataset
Get first item as a double.
getDouble(int) - Method in interface org.eclipse.january.dataset.Dataset
Get an item from given position as a double.
getDouble(int, int) - Method in interface org.eclipse.january.dataset.Dataset
Get an item from given position as a double.
getDouble() - Method in class org.eclipse.january.dataset.DoubleDataset
 
getDouble(int) - Method in class org.eclipse.january.dataset.DoubleDataset
 
getDouble(int, int) - Method in class org.eclipse.january.dataset.DoubleDataset
 
getDouble(int...) - Method in class org.eclipse.january.dataset.DoubleDataset
 
getDouble() - Method in class org.eclipse.january.dataset.FloatDataset
 
getDouble(int) - Method in class org.eclipse.january.dataset.FloatDataset
 
getDouble(int, int) - Method in class org.eclipse.january.dataset.FloatDataset
 
getDouble(int...) - Method in class org.eclipse.january.dataset.FloatDataset
 
getDouble(int...) - Method in interface org.eclipse.january.dataset.IDataset
 
getDouble() - Method in class org.eclipse.january.dataset.IntegerDataset
 
getDouble(int) - Method in class org.eclipse.january.dataset.IntegerDataset
 
getDouble(int, int) - Method in class org.eclipse.january.dataset.IntegerDataset
 
getDouble(int...) - Method in class org.eclipse.january.dataset.IntegerDataset
 
getDouble() - Method in class org.eclipse.january.dataset.LongDataset
 
getDouble(int) - Method in class org.eclipse.january.dataset.LongDataset
 
getDouble(int, int) - Method in class org.eclipse.january.dataset.LongDataset
 
getDouble(int...) - Method in class org.eclipse.january.dataset.LongDataset
 
getDouble() - Method in class org.eclipse.january.dataset.ObjectDataset
 
getDouble(int) - Method in class org.eclipse.january.dataset.ObjectDataset
 
getDouble(int, int) - Method in class org.eclipse.january.dataset.ObjectDataset
 
getDouble(int...) - Method in class org.eclipse.january.dataset.ObjectDataset
 
getDouble() - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getDouble(int) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getDouble(int, int) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getDouble(int...) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getDouble() - Method in class org.eclipse.january.dataset.ShortDataset
 
getDouble(int) - Method in class org.eclipse.january.dataset.ShortDataset
 
getDouble(int, int) - Method in class org.eclipse.january.dataset.ShortDataset
 
getDouble(int...) - Method in class org.eclipse.january.dataset.ShortDataset
 
getDouble() - Method in class org.eclipse.january.dataset.StringDataset
 
getDouble(int) - Method in class org.eclipse.january.dataset.StringDataset
 
getDouble(int, int) - Method in class org.eclipse.january.dataset.StringDataset
 
getDouble(int...) - Method in class org.eclipse.january.dataset.StringDataset
 
getDouble() - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getDouble(int) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getDouble(int, int) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getDouble(int...) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getDoubleArray(double[]) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getDoubleArray(double[], int) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getDoubleArray(double[], int, int) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getDoubleArray(double[], int...) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getDoubleArray() - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getDoubleArray(int) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getDoubleArray(int, int) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getDoubleArray(int...) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getDoubleArray(double[]) - Method in interface org.eclipse.january.dataset.CompoundDataset
Get first item as a double array
getDoubleArray(double[], int) - Method in interface org.eclipse.january.dataset.CompoundDataset
Get an item as a double array
getDoubleArray(double[], int, int) - Method in interface org.eclipse.january.dataset.CompoundDataset
Get an item as a double array
getDoubleArray(double[], int...) - Method in interface org.eclipse.january.dataset.CompoundDataset
Get an item as a double array
getDoubleArray() - Method in interface org.eclipse.january.dataset.CompoundDataset
 
getDoubleArray(int) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
getDoubleArray(int, int) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
getDoubleArray(int...) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
getDoubleArray() - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getDoubleArray(int) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getDoubleArray(int, int) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getDoubleArray(int...) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getDoubleArray() - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getDoubleArray(int) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getDoubleArray(int, int) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getDoubleArray(int...) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getDoubleArray() - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getDoubleArray(int) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getDoubleArray(int, int) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getDoubleArray(int...) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getDoubleArray() - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getDoubleArray(int) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getDoubleArray(int, int) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getDoubleArray(int...) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getDoubleArray() - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getDoubleArray(int) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getDoubleArray(int, int) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getDoubleArray(int...) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getDoubleArrayAbs(int, double[]) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getDoubleArrayAbs(int, double[]) - Method in interface org.eclipse.january.dataset.CompoundDataset
Get an item as a double array
getDoubleArrayAbs(int, double[]) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getDoubleArrayAbs(int, double[]) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getDoubleArrayAbs(int, double[]) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getDoubleArrayAbs(int, double[]) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getDoubleArrayAbs(int, double[]) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getDroppedCount() - Method in class org.eclipse.january.metadata.DynamicConnectionInfo
 
getDType() - Method in class org.eclipse.january.dataset.AggregateDataset
 
getDType() - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getDType() - Method in class org.eclipse.january.dataset.ByteDataset
 
getDType() - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
getDType() - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
getDType() - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getDType() - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getDType() - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getDType() - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getDType() - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getDType() - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getDType() - Method in interface org.eclipse.january.dataset.Dataset
 
getDType() - Method in class org.eclipse.january.dataset.DoubleDataset
 
getDType(Class<? extends Dataset>) - Static method in class org.eclipse.january.dataset.DTypeUtils
 
getDType(ILazyDataset) - Static method in class org.eclipse.january.dataset.DTypeUtils
Get dataset type from given dataset
getDType() - Method in class org.eclipse.january.dataset.FloatDataset
 
getDType() - Method in class org.eclipse.january.dataset.IntegerDataset
 
getDType() - Method in class org.eclipse.january.dataset.LazyDataset
Can return -1 for unknown
getDType() - Method in class org.eclipse.january.dataset.LazyDatasetBase
 
getDType() - Method in class org.eclipse.january.dataset.LongDataset
 
getDType() - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getDType() - Method in class org.eclipse.january.dataset.RGBDataset
 
getDType() - Method in class org.eclipse.january.dataset.ShortDataset
 
getDType() - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getDTypeFromClass(Class<? extends Object>) - Static method in class org.eclipse.january.dataset.DTypeUtils
Get dataset type from an element class
getDTypeFromClass(Class<? extends Object>, int) - Static method in class org.eclipse.january.dataset.DTypeUtils
Get dataset type from an element class
getDTypeFromObject(Object) - Static method in class org.eclipse.january.dataset.DTypeUtils
Get dataset type from an object.
getDTypeName(Dataset) - Static method in class org.eclipse.january.dataset.DTypeUtils
 
getDTypeName(ILazyDataset) - Static method in class org.eclipse.january.dataset.DTypeUtils
 
getDTypeName(int, int) - Static method in class org.eclipse.january.dataset.DTypeUtils
 
getElementalDType(int) - Static method in class org.eclipse.january.dataset.DTypeUtils
 
getElementBooleanAbs(int) - Method in class org.eclipse.january.dataset.BooleanDataset
 
getElementBooleanAbs(int) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getElementBooleanAbs(int) - Method in class org.eclipse.january.dataset.ByteDataset
 
getElementBooleanAbs(int) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getElementBooleanAbs(int) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getElementBooleanAbs(int) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getElementBooleanAbs(int) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getElementBooleanAbs(int) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getElementBooleanAbs(int) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getElementBooleanAbs(int) - Method in interface org.eclipse.january.dataset.Dataset
Get an element from given absolute index as a boolean.
getElementBooleanAbs(int) - Method in class org.eclipse.january.dataset.DoubleDataset
 
getElementBooleanAbs(int) - Method in class org.eclipse.january.dataset.FloatDataset
 
getElementBooleanAbs(int) - Method in class org.eclipse.january.dataset.IntegerDataset
 
getElementBooleanAbs(int) - Method in class org.eclipse.january.dataset.LongDataset
 
getElementBooleanAbs(int) - Method in class org.eclipse.january.dataset.ObjectDataset
 
getElementBooleanAbs(int) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getElementBooleanAbs(int) - Method in class org.eclipse.january.dataset.ShortDataset
 
getElementBooleanAbs(int) - Method in class org.eclipse.january.dataset.StringDataset
 
getElementBooleanAbs(int) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getElementClass() - Method in class org.eclipse.january.dataset.AbstractDataset
 
getElementClass() - Method in class org.eclipse.january.dataset.AggregateDataset
 
getElementClass(int) - Static method in class org.eclipse.january.dataset.DTypeUtils
 
getElementClass() - Method in interface org.eclipse.january.dataset.ILazyDataset
 
getElementClass() - Method in class org.eclipse.january.dataset.LazyDatasetBase
 
getElementDoubleAbs(int) - Method in class org.eclipse.january.dataset.BooleanDataset
 
getElementDoubleAbs(int) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getElementDoubleAbs(int) - Method in class org.eclipse.january.dataset.ByteDataset
 
getElementDoubleAbs(int) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getElementDoubleAbs(int) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getElementDoubleAbs(int) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getElementDoubleAbs(int) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getElementDoubleAbs(int) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getElementDoubleAbs(int) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getElementDoubleAbs(int) - Method in interface org.eclipse.january.dataset.Dataset
Get an element from given absolute index as a double.
getElementDoubleAbs(int) - Method in class org.eclipse.january.dataset.DoubleDataset
 
getElementDoubleAbs(int) - Method in class org.eclipse.january.dataset.FloatDataset
 
getElementDoubleAbs(int) - Method in class org.eclipse.january.dataset.IntegerDataset
 
getElementDoubleAbs(int) - Method in class org.eclipse.january.dataset.LongDataset
 
getElementDoubleAbs(int) - Method in class org.eclipse.january.dataset.ObjectDataset
 
getElementDoubleAbs(int) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getElementDoubleAbs(int) - Method in class org.eclipse.january.dataset.ShortDataset
 
getElementDoubleAbs(int) - Method in class org.eclipse.january.dataset.StringDataset
 
getElementDoubleAbs(int) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getElementLongAbs(int) - Method in class org.eclipse.january.dataset.BooleanDataset
 
getElementLongAbs(int) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getElementLongAbs(int) - Method in class org.eclipse.january.dataset.ByteDataset
 
getElementLongAbs(int) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getElementLongAbs(int) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getElementLongAbs(int) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getElementLongAbs(int) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getElementLongAbs(int) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getElementLongAbs(int) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getElementLongAbs(int) - Method in interface org.eclipse.january.dataset.Dataset
Get an element from given absolute index as a long.
getElementLongAbs(int) - Method in class org.eclipse.january.dataset.DoubleDataset
 
getElementLongAbs(int) - Method in class org.eclipse.january.dataset.FloatDataset
 
getElementLongAbs(int) - Method in class org.eclipse.january.dataset.IntegerDataset
 
getElementLongAbs(int) - Method in class org.eclipse.january.dataset.LongDataset
 
getElementLongAbs(int) - Method in class org.eclipse.january.dataset.ObjectDataset
 
getElementLongAbs(int) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getElementLongAbs(int) - Method in class org.eclipse.january.dataset.ShortDataset
 
getElementLongAbs(int) - Method in class org.eclipse.january.dataset.StringDataset
 
getElementLongAbs(int) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getElements(int) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getElements(int) - Method in interface org.eclipse.january.dataset.CompoundDataset
Get chosen elements from each item as a dataset
getElements(int) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getElements(int) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getElements(int) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getElements(int) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getElements(int) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getElementsPerItem() - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getElementsPerItem() - Method in class org.eclipse.january.dataset.AbstractDataset
 
getElementsPerItem() - Method in class org.eclipse.january.dataset.AggregateDataset
 
getElementsPerItem(int) - Static method in class org.eclipse.january.dataset.DTypeUtils
 
getElementsPerItem() - Method in interface org.eclipse.january.dataset.ILazyDataset
 
getElementsPerItem() - Method in class org.eclipse.january.dataset.LazyDataset
Can return -1 for unknown
getElementsView(int) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getElementsView(int) - Method in interface org.eclipse.january.dataset.CompoundDataset
Get chosen elements from each item as a view on dataset
getElementsView(int) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getElementsView(int) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getElementsView(int) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getElementsView(int) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getElementsView(int) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getEnd() - Method in class org.eclipse.january.dataset.Slice
 
getEnergyAxisGlobalOffset() - Method in interface org.eclipse.january.metadata.ARPESMetadata
 
getEnergyAxisOffset() - Method in interface org.eclipse.january.metadata.ARPESMetadata
 
getError(int) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getError(int, int) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getError(int...) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getError() - Method in class org.eclipse.january.dataset.AbstractDataset
 
getError(int) - Method in class org.eclipse.january.dataset.AbstractDataset
 
getError(int, int) - Method in class org.eclipse.january.dataset.AbstractDataset
 
getError(int...) - Method in class org.eclipse.january.dataset.AbstractDataset
 
getError() - Method in interface org.eclipse.january.dataset.Dataset
Get the error for the first item.
getError(int) - Method in interface org.eclipse.january.dataset.Dataset
Get the error for given position.
getError(int, int) - Method in interface org.eclipse.january.dataset.Dataset
Get the error for given position.
getError(int...) - Method in interface org.eclipse.january.dataset.IDataset
Get the error for a given position.
getError() - Method in interface org.eclipse.january.metadata.ErrorMetadata
Get error dataset
getErrorArray(int) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getErrorArray(int, int) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getErrorArray(int...) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getErrorArray(int) - Method in class org.eclipse.january.dataset.AbstractDataset
 
getErrorArray(int, int) - Method in class org.eclipse.january.dataset.AbstractDataset
 
getErrorArray(int...) - Method in class org.eclipse.january.dataset.AbstractDataset
 
getErrorArray(int) - Method in interface org.eclipse.january.dataset.Dataset
Get the error values for given position
getErrorArray(int, int) - Method in interface org.eclipse.january.dataset.Dataset
Get the error values for given position
getErrorArray(int...) - Method in interface org.eclipse.january.dataset.IDataset
Get the error values for a single point in the dataset
getErrorBuffer() - Method in class org.eclipse.january.dataset.AbstractDataset
 
getErrorBuffer() - Method in interface org.eclipse.january.dataset.Dataset
Get the (un-broadcasted) dataset that backs the (squared) error data
getErrorMetadata() - Method in class org.eclipse.january.dataset.LazyDatasetBase
 
getErrors() - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getErrors() - Method in class org.eclipse.january.dataset.AbstractDataset
 
getErrors() - Method in class org.eclipse.january.dataset.AggregateDataset
 
getErrors() - Method in interface org.eclipse.january.dataset.CompoundDataset
 
getErrors() - Method in interface org.eclipse.january.dataset.Dataset
Get the error array from the dataset of same shape.
getErrors() - Method in interface org.eclipse.january.dataset.IDataset
 
getErrors() - Method in interface org.eclipse.january.dataset.ILazyDataset
Get the errors, if any.
getErrors() - Method in class org.eclipse.january.dataset.LazyDatasetBase
 
getFieldOfView() - Method in interface org.eclipse.january.metadata.PeemMetadata
 
getFileName() - Method in interface org.eclipse.january.metadata.IExtendedMetadata
 
getFileOwner() - Method in interface org.eclipse.january.metadata.IExtendedMetadata
 
getFilePath() - Method in class org.eclipse.january.dataset.DataEvent
 
getFilePath() - Method in interface org.eclipse.january.metadata.IMetadata
 
getFilePath() - Method in class org.eclipse.january.metadata.Metadata
 
getFilePath() - Method in interface org.eclipse.january.metadata.OriginMetadata
 
getFileSize() - Method in interface org.eclipse.january.metadata.IExtendedMetadata
 
getFillValue() - Method in interface org.eclipse.january.dataset.ILazyWriteableDataset
Get the value used to fill an un-initialized dataset
getFillValue() - Method in class org.eclipse.january.dataset.LazyWriteableDataset
 
getFirst1DIndex() - Method in class org.eclipse.january.dataset.AbstractDataset
 
getFirstMetadata(Class<T>) - Method in interface org.eclipse.january.dataset.IMetadataProvider
 
getFirstMetadata(Class<T>) - Method in class org.eclipse.january.dataset.LazyDatasetBase
 
getFirstShape() - Method in class org.eclipse.january.dataset.BroadcastPairIterator
 
getFirstShape() - Method in class org.eclipse.january.dataset.BroadcastSingleIterator
 
getFirstValue() - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getFirstValue(int) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getFirstValue(int, int) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getFirstValue(int...) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getFirstValue() - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getFirstValue(int) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getFirstValue(int, int) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getFirstValue(int...) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getFirstValue() - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getFirstValue(int) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getFirstValue(int, int) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getFirstValue(int...) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getFirstValue() - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getFirstValue(int) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getFirstValue(int, int) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getFirstValue(int...) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getFirstValue() - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getFirstValue(int) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getFirstValue(int, int) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getFirstValue(int...) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getFirstValue() - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getFirstValue(int) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getFirstValue(int, int) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getFirstValue(int...) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getFirstValue() - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getFirstValue(int) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getFirstValue(int, int) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getFirstValue(int...) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getFlat1DIndex(int[], int[]) - Static method in class org.eclipse.january.dataset.ShapeUtils
Get flattened view index of given position
getFloat() - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getFloat(int) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getFloat(int, int) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getFloat(int...) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getFloat() - Method in class org.eclipse.january.dataset.BooleanDataset
 
getFloat(int) - Method in class org.eclipse.january.dataset.BooleanDataset
 
getFloat(int, int) - Method in class org.eclipse.january.dataset.BooleanDataset
 
getFloat(int...) - Method in class org.eclipse.january.dataset.BooleanDataset
 
getFloat() - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getFloat(int) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getFloat(int, int) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getFloat(int...) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getFloat() - Method in class org.eclipse.january.dataset.ByteDataset
 
getFloat(int) - Method in class org.eclipse.january.dataset.ByteDataset
 
getFloat(int, int) - Method in class org.eclipse.january.dataset.ByteDataset
 
getFloat(int...) - Method in class org.eclipse.january.dataset.ByteDataset
 
getFloat() - Method in interface org.eclipse.january.dataset.Dataset
Get first item as a float.
getFloat(int) - Method in interface org.eclipse.january.dataset.Dataset
Get an item from given position as a float.
getFloat(int, int) - Method in interface org.eclipse.january.dataset.Dataset
Get an item from given position as a float.
getFloat() - Method in class org.eclipse.january.dataset.DoubleDataset
 
getFloat(int) - Method in class org.eclipse.january.dataset.DoubleDataset
 
getFloat(int, int) - Method in class org.eclipse.january.dataset.DoubleDataset
 
getFloat(int...) - Method in class org.eclipse.january.dataset.DoubleDataset
 
getFloat() - Method in class org.eclipse.january.dataset.FloatDataset
 
getFloat(int) - Method in class org.eclipse.january.dataset.FloatDataset
 
getFloat(int, int) - Method in class org.eclipse.january.dataset.FloatDataset
 
getFloat(int...) - Method in class org.eclipse.january.dataset.FloatDataset
 
getFloat(int...) - Method in interface org.eclipse.january.dataset.IDataset
 
getFloat() - Method in class org.eclipse.january.dataset.IntegerDataset
 
getFloat(int) - Method in class org.eclipse.january.dataset.IntegerDataset
 
getFloat(int, int) - Method in class org.eclipse.january.dataset.IntegerDataset
 
getFloat(int...) - Method in class org.eclipse.january.dataset.IntegerDataset
 
getFloat() - Method in class org.eclipse.january.dataset.LongDataset
 
getFloat(int) - Method in class org.eclipse.january.dataset.LongDataset
 
getFloat(int, int) - Method in class org.eclipse.january.dataset.LongDataset
 
getFloat(int...) - Method in class org.eclipse.january.dataset.LongDataset
 
getFloat() - Method in class org.eclipse.january.dataset.ObjectDataset
 
getFloat(int) - Method in class org.eclipse.january.dataset.ObjectDataset
 
getFloat(int, int) - Method in class org.eclipse.january.dataset.ObjectDataset
 
getFloat(int...) - Method in class org.eclipse.january.dataset.ObjectDataset
 
getFloat() - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getFloat(int) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getFloat(int, int) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getFloat(int...) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getFloat() - Method in class org.eclipse.january.dataset.ShortDataset
 
getFloat(int) - Method in class org.eclipse.january.dataset.ShortDataset
 
getFloat(int, int) - Method in class org.eclipse.january.dataset.ShortDataset
 
getFloat(int...) - Method in class org.eclipse.january.dataset.ShortDataset
 
getFloat() - Method in class org.eclipse.january.dataset.StringDataset
 
getFloat(int) - Method in class org.eclipse.january.dataset.StringDataset
 
getFloat(int, int) - Method in class org.eclipse.january.dataset.StringDataset
 
getFloat(int...) - Method in class org.eclipse.january.dataset.StringDataset
 
getFloat() - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getFloat(int) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getFloat(int, int) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getFloat(int...) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getFloatArray() - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getFloatArray(int) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getFloatArray(int, int) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getFloatArray(int...) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getFloatArray() - Method in interface org.eclipse.january.dataset.CompoundDataset
 
getFloatArray(int) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
getFloatArray(int, int) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
getFloatArray(int...) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
getFloatArray() - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getFloatArray(int) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getFloatArray(int, int) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getFloatArray(int...) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getFloatArray() - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getFloatArray(int) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getFloatArray(int, int) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getFloatArray(int...) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getFloatArray() - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getFloatArray(int) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getFloatArray(int, int) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getFloatArray(int...) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getFloatArray() - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getFloatArray(int) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getFloatArray(int, int) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getFloatArray(int...) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getFloatArray() - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getFloatArray(int) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getFloatArray(int, int) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getFloatArray(int...) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getFullPath() - Method in interface org.eclipse.january.metadata.IExtendedMetadata
 
getGreen() - Method in class org.eclipse.january.dataset.RGBDataset
 
getGreen(int) - Method in class org.eclipse.january.dataset.RGBDataset
 
getGreen(int, int) - Method in class org.eclipse.january.dataset.RGBDataset
 
getGreen(int...) - Method in class org.eclipse.january.dataset.RGBDataset
 
getGreenAbs(int) - Method in class org.eclipse.january.dataset.RGBDataset
Get a green value from given absolute index as a short - note this index does not take in account the item size so be careful when using with multi-element items
getGreenView() - Method in class org.eclipse.january.dataset.RGBDataset
 
getHash(int[]) - Method in interface org.eclipse.january.metadata.StatisticsMetadata
 
getImag() - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
getImag(int) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
getImag(int, int) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
getImag(int...) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
getImag() - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
getImag(int) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
getImag(int, int) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
getImag(int...) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
getImaginaryPart() - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
getImaginaryPart() - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
getImaginaryView() - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
getImaginaryView() - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
getIndices() - Method in class org.eclipse.january.dataset.AbstractDataset
 
getIndices() - Method in interface org.eclipse.january.dataset.Dataset
Generate an index dataset for current dataset
getInt() - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getInt(int) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getInt(int, int) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getInt(int...) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getInt() - Method in class org.eclipse.january.dataset.BooleanDataset
 
getInt(int) - Method in class org.eclipse.january.dataset.BooleanDataset
 
getInt(int, int) - Method in class org.eclipse.january.dataset.BooleanDataset
 
getInt(int...) - Method in class org.eclipse.january.dataset.BooleanDataset
 
getInt() - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getInt(int) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getInt(int, int) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getInt(int...) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getInt() - Method in class org.eclipse.january.dataset.ByteDataset
 
getInt(int) - Method in class org.eclipse.january.dataset.ByteDataset
 
getInt(int, int) - Method in class org.eclipse.january.dataset.ByteDataset
 
getInt(int...) - Method in class org.eclipse.january.dataset.ByteDataset
 
getInt() - Method in interface org.eclipse.january.dataset.Dataset
Get first item as an int.
getInt(int) - Method in interface org.eclipse.january.dataset.Dataset
Get an item from given position as an int.
getInt(int, int) - Method in interface org.eclipse.january.dataset.Dataset
Get an item from given position as an int.
getInt() - Method in class org.eclipse.january.dataset.DoubleDataset
 
getInt(int) - Method in class org.eclipse.january.dataset.DoubleDataset
 
getInt(int, int) - Method in class org.eclipse.january.dataset.DoubleDataset
 
getInt(int...) - Method in class org.eclipse.january.dataset.DoubleDataset
 
getInt() - Method in class org.eclipse.january.dataset.FloatDataset
 
getInt(int) - Method in class org.eclipse.january.dataset.FloatDataset
 
getInt(int, int) - Method in class org.eclipse.january.dataset.FloatDataset
 
getInt(int...) - Method in class org.eclipse.january.dataset.FloatDataset
 
getInt(int...) - Method in interface org.eclipse.january.dataset.IDataset
 
getInt() - Method in class org.eclipse.january.dataset.IntegerDataset
 
getInt(int) - Method in class org.eclipse.january.dataset.IntegerDataset
 
getInt(int, int) - Method in class org.eclipse.january.dataset.IntegerDataset
 
getInt(int...) - Method in class org.eclipse.january.dataset.IntegerDataset
 
getInt() - Method in class org.eclipse.january.dataset.LongDataset
 
getInt(int) - Method in class org.eclipse.january.dataset.LongDataset
 
getInt(int, int) - Method in class org.eclipse.january.dataset.LongDataset
 
getInt(int...) - Method in class org.eclipse.january.dataset.LongDataset
 
getInt() - Method in class org.eclipse.january.dataset.ObjectDataset
 
getInt(int) - Method in class org.eclipse.january.dataset.ObjectDataset
 
getInt(int, int) - Method in class org.eclipse.january.dataset.ObjectDataset
 
getInt(int...) - Method in class org.eclipse.january.dataset.ObjectDataset
 
getInt() - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getInt(int) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getInt(int, int) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getInt(int...) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getInt() - Method in class org.eclipse.january.dataset.ShortDataset
 
getInt(int) - Method in class org.eclipse.january.dataset.ShortDataset
 
getInt(int, int) - Method in class org.eclipse.january.dataset.ShortDataset
 
getInt(int...) - Method in class org.eclipse.january.dataset.ShortDataset
 
getInt(int) - Method in class org.eclipse.january.dataset.StringDataset
 
getInt(int, int) - Method in class org.eclipse.january.dataset.StringDataset
 
getInt(int...) - Method in class org.eclipse.january.dataset.StringDataset
 
getInt() - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getInt(int) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getInt(int, int) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getInt(int...) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getIntArray() - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getIntArray(int) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getIntArray(int, int) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getIntArray(int...) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getIntArray() - Method in interface org.eclipse.january.dataset.CompoundDataset
 
getIntArray(int) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
getIntArray(int, int) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
getIntArray(int...) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
getIntArray() - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getIntArray(int) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getIntArray(int, int) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getIntArray(int...) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getIntArray() - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getIntArray(int) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getIntArray(int, int) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getIntArray(int...) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getIntArray() - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getIntArray(int) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getIntArray(int, int) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getIntArray(int...) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getIntArray() - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getIntArray(int) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getIntArray(int, int) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getIntArray(int...) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getIntArray() - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getIntArray(int) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getIntArray(int, int) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getIntArray(int...) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getInternalMetadata() - Method in class org.eclipse.january.metadata.Metadata
Internal use only
getInternalSquaredError() - Method in class org.eclipse.january.dataset.AbstractDataset
 
getItemBytes() - Method in class org.eclipse.january.dataset.AbstractDataset
 
getItemBytes(int) - Static method in class org.eclipse.january.dataset.DTypeUtils
 
getItemBytes(int, int) - Static method in class org.eclipse.january.dataset.DTypeUtils
 
getItemBytes() - Method in interface org.eclipse.january.dataset.IDataset
 
getIterator(boolean) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getIterator(int) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
Get an iterator that picks out the chosen element from all items
getIterator(boolean) - Method in class org.eclipse.january.dataset.AbstractDataset
 
getIterator() - Method in class org.eclipse.january.dataset.AbstractDataset
 
getIterator(boolean) - Method in interface org.eclipse.january.dataset.Dataset
 
getIterator() - Method in interface org.eclipse.january.dataset.Dataset
 
getKineticEnergies() - Method in interface org.eclipse.january.metadata.ARPESMetadata
 
getLargestDType(int) - Static method in class org.eclipse.january.dataset.DTypeUtils
The largest dataset type suitable for a summation of around a few thousand items without changing from the "kind" of dataset
getLastModified() - Method in interface org.eclipse.january.metadata.IExtendedMetadata
 
getLength(Object) - Static method in class org.eclipse.january.dataset.DTypeUtils
 
getLength() - Method in class org.eclipse.january.dataset.Slice
 
getLinear(IDataset, double) - Static method in class org.eclipse.january.dataset.Maths
getLinear(double[], CompoundDataset, double) - Static method in class org.eclipse.january.dataset.Maths
getLong() - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getLong(int) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getLong(int, int) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getLong(int...) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getLong() - Method in class org.eclipse.january.dataset.BooleanDataset
 
getLong(int) - Method in class org.eclipse.january.dataset.BooleanDataset
 
getLong(int, int) - Method in class org.eclipse.january.dataset.BooleanDataset
 
getLong(int...) - Method in class org.eclipse.january.dataset.BooleanDataset
 
getLong() - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getLong(int) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getLong(int, int) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getLong(int...) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getLong() - Method in class org.eclipse.january.dataset.ByteDataset
 
getLong(int) - Method in class org.eclipse.january.dataset.ByteDataset
 
getLong(int, int) - Method in class org.eclipse.january.dataset.ByteDataset
 
getLong(int...) - Method in class org.eclipse.january.dataset.ByteDataset
 
getLong() - Method in interface org.eclipse.january.dataset.Dataset
Get first item as a long.
getLong(int) - Method in interface org.eclipse.january.dataset.Dataset
Get an item from given position as a long.
getLong(int, int) - Method in interface org.eclipse.january.dataset.Dataset
Get an item from given position as a long.
getLong() - Method in class org.eclipse.january.dataset.DoubleDataset
 
getLong(int) - Method in class org.eclipse.january.dataset.DoubleDataset
 
getLong(int, int) - Method in class org.eclipse.january.dataset.DoubleDataset
 
getLong(int...) - Method in class org.eclipse.january.dataset.DoubleDataset
 
getLong() - Method in class org.eclipse.january.dataset.FloatDataset
 
getLong(int) - Method in class org.eclipse.january.dataset.FloatDataset
 
getLong(int, int) - Method in class org.eclipse.january.dataset.FloatDataset
 
getLong(int...) - Method in class org.eclipse.january.dataset.FloatDataset
 
getLong(int...) - Method in interface org.eclipse.january.dataset.IDataset
 
getLong() - Method in class org.eclipse.january.dataset.IntegerDataset
 
getLong(int) - Method in class org.eclipse.january.dataset.IntegerDataset
 
getLong(int, int) - Method in class org.eclipse.january.dataset.IntegerDataset
 
getLong(int...) - Method in class org.eclipse.january.dataset.IntegerDataset
 
getLong() - Method in class org.eclipse.january.dataset.LongDataset
 
getLong(int) - Method in class org.eclipse.january.dataset.LongDataset
 
getLong(int, int) - Method in class org.eclipse.january.dataset.LongDataset
 
getLong(int...) - Method in class org.eclipse.january.dataset.LongDataset
 
getLong() - Method in class org.eclipse.january.dataset.ObjectDataset
 
getLong(int) - Method in class org.eclipse.january.dataset.ObjectDataset
 
getLong(int, int) - Method in class org.eclipse.january.dataset.ObjectDataset
 
getLong(int...) - Method in class org.eclipse.january.dataset.ObjectDataset
 
getLong() - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getLong(int) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getLong(int, int) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getLong(int...) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getLong() - Method in class org.eclipse.january.dataset.ShortDataset
 
getLong(int) - Method in class org.eclipse.january.dataset.ShortDataset
 
getLong(int, int) - Method in class org.eclipse.january.dataset.ShortDataset
 
getLong(int...) - Method in class org.eclipse.january.dataset.ShortDataset
 
getLong() - Method in class org.eclipse.january.dataset.StringDataset
 
getLong(int) - Method in class org.eclipse.january.dataset.StringDataset
 
getLong(int, int) - Method in class org.eclipse.january.dataset.StringDataset
 
getLong(int...) - Method in class org.eclipse.january.dataset.StringDataset
 
getLong() - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getLong(int) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getLong(int, int) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getLong(int...) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getLongArray() - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getLongArray(int) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getLongArray(int, int) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getLongArray(int...) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getLongArray() - Method in interface org.eclipse.january.dataset.CompoundDataset
 
getLongArray(int) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
getLongArray(int, int) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
getLongArray(int...) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
getLongArray() - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getLongArray(int) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getLongArray(int, int) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getLongArray(int...) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getLongArray() - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getLongArray(int) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getLongArray(int, int) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getLongArray(int...) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getLongArray() - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getLongArray(int) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getLongArray(int, int) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getLongArray(int...) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getLongArray() - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getLongArray(int) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getLongArray(int, int) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getLongArray(int...) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getLongArray() - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getLongArray(int) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getLongArray(int, int) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getLongArray(int...) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getMask() - Method in interface org.eclipse.january.metadata.MaskMetadata
Get mask
getMaximum(boolean...) - Method in interface org.eclipse.january.metadata.StatisticsMetadata
 
getMaximum(int, boolean...) - Method in interface org.eclipse.january.metadata.StatisticsMetadata
 
getMaximumPositions(boolean...) - Method in interface org.eclipse.january.metadata.StatisticsMetadata
 
getMaxLineLength() - Static method in class org.eclipse.january.dataset.AbstractDataset
 
getMaxShape() - Method in interface org.eclipse.january.dataset.IDynamicShape
 
getMaxShape() - Method in class org.eclipse.january.dataset.LazyDynamicDataset
 
getMaxShape() - Method in class org.eclipse.january.dataset.SliceND
 
getMaxSliceLength(ILazyDataset, int) - Static method in class org.eclipse.january.dataset.LazyDataset
Gets the maximum size of a slice of a dataset in a given dimension which should normally fit in memory.
getMean(boolean...) - Method in interface org.eclipse.january.metadata.StatisticsMetadata
 
getMean(int, boolean...) - Method in interface org.eclipse.january.metadata.StatisticsMetadata
 
getMetadata() - Method in interface org.eclipse.january.dataset.IDataset
Deprecated.
Use #getFirstMetadata(IMetadata.class) instead
getMetadata() - Method in interface org.eclipse.january.dataset.IMetadataProvider
Deprecated.
Use #getFirstMetadata(IMetadata.class) instead
getMetadata(Class<T>) - Method in interface org.eclipse.january.dataset.IMetadataProvider
 
getMetadata() - Method in class org.eclipse.january.dataset.LazyDatasetBase
Deprecated.
getMetadata(Class<T>) - Method in class org.eclipse.january.dataset.LazyDatasetBase
 
getMetadata() - Method in interface org.eclipse.january.io.IMetaLoader
Returns an object containing some data about the data file to be read in.
getMetadataMap(Dataset, boolean) - Static method in class org.eclipse.january.dataset.AbstractDataset
 
getMetaNames() - Method in interface org.eclipse.january.metadata.IMetadata
Returns a collection of metadata names
getMetaNames() - Method in class org.eclipse.january.metadata.Metadata
 
getMetaValue(String) - Method in interface org.eclipse.january.metadata.IMetadata
Returns string value or null if not implemented
getMetaValue(String) - Method in class org.eclipse.january.metadata.Metadata
 
getMinimum(boolean...) - Method in interface org.eclipse.january.metadata.StatisticsMetadata
 
getMinimum(int, boolean...) - Method in interface org.eclipse.january.metadata.StatisticsMetadata
 
getMinimumPositions(boolean...) - Method in interface org.eclipse.january.metadata.StatisticsMetadata
 
getN() - Method in class org.eclipse.january.dataset.NullStorelessUnivariateStatistic
 
getName() - Method in class org.eclipse.january.dataset.AbstractDataset
 
getName() - Method in class org.eclipse.january.dataset.DataEvent
 
getName() - Method in class org.eclipse.january.dataset.LazyDatasetBase
 
getName() - Method in interface org.eclipse.january.INameable
 
getNbytes() - Method in class org.eclipse.january.dataset.AbstractDataset
 
getNbytes() - Method in interface org.eclipse.january.dataset.Dataset
 
getNDPosition(int) - Method in class org.eclipse.january.dataset.AbstractDataset
 
getNDPosition(int) - Method in interface org.eclipse.january.dataset.Dataset
This method calculates the n-dimensional position in the dataset of the given index in the data array
getNDPositionFromShape(int, int[]) - Static method in class org.eclipse.january.dataset.ShapeUtils
Get n-D position from given index
getNumSteps() - Method in class org.eclipse.january.dataset.Slice
 
getNumSteps(int, int) - Method in class org.eclipse.january.dataset.Slice
 
getObject() - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getObject(int) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getObject(int, int) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getObject(int...) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getObject() - Method in class org.eclipse.january.dataset.ByteDataset
 
getObject(int) - Method in class org.eclipse.january.dataset.ByteDataset
 
getObject(int, int) - Method in class org.eclipse.january.dataset.ByteDataset
 
getObject(int...) - Method in class org.eclipse.january.dataset.ByteDataset
 
getObject() - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
getObject(int) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
getObject(int, int) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
getObject(int...) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
getObject() - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
getObject(int) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
getObject(int, int) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
getObject(int...) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
getObject() - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getObject(int) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getObject(int, int) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getObject(int...) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getObject() - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getObject(int) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getObject(int, int) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getObject(int...) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getObject() - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getObject(int) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getObject(int, int) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getObject(int...) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getObject() - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getObject(int) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getObject(int, int) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getObject(int...) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getObject() - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getObject(int) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getObject(int, int) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getObject(int...) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getObject() - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getObject(int) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getObject(int, int) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getObject(int...) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getObject() - Method in interface org.eclipse.january.dataset.Dataset
Get first item as an object.
getObject(int) - Method in interface org.eclipse.january.dataset.Dataset
Get an item from given position as an object.
getObject(int, int) - Method in interface org.eclipse.january.dataset.Dataset
Get an item from given position as an object.
getObject() - Method in class org.eclipse.january.dataset.DoubleDataset
 
getObject(int) - Method in class org.eclipse.january.dataset.DoubleDataset
 
getObject(int, int) - Method in class org.eclipse.january.dataset.DoubleDataset
 
getObject(int...) - Method in class org.eclipse.january.dataset.DoubleDataset
 
getObject() - Method in class org.eclipse.january.dataset.FloatDataset
 
getObject(int) - Method in class org.eclipse.january.dataset.FloatDataset
 
getObject(int, int) - Method in class org.eclipse.january.dataset.FloatDataset
 
getObject(int...) - Method in class org.eclipse.january.dataset.FloatDataset
 
getObject(int...) - Method in interface org.eclipse.january.dataset.IDataset
 
getObject() - Method in class org.eclipse.january.dataset.IntegerDataset
 
getObject(int) - Method in class org.eclipse.january.dataset.IntegerDataset
 
getObject(int, int) - Method in class org.eclipse.january.dataset.IntegerDataset
 
getObject(int...) - Method in class org.eclipse.january.dataset.IntegerDataset
 
getObject() - Method in class org.eclipse.january.dataset.LongDataset
 
getObject(int) - Method in class org.eclipse.january.dataset.LongDataset
 
getObject(int, int) - Method in class org.eclipse.january.dataset.LongDataset
 
getObject(int...) - Method in class org.eclipse.january.dataset.LongDataset
 
getObject() - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getObject(int) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getObject(int, int) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getObject(int...) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getObject() - Method in class org.eclipse.january.dataset.ShortDataset
 
getObject(int) - Method in class org.eclipse.january.dataset.ShortDataset
 
getObject(int, int) - Method in class org.eclipse.january.dataset.ShortDataset
 
getObject(int...) - Method in class org.eclipse.january.dataset.ShortDataset
 
getObject() - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getObject(int) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getObject(int, int) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getObject(int...) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getObjectAbs(int) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getObjectAbs(int) - Method in class org.eclipse.january.dataset.ByteDataset
 
getObjectAbs(int) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
getObjectAbs(int) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
getObjectAbs(int) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getObjectAbs(int) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getObjectAbs(int) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getObjectAbs(int) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getObjectAbs(int) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getObjectAbs(int) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getObjectAbs(int) - Method in interface org.eclipse.january.dataset.Dataset
Get an item from given absolute index as an object.
getObjectAbs(int) - Method in class org.eclipse.january.dataset.DoubleDataset
 
getObjectAbs(int) - Method in class org.eclipse.january.dataset.FloatDataset
 
getObjectAbs(int) - Method in class org.eclipse.january.dataset.IntegerDataset
 
getObjectAbs(int) - Method in class org.eclipse.january.dataset.LongDataset
 
getObjectAbs(int) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getObjectAbs(int) - Method in class org.eclipse.january.dataset.ShortDataset
 
getObjectAbs(int) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getOffset() - Method in class org.eclipse.january.dataset.AbstractDataset
 
getOffset() - Method in interface org.eclipse.january.dataset.Dataset
 
getOmit() - Method in class org.eclipse.january.dataset.PositionIterator
 
getOmit() - Method in class org.eclipse.january.dataset.SliceNDIterator
 
getOmittedSlice() - Method in class org.eclipse.january.dataset.SliceNDIterator
Get omitted part of source slice which never changes
getOutput() - Method in class org.eclipse.january.dataset.BroadcastIterator
 
getOutput() - Method in class org.eclipse.january.dataset.SingleInputBroadcastIterator
 
getOutputSlice() - Method in class org.eclipse.january.dataset.SliceNDIterator
Get output or destination slice
getParent() - Method in interface org.eclipse.january.metadata.OriginMetadata
 
getPassEnergy() - Method in interface org.eclipse.january.metadata.ARPESMetadata
 
getPath() - Method in interface org.eclipse.january.dataset.IFileConnection
DataServer path, a local path on the server used to locate the remote dataset.
getPhotoelectronMomentum() - Method in interface org.eclipse.january.metadata.ARPESMetadata
 
getPhotonEnergy() - Method in interface org.eclipse.january.metadata.ARPESMetadata
 
getPolarAngles() - Method in interface org.eclipse.january.metadata.ARPESMetadata
 
getPos() - Method in class org.eclipse.january.dataset.BooleanIterator
 
getPos() - Method in class org.eclipse.january.dataset.BroadcastIteratorBase
 
getPos() - Method in class org.eclipse.january.dataset.ContiguousIterator
 
getPos() - Method in class org.eclipse.january.dataset.ContiguousIteratorWithPosition
 
getPos() - Method in class org.eclipse.january.dataset.ContiguousPairIterator
 
getPos() - Method in class org.eclipse.january.dataset.ContiguousSingleIterator
 
getPos() - Method in class org.eclipse.january.dataset.DiscontiguousIterator
 
getPos() - Method in class org.eclipse.january.dataset.IndexIterator
 
getPos() - Method in class org.eclipse.january.dataset.IntegerIterator
 
getPos() - Method in class org.eclipse.january.dataset.IntegersIterator
 
getPos() - Method in class org.eclipse.january.dataset.NullIterator
 
getPos() - Method in class org.eclipse.january.dataset.PositionIterator
 
getPos() - Method in class org.eclipse.january.dataset.SingleInputBroadcastIterator
 
getPos() - Method in class org.eclipse.january.dataset.SingleItemIterator
 
getPos() - Method in class org.eclipse.january.dataset.SliceIterator
 
getPos() - Method in class org.eclipse.january.dataset.SliceNDIterator
 
getPos() - Method in class org.eclipse.january.dataset.StrideIterator
 
getPosition(int) - Method in class org.eclipse.january.dataset.Slice
Get position of n-th step in slice
getPositionIterator(int...) - Method in class org.eclipse.january.dataset.AbstractDataset
 
getPositionIterator(int...) - Method in interface org.eclipse.january.dataset.Dataset
 
getRank() - Method in class org.eclipse.january.dataset.AbstractDataset
 
getRank() - Method in interface org.eclipse.january.dataset.ILazyDataset
The rank (or number of dimensions/indices) of the dataset can be zero for a zero-rank (single-valued) dataset
getRank() - Method in class org.eclipse.january.dataset.LazyDatasetBase
 
getReal() - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
getReal(int) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
getReal(int, int) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
getReal(int...) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
getReal() - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
getReal(int) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
getReal(int, int) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
getReal(int...) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
getRealPart() - Method in class org.eclipse.january.dataset.AbstractDataset
 
getRealPart() - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
getRealPart() - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
getRealPart() - Method in interface org.eclipse.january.dataset.Dataset
 
getRealView() - Method in class org.eclipse.january.dataset.AbstractDataset
 
getRealView() - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
getRealView() - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
getRealView() - Method in interface org.eclipse.january.dataset.Dataset
 
getReceivedCount() - Method in class org.eclipse.january.metadata.DynamicConnectionInfo
 
getRed() - Method in class org.eclipse.january.dataset.RGBDataset
 
getRed(int) - Method in class org.eclipse.january.dataset.RGBDataset
 
getRed(int, int) - Method in class org.eclipse.january.dataset.RGBDataset
 
getRed(int...) - Method in class org.eclipse.january.dataset.RGBDataset
 
getRedAbs(int) - Method in class org.eclipse.january.dataset.RGBDataset
Get a red value from given absolute index as a short - note this index does not take in account the item size so be careful when using with multi-element items
getRedView() - Method in class org.eclipse.january.dataset.RGBDataset
 
getResult() - Method in class org.eclipse.january.dataset.NullStorelessUnivariateStatistic
 
getScaling() - Method in interface org.eclipse.january.metadata.PeemMetadata
 
getScanCommand() - Method in interface org.eclipse.january.metadata.IExtendedMetadata
 
getSecondShape() - Method in class org.eclipse.january.dataset.BroadcastPairIterator
 
getSecondShape() - Method in class org.eclipse.january.dataset.BroadcastSingleIterator
 
getShape() - Method in class org.eclipse.january.dataset.AbstractDataset
 
getShape() - Method in class org.eclipse.january.dataset.BroadcastIteratorBase
 
getShape() - Method in class org.eclipse.january.dataset.ContiguousIteratorWithPosition
 
getShape() - Method in class org.eclipse.january.dataset.DataEvent
 
getShape() - Method in class org.eclipse.january.dataset.DiscontiguousIterator
 
getShape() - Method in interface org.eclipse.january.dataset.ILazyDataset
The shape (or array of lengths for each dimension) of the dataset can be empty for zero-rank datasets
getShape() - Method in class org.eclipse.january.dataset.IndexIterator
 
getShape() - Method in class org.eclipse.january.dataset.IntegersIterator
 
getShape() - Method in class org.eclipse.january.dataset.LazyDatasetBase
 
getShape() - Method in class org.eclipse.january.dataset.PositionIterator
 
getShape() - Method in class org.eclipse.january.dataset.SingleInputBroadcastIterator
 
getShape() - Method in class org.eclipse.january.dataset.SliceIterator
 
getShape() - Method in class org.eclipse.january.dataset.SliceND
 
getShape() - Method in class org.eclipse.january.dataset.SliceNDIterator
 
getShape() - Method in class org.eclipse.january.dataset.StrideIterator
 
getShapeFromObject(Object) - Static method in class org.eclipse.january.dataset.ShapeUtils
Get shape from object (array or list supported)
getShapeRef() - Method in class org.eclipse.january.dataset.AbstractDataset
 
getShapeRef() - Method in interface org.eclipse.january.dataset.Dataset
The shape (or array of lengths for each dimension) of the dataset can be empty for zero-rank datasets and null for null datasets
getShort() - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getShort(int) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getShort(int, int) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getShort(int...) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getShort() - Method in class org.eclipse.january.dataset.BooleanDataset
 
getShort(int) - Method in class org.eclipse.january.dataset.BooleanDataset
 
getShort(int, int) - Method in class org.eclipse.january.dataset.BooleanDataset
 
getShort(int...) - Method in class org.eclipse.january.dataset.BooleanDataset
 
getShort() - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getShort(int) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getShort(int, int) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getShort(int...) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getShort() - Method in class org.eclipse.january.dataset.ByteDataset
 
getShort(int) - Method in class org.eclipse.january.dataset.ByteDataset
 
getShort(int, int) - Method in class org.eclipse.january.dataset.ByteDataset
 
getShort(int...) - Method in class org.eclipse.january.dataset.ByteDataset
 
getShort() - Method in interface org.eclipse.january.dataset.Dataset
Get first item as a short.
getShort(int) - Method in interface org.eclipse.january.dataset.Dataset
Get an item from given position as a short.
getShort(int, int) - Method in interface org.eclipse.january.dataset.Dataset
Get an item from given position as a short.
getShort() - Method in class org.eclipse.january.dataset.DoubleDataset
 
getShort(int) - Method in class org.eclipse.january.dataset.DoubleDataset
 
getShort(int, int) - Method in class org.eclipse.january.dataset.DoubleDataset
 
getShort(int...) - Method in class org.eclipse.january.dataset.DoubleDataset
 
getShort() - Method in class org.eclipse.january.dataset.FloatDataset
 
getShort(int) - Method in class org.eclipse.january.dataset.FloatDataset
 
getShort(int, int) - Method in class org.eclipse.january.dataset.FloatDataset
 
getShort(int...) - Method in class org.eclipse.january.dataset.FloatDataset
 
getShort(int...) - Method in interface org.eclipse.january.dataset.IDataset
 
getShort() - Method in class org.eclipse.january.dataset.IntegerDataset
 
getShort(int) - Method in class org.eclipse.january.dataset.IntegerDataset
 
getShort(int, int) - Method in class org.eclipse.january.dataset.IntegerDataset
 
getShort(int...) - Method in class org.eclipse.january.dataset.IntegerDataset
 
getShort() - Method in class org.eclipse.january.dataset.LongDataset
 
getShort(int) - Method in class org.eclipse.january.dataset.LongDataset
 
getShort(int, int) - Method in class org.eclipse.january.dataset.LongDataset
 
getShort(int...) - Method in class org.eclipse.january.dataset.LongDataset
 
getShort() - Method in class org.eclipse.january.dataset.ObjectDataset
 
getShort(int) - Method in class org.eclipse.january.dataset.ObjectDataset
 
getShort(int, int) - Method in class org.eclipse.january.dataset.ObjectDataset
 
getShort(int...) - Method in class org.eclipse.january.dataset.ObjectDataset
 
getShort() - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getShort(int) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getShort(int, int) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getShort(int...) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getShort() - Method in class org.eclipse.january.dataset.ShortDataset
 
getShort(int) - Method in class org.eclipse.january.dataset.ShortDataset
 
getShort(int, int) - Method in class org.eclipse.january.dataset.ShortDataset
 
getShort(int...) - Method in class org.eclipse.january.dataset.ShortDataset
 
getShort() - Method in class org.eclipse.january.dataset.StringDataset
 
getShort(int) - Method in class org.eclipse.january.dataset.StringDataset
 
getShort(int, int) - Method in class org.eclipse.january.dataset.StringDataset
 
getShort(int...) - Method in class org.eclipse.january.dataset.StringDataset
 
getShort() - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getShort(int) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getShort(int, int) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getShort(int...) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getShortArray() - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getShortArray(int) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getShortArray(int, int) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getShortArray(int...) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getShortArray() - Method in interface org.eclipse.january.dataset.CompoundDataset
 
getShortArray(int) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
getShortArray(int, int) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
getShortArray(int...) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
getShortArray() - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getShortArray(int) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getShortArray(int, int) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getShortArray(int...) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getShortArray() - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getShortArray(int) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getShortArray(int, int) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getShortArray(int...) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getShortArray() - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getShortArray(int) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getShortArray(int, int) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getShortArray(int...) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getShortArray() - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getShortArray(int) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getShortArray(int, int) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getShortArray(int...) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getShortArray() - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getShortArray(int) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getShortArray(int, int) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getShortArray(int...) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getSize() - Method in class org.eclipse.january.dataset.AbstractDataset
 
getSize() - Method in class org.eclipse.january.dataset.AggregateDataset
 
getSize() - Method in interface org.eclipse.january.dataset.ILazyDataset
The size of the dataset is the number of items in the array
getSize() - Method in class org.eclipse.january.dataset.LazyDataset
 
getSlice(IMonitor, int[], int[], int[]) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getSlice(IMonitor, Slice...) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getSlice(IMonitor, SliceND) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getSlice(int[], int[], int[]) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getSlice(Slice...) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getSlice(SliceND) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getSlice(SliceIterator) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getSlice(int[], int[], int[]) - Method in class org.eclipse.january.dataset.AbstractDataset
 
getSlice(Slice...) - Method in class org.eclipse.january.dataset.AbstractDataset
 
getSlice(IMonitor, Slice...) - Method in class org.eclipse.january.dataset.AbstractDataset
 
getSlice(IMonitor, SliceND) - Method in class org.eclipse.january.dataset.AbstractDataset
 
getSlice(IMonitor, int[], int[], int[]) - Method in class org.eclipse.january.dataset.AbstractDataset
 
getSlice(SliceND) - Method in class org.eclipse.january.dataset.AbstractDataset
Get a slice of the dataset.
getSlice(SliceIterator) - Method in class org.eclipse.january.dataset.AbstractDataset
Get a slice of the dataset.
getSlice(int[], int[], int[]) - Method in class org.eclipse.january.dataset.AggregateDataset
 
getSlice(IMonitor, int[], int[], int[]) - Method in class org.eclipse.january.dataset.AggregateDataset
 
getSlice(IMonitor, SliceND) - Method in class org.eclipse.january.dataset.AggregateDataset
 
getSlice(Slice...) - Method in class org.eclipse.january.dataset.AggregateDataset
 
getSlice(SliceND) - Method in class org.eclipse.january.dataset.AggregateDataset
 
getSlice(IMonitor, Slice...) - Method in class org.eclipse.january.dataset.AggregateDataset
 
getSlice(SliceIterator) - Method in class org.eclipse.january.dataset.BooleanDataset
 
getSlice(SliceIterator) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getSlice(SliceIterator) - Method in class org.eclipse.january.dataset.ByteDataset
 
getSlice(SliceIterator) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
getSlice(SliceIterator) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
getSlice(SliceIterator) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getSlice(IMonitor, int[], int[], int[]) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
getSlice(IMonitor, Slice...) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
getSlice(IMonitor, SliceND) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
getSlice(int[], int[], int[]) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
getSlice(Slice...) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
getSlice(SliceND) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
getSlice(SliceIterator) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getSlice(SliceIterator) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getSlice(SliceIterator) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getSlice(SliceIterator) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getSlice(SliceIterator) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getSlice(int[], int[], int[]) - Method in interface org.eclipse.january.dataset.Dataset
 
getSlice(IMonitor, int[], int[], int[]) - Method in interface org.eclipse.january.dataset.Dataset
 
getSlice(Slice...) - Method in interface org.eclipse.january.dataset.Dataset
 
getSlice(IMonitor, Slice...) - Method in interface org.eclipse.january.dataset.Dataset
 
getSlice(SliceND) - Method in interface org.eclipse.january.dataset.Dataset
 
getSlice(IMonitor, SliceND) - Method in interface org.eclipse.january.dataset.Dataset
 
getSlice(SliceIterator) - Method in class org.eclipse.january.dataset.DoubleDataset
 
getSlice(SliceIterator) - Method in class org.eclipse.january.dataset.FloatDataset
 
getSlice(int[], int[], int[]) - Method in interface org.eclipse.january.dataset.IDataset
 
getSlice(Slice...) - Method in interface org.eclipse.january.dataset.IDataset
 
getSlice(SliceND) - Method in interface org.eclipse.january.dataset.IDataset
 
getSlice(int[], int[], int[]) - Method in interface org.eclipse.january.dataset.ILazyDataset
Get a slice of the dataset.
getSlice(IMonitor, int[], int[], int[]) - Method in interface org.eclipse.january.dataset.ILazyDataset
Get a slice of the dataset.
getSlice(Slice...) - Method in interface org.eclipse.january.dataset.ILazyDataset
Get a slice of the dataset.
getSlice(IMonitor, Slice...) - Method in interface org.eclipse.january.dataset.ILazyDataset
Get a slice of the dataset.
getSlice(SliceND) - Method in interface org.eclipse.january.dataset.ILazyDataset
Get a slice of the dataset.
getSlice(IMonitor, SliceND) - Method in interface org.eclipse.january.dataset.ILazyDataset
Get a slice of the dataset.
getSlice(SliceIterator) - Method in class org.eclipse.january.dataset.IntegerDataset
 
getSlice(int[], int[], int[]) - Method in class org.eclipse.january.dataset.LazyDataset
 
getSlice(Slice...) - Method in class org.eclipse.january.dataset.LazyDataset
 
getSlice(SliceND) - Method in class org.eclipse.january.dataset.LazyDataset
 
getSlice(IMonitor, Slice...) - Method in class org.eclipse.january.dataset.LazyDataset
 
getSlice(IMonitor, int[], int[], int[]) - Method in class org.eclipse.january.dataset.LazyDataset
 
getSlice(IMonitor, SliceND) - Method in class org.eclipse.january.dataset.LazyDataset
 
getSlice(SliceIterator) - Method in class org.eclipse.january.dataset.LongDataset
 
getSlice(SliceIterator) - Method in class org.eclipse.january.dataset.ObjectDataset
 
getSlice(SliceIterator) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getSlice(SliceIterator) - Method in class org.eclipse.january.dataset.RGBDataset
 
getSlice(SliceIterator) - Method in class org.eclipse.january.dataset.ShortDataset
 
getSlice(SliceIterator) - Method in class org.eclipse.january.dataset.StringDataset
 
getSlice(SliceIterator) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getSliceFromInput() - Method in interface org.eclipse.january.metadata.OriginMetadata
The starting slice
getSliceInOutput() - Method in interface org.eclipse.january.metadata.OriginMetadata
Current slice information.
getSliceIterator(SliceND) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getSliceIterator(int[], int[], int[]) - Method in class org.eclipse.january.dataset.AbstractDataset
 
getSliceIterator(SliceND) - Method in class org.eclipse.january.dataset.AbstractDataset
 
getSliceIterator(int[], int[], int[]) - Method in interface org.eclipse.january.dataset.Dataset
 
getSliceIteratorFromAxes(int[], boolean[]) - Method in class org.eclipse.january.dataset.AbstractDataset
 
getSliceIteratorFromAxes(int[], boolean[]) - Method in interface org.eclipse.january.dataset.Dataset
Get a slice iterator that is defined by a starting position and a set of axes to include
getSliceView(int[], int[], int[]) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getSliceView(Slice...) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getSliceView(SliceND) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getSliceView(int[], int[], int[]) - Method in class org.eclipse.january.dataset.AbstractDataset
 
getSliceView(Slice...) - Method in class org.eclipse.january.dataset.AbstractDataset
 
getSliceView(SliceND) - Method in class org.eclipse.january.dataset.AbstractDataset
Get a slice of the dataset.
getSliceView(Slice...) - Method in class org.eclipse.january.dataset.AggregateDataset
 
getSliceView(int[], int[], int[]) - Method in class org.eclipse.january.dataset.AggregateDataset
 
getSliceView(SliceND) - Method in class org.eclipse.january.dataset.AggregateDataset
 
getSliceView(int[], int[], int[]) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
getSliceView(Slice...) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
getSliceView(SliceND) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
getSliceView(int[], int[], int[]) - Method in interface org.eclipse.january.dataset.Dataset
 
getSliceView(Slice...) - Method in interface org.eclipse.january.dataset.Dataset
 
getSliceView(SliceND) - Method in interface org.eclipse.january.dataset.Dataset
 
getSliceView(int[], int[], int[]) - Method in interface org.eclipse.january.dataset.IDataset
Get a slice of the dataset.
getSliceView(Slice...) - Method in interface org.eclipse.january.dataset.IDataset
Get a slice of the dataset.
getSliceView(SliceND) - Method in interface org.eclipse.january.dataset.IDataset
Get a slice of the dataset.
getSliceView(int[], int[], int[]) - Method in interface org.eclipse.january.dataset.ILazyDataset
Get a slice of the dataset.
getSliceView(Slice...) - Method in interface org.eclipse.january.dataset.ILazyDataset
Get a slice of the dataset.
getSliceView(SliceND) - Method in interface org.eclipse.january.dataset.ILazyDataset
Get a slice of the dataset.
getSliceView(Slice...) - Method in class org.eclipse.january.dataset.LazyDataset
 
getSliceView(int[], int[], int[]) - Method in class org.eclipse.january.dataset.LazyDataset
 
getSliceView(SliceND) - Method in class org.eclipse.january.dataset.LazyDataset
 
getSliceView(int[], int[], int[]) - Method in class org.eclipse.january.dataset.LazyWriteableDataset
 
getSliceView(Slice...) - Method in class org.eclipse.january.dataset.LazyWriteableDataset
 
getSliceView(SliceND) - Method in class org.eclipse.january.dataset.LazyWriteableDataset
 
getSource() - Method in class org.eclipse.january.dataset.DataEvent
 
getSourceShape() - Method in class org.eclipse.january.dataset.SliceND
 
getStart() - Method in class org.eclipse.january.dataset.Slice
 
getStart() - Method in class org.eclipse.january.dataset.SliceIterator
 
getStart() - Method in class org.eclipse.january.dataset.SliceND
 
getStats() - Method in class org.eclipse.january.dataset.AbstractDataset
 
getStep() - Method in class org.eclipse.january.dataset.Slice
 
getStep() - Method in class org.eclipse.january.dataset.SliceIterator
 
getStep() - Method in class org.eclipse.january.dataset.SliceND
 
getStop() - Method in class org.eclipse.january.dataset.PositionIterator
 
getStop() - Method in class org.eclipse.january.dataset.Slice
 
getStop() - Method in class org.eclipse.january.dataset.SliceND
Note stop values are clamped to -1 for negative steps
getStrides() - Method in class org.eclipse.january.dataset.AbstractDataset
 
getStrides() - Method in interface org.eclipse.january.dataset.Dataset
 
getString() - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getString(int) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getString(int, int) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getString(int...) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getString() - Method in class org.eclipse.january.dataset.ByteDataset
 
getString(int) - Method in class org.eclipse.january.dataset.ByteDataset
 
getString(int, int) - Method in class org.eclipse.january.dataset.ByteDataset
 
getString(int...) - Method in class org.eclipse.january.dataset.ByteDataset
 
getString() - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getString(int) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getString(int, int) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getString(int...) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getString() - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getString(int) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getString(int, int) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getString(int...) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getString() - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getString(int) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getString(int, int) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getString(int...) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getString() - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getString(int) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getString(int, int) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getString(int...) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getString() - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getString(int) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getString(int, int) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getString(int...) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getString() - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getString(int) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getString(int, int) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getString(int...) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getString() - Method in interface org.eclipse.january.dataset.Dataset
Get first item as a string.
getString(int) - Method in interface org.eclipse.january.dataset.Dataset
Get an item from given position as a string.
getString(int, int) - Method in interface org.eclipse.january.dataset.Dataset
Get an item from given position as a string.
getString() - Method in class org.eclipse.january.dataset.DoubleDataset
 
getString(int) - Method in class org.eclipse.january.dataset.DoubleDataset
 
getString(int, int) - Method in class org.eclipse.january.dataset.DoubleDataset
 
getString(int...) - Method in class org.eclipse.january.dataset.DoubleDataset
 
getString() - Method in class org.eclipse.january.dataset.FloatDataset
 
getString(int) - Method in class org.eclipse.january.dataset.FloatDataset
 
getString(int, int) - Method in class org.eclipse.january.dataset.FloatDataset
 
getString(int...) - Method in class org.eclipse.january.dataset.FloatDataset
 
getString(int...) - Method in interface org.eclipse.january.dataset.IDataset
 
getString() - Method in class org.eclipse.january.dataset.IntegerDataset
 
getString(int) - Method in class org.eclipse.january.dataset.IntegerDataset
 
getString(int, int) - Method in class org.eclipse.january.dataset.IntegerDataset
 
getString(int...) - Method in class org.eclipse.january.dataset.IntegerDataset
 
getString() - Method in class org.eclipse.january.dataset.LongDataset
 
getString(int) - Method in class org.eclipse.january.dataset.LongDataset
 
getString(int, int) - Method in class org.eclipse.january.dataset.LongDataset
 
getString(int...) - Method in class org.eclipse.january.dataset.LongDataset
 
getString() - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getString(int) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getString(int, int) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getString(int...) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getString() - Method in class org.eclipse.january.dataset.ShortDataset
 
getString(int) - Method in class org.eclipse.january.dataset.ShortDataset
 
getString(int, int) - Method in class org.eclipse.january.dataset.ShortDataset
 
getString(int...) - Method in class org.eclipse.january.dataset.ShortDataset
 
getString() - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getString(int) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getString(int, int) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getString(int...) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getStringAbs(int) - Method in class org.eclipse.january.dataset.BooleanDataset
 
getStringAbs(int) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getStringAbs(int) - Method in class org.eclipse.january.dataset.ByteDataset
 
getStringAbs(int) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
getStringAbs(int) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
getStringAbs(int) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getStringAbs(int) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getStringAbs(int) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getStringAbs(int) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getStringAbs(int) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getStringAbs(int) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getStringAbs(int) - Method in interface org.eclipse.january.dataset.Dataset
Get an item from given absolute index as a string.
getStringAbs(int) - Method in class org.eclipse.january.dataset.DoubleDataset
 
getStringAbs(int) - Method in class org.eclipse.january.dataset.FloatDataset
 
getStringAbs(int) - Method in class org.eclipse.january.dataset.IntegerDataset
 
getStringAbs(int) - Method in class org.eclipse.january.dataset.LongDataset
 
getStringAbs(int) - Method in class org.eclipse.january.dataset.ObjectDataset
 
getStringAbs(int) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getStringAbs(int) - Method in class org.eclipse.january.dataset.ShortDataset
 
getStringAbs(int) - Method in class org.eclipse.january.dataset.StringDataset
 
getStringAbs(int) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getStringStats() - Method in class org.eclipse.january.dataset.AbstractDataset
 
getSum(boolean...) - Method in interface org.eclipse.january.metadata.StatisticsMetadata
 
getSum(int, boolean...) - Method in interface org.eclipse.january.metadata.StatisticsMetadata
 
getTemperature() - Method in interface org.eclipse.january.metadata.ARPESMetadata
 
getTiltAngles() - Method in interface org.eclipse.january.metadata.ARPESMetadata
 
getTransposedView(int...) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getTransposedView(int...) - Method in class org.eclipse.january.dataset.AbstractDataset
 
getTransposedView(int...) - Method in class org.eclipse.january.dataset.AggregateDataset
 
getTransposedView(int...) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
getTransposedView(int...) - Method in interface org.eclipse.january.dataset.Dataset
 
getTransposedView(int...) - Method in interface org.eclipse.january.dataset.IDataset
Permute copy of dataset's axes so that given order is old order:
getTransposedView(int...) - Method in interface org.eclipse.january.dataset.ILazyDataset
Permute copy of dataset's axes so that given order is old order:
getTransposedView(int...) - Method in class org.eclipse.january.dataset.LazyDataset
 
getTransposedView(int...) - Method in class org.eclipse.january.dataset.LazyWriteableDataset
 
getTree() - Method in interface org.eclipse.january.dataset.IRemoteData
Map of path to collection of attributes at that path.
getUniqueItems() - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getUniqueItems() - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getUniqueItems() - Method in class org.eclipse.january.dataset.ByteDataset
 
getUniqueItems() - Method in interface org.eclipse.january.dataset.Dataset
Get unique items
getUniqueItems() - Method in class org.eclipse.january.dataset.DoubleDataset
 
getUniqueItems() - Method in class org.eclipse.january.dataset.FloatDataset
 
getUniqueItems() - Method in class org.eclipse.january.dataset.IntegerDataset
 
getUniqueItems() - Method in class org.eclipse.january.dataset.LongDataset
 
getUniqueItems() - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getUniqueItems() - Method in class org.eclipse.january.dataset.ShortDataset
 
getUniqueItems() - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getUsedPos() - Method in class org.eclipse.january.dataset.SliceNDIterator
Shortened position where axes are omitted
getUsedSlice() - Method in class org.eclipse.january.dataset.SliceNDIterator
Shortened slice where axes are omitted
getUserObjects() - Method in interface org.eclipse.january.metadata.IMetadata
May be implemented to provide custom metadata in the form of a collection of serializable objects
getUserObjects() - Method in class org.eclipse.january.metadata.Metadata
 
getVariance(boolean, boolean...) - Method in interface org.eclipse.january.metadata.StatisticsMetadata
 
getVariance(int, boolean, boolean...) - Method in interface org.eclipse.january.metadata.StatisticsMetadata
 
getView(boolean) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
getView(boolean) - Method in class org.eclipse.january.dataset.AbstractDataset
 
getView(boolean) - Method in class org.eclipse.january.dataset.BooleanDataset
 
getView(boolean) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
getView(boolean) - Method in class org.eclipse.january.dataset.ByteDataset
 
getView(boolean) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
getView(boolean) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
getView(boolean) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
getView(boolean) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
getView(boolean) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
getView(boolean) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
getView(boolean) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
getView(boolean) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
getView(boolean) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
getView(boolean) - Method in interface org.eclipse.january.dataset.Dataset
 
getView(boolean) - Method in class org.eclipse.january.dataset.DoubleDataset
 
getView(boolean) - Method in class org.eclipse.january.dataset.FloatDataset
 
getView(boolean) - Method in class org.eclipse.january.dataset.IntegerDataset
 
getView(boolean) - Method in class org.eclipse.january.dataset.LongDataset
 
getView(boolean) - Method in class org.eclipse.january.dataset.ObjectDataset
 
getView(boolean) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
getView(boolean) - Method in class org.eclipse.january.dataset.RGBDataset
 
getView(boolean) - Method in class org.eclipse.january.dataset.ShortDataset
 
getView(boolean) - Method in class org.eclipse.january.dataset.StringDataset
 
getView(boolean) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
getWorkFunction() - Method in interface org.eclipse.january.metadata.ARPESMetadata
 
getXYMotorPosition() - Method in interface org.eclipse.january.metadata.PeemMetadata
 
gradient(Dataset, Dataset...) - Static method in class org.eclipse.january.dataset.Maths
Calculate gradient (or partial derivatives) by central difference
greaterThan(Object, Object) - Static method in class org.eclipse.january.dataset.Comparisons
Compare item-wise for whether a's element is greater than b's
greaterThan(Object, Object, BooleanDataset) - Static method in class org.eclipse.january.dataset.Comparisons
Compare item-wise for whether a's element is greater than b's
greaterThanOrEqualTo(Object, Object) - Static method in class org.eclipse.january.dataset.Comparisons
Compare item-wise for whether a's element is greater than or equal to b's
greaterThanOrEqualTo(Object, Object, BooleanDataset) - Static method in class org.eclipse.january.dataset.Comparisons
Compare item-wise for whether a's element is greater than or equal to b's

H

hasDataListeners() - Method in class org.eclipse.january.dataset.DataListenerDelegate
 
hasErrors() - Method in interface org.eclipse.january.dataset.ILazyDataset
If error information is set, returns true.
hasErrors() - Method in class org.eclipse.january.dataset.LazyDatasetBase
 
hasFloatingPointElements() - Method in class org.eclipse.january.dataset.AbstractDataset
 
hasFloatingPointElements() - Method in interface org.eclipse.january.dataset.Dataset
 
hashCode() - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
hashCode() - Method in class org.eclipse.january.dataset.AbstractDataset
 
hashCode() - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
hashCode() - Method in class org.eclipse.january.dataset.ByteDataset
 
hashCode() - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
hashCode() - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
hashCode() - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
hashCode() - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
hashCode() - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
hashCode() - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
hashCode() - Method in class org.eclipse.january.dataset.DataEvent
 
hashCode() - Method in class org.eclipse.january.dataset.DoubleDataset
 
hashCode() - Method in class org.eclipse.january.dataset.FloatDataset
 
hashCode() - Method in class org.eclipse.january.dataset.IntegerDataset
 
hashCode() - Method in class org.eclipse.january.dataset.LazyDatasetBase
 
hashCode() - Method in class org.eclipse.january.dataset.LongDataset
 
hashCode() - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
hashCode() - Method in class org.eclipse.january.dataset.ShortDataset
 
hashCode() - Method in class org.eclipse.january.dataset.StringDatasetBase
 
hashCode() - Method in class org.eclipse.january.metadata.DynamicConnectionInfo
 
hasNext() - Method in class org.eclipse.january.dataset.BooleanIterator
 
hasNext() - Method in class org.eclipse.january.dataset.BroadcastPairIterator
 
hasNext() - Method in class org.eclipse.january.dataset.BroadcastSingleIterator
 
hasNext() - Method in class org.eclipse.january.dataset.ContiguousIterator
 
hasNext() - Method in class org.eclipse.january.dataset.ContiguousIteratorWithPosition
 
hasNext() - Method in class org.eclipse.january.dataset.ContiguousPairIterator
 
hasNext() - Method in class org.eclipse.january.dataset.ContiguousSingleIterator
 
hasNext() - Method in class org.eclipse.january.dataset.DiscontiguousIterator
 
hasNext() - Method in class org.eclipse.january.dataset.IndexIterator
 
hasNext() - Method in class org.eclipse.january.dataset.IntegerIterator
 
hasNext() - Method in class org.eclipse.january.dataset.IntegersIterator
 
hasNext() - Method in class org.eclipse.january.dataset.NullIterator
 
hasNext() - Method in class org.eclipse.january.dataset.PositionIterator
 
hasNext() - Method in class org.eclipse.january.dataset.SingleInputBroadcastIterator
 
hasNext() - Method in class org.eclipse.january.dataset.SingleItemIterator
 
hasNext() - Method in class org.eclipse.january.dataset.SliceIterator
 
hasNext() - Method in class org.eclipse.january.dataset.SliceNDIterator
 
hasNext() - Method in class org.eclipse.january.dataset.StrideIterator
 
highMed(Dataset) - Static method in class org.eclipse.january.dataset.Outliers
Returns the himed
hypot(Object, Object) - Static method in class org.eclipse.january.dataset.Maths
 
hypot(Object, Object, Dataset) - Static method in class org.eclipse.january.dataset.Maths
 

I

iadd(Object) - Method in class org.eclipse.january.dataset.BooleanDataset
OR
iadd(Object) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
iadd(Object) - Method in class org.eclipse.january.dataset.ByteDataset
 
iadd(Object) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
iadd(Object) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
iadd(Object) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
iadd(Object) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
iadd(Object) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
iadd(Object) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
iadd(Object) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
iadd(Object) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
iadd(Object) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
iadd(Object) - Method in interface org.eclipse.january.dataset.Dataset
In-place addition with object o
iadd(Object) - Method in class org.eclipse.january.dataset.DoubleDataset
 
iadd(Object) - Method in class org.eclipse.january.dataset.FloatDataset
 
iadd(Object) - Method in class org.eclipse.january.dataset.IntegerDataset
 
iadd(Object) - Method in class org.eclipse.january.dataset.LongDataset
 
iadd(Object) - Method in class org.eclipse.january.dataset.ObjectDataset
 
iadd(Object) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
iadd(Object) - Method in class org.eclipse.january.dataset.ShortDataset
 
iadd(Object) - Method in class org.eclipse.january.dataset.StringDataset
 
iadd(Object) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
IDataAnalysisObject - Interface in org.eclipse.january.io
Used to mark data in the LoaderFactory so that the incorrect values are not stored in the cache.
IDataListener - Interface in org.eclipse.january.dataset
Listener for data changes.
IDataset - Interface in org.eclipse.january.dataset
This interface defines the implementation-independent and generic parts of a dataset.
IDatasetChangeChecker - Interface in org.eclipse.january.dataset
Interface for a dataset checker to detect change
IDatasetConnector - Interface in org.eclipse.january.dataset
A dataset connector contains a lazy dataset which exists in a remote location.
idivide(Object) - Method in class org.eclipse.january.dataset.BooleanDataset
 
idivide(Object) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
idivide(Object) - Method in class org.eclipse.january.dataset.ByteDataset
 
idivide(Object) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
idivide(Object) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
idivide(Object) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
idivide(Object) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
idivide(Object) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
idivide(Object) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
idivide(Object) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
idivide(Object) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
idivide(Object) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
idivide(Object) - Method in interface org.eclipse.january.dataset.Dataset
In-place division with object o
idivide(Object) - Method in class org.eclipse.january.dataset.DoubleDataset
 
idivide(Object) - Method in class org.eclipse.january.dataset.FloatDataset
 
idivide(Object) - Method in class org.eclipse.january.dataset.IntegerDataset
 
idivide(Object) - Method in class org.eclipse.january.dataset.LongDataset
 
idivide(Object) - Method in class org.eclipse.january.dataset.ObjectDataset
 
idivide(Object) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
idivide(Object) - Method in class org.eclipse.january.dataset.ShortDataset
 
idivide(Object) - Method in class org.eclipse.january.dataset.StringDataset
 
idivide(Object) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
IDynamicDataset - Interface in org.eclipse.january.dataset
This interface is intended for data sources that change dynamically.
IDynamicShape - Interface in org.eclipse.january.dataset
This interface is intended for data sources that change shape dynamically.
IExtendedMetadata - Interface in org.eclipse.january.metadata
This is an interface that has been designed to add information about a file in addition to information which has been implemented in IMetadata.
IFileConnection - Interface in org.eclipse.january.dataset
 
ifloor() - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
ifloor() - Method in class org.eclipse.january.dataset.ByteDataset
 
ifloor() - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
ifloor() - Method in interface org.eclipse.january.dataset.CompoundDataset
 
ifloor() - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
ifloor() - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
ifloor() - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
ifloor() - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
ifloor() - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
ifloor() - Method in interface org.eclipse.january.dataset.Dataset
In-place floor
ifloor() - Method in class org.eclipse.january.dataset.DoubleDataset
 
ifloor() - Method in class org.eclipse.january.dataset.FloatDataset
 
ifloor() - Method in class org.eclipse.january.dataset.IntegerDataset
 
ifloor() - Method in class org.eclipse.january.dataset.LongDataset
 
ifloor() - Method in class org.eclipse.january.dataset.ObjectDataset
 
ifloor() - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
ifloor() - Method in class org.eclipse.january.dataset.ShortDataset
 
ifloor() - Method in class org.eclipse.january.dataset.StringDataset
 
ifloor() - Method in class org.eclipse.january.dataset.StringDatasetBase
 
ifloorDivide(Object) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
ifloorDivide(Object) - Method in class org.eclipse.january.dataset.AbstractDataset
 
ifloorDivide(Object) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
ifloorDivide(Object) - Method in interface org.eclipse.january.dataset.Dataset
In-place floor division with object o
ILazyAsyncSaver - Interface in org.eclipse.january.io
Used by lazy writeable datasets to write slices to a file in an asynchronous manner
ILazyDataset - Interface in org.eclipse.january.dataset
This interface defines the lazy parts of a dataset.
ILazyDynamicLoader - Interface in org.eclipse.january.io
 
ILazyLoader - Interface in org.eclipse.january.io
Used by lazy datasets to read slices from a file
ILazySaver - Interface in org.eclipse.january.io
Used by lazy writeable datasets to write slices to a file
ILazyWriteableDataset - Interface in org.eclipse.january.dataset
This sub-interface adds the ability to write to a lazy dataset slice-by-slice
IMetadata - Interface in org.eclipse.january.metadata
This interface describes the minimal metadata information that should be associated with a Dataset or DataHolder.
IMetadataProvider - Interface in org.eclipse.january.dataset
Interface which acts to provide metadata from an object
IMetaLoader - Interface in org.eclipse.january.io
Interface used to mark a loader as being available to load and return metadata without loading the entire file into memory.
IMonitor - Interface in org.eclipse.january
Interface to monitoring loading of files, which may take a while.
IMonitor.Stub - Class in org.eclipse.january
 
IMonitor.Stub() - Constructor for class org.eclipse.january.IMonitor.Stub
 
imultiply(Object) - Method in class org.eclipse.january.dataset.BooleanDataset
AND
imultiply(Object) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
imultiply(Object) - Method in class org.eclipse.january.dataset.ByteDataset
 
imultiply(Object) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
imultiply(Object) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
imultiply(Object) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
imultiply(Object) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
imultiply(Object) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
imultiply(Object) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
imultiply(Object) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
imultiply(Object) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
imultiply(Object) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
imultiply(Object) - Method in interface org.eclipse.january.dataset.Dataset
In-place multiplication with object o
imultiply(Object) - Method in class org.eclipse.january.dataset.DoubleDataset
 
imultiply(Object) - Method in class org.eclipse.january.dataset.FloatDataset
 
imultiply(Object) - Method in class org.eclipse.january.dataset.IntegerDataset
 
imultiply(Object) - Method in class org.eclipse.january.dataset.LongDataset
 
imultiply(Object) - Method in class org.eclipse.january.dataset.ObjectDataset
 
imultiply(Object) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
imultiply(Object) - Method in class org.eclipse.january.dataset.ShortDataset
 
imultiply(Object) - Method in class org.eclipse.january.dataset.StringDataset
 
imultiply(Object) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
INameable - Interface in org.eclipse.january
Simple interface to provide a data object with a name.
increment(double) - Method in class org.eclipse.january.dataset.NullStorelessUnivariateStatistic
 
incrementAll(double[]) - Method in class org.eclipse.january.dataset.NullStorelessUnivariateStatistic
 
incrementAll(double[], int, int) - Method in class org.eclipse.january.dataset.NullStorelessUnivariateStatistic
 
index - Variable in class org.eclipse.january.dataset.IndexIterator
Index in array
IndexIterator - Class in org.eclipse.january.dataset
Class to provide iteration through whole data array that backs a dataset
IndexIterator() - Constructor for class org.eclipse.january.dataset.IndexIterator
 
indices(int...) - Static method in class org.eclipse.january.dataset.DatasetUtils
Generate an index dataset for given dataset where sub-datasets contain index values
initialize() - Method in interface org.eclipse.january.io.ILazySaver
Initialize dataset in file
initialize() - Method in interface org.eclipse.january.metadata.ARPESMetadata
Initialize
initialize(int) - Method in interface org.eclipse.january.metadata.AxesMetadata
 
initialize(int[], int[], int[]) - Method in interface org.eclipse.january.metadata.DimensionMetadata
Initialize dimension metadata
initialize() - Method in interface org.eclipse.january.metadata.ErrorMetadata
 
initialize(File) - Method in interface org.eclipse.january.metadata.IExtendedMetadata
Initialize with a file
initialize(Map<String, ? extends Serializable>) - Method in interface org.eclipse.january.metadata.IMetadata
Initialize metadata
initialize(IDataset) - Method in interface org.eclipse.january.metadata.MaskMetadata
Initialize mask
initialize(Map<String, ? extends Serializable>) - Method in class org.eclipse.january.metadata.Metadata
 
initialize(ILazyDataset, Slice[], int[], String, String) - Method in interface org.eclipse.january.metadata.OriginMetadata
Initialize origin of dataset
initialize(double[], double, double) - Method in interface org.eclipse.january.metadata.PeemMetadata
Initialize PEEM metadata
initialize(Dataset) - Method in interface org.eclipse.january.metadata.StatisticsMetadata
 
INT - Static variable in interface org.eclipse.january.dataset.Dataset
Integer (same as signed 32-bit integer)
INT16 - Static variable in interface org.eclipse.january.dataset.Dataset
Signed 16-bit integer
INT32 - Static variable in interface org.eclipse.january.dataset.Dataset
Signed 32-bit integer
INT64 - Static variable in interface org.eclipse.january.dataset.Dataset
Signed 64-bit integer
INT8 - Static variable in interface org.eclipse.january.dataset.Dataset
Signed 8-bit integer
IntegerDataset - Class in org.eclipse.january.dataset
Extend dataset for int values // PRIM_TYPE
IntegerIterator - Class in org.eclipse.january.dataset
Class to run over an integer dataset and return its items
IntegerIterator(Dataset, int) - Constructor for class org.eclipse.january.dataset.IntegerIterator
Constructor for an iterator over the items of an integer dataset
IntegerIterator(Dataset, int, int) - Constructor for class org.eclipse.january.dataset.IntegerIterator
Constructor for an iterator over the items of an integer dataset
IntegersIterator - Class in org.eclipse.january.dataset
Class to run over an array of integer datasets and return its items
IntegersIterator(int[], Object...) - Constructor for class org.eclipse.january.dataset.IntegersIterator
Constructor for an iterator over the items of an array of objects
IntegersIterator(boolean, int[], Object...) - Constructor for class org.eclipse.january.dataset.IntegersIterator
Constructor for an iterator over the items of an array of objects
interpolate(Dataset, Dataset, IDataset, Number, Number) - Static method in class org.eclipse.january.dataset.Maths
Linearly interpolate values at points in a 1D dataset corresponding to given coordinates.
interpolate(Dataset, double) - Static method in class org.eclipse.january.dataset.Maths
Linearly interpolate a value at a point in a 1D dataset.
interpolate(Dataset, Dataset, double) - Static method in class org.eclipse.january.dataset.Maths
Linearly interpolate a value at a point in a 1D dataset with a mask.
interpolate(double[], CompoundDataset, double) - Static method in class org.eclipse.january.dataset.Maths
Linearly interpolate an array of values at a point in a compound 1D dataset.
interpolate(Dataset, double, double) - Static method in class org.eclipse.january.dataset.Maths
Linearly interpolate a value at a point in a 2D dataset.
interpolate(Dataset, Dataset, double, double) - Static method in class org.eclipse.january.dataset.Maths
Linearly interpolate a value at a point in a 2D dataset with a mask.
interpolate(double[], CompoundDataset, double, double) - Static method in class org.eclipse.january.dataset.Maths
Linearly interpolate an array of values at a point in a compound 2D dataset.
interpolate(Dataset, double...) - Static method in class org.eclipse.january.dataset.Maths
Linearly interpolate a value at a point in a n-D dataset.
interpolate(Dataset, Dataset, double...) - Static method in class org.eclipse.january.dataset.Maths
Linearly interpolate a value at a point in a n-D dataset with a mask.
interpolate(double[], CompoundDataset, double...) - Static method in class org.eclipse.january.dataset.Maths
Linearly interpolate an array of values at a point in a compound n-D dataset.
InterpolatorUtils - Class in org.eclipse.january.dataset
 
InterpolatorUtils() - Constructor for class org.eclipse.january.dataset.InterpolatorUtils
 
IOperation - Interface in org.eclipse.january.dataset
Marker interface for all operations
ipower(Object) - Method in class org.eclipse.january.dataset.BooleanDataset
 
ipower(Object) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
ipower(Object) - Method in class org.eclipse.january.dataset.ByteDataset
 
ipower(Object) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
ipower(Object) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
ipower(Object) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
ipower(Object) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
ipower(Object) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
ipower(Object) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
ipower(Object) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
ipower(Object) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
ipower(Object) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
ipower(Object) - Method in interface org.eclipse.january.dataset.Dataset
In-place raise to power of object o
ipower(Object) - Method in class org.eclipse.january.dataset.DoubleDataset
 
ipower(Object) - Method in class org.eclipse.january.dataset.FloatDataset
 
ipower(Object) - Method in class org.eclipse.january.dataset.IntegerDataset
 
ipower(Object) - Method in class org.eclipse.january.dataset.LongDataset
 
ipower(Object) - Method in class org.eclipse.january.dataset.ObjectDataset
 
ipower(Object) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
ipower(Object) - Method in class org.eclipse.january.dataset.ShortDataset
 
ipower(Object) - Method in class org.eclipse.january.dataset.StringDataset
 
ipower(Object) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
iqr(Dataset) - Static method in class org.eclipse.january.dataset.Stats
Interquartile range: Q3 - Q1
iqr(Dataset, int) - Static method in class org.eclipse.january.dataset.Stats
Interquartile range: Q3 - Q1
iremainder(Object) - Method in class org.eclipse.january.dataset.BooleanDataset
 
iremainder(Object) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
iremainder(Object) - Method in class org.eclipse.january.dataset.ByteDataset
 
iremainder(Object) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
iremainder(Object) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
iremainder(Object) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
iremainder(Object) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
iremainder(Object) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
iremainder(Object) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
iremainder(Object) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
iremainder(Object) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
iremainder(Object) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
iremainder(Object) - Method in interface org.eclipse.january.dataset.Dataset
In-place remainder
iremainder(Object) - Method in class org.eclipse.january.dataset.DoubleDataset
 
iremainder(Object) - Method in class org.eclipse.january.dataset.FloatDataset
 
iremainder(Object) - Method in class org.eclipse.january.dataset.IntegerDataset
 
iremainder(Object) - Method in class org.eclipse.january.dataset.LongDataset
 
iremainder(Object) - Method in class org.eclipse.january.dataset.ObjectDataset
 
iremainder(Object) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
iremainder(Object) - Method in class org.eclipse.january.dataset.ShortDataset
 
iremainder(Object) - Method in class org.eclipse.january.dataset.StringDataset
 
iremainder(Object) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
IRemoteData - Interface in org.eclipse.january.dataset
This class provides access to remote data which may consist of more than one remote dataset.
isAll() - Method in class org.eclipse.january.dataset.SliceND
 
isCancelled() - Method in interface org.eclipse.january.IMonitor
 
isCancelled() - Method in class org.eclipse.january.IMonitor.Stub
 
isClassSupportedAsElement(Class<? extends Object>) - Static method in class org.eclipse.january.dataset.DTypeUtils
 
isClose(double, double, double, double) - Static method in class org.eclipse.january.dataset.Comparisons
 
isCompatibleWith(ILazyDataset) - Method in class org.eclipse.january.dataset.AbstractDataset
 
isCompatibleWith(ILazyDataset) - Method in interface org.eclipse.january.dataset.Dataset
This method takes a dataset and checks its shape against the current dataset.
isComplex() - Method in class org.eclipse.january.dataset.AbstractDataset
 
isComplex() - Method in interface org.eclipse.january.dataset.Dataset
 
isConnected() - Method in class org.eclipse.january.metadata.DynamicConnectionInfo
 
isDirty() - Method in interface org.eclipse.january.metadata.StatisticsMetadata
 
isDTypeComplex(int) - Static method in class org.eclipse.january.dataset.DTypeUtils
 
isDTypeElemental(int) - Static method in class org.eclipse.january.dataset.DTypeUtils
 
isDTypeFloating(int) - Static method in class org.eclipse.january.dataset.DTypeUtils
 
isDTypeInteger(int) - Static method in class org.eclipse.january.dataset.DTypeUtils
 
isDTypeNumerical(int) - Static method in class org.eclipse.january.dataset.DTypeUtils
 
isExpanded() - Method in class org.eclipse.january.dataset.SliceND
 
isFileReadable() - Method in interface org.eclipse.january.io.ILazyLoader
 
isFileWriteable() - Method in interface org.eclipse.january.io.ILazySaver
 
isFinite(Object) - Static method in class org.eclipse.january.dataset.Comparisons
Check item-wise for whether any a's elements are finite (or not infinite and not Not-a-Number)
isFinite(Object, BooleanDataset) - Static method in class org.eclipse.january.dataset.Comparisons
Check item-wise for whether any a's elements are finite (or not infinite and not Not-a-Number)
isInfinite(Object) - Static method in class org.eclipse.january.dataset.Comparisons
Check item-wise for whether any a's elements are infinite
isInfinite(Object, BooleanDataset) - Static method in class org.eclipse.january.dataset.Comparisons
Check item-wise for whether any a's elements are infinite
isize - Variable in class org.eclipse.january.dataset.AbstractCompoundDataset
 
isize - Variable in class org.eclipse.january.dataset.LazyDataset
 
isMonotonic(Object) - Static method in class org.eclipse.january.dataset.Comparisons
 
isMonotonic(Object, Comparisons.Monotonicity) - Static method in class org.eclipse.january.dataset.Comparisons
 
isNaN(Object) - Static method in class org.eclipse.january.dataset.Comparisons
Check item-wise for whether any a's elements are Not-a-Numbers
isNaN(Object, BooleanDataset) - Static method in class org.eclipse.january.dataset.Comparisons
Check item-wise for whether any a's elements are Not-a-Numbers
isNegativeInfinite(Object) - Static method in class org.eclipse.january.dataset.Comparisons
Check item-wise for whether any a's elements are negative infinite
isNegativeInfinite(Object, BooleanDataset) - Static method in class org.eclipse.january.dataset.Comparisons
Check item-wise for whether any a's elements are negative infinite
isOutputDouble() - Method in class org.eclipse.january.dataset.BroadcastIteratorBase
 
isOutputDouble() - Method in class org.eclipse.january.dataset.SingleInputBroadcastIterator
 
isPositiveInfinite(Object) - Static method in class org.eclipse.january.dataset.Comparisons
Check item-wise for whether any a's elements are positive infinite
isPositiveInfinite(Object, BooleanDataset) - Static method in class org.eclipse.january.dataset.Comparisons
Check item-wise for whether any a's elements are positive infinite
isSliceComplete() - Method in class org.eclipse.january.dataset.Slice
 
isStrictlyMonotonic(Object) - Static method in class org.eclipse.january.dataset.Comparisons
 
isubtract(Object) - Method in class org.eclipse.january.dataset.BooleanDataset
XOR
isubtract(Object) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
isubtract(Object) - Method in class org.eclipse.january.dataset.ByteDataset
 
isubtract(Object) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
isubtract(Object) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
isubtract(Object) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
isubtract(Object) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
isubtract(Object) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
isubtract(Object) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
isubtract(Object) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
isubtract(Object) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
isubtract(Object) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
isubtract(Object) - Method in interface org.eclipse.january.dataset.Dataset
In-place subtraction with object o
isubtract(Object) - Method in class org.eclipse.january.dataset.DoubleDataset
 
isubtract(Object) - Method in class org.eclipse.january.dataset.FloatDataset
 
isubtract(Object) - Method in class org.eclipse.january.dataset.IntegerDataset
 
isubtract(Object) - Method in class org.eclipse.january.dataset.LongDataset
 
isubtract(Object) - Method in class org.eclipse.january.dataset.ObjectDataset
 
isubtract(Object) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
isubtract(Object) - Method in class org.eclipse.january.dataset.ShortDataset
 
isubtract(Object) - Method in class org.eclipse.january.dataset.StringDataset
 
isubtract(Object) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
isWritingExpected() - Method in interface org.eclipse.january.dataset.IDatasetConnector
 

K

kroneckerProduct(Dataset, Dataset) - Static method in class org.eclipse.january.dataset.LinearAlgebra
Create the Kronecker product as defined by kron[k0,...,kN] = a[i0,...,iN] * b[j0,...,jN] where kn = sn * in + jn for n = 0...N and s is shape of b
kurtosis(Dataset, boolean...) - Static method in class org.eclipse.january.dataset.Stats
 
kurtosis(Dataset, int, boolean...) - Static method in class org.eclipse.january.dataset.Stats
 

L

LazyDataset - Class in org.eclipse.january.dataset
 
LazyDataset(String, int, int, int[], ILazyLoader) - Constructor for class org.eclipse.january.dataset.LazyDataset
Create a lazy dataset
LazyDataset(String, int, int[], ILazyLoader) - Constructor for class org.eclipse.january.dataset.LazyDataset
Create a lazy dataset
LazyDatasetBase - Class in org.eclipse.january.dataset
Common base for both lazy and normal dataset implementations
LazyDatasetBase() - Constructor for class org.eclipse.january.dataset.LazyDatasetBase
 
LazyDynamicDataset - Class in org.eclipse.january.dataset
 
LazyDynamicDataset(String, int, int, int[], int[], ILazyLoader) - Constructor for class org.eclipse.january.dataset.LazyDynamicDataset
 
LazyMaths - Class in org.eclipse.january.dataset
Mathematics class for lazy datasets
LazyMaths() - Constructor for class org.eclipse.january.dataset.LazyMaths
 
lazyRand(int...) - Static method in class org.eclipse.january.dataset.Random
 
lazyRand(String, int...) - Static method in class org.eclipse.january.dataset.Random
 
lazyRand(int, String, int...) - Static method in class org.eclipse.january.dataset.Random
 
LazyWriteableDataset - Class in org.eclipse.january.dataset
Subclass of lazy dataset that allows setting slices
LazyWriteableDataset(String, int, int, int[], int[], int[], ILazySaver) - Constructor for class org.eclipse.january.dataset.LazyWriteableDataset
Create a lazy dataset
LazyWriteableDataset(String, int, int[], int[], int[], ILazySaver) - Constructor for class org.eclipse.january.dataset.LazyWriteableDataset
Create a lazy dataset
LazyWriteableDataset(String, Class<?>, int, int[], int[], int[], ILazySaver) - Constructor for class org.eclipse.january.dataset.LazyWriteableDataset
Create a lazy dataset
LazyWriteableDataset(String, Class<?>, int[], int[], int[], ILazySaver) - Constructor for class org.eclipse.january.dataset.LazyWriteableDataset
Create a lazy dataset
lessThan(Object, Object) - Static method in class org.eclipse.january.dataset.Comparisons
Compare item-wise for whether a's element is less than b's
lessThan(Object, Object, BooleanDataset) - Static method in class org.eclipse.january.dataset.Comparisons
Compare item-wise for whether a's element is less than b's
lessThanOrEqualTo(Object, Object) - Static method in class org.eclipse.january.dataset.Comparisons
Compare item-wise for whether a's element is less than or equal to b's
lessThanOrEqualTo(Object, Object, BooleanDataset) - Static method in class org.eclipse.january.dataset.Comparisons
Compare item-wise for whether a's element is less than or equal to b's
LinearAlgebra - Class in org.eclipse.january.dataset
 
LinearAlgebra() - Constructor for class org.eclipse.january.dataset.LinearAlgebra
 
LinearAlgebra.NormOrder - Enum in org.eclipse.january.dataset
Order value for norm
lnnorm(Dataset) - Static method in class org.eclipse.january.dataset.DatasetUtils
Function that returns a normalised dataset which is bounded between 0 and 1 and has been distributed on a natural log scale
loader - Variable in class org.eclipse.january.dataset.LazyDataset
 
loadMetadata(IMonitor) - Method in interface org.eclipse.january.io.IMetaLoader
Loads the meta data from the file but not all the data.
logger - Static variable in class org.eclipse.january.dataset.DTypeUtils
 
logger - Static variable in class org.eclipse.january.dataset.LazyDatasetBase
 
logger - Static variable in class org.eclipse.january.dataset.LazyMaths
Setup the logging facilities
logicalAnd(Object, Object) - Static method in class org.eclipse.january.dataset.Comparisons
Compare item-wise for whether a's item is true and b's true too.
logicalAnd(Object, Object, BooleanDataset) - Static method in class org.eclipse.january.dataset.Comparisons
Compare item-wise for whether a's item is true and b's true too.
logicalNot(Object) - Static method in class org.eclipse.january.dataset.Comparisons
Negate item-wise
logicalNot(Object, BooleanDataset) - Static method in class org.eclipse.january.dataset.Comparisons
Negate item-wise
logicalOr(Object, Object) - Static method in class org.eclipse.january.dataset.Comparisons
Compare item-wise for whether a's item is true or b's true.
logicalOr(Object, Object, BooleanDataset) - Static method in class org.eclipse.january.dataset.Comparisons
Compare item-wise for whether a's item is true or b's true.
logicalXor(Object, Object) - Static method in class org.eclipse.january.dataset.Comparisons
Compare item-wise for whether a's item is true or b's true exclusively.
logicalXor(Object, Object, BooleanDataset) - Static method in class org.eclipse.january.dataset.Comparisons
Compare item-wise for whether a's item is true or b's true exclusively.
lognorm(Dataset) - Static method in class org.eclipse.january.dataset.DatasetUtils
Function that returns a normalised dataset which is bounded between 0 and 1 and has been distributed on a log10 scale
LongDataset - Class in org.eclipse.january.dataset
Extend dataset for long values // PRIM_TYPE
longOperate(long, long) - Method in interface org.eclipse.january.dataset.BinaryOperation
 
longOperate(long, long) - Method in class org.eclipse.january.dataset.BinaryOperation.Stub
 
longOperate(long, long) - Method in class org.eclipse.january.dataset.Operations.Addition
 
longOperate(long, long) - Method in class org.eclipse.january.dataset.Operations.Division
 
longOperate(long, long) - Method in class org.eclipse.january.dataset.Operations.DivisionTowardsFloor
 
longOperate(long, long) - Method in class org.eclipse.january.dataset.Operations.Maximum
 
longOperate(long, long) - Method in class org.eclipse.january.dataset.Operations.Minimum
 
longOperate(long, long) - Method in class org.eclipse.january.dataset.Operations.Multiplication
 
longOperate(long) - Method in class org.eclipse.january.dataset.Operations.Negation
 
longOperate(long, long) - Method in class org.eclipse.january.dataset.Operations.Remainder
 
longOperate(long, long) - Method in class org.eclipse.january.dataset.Operations.Subtraction
 
longOperate(long, long) - Method in class org.eclipse.january.dataset.Operations.UseBase
 
longOperate(long, long) - Method in class org.eclipse.january.dataset.Operations.UseIfEqualTo
 
longOperate(long, long) - Method in class org.eclipse.january.dataset.Operations.UseIfGreaterThan
 
longOperate(long, long) - Method in class org.eclipse.january.dataset.Operations.UseIfGreaterThanOrEqualTo
 
longOperate(long, long) - Method in class org.eclipse.january.dataset.Operations.UseIfLessThan
 
longOperate(long, long) - Method in class org.eclipse.january.dataset.Operations.UseIfLessThanOrEqualTo
 
longOperate(long) - Method in interface org.eclipse.january.dataset.UnaryOperation
 
longOperate(long) - Method in class org.eclipse.january.dataset.UnaryOperation.Stub
 
lowMed(Dataset) - Static method in class org.eclipse.january.dataset.Outliers
Returns the lomed
lr - Variable in class org.eclipse.january.dataset.Operations.UseBase
 

M

makeFinite(Dataset) - Static method in class org.eclipse.january.dataset.DatasetUtils
Make floating point datasets contain only finite values.
makeUnsigned(IDataset) - Static method in class org.eclipse.january.dataset.DatasetUtils
Make a dataset unsigned by promoting it to a wider dataset type and unwrapping the signs of its content
map - Variable in class org.eclipse.january.dataset.LazyDataset
 
MaskMetadata - Interface in org.eclipse.january.metadata
This metadata describes masking information associated with a dataset
Maths - Class in org.eclipse.january.dataset
Mathematics class
Maths() - Constructor for class org.eclipse.january.dataset.Maths
 
max(boolean...) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
max(int, boolean...) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
max(boolean...) - Method in class org.eclipse.january.dataset.AbstractDataset
 
max(int, boolean...) - Method in class org.eclipse.january.dataset.AbstractDataset
 
max(boolean...) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
max(boolean...) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
max(int, boolean...) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
max(int, boolean...) - Method in interface org.eclipse.january.dataset.Dataset
 
max(boolean...) - Method in interface org.eclipse.january.dataset.IDataset
 
max(boolean...) - Method in class org.eclipse.january.dataset.RGBDataset
 
maxItem() - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
maxItem() - Method in interface org.eclipse.january.dataset.CompoundDataset
Calculate maximum values of elements over all items in dataset
maxPos(boolean...) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
maxPos(boolean...) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
maxPos(boolean...) - Method in class org.eclipse.january.dataset.ByteDataset
 
maxPos(boolean...) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
maxPos(boolean...) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
maxPos(boolean...) - Method in class org.eclipse.january.dataset.DoubleDataset
 
maxPos(boolean...) - Method in class org.eclipse.january.dataset.FloatDataset
 
maxPos(boolean...) - Method in interface org.eclipse.january.dataset.IDataset
 
maxPos(boolean...) - Method in class org.eclipse.january.dataset.IntegerDataset
 
maxPos(boolean...) - Method in class org.eclipse.january.dataset.LongDataset
 
maxPos(boolean...) - Method in class org.eclipse.january.dataset.ObjectDataset
 
maxPos(boolean...) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
maxPos(boolean...) - Method in class org.eclipse.january.dataset.ShortDataset
 
maxPos(boolean...) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
maxShape - Variable in class org.eclipse.january.dataset.BroadcastIteratorBase
 
maxShape - Variable in class org.eclipse.january.dataset.LazyDynamicDataset
 
mean(boolean...) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
mean(int, boolean...) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
mean(boolean...) - Method in class org.eclipse.january.dataset.AbstractDataset
 
mean(int, boolean...) - Method in class org.eclipse.january.dataset.AbstractDataset
 
mean(List<IDataset>) - Static method in class org.eclipse.january.dataset.CollectionStats
Used to get a mean image from a set of images for instance.
mean(boolean...) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
mean(boolean...) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
mean(int, boolean...) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
mean(int, boolean...) - Method in interface org.eclipse.january.dataset.Dataset
 
mean(boolean...) - Method in interface org.eclipse.january.dataset.IDataset
 
mean(int, int, ILazyDataset, int...) - Static method in class org.eclipse.january.dataset.LazyMaths
 
mean(ILazyDataset, int...) - Static method in class org.eclipse.january.dataset.LazyMaths
 
median(List<IDataset>) - Static method in class org.eclipse.january.dataset.CollectionStats
Used to get a median image from a set of images for instance.
median(Dataset, int) - Static method in class org.eclipse.january.dataset.Stats
 
median(Dataset) - Static method in class org.eclipse.january.dataset.Stats
 
medianAbsoluteDeviation(Dataset) - Static method in class org.eclipse.january.dataset.Outliers
Returns the Median Absolute Deviation (MAD) and the median.
medianOFTwoPrimitiveArrays(double[], double[]) - Static method in class org.eclipse.january.dataset.Outliers
Calculates the overall median of two double arrays
meshGrid(Dataset...) - Static method in class org.eclipse.january.dataset.DatasetUtils
Construct a list of datasets where each represents a coordinate varying over the hypergrid formed by the input list of axes
metadata - Variable in class org.eclipse.january.dataset.LazyDatasetBase
 
Metadata - Class in org.eclipse.january.metadata
Basic implementation of metadata
Metadata() - Constructor for class org.eclipse.january.metadata.Metadata
 
Metadata(Map<String, ? extends Serializable>) - Constructor for class org.eclipse.january.metadata.Metadata
 
MetadataException - Exception in org.eclipse.january
Exception associated with metadata
MetadataException() - Constructor for exception org.eclipse.january.MetadataException
 
MetadataException(String) - Constructor for exception org.eclipse.january.MetadataException
 
MetadataException(Throwable) - Constructor for exception org.eclipse.january.MetadataException
 
MetadataException(String, Throwable) - Constructor for exception org.eclipse.january.MetadataException
 
MetadataFactory - Class in org.eclipse.january.metadata
 
MetadataType - Interface in org.eclipse.january.metadata
This is a marker interface for all metadata items which can be associated with a dataset.
min(boolean...) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
min(int, boolean...) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
min(boolean...) - Method in class org.eclipse.january.dataset.AbstractDataset
 
min(int, boolean...) - Method in class org.eclipse.january.dataset.AbstractDataset
 
min(boolean...) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
min(boolean...) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
min(int, boolean...) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
min(int, boolean...) - Method in interface org.eclipse.january.dataset.Dataset
 
min(boolean...) - Method in interface org.eclipse.january.dataset.IDataset
 
min(boolean...) - Method in class org.eclipse.january.dataset.RGBDataset
 
minItem() - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
minItem() - Method in interface org.eclipse.january.dataset.CompoundDataset
Calculate minimum values of elements over all items in dataset
minPos(boolean...) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
minPos(boolean...) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
minPos(boolean...) - Method in class org.eclipse.january.dataset.ByteDataset
 
minPos(boolean...) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
minPos(boolean...) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
minPos(boolean...) - Method in class org.eclipse.january.dataset.DoubleDataset
 
minPos(boolean...) - Method in class org.eclipse.january.dataset.FloatDataset
 
minPos(boolean...) - Method in interface org.eclipse.january.dataset.IDataset
 
minPos(boolean...) - Method in class org.eclipse.january.dataset.IntegerDataset
 
minPos(boolean...) - Method in class org.eclipse.january.dataset.LongDataset
 
minPos(boolean...) - Method in class org.eclipse.january.dataset.ObjectDataset
 
minPos(boolean...) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
minPos(boolean...) - Method in class org.eclipse.january.dataset.ShortDataset
 
minPos(boolean...) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
multiply(Collection<IDataset>, boolean) - Static method in class org.eclipse.january.dataset.Maths
Multiplies all sets passed in together The first IDataset must cast to Dataset

N

name - Variable in class org.eclipse.january.dataset.LazyDatasetBase
 
nonZero(Dataset) - Static method in class org.eclipse.january.dataset.Comparisons
Create a list of indices of positions where items are non-zero
norm(Dataset) - Static method in class org.eclipse.january.dataset.DatasetUtils
Function that returns a normalised dataset which is bounded between 0 and 1
norm(CompoundDataset, boolean) - Static method in class org.eclipse.january.dataset.DatasetUtils
Function that returns a normalised compound dataset which is bounded between 0 and 1.
norm(Dataset) - Static method in class org.eclipse.january.dataset.LinearAlgebra
 
norm(Dataset, LinearAlgebra.NormOrder) - Static method in class org.eclipse.january.dataset.LinearAlgebra
 
norm(Dataset, double) - Static method in class org.eclipse.january.dataset.LinearAlgebra
 
NullIterator - Class in org.eclipse.january.dataset
 
NullIterator(int[], int[]) - Constructor for class org.eclipse.january.dataset.NullIterator
 
NullStorelessUnivariateStatistic - Class in org.eclipse.january.dataset
 
NullStorelessUnivariateStatistic() - Constructor for class org.eclipse.january.dataset.NullStorelessUnivariateStatistic
 

O

OBJECT - Static variable in interface org.eclipse.january.dataset.Dataset
Object
ObjectDataset - Class in org.eclipse.january.dataset
Extend dataset for objects
ObjectDatasetBase - Class in org.eclipse.january.dataset
Extend dataset for Object values // PRIM_TYPE
odata - Variable in class org.eclipse.january.dataset.AbstractDataset
The data itself, held in a 1D array, but the object will wrap it to appear as possessing as many dimensions as wanted
oDataset - Variable in class org.eclipse.january.dataset.BroadcastIterator
Output dataset
offset - Variable in class org.eclipse.january.dataset.AbstractDataset
 
oIndex - Variable in class org.eclipse.january.dataset.BroadcastIterator
Index in output dataset
oIndex - Variable in class org.eclipse.january.dataset.SingleInputBroadcastIterator
Index in array
oMetadata - Variable in class org.eclipse.january.dataset.LazyDataset
 
ones(T) - Static method in class org.eclipse.january.dataset.DatasetFactory
 
ones(Dataset, int) - Static method in class org.eclipse.january.dataset.DatasetFactory
Deprecated.
Please use the class-based methods in DatasetFactory, such as DatasetFactory.createRange(Class, double, double, double)
ones(int...) - Static method in class org.eclipse.january.dataset.DatasetFactory
 
ones(int[], int) - Static method in class org.eclipse.january.dataset.DatasetFactory
Deprecated.
Please use the class-based methods in DatasetFactory, such as #ones(int[], Class)
ones(int, int[], int) - Static method in class org.eclipse.january.dataset.DatasetFactory
Deprecated.
Please use the class-based methods in DatasetFactory, such as DatasetFactory.ones(Class, int...)
ones(Class<T>, int...) - Static method in class org.eclipse.january.dataset.DatasetFactory
 
ones(int, Class<T>, int...) - Static method in class org.eclipse.january.dataset.DatasetFactory
 
ones(Dataset, Class<T>) - Static method in class org.eclipse.january.dataset.DatasetFactory
 
operate(UnaryOperation, Object, Dataset) - Static method in class org.eclipse.january.dataset.Operations
Operate on a dataset
operate(BinaryOperation, Object, Object, Dataset) - Static method in class org.eclipse.january.dataset.Operations
Operate on a dataset
Operations - Class in org.eclipse.january.dataset
 
Operations() - Constructor for class org.eclipse.january.dataset.Operations
 
Operations.Addition - Class in org.eclipse.january.dataset
Addition with boolean or
Operations.Addition() - Constructor for class org.eclipse.january.dataset.Operations.Addition
 
Operations.Division - Class in org.eclipse.january.dataset
Division with boolean and of negated second operand
Operations.Division() - Constructor for class org.eclipse.january.dataset.Operations.Division
 
Operations.DivisionTowardsFloor - Class in org.eclipse.january.dataset
Division with boolean and of negated second operand and rounds down to negative infinity
Operations.DivisionTowardsFloor() - Constructor for class org.eclipse.january.dataset.Operations.DivisionTowardsFloor
 
Operations.DivisionWithZero - Class in org.eclipse.january.dataset
Division with boolean and of negated second operand and returns zero if denominator is zero
Operations.DivisionWithZero() - Constructor for class org.eclipse.january.dataset.Operations.DivisionWithZero
 
Operations.Exponentiation - Class in org.eclipse.january.dataset
Exponentiation with boolean and
Operations.Exponentiation() - Constructor for class org.eclipse.january.dataset.Operations.Exponentiation
 
Operations.Maximum - Class in org.eclipse.january.dataset
Select maximum of a and b
Operations.Maximum() - Constructor for class org.eclipse.january.dataset.Operations.Maximum
 
Operations.Minimum - Class in org.eclipse.january.dataset
Select minimum of a and b
Operations.Minimum() - Constructor for class org.eclipse.january.dataset.Operations.Minimum
 
Operations.Multiplication - Class in org.eclipse.january.dataset
Multiplication with boolean and
Operations.Multiplication() - Constructor for class org.eclipse.january.dataset.Operations.Multiplication
 
Operations.Negation - Class in org.eclipse.january.dataset
Negation with boolean not
Operations.Negation() - Constructor for class org.eclipse.january.dataset.Operations.Negation
 
Operations.Remainder - Class in org.eclipse.january.dataset
Remainder
Operations.Remainder() - Constructor for class org.eclipse.january.dataset.Operations.Remainder
 
Operations.Subtraction - Class in org.eclipse.january.dataset
Subtraction with boolean or of negated second operand
Operations.Subtraction() - Constructor for class org.eclipse.january.dataset.Operations.Subtraction
 
Operations.UseBase - Class in org.eclipse.january.dataset
Use given value if a > b else use a
Operations.UseIfEqualTo - Class in org.eclipse.january.dataset
Use given value if a == b else use a
Operations.UseIfEqualTo(boolean, long, double, double) - Constructor for class org.eclipse.january.dataset.Operations.UseIfEqualTo
 
Operations.UseIfEqualTo(Number) - Constructor for class org.eclipse.january.dataset.Operations.UseIfEqualTo
 
Operations.UseIfEqualTo(Complex) - Constructor for class org.eclipse.january.dataset.Operations.UseIfEqualTo
 
Operations.UseIfGreaterThan - Class in org.eclipse.january.dataset
Use given value if a > b else use a
Operations.UseIfGreaterThan(boolean, long, double) - Constructor for class org.eclipse.january.dataset.Operations.UseIfGreaterThan
 
Operations.UseIfGreaterThan(Number) - Constructor for class org.eclipse.january.dataset.Operations.UseIfGreaterThan
 
Operations.UseIfGreaterThanOrEqualTo - Class in org.eclipse.january.dataset
Use given value if a >= b else use a
Operations.UseIfGreaterThanOrEqualTo(boolean, long, double) - Constructor for class org.eclipse.january.dataset.Operations.UseIfGreaterThanOrEqualTo
 
Operations.UseIfGreaterThanOrEqualTo(Number) - Constructor for class org.eclipse.january.dataset.Operations.UseIfGreaterThanOrEqualTo
 
Operations.UseIfLessThan - Class in org.eclipse.january.dataset
Use given value if a < b else use a
Operations.UseIfLessThan(boolean, long, double) - Constructor for class org.eclipse.january.dataset.Operations.UseIfLessThan
 
Operations.UseIfLessThan(Number) - Constructor for class org.eclipse.january.dataset.Operations.UseIfLessThan
 
Operations.UseIfLessThanOrEqualTo - Class in org.eclipse.january.dataset
Use given value if a <= b else use a
Operations.UseIfLessThanOrEqualTo(boolean, long, double) - Constructor for class org.eclipse.january.dataset.Operations.UseIfLessThanOrEqualTo
 
Operations.UseIfLessThanOrEqualTo(Number) - Constructor for class org.eclipse.january.dataset.Operations.UseIfLessThanOrEqualTo
 
org.eclipse.january - package org.eclipse.january
 
org.eclipse.january.dataset - package org.eclipse.january.dataset
 
org.eclipse.january.io - package org.eclipse.january.io
 
org.eclipse.january.metadata - package org.eclipse.january.metadata
 
OriginMetadata - Interface in org.eclipse.january.metadata
Defines the origin of a dataset which is a slice of a parent dataset
oShape - Variable in class org.eclipse.january.dataset.LazyDataset
 
outerProduct(Dataset, Dataset) - Static method in class org.eclipse.january.dataset.LinearAlgebra
Calculate the outer product of two datasets
Outliers - Class in org.eclipse.january.dataset
Estimators of the scale of a Dataset.
Outliers() - Constructor for class org.eclipse.january.dataset.Outliers
 
outlierValues(Dataset, double, double, int) - Static method in class org.eclipse.january.dataset.Stats
Calculate approximate outlier values.
outputA - Variable in class org.eclipse.january.dataset.BroadcastIterator
 
outputB - Variable in class org.eclipse.january.dataset.BroadcastIterator
 
overrideInternal(Serializable, int...) - Method in class org.eclipse.january.dataset.AbstractDataset
 
overrideInternal(Serializable, int...) - Method in interface org.eclipse.january.dataset.Dataset
Set the buffer that backs the dataset and its shape

P

padShape(int[], int) - Static method in class org.eclipse.january.dataset.BroadcastUtils
Pad shape by prefixing with ones
peakToPeak(int, boolean...) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
peakToPeak(boolean...) - Method in class org.eclipse.january.dataset.AbstractDataset
 
peakToPeak(int, boolean...) - Method in class org.eclipse.january.dataset.AbstractDataset
 
peakToPeak(int, boolean...) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
peakToPeak(boolean...) - Method in interface org.eclipse.january.dataset.Dataset
 
peakToPeak(int, boolean...) - Method in interface org.eclipse.january.dataset.Dataset
 
PeemMetadata - Interface in org.eclipse.january.metadata
This metadata describes Peem-related information
phaseAsComplexNumber(Object, boolean) - Static method in class org.eclipse.january.dataset.Maths
Create a phase only dataset.
phaseAsComplexNumber(Object, Dataset, boolean) - Static method in class org.eclipse.january.dataset.Maths
Create a phase only dataset.
poisson(double, int...) - Static method in class org.eclipse.january.dataset.Random
 
pos - Variable in class org.eclipse.january.dataset.BroadcastIteratorBase
position in dataset
PositionIterator - Class in org.eclipse.january.dataset
Class to provide iteration through a dataset
PositionIterator(int[]) - Constructor for class org.eclipse.january.dataset.PositionIterator
Constructor for an iterator over elements of a dataset that are within the shape
PositionIterator(int, int[]) - Constructor for class org.eclipse.january.dataset.PositionIterator
Constructor for an iterator over a single item broadcasted to given shape
PositionIterator(int[], int...) - Constructor for class org.eclipse.january.dataset.PositionIterator
Constructor for an iterator that misses out several axes
PositionIterator(int[], Slice[], int[]) - Constructor for class org.eclipse.january.dataset.PositionIterator
Constructor for an iterator that misses out several axes
PositionIterator(int[], int[], int[], int[], int[]) - Constructor for class org.eclipse.january.dataset.PositionIterator
Constructor for an iterator that misses out several axes
PositionIterator(SliceND, int...) - Constructor for class org.eclipse.january.dataset.PositionIterator
Constructor for an iterator that misses out several axes
PositionIterator(int, SliceND, int...) - Constructor for class org.eclipse.january.dataset.PositionIterator
Constructor for an iterator that misses out several axes
postShape - Variable in class org.eclipse.january.dataset.LazyDataset
 
power(Dataset, int) - Static method in class org.eclipse.january.dataset.LinearAlgebra
Raise dataset to given power by matrix multiplication
prepShape - Variable in class org.eclipse.january.dataset.LazyDataset
 
product(int, boolean...) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
product(boolean...) - Method in class org.eclipse.january.dataset.AbstractDataset
 
product(int, boolean...) - Method in class org.eclipse.january.dataset.AbstractDataset
 
product(int, boolean...) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
product(boolean...) - Method in interface org.eclipse.january.dataset.Dataset
 
product(int, boolean...) - Method in interface org.eclipse.january.dataset.Dataset
 
product(ILazyDataset, int) - Static method in class org.eclipse.january.dataset.LazyMaths
 
product(Dataset, boolean...) - Static method in class org.eclipse.january.dataset.Stats
 
product(Dataset, int, boolean...) - Static method in class org.eclipse.january.dataset.Stats
 
put(T, Dataset, Object) - Static method in class org.eclipse.january.dataset.DatasetUtils
Changes specific items of dataset by replacing them with other array
put(T, int[], Object) - Static method in class org.eclipse.january.dataset.DatasetUtils
Changes specific items of dataset by replacing them with other array

Q

quantile(Dataset, double) - Static method in class org.eclipse.january.dataset.Stats
Calculate quantile of dataset which is defined as the inverse of the cumulative distribution function (CDF)
quantile(Dataset, double...) - Static method in class org.eclipse.january.dataset.Stats
Calculate quantiles of dataset which is defined as the inverse of the cumulative distribution function (CDF)
quantile(Dataset, int, double...) - Static method in class org.eclipse.january.dataset.Stats
Calculate quantiles of dataset which is defined as the inverse of the cumulative distribution function (CDF)

R

rand(int...) - Static method in class org.eclipse.january.dataset.Random
 
rand(double, double, int...) - Static method in class org.eclipse.january.dataset.Random
 
randint(int, int, int[]) - Static method in class org.eclipse.january.dataset.Random
 
randn(int...) - Static method in class org.eclipse.january.dataset.Random
 
randn(double, double, int...) - Static method in class org.eclipse.january.dataset.Random
 
Random - Class in org.eclipse.january.dataset
Class to hold methods to create random datasets Emulates numpy.random
Random() - Constructor for class org.eclipse.january.dataset.Random
 
random_integers(int, int, int[]) - Static method in class org.eclipse.january.dataset.Random
 
read - Variable in class org.eclipse.january.dataset.BroadcastIteratorBase
 
reciprocal(Object) - Static method in class org.eclipse.january.dataset.Maths
Find reciprocal from dataset
reciprocal(Object, Dataset) - Static method in class org.eclipse.january.dataset.Maths
Find reciprocal from dataset
refresh(int[]) - Method in interface org.eclipse.january.metadata.AxesMetadata
 
refreshDynamicAxesMetadata(List<AxesMetadata>, int[]) - Static method in class org.eclipse.january.metadata.DynamicMetadataUtils
 
refreshShape() - Method in interface org.eclipse.january.dataset.IDynamicShape
Force the shape to be re-read from file, if possible
refreshShape() - Method in class org.eclipse.january.dataset.LazyDynamicDataset
 
refreshShape() - Method in interface org.eclipse.january.io.ILazyDynamicLoader
 
registerClass(Class<T>) - Static method in class org.eclipse.january.metadata.MetadataFactory
Register metadata class
regrid(Dataset, Dataset, Dataset, Dataset, Dataset) - Static method in class org.eclipse.january.dataset.InterpolatorUtils
 
regridOld(Dataset, Dataset, Dataset, Dataset, Dataset) - Static method in class org.eclipse.january.dataset.InterpolatorUtils
 
remap1D(Dataset, Dataset, Dataset) - Static method in class org.eclipse.january.dataset.InterpolatorUtils
 
remapAxis(Dataset, int, Dataset, Dataset) - Static method in class org.eclipse.january.dataset.InterpolatorUtils
 
remapOneAxis(Dataset, int, Dataset, Dataset, Dataset) - Static method in class org.eclipse.january.dataset.InterpolatorUtils
 
removeDataListener(IDataListener) - Method in class org.eclipse.january.dataset.DataListenerDelegate
 
removeDataListener(IDataListener) - Method in interface org.eclipse.january.dataset.IDynamicShape
Remove a listener which will be fired when aspects of the data change for instance shape or content.
removeDataListener(IDataListener) - Method in class org.eclipse.january.dataset.LazyDynamicDataset
 
removeNansAndInfinities(Dataset, Number) - Static method in class org.eclipse.january.dataset.DatasetUtils
Removes NaNs and infinities from floating point datasets.
repeat(T, int[], int) - Static method in class org.eclipse.january.dataset.DatasetUtils
Constructs a dataset which has its elements along an axis replicated from the original dataset by the number of times given in the repeats array.
reset() - Method in class org.eclipse.january.dataset.BooleanIterator
 
reset() - Method in class org.eclipse.january.dataset.BroadcastPairIterator
 
reset() - Method in class org.eclipse.january.dataset.BroadcastSingleIterator
 
reset() - Method in class org.eclipse.january.dataset.ContiguousIterator
 
reset() - Method in class org.eclipse.january.dataset.ContiguousIteratorWithPosition
 
reset() - Method in class org.eclipse.january.dataset.ContiguousPairIterator
 
reset() - Method in class org.eclipse.january.dataset.ContiguousSingleIterator
 
reset() - Method in class org.eclipse.january.dataset.DiscontiguousIterator
 
reset() - Method in class org.eclipse.january.dataset.IndexIterator
Reset iterator
reset() - Method in class org.eclipse.january.dataset.IntegerIterator
 
reset() - Method in class org.eclipse.january.dataset.IntegersIterator
 
reset() - Method in class org.eclipse.january.dataset.NullIterator
 
reset() - Method in class org.eclipse.january.dataset.PositionIterator
 
reset() - Method in class org.eclipse.january.dataset.SingleInputBroadcastIterator
 
reset() - Method in class org.eclipse.january.dataset.SingleItemIterator
 
reset() - Method in class org.eclipse.january.dataset.SliceIterator
 
reset() - Method in class org.eclipse.january.dataset.SliceNDIterator
 
reset() - Method in class org.eclipse.january.dataset.StrideIterator
 
reshape(int...) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
reshape(int...) - Method in class org.eclipse.january.dataset.AbstractDataset
 
reshape(int...) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
reshape(int...) - Method in interface org.eclipse.january.dataset.Dataset
Returns new dataset with new shape but old data if possible, otherwise a copy is made
Reshapeable - Annotation Type in org.eclipse.january.metadata
This is an annotation for any metadata field that should be reshaped or squeezed.
reshapeMetadata(int[], int[]) - Method in class org.eclipse.january.dataset.LazyDatasetBase
Reshape all datasets in metadata that are annotated by @Reshapeable.
residual(Object) - Method in class org.eclipse.january.dataset.AbstractDataset
 
residual(Object, boolean) - Method in class org.eclipse.january.dataset.AbstractDataset
 
residual(Object, Dataset, boolean) - Method in class org.eclipse.january.dataset.BooleanDataset
 
residual(Object, Dataset, boolean) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
residual(Object, Dataset, boolean) - Method in class org.eclipse.january.dataset.ByteDataset
 
residual(Object, Dataset, boolean) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
residual(Object, Dataset, boolean) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
residual(Object, Dataset, boolean) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
residual(Object, Dataset, boolean) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
residual(Object, Dataset, boolean) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
residual(Object, Dataset, boolean) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
residual(Object, Dataset, boolean) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
residual(Object, Dataset, boolean) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
residual(Object) - Method in interface org.eclipse.january.dataset.Dataset
Calculate residual of dataset with object o See Dataset.residual(Object o, boolean ignoreNaNs) with ignoreNaNs = false
residual(Object, boolean) - Method in interface org.eclipse.january.dataset.Dataset
Calculate residual of dataset with object o
residual(Object, Dataset, boolean) - Method in interface org.eclipse.january.dataset.Dataset
Calculate residual of dataset with object o and weight.
residual(Object, Dataset, boolean) - Method in class org.eclipse.january.dataset.DoubleDataset
 
residual(Object, Dataset, boolean) - Method in class org.eclipse.january.dataset.FloatDataset
 
residual(Object, Dataset, boolean) - Method in class org.eclipse.january.dataset.IntegerDataset
 
residual(Object, Dataset, boolean) - Method in class org.eclipse.january.dataset.LongDataset
 
residual(Object) - Method in class org.eclipse.january.dataset.ObjectDataset
 
residual(Object, Dataset, boolean) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
residual(Object, Dataset, boolean) - Method in class org.eclipse.january.dataset.ShortDataset
 
residual(Dataset, Dataset) - Static method in class org.eclipse.january.dataset.Stats
The residual is the sum of squared differences
residual(Object) - Method in class org.eclipse.january.dataset.StringDataset
 
residual(Object, Dataset, boolean) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
resize(int...) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
resize(int...) - Method in class org.eclipse.january.dataset.ByteDataset
 
resize(int...) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
resize(int...) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
resize(int...) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
resize(int...) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
resize(int...) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
resize(int...) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
resize(T, int...) - Static method in class org.eclipse.january.dataset.DatasetUtils
Resize a dataset
resize(int...) - Method in class org.eclipse.january.dataset.DoubleDataset
 
resize(int...) - Method in class org.eclipse.january.dataset.FloatDataset
 
resize(int...) - Method in interface org.eclipse.january.dataset.IDataset
Change shape and size of dataset in-place
resize(int...) - Method in interface org.eclipse.january.dataset.IDynamicShape
Change shape
resize(int...) - Method in class org.eclipse.january.dataset.IntegerDataset
 
resize(int...) - Method in class org.eclipse.january.dataset.LazyDynamicDataset
 
resize(int...) - Method in class org.eclipse.january.dataset.LongDataset
 
resize(int...) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
resize(int...) - Method in class org.eclipse.january.dataset.ShortDataset
 
resize(int...) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
restoreMetadata(Map<Class<? extends MetadataType>, List<MetadataType>>) - Method in class org.eclipse.january.dataset.LazyDatasetBase
 
RGB - Static variable in interface org.eclipse.january.dataset.Dataset
Array of three signed 16-bit integers for RGB values
RGBDataset - Class in org.eclipse.january.dataset
Class to hold colour datasets as red, green, blue tuples of short integers
RGBDataset() - Constructor for class org.eclipse.january.dataset.RGBDataset
Create a null dataset
RGBDataset(int...) - Constructor for class org.eclipse.january.dataset.RGBDataset
 
RGBDataset(short[], int...) - Constructor for class org.eclipse.january.dataset.RGBDataset
 
RGBDataset(RGBDataset) - Constructor for class org.eclipse.january.dataset.RGBDataset
Copy a dataset
RGBDataset(int[], int[], int[], int...) - Constructor for class org.eclipse.january.dataset.RGBDataset
Create a dataset using given data (red, green and blue parts are given separately)
RGBDataset(short[], short[], short[], int...) - Constructor for class org.eclipse.january.dataset.RGBDataset
Create a dataset using given data (red, green and blue parts are given separately)
RGBDataset(byte[], byte[], byte[], int...) - Constructor for class org.eclipse.january.dataset.RGBDataset
Create a dataset using given data (red, green and blue parts are given separately)
RGBDataset(Dataset, Dataset, Dataset) - Constructor for class org.eclipse.january.dataset.RGBDataset
Create a dataset using given colour data (colour components are given separately)
RGBDataset(Dataset) - Constructor for class org.eclipse.january.dataset.RGBDataset
Create a dataset using given grey data
roll(T, int, Integer) - Static method in class org.eclipse.january.dataset.DatasetUtils
Roll items over given axis by given amount
rollAxis(T, int, int) - Static method in class org.eclipse.january.dataset.DatasetUtils
Roll the specified axis backwards until it lies in given position
rootMeanSquare(int, boolean...) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
rootMeanSquare(boolean...) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
rootMeanSquare(boolean...) - Method in class org.eclipse.january.dataset.AbstractDataset
 
rootMeanSquare(int, boolean...) - Method in class org.eclipse.january.dataset.AbstractDataset
 
rootMeanSquare(int, boolean...) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
rootMeanSquare(boolean...) - Method in interface org.eclipse.january.dataset.Dataset
 
rootMeanSquare(int, boolean...) - Method in interface org.eclipse.january.dataset.Dataset
 
rotate90(T) - Static method in class org.eclipse.january.dataset.DatasetUtils
Rotate items in first two dimension by 90 degrees anti-clockwise
rotate90(T, int) - Static method in class org.eclipse.january.dataset.DatasetUtils
Rotate items in first two dimension by 90 degrees anti-clockwise
RunningAverage - Class in org.eclipse.january.dataset
A running mean class
RunningAverage(IDataset) - Constructor for class org.eclipse.january.dataset.RunningAverage
 

S

seed(int) - Static method in class org.eclipse.january.dataset.Random
 
seed(int[]) - Static method in class org.eclipse.january.dataset.Random
 
seed(long) - Static method in class org.eclipse.january.dataset.Random
 
select(BooleanDataset, Object, Object) - Static method in class org.eclipse.january.dataset.DatasetUtils
Select content according where condition is true.
select(BooleanDataset[], Object[], Object) - Static method in class org.eclipse.january.dataset.DatasetUtils
Select content from choices where condition is true, otherwise use default.
selectDatasetRegion(Dataset, int, int, int, int) - Static method in class org.eclipse.january.dataset.InterpolatorUtils
 
serializeDataset(IDataset) - Static method in class org.eclipse.january.dataset.DatasetUtils
Serialize dataset by flattening it.
serialVersionUID - Static variable in interface org.eclipse.january.dataset.Dataset
Update this when there are any serious changes to API
serialVersionUID - Static variable in interface org.eclipse.january.io.ILazyLoader
 
serialVersionUID - Static variable in interface org.eclipse.january.io.ILazySaver
 
serialVersionUID - Static variable in interface org.eclipse.january.metadata.IMetadata
Update this when there are any serious changes to API
set(Object) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
set(Object, int) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
set(Object, int, int) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
set(Object, int...) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
set(Object) - Method in class org.eclipse.january.dataset.ByteDataset
 
set(Object, int) - Method in class org.eclipse.january.dataset.ByteDataset
 
set(Object, int, int) - Method in class org.eclipse.january.dataset.ByteDataset
 
set(Object, int...) - Method in class org.eclipse.january.dataset.ByteDataset
 
set(Object, int) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
set(Object, int, int) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
set(Object, int...) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
set(double, double, int) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
Set real and imaginary values at given position
set(double, double, int, int) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
Set real and imaginary values at given position
set(double, double, int...) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
Set real and imaginary values at given position
set(Object, int) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
set(Object, int, int) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
set(Object, int...) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
set(float, float, int) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
Set real and imaginary values at given position
set(float, float, int, int) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
Set real and imaginary values at given position
set(float, float, int...) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
Set real and imaginary values at given position
set(Object) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
set(Object, int) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
set(Object, int, int) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
set(Object, int...) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
set(Object) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
set(Object, int) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
set(Object, int, int) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
set(Object, int...) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
set(Object) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
set(Object, int) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
set(Object, int, int) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
set(Object, int...) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
set(Object) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
set(Object, int) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
set(Object, int, int) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
set(Object, int...) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
set(Object) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
set(Object, int) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
set(Object, int, int) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
set(Object, int...) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
set(Object) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
set(Object, int) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
set(Object, int, int) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
set(Object, int...) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
set(Object) - Method in interface org.eclipse.january.dataset.Dataset
Set the value given by object at the first position.
set(Object, int) - Method in interface org.eclipse.january.dataset.Dataset
Set the value given by object at given position.
set(Object, int, int) - Method in interface org.eclipse.january.dataset.Dataset
Set the value given by object at given position.
set(Object) - Method in class org.eclipse.january.dataset.DateDatasetImpl
 
set(Object, int) - Method in class org.eclipse.january.dataset.DateDatasetImpl
 
set(Object, int, int) - Method in class org.eclipse.january.dataset.DateDatasetImpl
 
set(Object, int...) - Method in class org.eclipse.january.dataset.DateDatasetImpl
 
set(Object) - Method in class org.eclipse.january.dataset.DoubleDataset
 
set(Object, int) - Method in class org.eclipse.january.dataset.DoubleDataset
 
set(Object, int, int) - Method in class org.eclipse.january.dataset.DoubleDataset
 
set(Object, int...) - Method in class org.eclipse.january.dataset.DoubleDataset
 
set(Object) - Method in class org.eclipse.january.dataset.FloatDataset
 
set(Object, int) - Method in class org.eclipse.january.dataset.FloatDataset
 
set(Object, int, int) - Method in class org.eclipse.january.dataset.FloatDataset
 
set(Object, int...) - Method in class org.eclipse.january.dataset.FloatDataset
 
set(Object, int...) - Method in interface org.eclipse.january.dataset.IDataset
Set the value given by object at given position
set(Object) - Method in class org.eclipse.january.dataset.IntegerDataset
 
set(Object, int) - Method in class org.eclipse.january.dataset.IntegerDataset
 
set(Object, int, int) - Method in class org.eclipse.january.dataset.IntegerDataset
 
set(Object, int...) - Method in class org.eclipse.january.dataset.IntegerDataset
 
set(Object) - Method in class org.eclipse.january.dataset.LongDataset
 
set(Object, int) - Method in class org.eclipse.january.dataset.LongDataset
 
set(Object, int, int) - Method in class org.eclipse.january.dataset.LongDataset
 
set(Object, int...) - Method in class org.eclipse.january.dataset.LongDataset
 
set(Object) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
set(Object, int) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
set(Object, int, int) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
set(Object, int...) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
set(Object) - Method in class org.eclipse.january.dataset.ShortDataset
 
set(Object, int) - Method in class org.eclipse.january.dataset.ShortDataset
 
set(Object, int, int) - Method in class org.eclipse.january.dataset.ShortDataset
 
set(Object, int...) - Method in class org.eclipse.january.dataset.ShortDataset
 
set(Object) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
set(Object, int) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
set(Object, int, int) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
set(Object, int...) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
setAbs(int, boolean) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
Set a value at absolute index in the internal array.
setAbs(int, byte) - Method in class org.eclipse.january.dataset.ByteDataset
Set a value at absolute index in the internal array.
setAbs(int, Complex) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
Set values at absolute index in the internal array.
setAbs(int, double, double) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
Set item at index to complex value given by real and imaginary parts
setAbs(int, Complex) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
Set values at absolute index in the internal array.
setAbs(int, float, float) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
Set item at index to complex value given by real and imaginary parts
setAbs(int, byte[]) - Method in class org.eclipse.january.dataset.CompoundByteDataset
Set values at absolute index in the internal array.
setAbs(int, byte) - Method in class org.eclipse.january.dataset.CompoundByteDataset
Set element value at absolute index in the internal array.
setAbs(int, double[]) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
Set values at absolute index in the internal array.
setAbs(int, double) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
Set element value at absolute index in the internal array.
setAbs(int, float[]) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
Set values at absolute index in the internal array.
setAbs(int, float) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
Set element value at absolute index in the internal array.
setAbs(int, int[]) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
Set values at absolute index in the internal array.
setAbs(int, int) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
Set element value at absolute index in the internal array.
setAbs(int, long[]) - Method in class org.eclipse.january.dataset.CompoundLongDataset
Set values at absolute index in the internal array.
setAbs(int, long) - Method in class org.eclipse.january.dataset.CompoundLongDataset
Set element value at absolute index in the internal array.
setAbs(int, short[]) - Method in class org.eclipse.january.dataset.CompoundShortDataset
Set values at absolute index in the internal array.
setAbs(int, short) - Method in class org.eclipse.january.dataset.CompoundShortDataset
Set element value at absolute index in the internal array.
setAbs(int, Date) - Method in class org.eclipse.january.dataset.DateDatasetImpl
 
setAbs(int, double) - Method in class org.eclipse.january.dataset.DoubleDataset
Set a value at absolute index in the internal array.
setAbs(int, float) - Method in class org.eclipse.january.dataset.FloatDataset
Set a value at absolute index in the internal array.
setAbs(int, int) - Method in class org.eclipse.january.dataset.IntegerDataset
Set a value at absolute index in the internal array.
setAbs(int, long) - Method in class org.eclipse.january.dataset.LongDataset
Set a value at absolute index in the internal array.
setAbs(int, Object) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
Set a value at absolute index in the internal array.
setAbs(int, short) - Method in class org.eclipse.january.dataset.ShortDataset
Set a value at absolute index in the internal array.
setAbs(int, String) - Method in class org.eclipse.january.dataset.StringDatasetBase
Set a value at absolute index in the internal array.
setAxis(int, ILazyDataset...) - Method in interface org.eclipse.january.metadata.AxesMetadata
Set axis datasets for given dimension.
setBy1DIndex(Object, Dataset) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
setBy1DIndex(Object, Dataset) - Method in class org.eclipse.january.dataset.ByteDataset
 
setBy1DIndex(Object, Dataset) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
setBy1DIndex(Object, Dataset) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
setBy1DIndex(Object, Dataset) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
setBy1DIndex(Object, Dataset) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
setBy1DIndex(Object, Dataset) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
setBy1DIndex(Object, Dataset) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
setBy1DIndex(Object, Dataset) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
setBy1DIndex(Object, Dataset) - Method in interface org.eclipse.january.dataset.Dataset
This is modelled after the NumPy set item with an index dataset
setBy1DIndex(Object, Dataset) - Method in class org.eclipse.january.dataset.DoubleDataset
 
setBy1DIndex(Object, Dataset) - Method in class org.eclipse.january.dataset.FloatDataset
 
setBy1DIndex(Object, Dataset) - Method in class org.eclipse.january.dataset.IntegerDataset
 
setBy1DIndex(Object, Dataset) - Method in class org.eclipse.january.dataset.LongDataset
 
setBy1DIndex(Object, Dataset) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
setBy1DIndex(Object, Dataset) - Method in class org.eclipse.january.dataset.ShortDataset
 
setBy1DIndex(Object, Dataset) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
setByBoolean(Object, Dataset) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
setByBoolean(Object, Dataset) - Method in class org.eclipse.january.dataset.ByteDataset
 
setByBoolean(Object, Dataset) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
setByBoolean(Object, Dataset) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
setByBoolean(Object, Dataset) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
setByBoolean(Object, Dataset) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
setByBoolean(Object, Dataset) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
setByBoolean(Object, Dataset) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
setByBoolean(Object, Dataset) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
setByBoolean(Object, Dataset) - Method in interface org.eclipse.january.dataset.Dataset
This is modelled after the NumPy set item with a condition specified by a boolean dataset
setByBoolean(Object, Dataset) - Method in class org.eclipse.january.dataset.DoubleDataset
 
setByBoolean(Object, Dataset) - Method in class org.eclipse.january.dataset.FloatDataset
 
setByBoolean(Object, Dataset) - Method in class org.eclipse.january.dataset.IntegerDataset
 
setByBoolean(Object, Dataset) - Method in class org.eclipse.january.dataset.LongDataset
 
setByBoolean(Object, Dataset) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
setByBoolean(Object, Dataset) - Method in class org.eclipse.january.dataset.ShortDataset
 
setByBoolean(Object, Dataset) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
setByIndexes(Object, Object...) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
setByIndexes(Object, Object...) - Method in class org.eclipse.january.dataset.ByteDataset
 
setByIndexes(Object, Object...) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
setByIndexes(Object, Object...) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
setByIndexes(Object, Object...) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
setByIndexes(Object, Object...) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
setByIndexes(Object, Object...) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
setByIndexes(Object, Object...) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
setByIndexes(Object, Object...) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
setByIndexes(Object, Object...) - Method in interface org.eclipse.january.dataset.Dataset
This is modelled after the NumPy set item with an array of indexing objects
setByIndexes(Object, Object...) - Method in class org.eclipse.january.dataset.DoubleDataset
 
setByIndexes(Object, Object...) - Method in class org.eclipse.january.dataset.FloatDataset
 
setByIndexes(Object, Object...) - Method in class org.eclipse.january.dataset.IntegerDataset
 
setByIndexes(Object, Object...) - Method in class org.eclipse.january.dataset.LongDataset
 
setByIndexes(Object, Object...) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
setByIndexes(Object, Object...) - Method in class org.eclipse.january.dataset.ShortDataset
 
setByIndexes(Object, Object...) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
setChunking(int...) - Method in interface org.eclipse.january.dataset.ILazyWriteableDataset
Set chunking
setChunking(int...) - Method in class org.eclipse.january.dataset.LazyWriteableDataset
 
setConnected(boolean) - Method in class org.eclipse.january.metadata.DynamicConnectionInfo
 
setData() - Method in class org.eclipse.january.dataset.AbstractDataset
Set aliased data as base data
setData() - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
setData() - Method in class org.eclipse.january.dataset.ByteDataset
 
setData() - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
setData() - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
setData() - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
setData() - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
setData() - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
setData() - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
setData() - Method in class org.eclipse.january.dataset.DoubleDataset
 
setData() - Method in class org.eclipse.january.dataset.FloatDataset
 
setData() - Method in class org.eclipse.january.dataset.IntegerDataset
 
setData() - Method in class org.eclipse.january.dataset.LongDataset
 
setData() - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
setData() - Method in class org.eclipse.january.dataset.ShortDataset
 
setData() - Method in class org.eclipse.january.dataset.StringDatasetBase
 
setDataset(ILazyDataset) - Method in interface org.eclipse.january.dataset.IDatasetChangeChecker
Set dataset to be checked for signs of change.
setDataset(ILazyDataset) - Method in class org.eclipse.january.dataset.ShapeChangeChecker
 
setDatasetName(String) - Method in interface org.eclipse.january.dataset.IDatasetConnector
The dataset location/name in the file
setDirty() - Method in class org.eclipse.january.dataset.AbstractDataset
 
setDirty() - Method in interface org.eclipse.january.dataset.Dataset
This method allows anything that dirties the dataset to clear stored values so that the other methods can work correctly.
setDirty() - Method in interface org.eclipse.january.metadata.StatisticsMetadata
Call to indicate dataset has been modified so statistics are not up-to-date
setDroppedCount(int) - Method in class org.eclipse.january.metadata.DynamicConnectionInfo
 
setElements(Dataset, int) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
setElements(Dataset, int) - Method in interface org.eclipse.january.dataset.CompoundDataset
Set values of chosen elements from each item according to source dataset
setElements(Dataset, int) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
setElements(Dataset, int) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
setElements(Dataset, int) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
setElements(Dataset, int) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
setElements(Dataset, int) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
setError(ILazyDataset) - Method in interface org.eclipse.january.metadata.ErrorMetadata
Set the error
setErrorBuffer(Serializable) - Method in class org.eclipse.january.dataset.AbstractDataset
Set a copy of the buffer that backs the (squared) error data
setErrorBuffer(Serializable) - Method in interface org.eclipse.january.dataset.Dataset
Set the buffer that backs the (squared) error data
setErrors(Serializable) - Method in class org.eclipse.january.dataset.AggregateDataset
 
setErrors(Serializable) - Method in interface org.eclipse.january.dataset.ILazyDataset
Set the errors.
setErrors(Serializable) - Method in class org.eclipse.january.dataset.LazyDatasetBase
 
setFieldOfView(double) - Method in interface org.eclipse.january.metadata.PeemMetadata
Sets fieldOfView value in microns
setFilePath(String) - Method in class org.eclipse.january.dataset.DataEvent
 
setFilePath(String) - Method in interface org.eclipse.january.metadata.IMetadata
 
setFilePath(String) - Method in class org.eclipse.january.metadata.Metadata
 
setFillValue(Object) - Method in interface org.eclipse.january.dataset.ILazyWriteableDataset
Set the value used to fill an un-initialized dataset
setFillValue(Object) - Method in class org.eclipse.january.dataset.LazyWriteableDataset
 
setHash(int) - Method in interface org.eclipse.january.metadata.StatisticsMetadata
 
setItem(boolean) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
Sets the value at first point to the passed value.
setItem(boolean, int) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
Sets the value at a particular point to the passed value.
setItem(boolean, int, int) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
Sets the value at a particular point to the passed value.
setItem(boolean, int...) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
Sets the value at a particular point to the passed value
setItem(byte) - Method in class org.eclipse.january.dataset.ByteDataset
Sets the value at first point to the passed value.
setItem(byte, int) - Method in class org.eclipse.january.dataset.ByteDataset
Sets the value at a particular point to the passed value.
setItem(byte, int, int) - Method in class org.eclipse.january.dataset.ByteDataset
Sets the value at a particular point to the passed value.
setItem(byte, int...) - Method in class org.eclipse.january.dataset.ByteDataset
Sets the value at a particular point to the passed value
setItem(byte[]) - Method in class org.eclipse.january.dataset.CompoundByteDataset
Set values at first position.
setItem(byte[], int) - Method in class org.eclipse.january.dataset.CompoundByteDataset
Set values at given position.
setItem(byte[], int, int) - Method in class org.eclipse.january.dataset.CompoundByteDataset
Set values at given position.
setItem(byte[], int...) - Method in class org.eclipse.january.dataset.CompoundByteDataset
Set values at given position
setItem(double[]) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
Set values at first position.
setItem(double[], int) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
Set values at given position.
setItem(double[], int, int) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
Set values at given position.
setItem(double[], int...) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
Set values at given position
setItem(float[]) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
Set values at first position.
setItem(float[], int) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
Set values at given position.
setItem(float[], int, int) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
Set values at given position.
setItem(float[], int...) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
Set values at given position
setItem(int[]) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
Set values at first position.
setItem(int[], int) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
Set values at given position.
setItem(int[], int, int) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
Set values at given position.
setItem(int[], int...) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
Set values at given position
setItem(long[]) - Method in class org.eclipse.january.dataset.CompoundLongDataset
Set values at first position.
setItem(long[], int) - Method in class org.eclipse.january.dataset.CompoundLongDataset
Set values at given position.
setItem(long[], int, int) - Method in class org.eclipse.january.dataset.CompoundLongDataset
Set values at given position.
setItem(long[], int...) - Method in class org.eclipse.january.dataset.CompoundLongDataset
Set values at given position
setItem(short[]) - Method in class org.eclipse.january.dataset.CompoundShortDataset
Set values at first position.
setItem(short[], int) - Method in class org.eclipse.january.dataset.CompoundShortDataset
Set values at given position.
setItem(short[], int, int) - Method in class org.eclipse.january.dataset.CompoundShortDataset
Set values at given position.
setItem(short[], int...) - Method in class org.eclipse.january.dataset.CompoundShortDataset
Set values at given position
setItem(Date) - Method in class org.eclipse.january.dataset.DateDatasetImpl
 
setItem(Date, int) - Method in class org.eclipse.january.dataset.DateDatasetImpl
 
setItem(Date, int, int) - Method in class org.eclipse.january.dataset.DateDatasetImpl
 
setItem(Date, int...) - Method in class org.eclipse.january.dataset.DateDatasetImpl
 
setItem(double) - Method in class org.eclipse.january.dataset.DoubleDataset
Sets the value at first point to the passed value.
setItem(double, int) - Method in class org.eclipse.january.dataset.DoubleDataset
Sets the value at a particular point to the passed value.
setItem(double, int, int) - Method in class org.eclipse.january.dataset.DoubleDataset
Sets the value at a particular point to the passed value.
setItem(double, int...) - Method in class org.eclipse.january.dataset.DoubleDataset
Sets the value at a particular point to the passed value
setItem(float) - Method in class org.eclipse.january.dataset.FloatDataset
Sets the value at first point to the passed value.
setItem(float, int) - Method in class org.eclipse.january.dataset.FloatDataset
Sets the value at a particular point to the passed value.
setItem(float, int, int) - Method in class org.eclipse.january.dataset.FloatDataset
Sets the value at a particular point to the passed value.
setItem(float, int...) - Method in class org.eclipse.january.dataset.FloatDataset
Sets the value at a particular point to the passed value
setItem(int) - Method in class org.eclipse.january.dataset.IntegerDataset
Sets the value at first point to the passed value.
setItem(int, int) - Method in class org.eclipse.january.dataset.IntegerDataset
Sets the value at a particular point to the passed value.
setItem(int, int, int) - Method in class org.eclipse.january.dataset.IntegerDataset
Sets the value at a particular point to the passed value.
setItem(int, int...) - Method in class org.eclipse.january.dataset.IntegerDataset
Sets the value at a particular point to the passed value
setItem(long) - Method in class org.eclipse.january.dataset.LongDataset
Sets the value at first point to the passed value.
setItem(long, int) - Method in class org.eclipse.january.dataset.LongDataset
Sets the value at a particular point to the passed value.
setItem(long, int, int) - Method in class org.eclipse.january.dataset.LongDataset
Sets the value at a particular point to the passed value.
setItem(long, int...) - Method in class org.eclipse.january.dataset.LongDataset
Sets the value at a particular point to the passed value
setItem(Object) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
Sets the value at first point to the passed value.
setItem(Object, int) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
Sets the value at a particular point to the passed value.
setItem(Object, int, int) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
Sets the value at a particular point to the passed value.
setItem(Object, int...) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
Sets the value at a particular point to the passed value
setItem(short) - Method in class org.eclipse.january.dataset.ShortDataset
Sets the value at first point to the passed value.
setItem(short, int) - Method in class org.eclipse.january.dataset.ShortDataset
Sets the value at a particular point to the passed value.
setItem(short, int, int) - Method in class org.eclipse.january.dataset.ShortDataset
Sets the value at a particular point to the passed value.
setItem(short, int...) - Method in class org.eclipse.january.dataset.ShortDataset
Sets the value at a particular point to the passed value
setItem(String) - Method in class org.eclipse.january.dataset.StringDatasetBase
Sets the value at first point to the passed value.
setItem(String, int) - Method in class org.eclipse.january.dataset.StringDatasetBase
Sets the value at a particular point to the passed value.
setItem(String, int, int) - Method in class org.eclipse.january.dataset.StringDatasetBase
Sets the value at a particular point to the passed value.
setItem(String, int...) - Method in class org.eclipse.january.dataset.StringDatasetBase
Sets the value at a particular point to the passed value
setItemDirect(int, int, Object) - Method in class org.eclipse.january.dataset.AbstractDataset
Set item from compatible dataset in a direct and speedy way.
setItemDirect(int, int, Object) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
setItemDirect(int, int, Object) - Method in class org.eclipse.january.dataset.ByteDataset
 
setItemDirect(int, int, Object) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
setItemDirect(int, int, Object) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
setItemDirect(int, int, Object) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
setItemDirect(int, int, Object) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
setItemDirect(int, int, Object) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
setItemDirect(int, int, Object) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
setItemDirect(int, int, Object) - Method in class org.eclipse.january.dataset.DateDatasetImpl
 
setItemDirect(int, int, Object) - Method in class org.eclipse.january.dataset.DoubleDataset
 
setItemDirect(int, int, Object) - Method in class org.eclipse.january.dataset.FloatDataset
 
setItemDirect(int, int, Object) - Method in class org.eclipse.january.dataset.IntegerDataset
 
setItemDirect(int, int, Object) - Method in class org.eclipse.january.dataset.LongDataset
 
setItemDirect(int, int, Object) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
setItemDirect(int, int, Object) - Method in class org.eclipse.january.dataset.ShortDataset
 
setItemDirect(int, int, Object) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
setItemsOnAxes(int[], boolean[], Object) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
setItemsOnAxes(int[], boolean[], Object) - Method in class org.eclipse.january.dataset.ByteDataset
 
setItemsOnAxes(int[], boolean[], Object) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
setItemsOnAxes(int[], boolean[], Object) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
setItemsOnAxes(int[], boolean[], Object) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
setItemsOnAxes(int[], boolean[], Object) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
setItemsOnAxes(int[], boolean[], Object) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
setItemsOnAxes(int[], boolean[], Object) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
setItemsOnAxes(int[], boolean[], Object) - Method in interface org.eclipse.january.dataset.Dataset
Set content on axes in given position to values in array
setItemsOnAxes(int[], boolean[], Object) - Method in class org.eclipse.january.dataset.DoubleDataset
 
setItemsOnAxes(int[], boolean[], Object) - Method in class org.eclipse.january.dataset.FloatDataset
 
setItemsOnAxes(int[], boolean[], Object) - Method in class org.eclipse.january.dataset.IntegerDataset
 
setItemsOnAxes(int[], boolean[], Object) - Method in class org.eclipse.january.dataset.LongDataset
 
setItemsOnAxes(int[], boolean[], Object) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
setItemsOnAxes(int[], boolean[], Object) - Method in class org.eclipse.january.dataset.ShortDataset
 
setItemsOnAxes(int[], boolean[], Object) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
setLength(int) - Method in class org.eclipse.january.dataset.Slice
Set maximum value of slice
setMaximumMinimum(T, T, boolean...) - Method in interface org.eclipse.january.metadata.StatisticsMetadata
 
setMaximumPositions(List<int[]>, boolean...) - Method in interface org.eclipse.january.metadata.StatisticsMetadata
 
setMaxLineLength(int) - Static method in class org.eclipse.january.dataset.AbstractDataset
Set maximum line length for toString() method
setMaxShape(int...) - Method in interface org.eclipse.january.dataset.IDynamicShape
Set maximum shape
setMaxShape(int...) - Method in class org.eclipse.january.dataset.LazyDynamicDataset
 
setMetadata(MetadataType) - Method in interface org.eclipse.january.dataset.ILazyDataset
Set metadata on the dataset
setMetadata(MetadataType) - Method in class org.eclipse.january.dataset.LazyDatasetBase
 
setMetadata(Map<String, ? extends Serializable>) - Method in interface org.eclipse.january.metadata.IMetadata
Set metadata map
setMetadata(Map<String, ? extends Serializable>) - Method in class org.eclipse.january.metadata.Metadata
Set metadata map
setMinimumPositions(List<int[]>, boolean...) - Method in interface org.eclipse.january.metadata.StatisticsMetadata
 
setName(String) - Method in class org.eclipse.january.dataset.AbstractDataset
 
setName(String) - Method in class org.eclipse.january.dataset.DataEvent
 
setName(String) - Method in class org.eclipse.january.dataset.LazyDatasetBase
 
setName(String) - Method in interface org.eclipse.january.INameable
 
setObjectAbs(int, Object) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
setObjectAbs(int, Object) - Method in class org.eclipse.january.dataset.ByteDataset
 
setObjectAbs(int, Object) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
setObjectAbs(int, Object) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
setObjectAbs(int, Object) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
setObjectAbs(int, Object) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
setObjectAbs(int, Object) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
setObjectAbs(int, Object) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
setObjectAbs(int, Object) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
setObjectAbs(int, Object) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
setObjectAbs(int, Object) - Method in interface org.eclipse.january.dataset.Dataset
Set an item at absolute index from an object.
setObjectAbs(int, Object) - Method in class org.eclipse.january.dataset.DoubleDataset
 
setObjectAbs(int, Object) - Method in class org.eclipse.january.dataset.FloatDataset
 
setObjectAbs(int, Object) - Method in class org.eclipse.january.dataset.IntegerDataset
 
setObjectAbs(int, Object) - Method in class org.eclipse.january.dataset.LongDataset
 
setObjectAbs(int, Object) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
setObjectAbs(int, Object) - Method in class org.eclipse.january.dataset.ShortDataset
 
setObjectAbs(int, Object) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
setOutputDouble(boolean) - Method in class org.eclipse.january.dataset.BroadcastIteratorBase
Set to output doubles
setOutputDouble(boolean) - Method in class org.eclipse.january.dataset.SingleInputBroadcastIterator
Set to output doubles
setPath(String) - Method in interface org.eclipse.january.dataset.IFileConnection
DataServer path, a local path on the server used to locate the remote dataset.
setPosition(int) - Method in class org.eclipse.january.dataset.Slice
Set start and end from implied number of steps.
setReceivedCount(int) - Method in class org.eclipse.january.metadata.DynamicConnectionInfo
 
setSaver(ILazySaver) - Method in interface org.eclipse.january.dataset.ILazyWriteableDataset
Set saver
setSaver(ILazySaver) - Method in class org.eclipse.january.dataset.LazyWriteableDataset
Set saver (and also loader)
setScaling(double) - Method in interface org.eclipse.january.metadata.PeemMetadata
Sets scaling micron/pixel
setShape(int...) - Method in class org.eclipse.january.dataset.AbstractDataset
 
setShape(int...) - Method in class org.eclipse.january.dataset.AggregateDataset
 
setShape(int[]) - Method in class org.eclipse.january.dataset.DataEvent
 
setShape(int...) - Method in interface org.eclipse.january.dataset.ILazyDataset
Set a compatible shape for dataset.
setShape(int...) - Method in class org.eclipse.january.dataset.LazyDataset
 
setSlice(Object, int[], int[], int[]) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
setSlice(Object, Slice...) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
setSlice(Object, SliceND) - Method in class org.eclipse.january.dataset.AbstractDataset
 
setSlice(Object, int[], int[], int[]) - Method in class org.eclipse.january.dataset.AbstractDataset
 
setSlice(Object, Slice...) - Method in class org.eclipse.january.dataset.AbstractDataset
 
setSlice(Object, IndexIterator) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
setSlice(Object, IndexIterator) - Method in class org.eclipse.january.dataset.ByteDataset
 
setSlice(Object, IndexIterator) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
setSlice(Object, IndexIterator) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
setSlice(Object, IndexIterator) - Method in class org.eclipse.january.dataset.CompoundByteDataset
 
setSlice(Object, IndexIterator) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
setSlice(Object, int[], int[], int[]) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
setSlice(Object, Slice...) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
setSlice(Object, IndexIterator) - Method in class org.eclipse.january.dataset.CompoundDoubleDataset
 
setSlice(Object, IndexIterator) - Method in class org.eclipse.january.dataset.CompoundFloatDataset
 
setSlice(Object, IndexIterator) - Method in class org.eclipse.january.dataset.CompoundIntegerDataset
 
setSlice(Object, IndexIterator) - Method in class org.eclipse.january.dataset.CompoundLongDataset
 
setSlice(Object, IndexIterator) - Method in class org.eclipse.january.dataset.CompoundShortDataset
 
setSlice(Object, int[], int[], int[]) - Method in interface org.eclipse.january.dataset.Dataset
This is modelled after the NumPy array slice
setSlice(Object, Slice...) - Method in interface org.eclipse.january.dataset.Dataset
This is modelled after the NumPy array slice
setSlice(Object, SliceND) - Method in interface org.eclipse.january.dataset.Dataset
This is modelled after the NumPy array slice
setSlice(Object, IndexIterator) - Method in interface org.eclipse.january.dataset.Dataset
 
setSlice(Object, IndexIterator) - Method in class org.eclipse.january.dataset.DoubleDataset
 
setSlice(Object, IndexIterator) - Method in class org.eclipse.january.dataset.FloatDataset
 
setSlice(IMonitor, IDataset, SliceND) - Method in interface org.eclipse.january.dataset.ILazyWriteableDataset
Set a slice of the dataset
setSlice(IMonitor, IDataset, int[], int[], int[]) - Method in interface org.eclipse.january.dataset.ILazyWriteableDataset
Set a slice of the dataset
setSlice(Object, IndexIterator) - Method in class org.eclipse.january.dataset.IntegerDataset
 
setSlice(IDataset, SliceND) - Method in class org.eclipse.january.dataset.LazyWriteableDataset
Set a slice of the dataset
setSlice(IMonitor, IDataset, int[], int[], int[]) - Method in class org.eclipse.january.dataset.LazyWriteableDataset
 
setSlice(IMonitor, IDataset, SliceND) - Method in class org.eclipse.january.dataset.LazyWriteableDataset
 
setSlice(Object, IndexIterator) - Method in class org.eclipse.january.dataset.LongDataset
 
setSlice(Object, IndexIterator) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
setSlice(Object, IndexIterator) - Method in class org.eclipse.january.dataset.ShortDataset
 
setSlice(int, Integer, Integer, int) - Method in class org.eclipse.january.dataset.SliceND
Set slice for given dimension
setSlice(int, int, int, int) - Method in class org.eclipse.january.dataset.SliceND
Set slice for given dimension
setSlice(int, Slice) - Method in class org.eclipse.january.dataset.SliceND
Set slice for given dimension
setSlice(Object, IndexIterator) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
setSlice(IMonitor, IDataset, SliceND) - Method in interface org.eclipse.january.io.ILazySaver
 
setSliceAsync(IMonitor, IDataset, SliceND) - Method in interface org.eclipse.january.io.ILazyAsyncSaver
setSliceSync(IMonitor, IDataset, SliceND) - Method in interface org.eclipse.january.dataset.ILazyWriteableDataset
Set a slice of the dataset synchronously
setSliceSync(IMonitor, IDataset, SliceND) - Method in class org.eclipse.january.dataset.LazyWriteableDataset
 
setStart(Integer) - Method in class org.eclipse.january.dataset.Slice
Set starting position of slice
setStart(int...) - Method in class org.eclipse.january.dataset.SliceIterator
Set start (prefix with zeros if necessary)
setStep(int) - Method in class org.eclipse.january.dataset.Slice
Set step size of slice
setStop(Integer) - Method in class org.eclipse.january.dataset.Slice
Set stopping position of slice
setStringFormat(Format) - Method in class org.eclipse.january.dataset.AbstractDataset
 
setStringFormat(Format) - Method in interface org.eclipse.january.dataset.IDataset
Set string output format
setUserObjects(Collection<Serializable>) - Method in class org.eclipse.january.metadata.Metadata
Set user objects
setWritingAsync(boolean) - Method in interface org.eclipse.january.dataset.ILazyWriteableDataset
Set writing slices as asynchronous
setWritingAsync(boolean) - Method in class org.eclipse.january.dataset.LazyWriteableDataset
 
setWritingExpected(boolean) - Method in interface org.eclipse.january.dataset.IDatasetConnector
If set to true the DataServer will not cache the dataset.
setXYMotorPosition(double[]) - Method in interface org.eclipse.january.metadata.PeemMetadata
Sets X/y motor position in microns
shape - Variable in class org.eclipse.january.dataset.LazyDatasetBase
The shape or dimensions of the dataset
ShapeChangeChecker - Class in org.eclipse.january.dataset
Checks whether shape has changed between waits.
ShapeChangeChecker() - Constructor for class org.eclipse.january.dataset.ShapeChangeChecker
 
ShapeUtils - Class in org.eclipse.january.dataset
 
ShortDataset - Class in org.eclipse.january.dataset
Extend dataset for short values // PRIM_TYPE
SingleInputBroadcastIterator - Class in org.eclipse.january.dataset
Class to run over a single dataset with NumPy broadcasting to promote shapes which have lower rank and outputs to a second dataset
SingleInputBroadcastIterator(Dataset, Dataset) - Constructor for class org.eclipse.january.dataset.SingleInputBroadcastIterator
 
SingleInputBroadcastIterator(Dataset, Dataset, boolean) - Constructor for class org.eclipse.january.dataset.SingleInputBroadcastIterator
 
SingleInputBroadcastIterator(Dataset, Dataset, boolean, boolean, boolean) - Constructor for class org.eclipse.january.dataset.SingleInputBroadcastIterator
 
SingleItemIterator - Class in org.eclipse.january.dataset
Class to run over a broadcasted single-item dataset
SingleItemIterator(int, int) - Constructor for class org.eclipse.january.dataset.SingleItemIterator
Constructor for an iterator over single item that will be broadcast over given size of broadcast shape
size - Variable in class org.eclipse.january.dataset.AbstractDataset
 
size - Variable in class org.eclipse.january.dataset.LazyDataset
 
skewness(Dataset, boolean...) - Static method in class org.eclipse.january.dataset.Stats
 
skewness(Dataset, int, boolean...) - Static method in class org.eclipse.january.dataset.Stats
 
Slice - Class in org.eclipse.january.dataset
Class to represent a slice through a single dimension of a multi-dimensional dataset.
Slice() - Constructor for class org.eclipse.january.dataset.Slice
 
Slice(Integer) - Constructor for class org.eclipse.january.dataset.Slice
Default to starting at 0 with steps of 1
Slice(Integer, Integer) - Constructor for class org.eclipse.january.dataset.Slice
Default to steps of 1
Slice(Integer, Integer, Integer) - Constructor for class org.eclipse.january.dataset.Slice
 
Sliceable - Annotation Type in org.eclipse.january.metadata
This is an annotation for any metadata field that should be sliced.
sliceAndConvertLazyDataset(ILazyDataset) - Static method in class org.eclipse.january.dataset.DatasetUtils
Slice (or fully load), if necessary, a lazy dataset, otherwise take a slice view and convert to our dataset implementation.
SliceIterator - Class in org.eclipse.january.dataset
Class to run over a slice of a dataset
SliceIterator(int[], int, int[]) - Constructor for class org.eclipse.january.dataset.SliceIterator
Constructor for an iterator over the elements of a sliced dataset
SliceIterator(int[], int, int[], int[]) - Constructor for class org.eclipse.january.dataset.SliceIterator
Constructor for an iterator over the elements of a sliced dataset
SliceIterator(int[], int, int[], int) - Constructor for class org.eclipse.january.dataset.SliceIterator
Constructor for an iterator over the elements of a sliced dataset
SliceIterator(int[], int, int[], int[], int) - Constructor for class org.eclipse.january.dataset.SliceIterator
Constructor for an iterator over the elements of a sliced dataset
SliceIterator(int[], int, int[], int[], int[]) - Constructor for class org.eclipse.january.dataset.SliceIterator
Constructor for an iterator over the elements of a sliced dataset
SliceIterator(int[], int, SliceND) - Constructor for class org.eclipse.january.dataset.SliceIterator
Constructor for an iterator over the elements of a sliced dataset
SliceIterator(int[], int, int, SliceND) - Constructor for class org.eclipse.january.dataset.SliceIterator
Constructor for an iterator over the elements of a sliced dataset
SliceIterator(int[], int, int[], int[], int[], int) - Constructor for class org.eclipse.january.dataset.SliceIterator
Constructor for an iterator over the elements of a sliced dataset
sliceMetadata(boolean, SliceND) - Method in class org.eclipse.january.dataset.LazyDatasetBase
Slice all datasets in metadata that are annotated by @Sliceable.
SliceND - Class in org.eclipse.january.dataset
Class to represent a slice through all dimensions of a multi-dimensional dataset.
SliceND(int[]) - Constructor for class org.eclipse.january.dataset.SliceND
Construct ND slice for whole of shape
SliceND(int[], Slice...) - Constructor for class org.eclipse.january.dataset.SliceND
Construct ND slice from an array of 1D slices
SliceND(int[], int[], Slice...) - Constructor for class org.eclipse.january.dataset.SliceND
Construct ND slice from an array of 1D slices
SliceND(int[], int[], int[], int[]) - Constructor for class org.eclipse.january.dataset.SliceND
Construct ND slice parameters
SliceND(int[], int[], int[], int[], int[]) - Constructor for class org.eclipse.january.dataset.SliceND
Construct ND slice parameters
SliceNDIterator - Class in org.eclipse.january.dataset
Class to provide slice iteration through a dataset
SliceNDIterator(SliceND, int...) - Constructor for class org.eclipse.january.dataset.SliceNDIterator
Constructor for an iterator that misses out several axes
snFast(Dataset) - Static method in class org.eclipse.january.dataset.Outliers
Returns the Sn estimator of Croux and Rousseeuw.
snNaive(Dataset) - Static method in class org.eclipse.january.dataset.Outliers
Returns the Sn estimator of Croux and Rousseeuw.
solve(Dataset, Dataset) - Static method in class org.eclipse.january.dataset.LinearAlgebra
Solve linear matrix equation A x = v
solveSVD(Dataset, Dataset) - Static method in class org.eclipse.january.dataset.LinearAlgebra
Solve least squares matrix equation A x = v by SVD
sort(Integer) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
sort(Integer) - Method in class org.eclipse.january.dataset.BooleanDatasetBase
 
sort(Integer) - Method in class org.eclipse.january.dataset.ByteDataset
 
sort(Integer) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
sort(Integer) - Method in interface org.eclipse.january.dataset.Dataset
In-place sort of dataset
sort(T) - Static method in class org.eclipse.january.dataset.DatasetUtils
 
sort(T, Integer) - Static method in class org.eclipse.january.dataset.DatasetUtils
 
sort(Dataset, Dataset...) - Static method in class org.eclipse.january.dataset.DatasetUtils
Sort in place given dataset and reorder ancillary datasets too
sort(Integer) - Method in class org.eclipse.january.dataset.DateDatasetImpl
 
sort(Integer) - Method in class org.eclipse.january.dataset.DoubleDataset
 
sort(Integer) - Method in class org.eclipse.january.dataset.FloatDataset
 
sort(Integer) - Method in class org.eclipse.january.dataset.IntegerDataset
 
sort(Integer) - Method in class org.eclipse.january.dataset.LongDataset
 
sort(Integer) - Method in class org.eclipse.january.dataset.ObjectDatasetBase
 
sort(Integer) - Method in class org.eclipse.january.dataset.ShortDataset
 
sort(Integer) - Method in class org.eclipse.january.dataset.StringDatasetBase
 
split(Dataset, int, int, boolean) - Static method in class org.eclipse.january.dataset.DatasetUtils
Split a dataset into equal sections along given axis
split(Dataset, int[], int) - Static method in class org.eclipse.january.dataset.DatasetUtils
Split a dataset into parts along given axis
squeeze() - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
squeeze(boolean) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
squeeze() - Method in class org.eclipse.january.dataset.AbstractDataset
 
squeeze(boolean) - Method in class org.eclipse.january.dataset.AbstractDataset
 
squeeze() - Method in interface org.eclipse.january.dataset.CompoundDataset
 
squeeze(boolean) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
squeeze() - Method in interface org.eclipse.january.dataset.Dataset
 
squeeze(boolean) - Method in interface org.eclipse.january.dataset.Dataset
 
squeeze() - Method in interface org.eclipse.january.dataset.IDataset
Remove dimensions of 1 in shape of the dataset
squeeze(boolean) - Method in interface org.eclipse.january.dataset.IDataset
Remove dimensions of 1 in shape of the dataset from ends only if true
squeezeEnds() - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
squeezeEnds() - Method in class org.eclipse.january.dataset.AbstractDataset
 
squeezeEnds() - Method in class org.eclipse.january.dataset.AggregateDataset
 
squeezeEnds() - Method in interface org.eclipse.january.dataset.CompoundDataset
 
squeezeEnds() - Method in interface org.eclipse.january.dataset.Dataset
 
squeezeEnds() - Method in interface org.eclipse.january.dataset.IDataset
 
squeezeEnds() - Method in interface org.eclipse.january.dataset.ILazyDataset
Remove dimensions of 1 from ends of shape of the dataset
squeezeEnds() - Method in class org.eclipse.january.dataset.LazyDataset
 
squeezeShape(int[], boolean) - Static method in class org.eclipse.january.dataset.ShapeUtils
Remove dimensions of 1 in given shape - from both ends only, if true
squeezeShape(int[], int) - Static method in class org.eclipse.january.dataset.ShapeUtils
Remove dimension of 1 in given shape
startUpdateChecker(int, IDatasetChangeChecker) - Method in interface org.eclipse.january.dataset.IDynamicShape
Starts a periodic checker to see if dataset has changed in some manner.
startUpdateChecker(int, IDatasetChangeChecker) - Method in class org.eclipse.january.dataset.LazyDynamicDataset
 
StatisticsMetadata<T> - Interface in org.eclipse.january.metadata
Store standard statistics
Stats - Class in org.eclipse.january.dataset
Statistics class TODO Where is mode? http://en.wikipedia.org/wiki/Mode_(statistics)
Stats() - Constructor for class org.eclipse.january.dataset.Stats
 
stdDeviation(int) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
stdDeviation(int, boolean, boolean...) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
stdDeviation() - Method in class org.eclipse.january.dataset.AbstractDataset
 
stdDeviation(boolean, boolean...) - Method in class org.eclipse.january.dataset.AbstractDataset
 
stdDeviation(int) - Method in class org.eclipse.january.dataset.AbstractDataset
 
stdDeviation(int, boolean, boolean...) - Method in class org.eclipse.january.dataset.AbstractDataset
 
stdDeviation(int) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
stdDeviation(int, boolean, boolean...) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
stdDeviation() - Method in interface org.eclipse.january.dataset.Dataset
Standard deviation is square root of the variance
stdDeviation(boolean, boolean...) - Method in interface org.eclipse.january.dataset.Dataset
Standard deviation is square root of the variance
stdDeviation(int) - Method in interface org.eclipse.january.dataset.Dataset
Standard deviation is square root of the variance
stdDeviation(int, boolean, boolean...) - Method in interface org.eclipse.january.dataset.Dataset
Standard deviation is square root of the variance
storeCurrentValues() - Method in class org.eclipse.january.dataset.BroadcastIterator
 
storeCurrentValues() - Method in class org.eclipse.january.dataset.BroadcastIteratorBase
Read and store current values
storeCurrentValues() - Method in class org.eclipse.january.dataset.BroadcastSelfIterator
 
stride - Variable in class org.eclipse.january.dataset.AbstractDataset
 
StrideIterator - Class in org.eclipse.january.dataset
Class to run over a contiguous dataset using strides
StrideIterator(int[]) - Constructor for class org.eclipse.january.dataset.StrideIterator
 
StrideIterator(int, int[]) - Constructor for class org.eclipse.january.dataset.StrideIterator
 
StrideIterator(int[], int[]) - Constructor for class org.eclipse.january.dataset.StrideIterator
 
StrideIterator(int[], int[], int) - Constructor for class org.eclipse.january.dataset.StrideIterator
 
StrideIterator(int, int[], int[], int) - Constructor for class org.eclipse.january.dataset.StrideIterator
 
StrideIterator(int, int[], int[], int, int) - Constructor for class org.eclipse.january.dataset.StrideIterator
 
StrideIterator(int, int[], int[], int[], int[]) - Constructor for class org.eclipse.january.dataset.StrideIterator
 
StrideIterator(int, int[], int[], int, int[], int[], int[]) - Constructor for class org.eclipse.january.dataset.StrideIterator
 
StrideIterator(int, int[], int[], int, SliceND) - Constructor for class org.eclipse.january.dataset.StrideIterator
 
STRING - Static variable in interface org.eclipse.january.dataset.Dataset
String
StringDataset - Class in org.eclipse.january.dataset
Extend dataset for objects
StringDatasetBase - Class in org.eclipse.january.dataset
Extend dataset for String values // PRIM_TYPE
stringFormat - Variable in class org.eclipse.january.dataset.AbstractDataset
 
subTask(String) - Method in class org.eclipse.january.IMonitor.Stub
 
subTask(String) - Method in interface org.eclipse.january.IMonitor
Starts a subtask.
sum(boolean...) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
sum(int, boolean...) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
sum(boolean...) - Method in class org.eclipse.january.dataset.AbstractDataset
 
sum(int, boolean...) - Method in class org.eclipse.january.dataset.AbstractDataset
 
sum(boolean...) - Method in class org.eclipse.january.dataset.ComplexDoubleDataset
 
sum(boolean...) - Method in class org.eclipse.january.dataset.ComplexFloatDataset
 
sum(int, boolean...) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
sum(boolean...) - Method in interface org.eclipse.january.dataset.Dataset
 
sum(int, boolean...) - Method in interface org.eclipse.january.dataset.Dataset
 
sum(ILazyDataset, int) - Static method in class org.eclipse.january.dataset.LazyMaths
 
sum(ILazyDataset, int...) - Static method in class org.eclipse.january.dataset.LazyMaths
 
sum(ILazyDataset, boolean, int...) - Static method in class org.eclipse.january.dataset.LazyMaths
 
sum(Dataset, boolean...) - Static method in class org.eclipse.january.dataset.Stats
 
swapAxes(int, int) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
swapAxes(int, int) - Method in class org.eclipse.january.dataset.AbstractDataset
 
swapAxes(int, int) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
swapAxes(int, int) - Method in interface org.eclipse.january.dataset.Dataset
Swap two axes in dataset
swapAxes(IDataset, int, int) - Static method in class org.eclipse.january.dataset.DatasetUtils
Swap two axes in dataset
synchronizedCopy() - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
synchronizedCopy() - Method in class org.eclipse.january.dataset.AbstractDataset
 
synchronizedCopy() - Method in interface org.eclipse.january.dataset.CompoundDataset
 
synchronizedCopy() - Method in interface org.eclipse.january.dataset.Dataset
This is a synchronized version of the clone method

T

take(T, Dataset, Integer) - Static method in class org.eclipse.january.dataset.DatasetUtils
Take items from dataset along an axis
take(T, int[], Integer) - Static method in class org.eclipse.january.dataset.DatasetUtils
Take items from dataset along an axis
tensorDotProduct(Dataset, Dataset, int, int) - Static method in class org.eclipse.january.dataset.LinearAlgebra
Calculate the tensor dot product over given axes.
tensorDotProduct(Dataset, Dataset, int[], int[]) - Static method in class org.eclipse.january.dataset.LinearAlgebra
Calculate the tensor dot product over given axes.
tile(IDataset, int...) - Static method in class org.eclipse.january.dataset.DatasetUtils
Construct a dataset that contains the original dataset repeated the number of times in each axis given by corresponding entries in the reps array
toBoolean(Object) - Static method in class org.eclipse.january.dataset.DTypeUtils
 
toByteArray(Object, int) - Static method in class org.eclipse.january.dataset.DTypeUtils
 
toDoubleArray(Object, int) - Static method in class org.eclipse.january.dataset.DTypeUtils
 
toFloatArray(Object, int) - Static method in class org.eclipse.january.dataset.DTypeUtils
 
toImag(Object) - Static method in class org.eclipse.january.dataset.DTypeUtils
 
toIntegerArray(Object, int) - Static method in class org.eclipse.january.dataset.DTypeUtils
 
toLong(Object) - Static method in class org.eclipse.january.dataset.DTypeUtils
 
toLongArray(Object, int) - Static method in class org.eclipse.january.dataset.DTypeUtils
 
toReal(Object) - Static method in class org.eclipse.january.dataset.DTypeUtils
 
toShortArray(Object, int) - Static method in class org.eclipse.january.dataset.DTypeUtils
 
toString() - Method in class org.eclipse.january.dataset.AbstractDataset
 
toString(boolean) - Method in class org.eclipse.january.dataset.AbstractDataset
 
toString() - Method in class org.eclipse.january.dataset.AggregateDataset
 
toString(String, String) - Method in class org.eclipse.january.dataset.BinaryOperation.Stub
override this
toString(String, String) - Method in interface org.eclipse.january.dataset.BinaryOperation
 
toString(boolean) - Method in interface org.eclipse.january.dataset.Dataset
 
toString() - Method in class org.eclipse.january.dataset.LazyDataset
 
toString(String, String) - Method in class org.eclipse.january.dataset.Operations.Addition
 
toString() - Method in class org.eclipse.january.dataset.Operations.Addition
 
toString(String, String) - Method in class org.eclipse.january.dataset.Operations.Division
 
toString() - Method in class org.eclipse.january.dataset.Operations.Division
 
toString(String, String) - Method in class org.eclipse.january.dataset.Operations.Exponentiation
 
toString() - Method in class org.eclipse.january.dataset.Operations.Exponentiation
 
toString(String, String) - Method in class org.eclipse.january.dataset.Operations.Maximum
 
toString() - Method in class org.eclipse.january.dataset.Operations.Maximum
 
toString(String, String) - Method in class org.eclipse.january.dataset.Operations.Minimum
 
toString() - Method in class org.eclipse.january.dataset.Operations.Minimum
 
toString(String, String) - Method in class org.eclipse.january.dataset.Operations.Multiplication
 
toString() - Method in class org.eclipse.january.dataset.Operations.Multiplication
 
toString(String) - Method in class org.eclipse.january.dataset.Operations.Negation
 
toString() - Method in class org.eclipse.january.dataset.Operations.Negation
 
toString(String, String) - Method in class org.eclipse.january.dataset.Operations.Remainder
 
toString() - Method in class org.eclipse.january.dataset.Operations.Remainder
 
toString(String, String) - Method in class org.eclipse.january.dataset.Operations.Subtraction
 
toString() - Method in class org.eclipse.january.dataset.Operations.Subtraction
 
toString(String, String) - Method in class org.eclipse.january.dataset.Operations.UseBase
 
toString() - Method in class org.eclipse.january.dataset.Operations.UseIfEqualTo
 
toString() - Method in class org.eclipse.january.dataset.Operations.UseIfGreaterThan
 
toString() - Method in class org.eclipse.january.dataset.Operations.UseIfGreaterThanOrEqualTo
 
toString() - Method in class org.eclipse.january.dataset.Operations.UseIfLessThan
 
toString() - Method in class org.eclipse.january.dataset.Operations.UseIfLessThanOrEqualTo
 
toString() - Method in class org.eclipse.january.dataset.Slice
 
toString() - Method in class org.eclipse.january.dataset.SliceND
 
toString(String) - Method in class org.eclipse.january.dataset.UnaryOperation.Stub
Override this
toString(String) - Method in interface org.eclipse.january.dataset.UnaryOperation
 
trace(Dataset) - Static method in class org.eclipse.january.dataset.LinearAlgebra
Calculate trace of dataset - sum of values over 1st axis and 2nd axis
trace(Dataset, int, int, int) - Static method in class org.eclipse.january.dataset.LinearAlgebra
Calculate trace of dataset - sum of values over axis1 and axis2 where axis2 is offset
transformInput(IDataset) - Method in class org.eclipse.january.dataset.LazyDataset
 
Transposable - Annotation Type in org.eclipse.january.metadata
This is an annotation for any metadata field that should be transposed.
transpose(int...) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
transpose(int...) - Method in class org.eclipse.january.dataset.AbstractDataset
 
transpose(int...) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
transpose(int...) - Method in interface org.eclipse.january.dataset.Dataset
transpose(IDataset, int...) - Static method in class org.eclipse.january.dataset.DatasetUtils
Permute copy of dataset's axes so that given order is old order:
transposeMetadata(int[]) - Method in class org.eclipse.january.dataset.LazyDatasetBase
Transpose all datasets in metadata that are annotated by @Transposable.
typedProduct(Dataset, int, boolean...) - Static method in class org.eclipse.january.dataset.Stats
 
typedProduct(Dataset, int, int, boolean...) - Static method in class org.eclipse.january.dataset.Stats
 
typedSum(Dataset, int, boolean...) - Static method in class org.eclipse.january.dataset.Stats
 
typedSum(Dataset, int, int, boolean...) - Static method in class org.eclipse.january.dataset.Stats
 

U

UnaryOperation - Interface in org.eclipse.january.dataset
Interface to represent a unary operation for implementations over different output domains
UnaryOperation.Stub - Class in org.eclipse.january.dataset
UnaryOperation.Stub() - Constructor for class org.eclipse.january.dataset.UnaryOperation.Stub
 
UNLIMITED - Static variable in interface org.eclipse.january.dataset.IDynamicDataset
Denotes an unlimited dimension in maximum shape
UNLIMITED - Static variable in interface org.eclipse.january.dataset.IDynamicShape
Denotes an unlimited dimension in maximum shape
UNLIMITED - Static variable in interface org.eclipse.january.dataset.ILazyWriteableDataset
unwrap(Dataset, Object) - Static method in class org.eclipse.january.dataset.Maths
Unwrap result from mathematical methods if necessary
unwrap(Dataset, Object, Object) - Static method in class org.eclipse.january.dataset.Maths
Unwrap result from mathematical methods if necessary
unwrap(Dataset, Object...) - Static method in class org.eclipse.january.dataset.Maths
Unwrap result from mathematical methods if necessary
unwrapUnsigned(Dataset, int) - Static method in class org.eclipse.january.dataset.DatasetUtils
Unwrap dataset elements so that all elements are unsigned
update(IDataset) - Method in class org.eclipse.january.dataset.RunningAverage
Update average
utilsLogger - Static variable in class org.eclipse.january.dataset.DatasetUtils
Setup the logging facilities

V

valueOf(String) - Static method in enum org.eclipse.january.dataset.Comparisons.Monotonicity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.january.dataset.LinearAlgebra.NormOrder
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.eclipse.january.dataset.Comparisons.Monotonicity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.january.dataset.LinearAlgebra.NormOrder
Returns an array containing the constants of this enum type, in the order they are declared.
variance(boolean, boolean...) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
variance(int) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
variance(int, boolean, boolean...) - Method in class org.eclipse.january.dataset.AbstractCompoundDataset
 
variance() - Method in class org.eclipse.january.dataset.AbstractDataset
 
variance(boolean, boolean...) - Method in class org.eclipse.january.dataset.AbstractDataset
 
variance(int) - Method in class org.eclipse.january.dataset.AbstractDataset
 
variance(int, boolean, boolean...) - Method in class org.eclipse.january.dataset.AbstractDataset
 
variance(int) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
variance(int, boolean, boolean...) - Method in interface org.eclipse.january.dataset.CompoundDataset
 
variance() - Method in interface org.eclipse.january.dataset.Dataset
 
variance(boolean, boolean...) - Method in interface org.eclipse.january.dataset.Dataset
The sample variance can be calculated in two ways: if the dataset is considered as the entire population then the sample variance is simply the second central moment:
variance(int) - Method in interface org.eclipse.january.dataset.Dataset
 
variance(int, boolean, boolean...) - Method in interface org.eclipse.january.dataset.Dataset
 

W

weightedResidual(Dataset, Dataset, Dataset) - Static method in class org.eclipse.january.dataset.Stats
The residual is the sum of squared differences
withinRange(Object, Number, Number) - Static method in class org.eclipse.january.dataset.Comparisons
 
withinRange(Object, BooleanDataset, Number, Number) - Static method in class org.eclipse.january.dataset.Comparisons
 
worked(int) - Method in class org.eclipse.january.IMonitor.Stub
 
worked(int) - Method in interface org.eclipse.january.IMonitor
 

Z

zeros(int...) - Static method in class org.eclipse.january.dataset.DatasetFactory
 
zeros(int[], int) - Static method in class org.eclipse.january.dataset.DatasetFactory
Deprecated.
Please use the class-based methods in DatasetFactory, such as DatasetFactory.zeros(Class, int...)
zeros(int, int[], int) - Static method in class org.eclipse.january.dataset.DatasetFactory
Deprecated.
Please use the class-based methods in DatasetFactory, such as DatasetFactory.zeros(int, Class, int...)
zeros(T) - Static method in class org.eclipse.january.dataset.DatasetFactory
 
zeros(Dataset, int) - Static method in class org.eclipse.january.dataset.DatasetFactory
Deprecated.
Please use the class-based methods in DatasetFactory, such as DatasetFactory.zeros(Dataset, Class)
zeros(Class<T>, int...) - Static method in class org.eclipse.january.dataset.DatasetFactory
 
zeros(int, Class<T>, int...) - Static method in class org.eclipse.january.dataset.DatasetFactory
 
zeros(Dataset, Class<T>) - Static method in class org.eclipse.january.dataset.DatasetFactory
 
A B C D E F G H I K L M N O P Q R S T U V W Z 

Copyright © 2017. All rights reserved.