A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
All Classes All Packages
All Classes All Packages
A
- ABitmap - Class in org.apache.sysds.runtime.compress.bitmap
- ABooleanArray - Class in org.apache.sysds.runtime.frame.data.columns
- abs(ExecutionContext, GPUContext, String, MatrixObject, String) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixCUDA
-
Performs an "abs" operation on a matrix on the GPU
- ABS - org.apache.sysds.common.Builtins
- ABS - org.apache.sysds.common.Opcodes
- ABS - org.apache.sysds.common.Types.OpOp1
- ABS - org.apache.sysds.hops.codegen.cplan.CNodeUnary.UnaryType
- ABS - org.apache.sysds.runtime.functionobjects.Builtin.BuiltinCode
- ABSTAIN - org.apache.sysds.common.Builtins
- ACachingMBDictionary - Class in org.apache.sysds.runtime.compress.colgroup.dictionary
- ACachingMBDictionary() - Constructor for class org.apache.sysds.runtime.compress.colgroup.dictionary.ACachingMBDictionary
- accAggregationTime(long) - Static method in class org.apache.sysds.utils.stats.ParamServStatistics
- accBatchIndexingTime(long) - Static method in class org.apache.sysds.utils.stats.ParamServStatistics
- accBroadCastTime(long) - Static method in class org.apache.sysds.utils.stats.SparkStatistics
- accCollectTime(long) - Static method in class org.apache.sysds.utils.stats.SparkStatistics
- accept(Class) - Method in class org.apache.sysds.runtime.io.BinaryBlockSerialization
- acceptNegativeNumbersAsDigits(String) - Static method in class org.apache.sysds.runtime.util.DMVUtils
- accExecutionTime(long) - Static method in class org.apache.sysds.utils.stats.ParamServStatistics
- accFedAggregation(long) - Static method in class org.apache.sysds.utils.stats.ParamServStatistics
- accFedCommunicationTime(long) - Static method in class org.apache.sysds.utils.stats.ParamServStatistics
- accFedDataPartitioningTime(long) - Static method in class org.apache.sysds.utils.stats.ParamServStatistics
- accFedGradientWeightingTime(long) - Static method in class org.apache.sysds.utils.stats.ParamServStatistics
- accFedNetworkTime(long) - Static method in class org.apache.sysds.utils.stats.ParamServStatistics
- accFedWorkerComputing(long) - Static method in class org.apache.sysds.utils.stats.ParamServStatistics
- accGradientComputeTime(long) - Static method in class org.apache.sysds.utils.stats.ParamServStatistics
- accHEAccumulation(long) - Static method in class org.apache.sysds.utils.stats.ParamServStatistics
- accHEDecryptionTime(long) - Static method in class org.apache.sysds.utils.stats.ParamServStatistics
- accHEEncryptionTime(long) - Static method in class org.apache.sysds.utils.stats.ParamServStatistics
- accHEPartialDecryptionTime(long) - Static method in class org.apache.sysds.utils.stats.ParamServStatistics
- accLocalModelUpdateTime(long) - Static method in class org.apache.sysds.utils.stats.ParamServStatistics
- accModelBroadcastTime(long) - Static method in class org.apache.sysds.utils.stats.ParamServStatistics
- accParallelizeTime(long) - Static method in class org.apache.sysds.utils.stats.SparkStatistics
- accRpcRequestTime(long) - Static method in class org.apache.sysds.utils.stats.ParamServStatistics
- accrueGradients(ListObject, ListObject, boolean) - Static method in class org.apache.sysds.runtime.controlprogram.paramserv.ParamservUtils
-
Accumulate the given gradients into the accrued gradients
- accrueGradients(ListObject, ListObject, boolean, boolean) - Static method in class org.apache.sysds.runtime.controlprogram.paramserv.ParamservUtils
-
Accumulate the given gradients into the accrued gradients
- accrueModels(ListObject, ListObject, boolean) - Static method in class org.apache.sysds.runtime.controlprogram.paramserv.ParamservUtils
-
Accumulate the given models into the accrued accrueModels
- accrueModels(ListObject, ListObject, boolean, boolean) - Static method in class org.apache.sysds.runtime.controlprogram.paramserv.ParamservUtils
-
Accumulate the given models into the accrued models
- accSetupTime(long) - Static method in class org.apache.sysds.utils.stats.ParamServStatistics
- accumulateCiphertexts(long, byte[][]) - Static method in class org.apache.sysds.runtime.controlprogram.paramserv.NativeHEHelper
-
accumulates the given ciphertexts into a sum ciphertext and returns it
- accumulateCiphertexts(CiphertextMatrix[]) - Method in class org.apache.sysds.runtime.controlprogram.paramserv.homomorphicEncryption.SEALServer
-
accumulates the given ciphertext blocks into a sum ciphertext and returns it
- AccumulatorAssignmentStatementContext(DmlParser.StatementContext) - Constructor for class org.apache.sysds.parser.dml.DmlParser.AccumulatorAssignmentStatementContext
- accValidationTime(long) - Static method in class org.apache.sysds.utils.stats.ParamServStatistics
- ACLAScheme - Class in org.apache.sysds.runtime.compress.colgroup.scheme
- AColGroup - Class in org.apache.sysds.runtime.compress.colgroup
-
Abstract Class that is the lowest class type for the Compression framework.
- AColGroup.CompressionType - Enum in org.apache.sysds.runtime.compress.colgroup
-
Public super types of compression ColGroups supported
- AColGroupCompressed - Class in org.apache.sysds.runtime.compress.colgroup
-
Base class for column groups encoded Encoded in a compressed manner.
- AColGroupOffset - Class in org.apache.sysds.runtime.compress.colgroup
-
Base class for column groups encoded with various types of bitmap encoding.
- AColGroupValue - Class in org.apache.sysds.runtime.compress.colgroup
- AColIndex - Class in org.apache.sysds.runtime.compress.colgroup.indexes
- AColIndex() - Constructor for class org.apache.sysds.runtime.compress.colgroup.indexes.AColIndex
- AColumnCoCoder - Class in org.apache.sysds.runtime.compress.cocode
-
Main abstract class for the co-coding of columns to combine different compression statistics and calculate the combinations of columns
- AComEst - Class in org.apache.sysds.runtime.compress.estim
-
Main abstract class for estimating size of compressions on columns.
- ACompressedArray<T> - Class in org.apache.sysds.runtime.frame.data.columns
-
A Compressed Array, in general does not allow us to set or modify the array.
- acos(ExecutionContext, GPUContext, String, MatrixObject, String) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixCUDA
-
Performs an "acos" operation on a matrix on the GPU
- ACOS - org.apache.sysds.common.Builtins
- ACOS - org.apache.sysds.common.Opcodes
- ACOS - org.apache.sysds.common.Types.OpOp1
- ACOS - org.apache.sysds.hops.codegen.cplan.CNodeUnary.UnaryType
- ACOS - org.apache.sysds.runtime.functionobjects.Builtin.BuiltinCode
- ACostEstimate - Class in org.apache.sysds.runtime.compress.cost
-
A cost estimator interface.
- ACount<T> - Class in org.apache.sysds.runtime.compress.utils
- ACount() - Constructor for class org.apache.sysds.runtime.compress.utils.ACount
- ACount.DArrCounts - Class in org.apache.sysds.runtime.compress.utils
- ACount.DCounts - Class in org.apache.sysds.runtime.compress.utils
- ACountHashMap<T> - Class in org.apache.sysds.runtime.compress.utils
- ACountHashMap() - Constructor for class org.apache.sysds.runtime.compress.utils.ACountHashMap
- ACountHashMap(int) - Constructor for class org.apache.sysds.runtime.compress.utils.ACountHashMap
- acquireDeviceModifyDense() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUObject
- acquireDeviceModifyDense(boolean) - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUObject
- acquireDeviceModifySparse() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUObject
- acquireDeviceModifySparse(boolean) - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUObject
- acquireDeviceRead(String) - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUObject
- acquireHostRead(String) - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUObject
-
if the data is allocated on the GPU and is dirty, it is copied back to the host memory
- acquireModify(T) - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
-
Acquires the exclusive "write" lock for a thread that wants to throw away the old cache block data and link up with new cache block data.
- acquireRead() - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
-
Acquires a shared "read-only" lock, produces the reference to the cache block, restores the cache block to main memory, reads from HDFS if needed.
- acquireRead() - Method in class org.apache.sysds.runtime.controlprogram.context.MatrixObjectFuture
- acquireReadAndRelease() - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- activate() - Static method in class org.apache.sysds.hops.fedplanner.FederatedCompilationTimer
- activatePrefetch() - Method in class org.apache.sysds.hops.Hop
-
Activate prefetch of HOP.
- activatePrefetch() - Method in class org.apache.sysds.lops.Lop
- ADASYN - org.apache.sysds.common.Builtins
- add(double) - Method in class org.apache.sysds.runtime.matrix.data.sketch.countdistinctapprox.SmallestPriorityQueue
- add(int) - Method in class org.apache.sysds.runtime.util.IndexRange
- add(int, double) - Method in class org.apache.sysds.runtime.data.SparseRow
-
Add a value to a specified column with awareness of potential insertions.
- add(int, double) - Method in class org.apache.sysds.runtime.data.SparseRowScalar
- add(int, double) - Method in class org.apache.sysds.runtime.data.SparseRowVector
- add(int, int, double) - Method in class org.apache.sysds.runtime.data.SparseBlock
-
Add a value to a matrix cell (r,c).
- add(int, int, double) - Method in class org.apache.sysds.runtime.data.SparseBlockCOO
- add(int, int, double) - Method in class org.apache.sysds.runtime.data.SparseBlockCSC
- add(int, int, double) - Method in class org.apache.sysds.runtime.data.SparseBlockCSR
- add(int, int, double) - Method in class org.apache.sysds.runtime.data.SparseBlockDCSR
- add(int, int, double) - Method in class org.apache.sysds.runtime.data.SparseBlockMCSC
- add(int, int, double) - Method in class org.apache.sysds.runtime.data.SparseBlockMCSR
- add(long, Pointer) - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPULazyCudaFreeMemoryManager
-
Add a pointer to the rmvar-ed list
- add(String) - Method in class org.apache.sysds.runtime.lineage.LineageTokenizer
- add(String, String) - Method in class org.apache.sysds.runtime.lineage.LineageTokenizer
- add(String, Data, LineageItem) - Method in class org.apache.sysds.runtime.instructions.cp.ListObject
- add(Hop, CPlanMemoTable.MemoTableEntry) - Method in class org.apache.sysds.hops.codegen.template.CPlanMemoTable
- add(Hop, TemplateBase.TemplateType) - Method in class org.apache.sysds.hops.codegen.template.CPlanMemoTable
- add(Hop, TemplateBase.TemplateType, long) - Method in class org.apache.sysds.hops.codegen.template.CPlanMemoTable
- add(Hop, TemplateBase.TemplateType, long, long) - Method in class org.apache.sysds.hops.codegen.template.CPlanMemoTable
- add(Hop, TemplateBase.TemplateType, long, long, long) - Method in class org.apache.sysds.hops.codegen.template.CPlanMemoTable
- add(Array<?>[], Array<?>) - Static method in interface org.apache.sysds.runtime.frame.data.lib.FrameUtil
- add(Data, LineageItem) - Method in class org.apache.sysds.runtime.instructions.cp.ListObject
- ADD_PRIME1 - Static variable in class org.apache.sysds.runtime.util.UtilFunctions
- addAdditionalIFD(IFDTag[]) - Method in class org.apache.sysds.runtime.io.cog.COGHeader
- addAll(Collection<T>, T[]) - Static method in class org.apache.sysds.runtime.util.CollectionUtils
- addAll(Hop, CPlanMemoTable.MemoTableEntrySet) - Method in class org.apache.sysds.hops.codegen.template.CPlanMemoTable
- addAllDataLineage(ExecutionContext) - Static method in class org.apache.sysds.runtime.lineage.LineageItemUtils
- addAllInputs(List<Hop>) - Method in class org.apache.sysds.hops.Hop
- addBias(double[], double[], double, int, int, int) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixDNN
- addBinaryBlockSerializationFramework(Configuration) - Static method in class org.apache.sysds.runtime.util.HDFSTool
- addBroadcastSize(long) - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- addCell(int, int, double) - Method in class org.apache.sysds.runtime.io.ReaderTextCellParallel.CellBuffer
- addChild(WTreeNode) - Method in class org.apache.sysds.runtime.compress.workload.AWTreeNode
- addChild(OptNode) - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode
- addChildReference(Hop, Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- addChildReference(Hop, Hop, int) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- addChilds(List<OptNode>) - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode
- addCompressionTime(double, int) - Static method in class org.apache.sysds.utils.DMLCompressionStatistics
- addCorrectionLayer(double[], double[], int, double[]) - Static method in class org.apache.sysds.runtime.compress.lib.CLALibTSMM
- addCPMemObject(int, double) - Static method in class org.apache.sysds.utils.Statistics
- addDataObject(DataObjectModel) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- addDecompressCacheCount() - Static method in class org.apache.sysds.utils.DMLCompressionStatistics
- addDecompressSparkCount() - Static method in class org.apache.sysds.utils.DMLCompressionStatistics
- addDecompressTime(double, int) - Static method in class org.apache.sysds.utils.DMLCompressionStatistics
- addDecompressToBlockTime(double, int) - Static method in class org.apache.sysds.utils.DMLCompressionStatistics
- addDependent(DependencyTask<?>) - Method in class org.apache.sysds.runtime.util.DependencyTask
- addDimsPreservingFunction(String) - Method in class org.apache.sysds.hops.ipa.FunctionCallSizeInfo
-
Adds a function to the set of dimension-preserving functions.
- addEncoder(ColumnEncoder) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderComposite
- addEvent(EventModel) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- addExprParam(String, Expression, boolean) - Method in class org.apache.sysds.parser.OutputStatement
- addFederatedExprParam(String, Expression) - Method in class org.apache.sysds.parser.DataExpression
- addFedPlan(FederatedMemoTable.FedPlan) - Method in class org.apache.sysds.hops.fedplanner.FederatedMemoTable.FedPlanVariants
- addFedPlanVariants(long, FEDInstruction.FederatedOutput, FederatedMemoTable.FedPlanVariants) - Method in class org.apache.sysds.hops.fedplanner.FederatedMemoTable
- addFrameExprParam(String, Expression) - Method in class org.apache.sysds.parser.DataExpression
- addFunction(String, T) - Method in class org.apache.sysds.parser.FunctionDictionary
- addFunction(String, T, boolean) - Method in class org.apache.sysds.parser.FunctionDictionary
- addFunctionProgramBlock(String, String, FunctionProgramBlock) - Method in class org.apache.sysds.runtime.controlprogram.Program
- addFunctionProgramBlock(String, String, FunctionProgramBlock, boolean) - Method in class org.apache.sysds.runtime.controlprogram.Program
- addFunctionProgramBlock(String, FunctionProgramBlock, boolean) - Method in class org.apache.sysds.runtime.controlprogram.Program
- addFunctionStatementBlock(String, String, FunctionStatementBlock) - Method in class org.apache.sysds.parser.DMLProgram
- addFunctionStatementBlock(String, FunctionStatementBlock) - Method in class org.apache.sysds.parser.DMLProgram
- addHeaderToCSV(String, String, long, long) - Method in class org.apache.sysds.runtime.io.WriterTextCSV
- addHop(Hop) - Method in class org.apache.sysds.hops.codegen.template.CPlanMemoTable
- addIDToDataFrame(Dataset<Row>, SparkSession, String) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.RDDConverterUtilsExt
-
Add element indices as new column to DataFrame
- addIndexAndPosition(Long, Long, int, int) - Method in class org.apache.sysds.runtime.iogen.template.TemplateUtil.SplitInfo
- addInput(CNode) - Method in class org.apache.sysds.hops.codegen.cplan.CNodeTpl
- addInput(Hop) - Method in class org.apache.sysds.hops.Hop
- addInput(Lop) - Method in class org.apache.sysds.lops.Lop
-
Method to add input to Lop
- addInput(CPOperand) - Method in class org.apache.sysds.runtime.instructions.cp.VariableCPInstruction
- addInstruction(Instruction) - Method in class org.apache.sysds.runtime.controlprogram.BasicProgramBlock
- addInstructions(ArrayList<Instruction>) - Method in class org.apache.sysds.runtime.controlprogram.BasicProgramBlock
- addIteration(IntObject) - Method in class org.apache.sysds.runtime.controlprogram.parfor.Task
- addLast(String, ByteBuffer) - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheEvictionQueue
- addLineage(String, String, boolean) - Method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
- addLineageBroadcast(String, String) - Method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
-
Adds a child broadcast object to the lineage of a parent rdd.
- addLineageChild(LineageObject) - Method in class org.apache.sysds.runtime.instructions.spark.data.LineageObject
- addLineageRDD(String, String) - Method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
-
Adds a child rdd object to the lineage of a parent rdd.
- addMatrixExprParam(String, Expression) - Method in class org.apache.sysds.parser.DataExpression
- addMatrixToResult(MatrixBlock, MatrixBlock, IColIndex, int, int) - Static method in interface org.apache.sysds.runtime.compress.colgroup.ColGroupUtils
- addNode(Lop) - Method in class org.apache.sysds.lops.compile.Dag
-
Method to add a node to the DAG.
- addOp(Op) - Method in class org.apache.sysds.runtime.compress.workload.AWTreeNode
- addOutput(Lop) - Method in class org.apache.sysds.lops.Lop
-
Method to add output to Lop
- addParam(OptNode.ParamType, String) - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode
- addPool(ExecutorService) - Method in class org.apache.sysds.runtime.util.DependencyTask
- addProgramBlock(ProgramBlock) - Method in class org.apache.sysds.runtime.controlprogram.ForProgramBlock
- addProgramBlock(ProgramBlock) - Method in class org.apache.sysds.runtime.controlprogram.FunctionProgramBlock
- addProgramBlock(ProgramBlock) - Method in class org.apache.sysds.runtime.controlprogram.Program
- addProgramBlock(ProgramBlock) - Method in class org.apache.sysds.runtime.controlprogram.WhileProgramBlock
- addProgramBlockElseBody(ProgramBlock) - Method in class org.apache.sysds.runtime.controlprogram.IfProgramBlock
- addProgramBlockIfBody(ProgramBlock) - Method in class org.apache.sysds.runtime.controlprogram.IfProgramBlock
- addRandExprParam(String, Expression) - Method in class org.apache.sysds.parser.DataExpression
- addReadLock() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUObject
- addReplaceLegacyEncoder(T) - Method in class org.apache.sysds.runtime.transform.encode.MultiColumnEncoder
- address - Variable in class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.WorkerModel
- addressOfGlobalFreeSpaceIndex - Variable in class org.apache.sysds.runtime.io.hdf5.H5Superblock
- AddRowID() - Constructor for class org.apache.sysds.runtime.instructions.spark.utils.RDDConverterUtilsExt.AddRowID
- addRowIndex(int) - Method in class org.apache.sysds.runtime.iogen.MappingTrieNode
- addRowIndex(int) - Method in class org.apache.sysds.runtime.iogen.TextTrieNode
- addRowIndex(ArrayList<Integer>) - Method in class org.apache.sysds.runtime.iogen.MappingTrieNode
- addSqlExprParam(String, Expression) - Method in class org.apache.sysds.parser.DataExpression
- addStatement(Statement) - Method in class org.apache.sysds.parser.StatementBlock
- addStatementBlock(StatementBlock) - Method in class org.apache.sysds.parser.DMLProgram
- addStatementBlock(StatementBlock) - Method in class org.apache.sysds.parser.ForStatement
- addStatementBlock(StatementBlock) - Method in class org.apache.sysds.parser.StatementBlock
- addStatementBlock(StatementBlock) - Method in class org.apache.sysds.parser.WhileStatement
- addStatementBlockElseBody(StatementBlock) - Method in class org.apache.sysds.parser.IfStatement
- addStatementBlockIfBody(StatementBlock) - Method in class org.apache.sysds.parser.IfStatement
- AddSubExpressionContext(DmlParser.ExpressionContext) - Constructor for class org.apache.sysds.parser.dml.DmlParser.AddSubExpressionContext
- addTensorExprParam(String, Expression) - Method in class org.apache.sysds.parser.DataExpression
- addTimeToDate(String, int, String) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- addTmpParforFunction(String) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- addToCommon(double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupConst
-
Take the values in this constant column group and add to the given constV.
- addToDag(Dag<Lop>) - Method in class org.apache.sysds.lops.Lop
-
Method to recursively add LOPS to a DAG
- addToEntry(double[], int, int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- addToEntry(double[], int, int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- addToEntry(double[], int, int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionary
- addToEntry(double[], int, int, int) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Adds the dictionary entry from this dictionary to the d dictionary
- addToEntry(double[], int, int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- addToEntry(double[], int, int, int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- addToEntry(double[], int, int, int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- addToEntry(double[], int, int, int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionary
- addToEntry(double[], int, int, int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionarySlice
- addToEntry(double[], int, int, int, int) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Adds the dictionary entry from this dictionary to the v dictionary rep times.
- addToEntry(double[], int, int, int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- addToEntryVectorized(double[], int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- addToEntryVectorized(double[], int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- addToEntryVectorized(double[], int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionary
- addToEntryVectorized(double[], int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Vectorized add to entry, this call helps with a bit of locality for the cache.
- addToEntryVectorized(double[], int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- addToUpperTriangle(int, int, int, double[], double) - Static method in class org.apache.sysds.runtime.compress.colgroup.dictionary.DictLibMatrixMult
-
Add to the upper triangle, but twice if on the diagonal
- addValidCompression(AColGroup.CompressionType) - Method in class org.apache.sysds.runtime.compress.CompressionSettingsBuilder
-
Add a single valid compression type to the EnumSet of valid compressions.
- addValue(long, long, double) - Method in class org.apache.sysds.runtime.util.LongLongDoubleHashMap
- addVariable(String, DataIdentifier) - Method in class org.apache.sysds.parser.VariableSet
- addVariables(VariableSet) - Method in class org.apache.sysds.parser.VariableSet
- addVarParam(String, Expression) - Method in class org.apache.sysds.parser.DataExpression
- addVarParam(String, Expression) - Method in class org.apache.sysds.parser.ParameterizedBuiltinFunctionExpression
- addVarParam(String, Expression, HashMap<String, Expression>) - Method in class org.apache.sysds.runtime.meta.MetaDataAll
- addVector(double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroup
-
Short hand add operator call on column group to add a row vector to the column group
- addWorkerRequest(RequestModel) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- addWrappedTaskFuture(Future<Future<?>>) - Method in class org.apache.sysds.runtime.util.DependencyWrapperTask
- addWriteLock() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUObject
- ADictBasedColGroup - Class in org.apache.sysds.runtime.compress.colgroup
- ADictionary - Class in org.apache.sysds.runtime.compress.colgroup.dictionary
-
This dictionary class aims to encapsulate the storage and operations over unique tuple values of a column group.
- ADictionary() - Constructor for class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- adjustRowIndicesMax(int[], double[], BinaryOperator) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixOuterAgg
-
This function adjusts indices to be leveraged in uarimaxXX functions.
- adjustRowIndicesMin(int[], double[], BinaryOperator) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixOuterAgg
-
This function adjusts indices to be leveraged in uariminXX functions.
- ADoubleEntry(double) - Constructor for class org.apache.sysds.runtime.util.LongLongDoubleHashMap.ADoubleEntry
- AEncode - Class in org.apache.sysds.runtime.compress.estim.encoding
- AEncode() - Constructor for class org.apache.sysds.runtime.compress.estim.encoding.AEncode
- AFederatedPlanner - Class in org.apache.sysds.hops.fedplanner
- AFederatedPlanner() - Constructor for class org.apache.sysds.hops.fedplanner.AFederatedPlanner
- agg(MatrixBlock, MatrixBlock, MatrixBlock, MatrixBlock, AggregateTernaryOperator, boolean) - Static method in class org.apache.sysds.runtime.compress.lib.CLALibAggTernaryOp
- AGG - org.apache.sysds.lops.MMCJ.MMCJType
- AGG_OUTER_PRODUCT - org.apache.sysds.runtime.codegen.SpoofOuterProduct.OutProdType
- aggAdd(Future<FederatedResponse>[]) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederationUtils
- AggBinaryOp - Class in org.apache.sysds.hops
- AggBinaryOp(String, Types.DataType, Types.ValueType, Types.OpOp2, Types.AggOp, Hop, Hop) - Constructor for class org.apache.sysds.hops.AggBinaryOp
- AggBinaryOp.MMultMethod - Enum in org.apache.sysds.hops
- AggBinaryOp.SparkAggType - Enum in org.apache.sysds.hops
- aggBooleanScalar(Future<FederatedResponse>[]) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederationUtils
- aggByKeyStable(JavaPairRDD<MatrixIndexes, MatrixBlock>, AggregateOperator) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.RDDAggregateUtils
- aggByKeyStable(JavaPairRDD<MatrixIndexes, MatrixBlock>, AggregateOperator, boolean) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.RDDAggregateUtils
- aggByKeyStable(JavaPairRDD<MatrixIndexes, MatrixBlock>, AggregateOperator, int, boolean) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.RDDAggregateUtils
- aggFedPutLineage(String) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- aggFedSerializationReuse(long) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- aggMatrix(AggregateUnaryOperator, Future<FederatedResponse>[], Future<FederatedResponse>[], FederationMap) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederationUtils
- aggMatrix(AggregateUnaryOperator, Future<FederatedResponse>[], FederationMap) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederationUtils
- aggMean(Future<FederatedResponse>[], FederationMap) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederationUtils
- aggMinMax(Future<FederatedResponse>[], boolean, boolean, Optional<FTypes.FType>) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederationUtils
- aggMinMaxIndex(Future<FederatedResponse>[], boolean, FederationMap) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederationUtils
- aggOp - Variable in class org.apache.sysds.runtime.matrix.operators.AggregateBinaryOperator
- aggOp - Variable in class org.apache.sysds.runtime.matrix.operators.AggregateTernaryOperator
- aggOp - Variable in class org.apache.sysds.runtime.matrix.operators.AggregateUnaryOperator
- aggOpType - Variable in class org.apache.sysds.runtime.matrix.operators.CMOperator
- aggProd(Future<FederatedResponse>[], FederationMap, AggregateUnaryOperator) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederationUtils
- aggregate(double, Builtin) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- aggregate(double, Builtin) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- aggregate(double, Builtin) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionary
- aggregate(double, Builtin) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Aggregate all the contained values, useful in value only computations where the operation is iterating through all values contained in the dictionary.
- aggregate(double, Builtin) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- aggregate(double, Builtin) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.QDictionary
- aggregate(long, long, double) - Method in class org.apache.sysds.runtime.matrix.data.CTableMap
- aggregate(FederatedStatistics.FedStatsCollection) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics.FedStatsCollection
- Aggregate - org.apache.sysds.lops.Lop.Type
- AggregateBinary - org.apache.sysds.common.InstructionType
- AggregateBinary - org.apache.sysds.runtime.instructions.cp.CPInstruction.CPType
- AggregateBinary - org.apache.sysds.runtime.instructions.fed.FEDInstruction.FEDType
- AggregateBinary - org.apache.sysds.runtime.instructions.gpu.GPUInstruction.GPUINSTRUCTION_TYPE
- AggregateBinaryCPInstruction - Class in org.apache.sysds.runtime.instructions.cp
- AggregateBinaryFEDInstruction - Class in org.apache.sysds.runtime.instructions.fed
- AggregateBinaryFEDInstruction(Operator, CPOperand, CPOperand, CPOperand, String, String) - Constructor for class org.apache.sysds.runtime.instructions.fed.AggregateBinaryFEDInstruction
- AggregateBinaryFEDInstruction(Operator, CPOperand, CPOperand, CPOperand, String, String, FEDInstruction.FederatedOutput) - Constructor for class org.apache.sysds.runtime.instructions.fed.AggregateBinaryFEDInstruction
- AggregateBinaryGPUInstruction - Class in org.apache.sysds.runtime.instructions.gpu
- aggregateBinaryMatrix(MatrixBlock, MatrixBlock, MatrixBlock, boolean) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixAgg
-
Core incremental matrix aggregate (ak+) as used in mapmult, tsmm, cpmm, etc.
- aggregateBinaryMatrix(MatrixBlock, MatrixBlock, AggregateOperator) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixAgg
-
Core incremental matrix aggregate (ak+) as used for uack+ and acrk+.
- aggregateBinaryOperations(MatrixBlock, MatrixBlock, MatrixBlock, AggregateBinaryOperator) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- aggregateBinaryOperations(MatrixBlock, MatrixBlock, MatrixBlock, AggregateBinaryOperator) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- aggregateBinaryOperations(MatrixBlock, MatrixBlock, MatrixBlock, AggregateBinaryOperator, boolean, boolean) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- aggregateBinaryOperations(MatrixBlock, MatrixBlock, AggregateBinaryOperator) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- AggregateBinaryOperator - Class in org.apache.sysds.runtime.matrix.operators
- AggregateBinaryOperator(ValueFunction, AggregateOperator) - Constructor for class org.apache.sysds.runtime.matrix.operators.AggregateBinaryOperator
- AggregateBinaryOperator(ValueFunction, AggregateOperator, int) - Constructor for class org.apache.sysds.runtime.matrix.operators.AggregateBinaryOperator
- AggregateBinarySPInstruction - Class in org.apache.sysds.runtime.instructions.spark
-
Class to group the different MM
SPInstructions together. - aggregateBinaryTensor(BasicTensorBlock, BasicTensorBlock, AggregateOperator) - Static method in class org.apache.sysds.runtime.data.LibTensorAgg
-
Core incremental tensor aggregate (ak+) as used for uack+ and acrk+.
- aggregateCmCov(MatrixBlock, MatrixBlock, MatrixBlock, ValueFunction) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixAgg
-
Single threaded Covariance and Central Moment operations CM = Central Moment COV = Covariance
- aggregateCmCov(MatrixBlock, MatrixBlock, MatrixBlock, ValueFunction, int) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixAgg
-
Multi threaded Covariance and Central Moment operations CM = Central Moment COV = Covariance
- aggregateCols(double[], Builtin, IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- aggregateCols(double[], Builtin, IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- aggregateCols(double[], Builtin, IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionary
- aggregateCols(double[], Builtin, IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionarySlice
- aggregateCols(double[], Builtin, IColIndex) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Aggregates the columns into the target double array provided.
- aggregateCols(double[], Builtin, IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- aggregateColsWithReference(double[], Builtin, IColIndex, double[], boolean) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- aggregateColsWithReference(double[], Builtin, IColIndex, double[], boolean) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- aggregateColsWithReference(double[], Builtin, IColIndex, double[], boolean) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Aggregates the columns into the target double array provided.
- aggregateColsWithReference(double[], Builtin, IColIndex, double[], boolean) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- AggregateDropCorrectionFunction - Class in org.apache.sysds.runtime.instructions.spark.functions
- AggregateDropCorrectionFunction(AggregateOperator) - Constructor for class org.apache.sysds.runtime.instructions.spark.functions.AggregateDropCorrectionFunction
- aggregateMatrix(MatrixBlock, MatrixBlock, double[], int[], BinaryOperator, AggregateUnaryOperator) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixOuterAgg
- AggregateOperator - Class in org.apache.sysds.runtime.matrix.operators
- AggregateOperator(double, ValueFunction) - Constructor for class org.apache.sysds.runtime.matrix.operators.AggregateOperator
- AggregateOperator(double, ValueFunction, Types.CorrectionLocationType) - Constructor for class org.apache.sysds.runtime.matrix.operators.AggregateOperator
- aggregatePartialPublicKeys(long, byte[][]) - Static method in class org.apache.sysds.runtime.controlprogram.paramserv.NativeHEHelper
-
accumulates the given partial public keys into a public key, stores it in server and returns it
- aggregatePartialPublicKeys(PublicKey[]) - Method in class org.apache.sysds.runtime.controlprogram.paramserv.HEParamServer
- aggregatePartialPublicKeys(PublicKey[]) - Method in class org.apache.sysds.runtime.controlprogram.paramserv.homomorphicEncryption.SEALServer
-
accumulates the given partial public keys into a public key, stores it in ctx and returns it
- aggregatePartialResults(SpoofCellwise.AggOp[], MatrixBlock, MatrixBlock) - Static method in class org.apache.sysds.runtime.codegen.SpoofMultiAggregate
- aggregateResponses(List<Pair<FederatedRange, Future<FederatedResponse>>>) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederationUtils
-
Aggregate partially aggregated data from federated workers by adding values with the same index in different federated locations.
- aggregateRows(Builtin, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- aggregateRows(Builtin, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- aggregateRows(Builtin, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionary
- aggregateRows(Builtin, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionarySlice
- aggregateRows(Builtin, int) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Aggregate all entries in the rows.
- aggregateRows(Builtin, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- aggregateRowsWithDefault(Builtin, double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- aggregateRowsWithDefault(Builtin, double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- aggregateRowsWithDefault(Builtin, double[]) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Aggregate all entries in the rows of the dictionary with a extra cell in the end that contains the aggregate of the given defaultTuple.
- aggregateRowsWithDefault(Builtin, double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- aggregateRowsWithReference(Builtin, double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- aggregateRowsWithReference(Builtin, double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- aggregateRowsWithReference(Builtin, double[]) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Aggregate all entries in the rows with an offset value reference added.
- aggregateRowsWithReference(Builtin, double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- aggregateTernary(MatrixBlock, MatrixBlock, MatrixBlock, MatrixBlock, AggregateTernaryOperator) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixAgg
- aggregateTernary(MatrixBlock, MatrixBlock, MatrixBlock, MatrixBlock, AggregateTernaryOperator, int) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixAgg
- AggregateTernary - org.apache.sysds.common.InstructionType
- AggregateTernary - org.apache.sysds.runtime.instructions.cp.CPInstruction.CPType
- AggregateTernary - org.apache.sysds.runtime.instructions.fed.FEDInstruction.FEDType
- AggregateTernary - org.apache.sysds.runtime.instructions.spark.SPInstruction.SPType
- AggregateTernaryCPInstruction - Class in org.apache.sysds.runtime.instructions.cp
- AggregateTernaryFEDInstruction - Class in org.apache.sysds.runtime.instructions.fed
- aggregateTernaryOperations(MatrixBlock, MatrixBlock, MatrixBlock, MatrixBlock, AggregateTernaryOperator, boolean) - Static method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- AggregateTernaryOperator - Class in org.apache.sysds.runtime.matrix.operators
- AggregateTernaryOperator(ValueFunction, AggregateOperator, IndexFunction) - Constructor for class org.apache.sysds.runtime.matrix.operators.AggregateTernaryOperator
- AggregateTernaryOperator(ValueFunction, AggregateOperator, IndexFunction, int) - Constructor for class org.apache.sysds.runtime.matrix.operators.AggregateTernaryOperator
- AggregateTernarySPInstruction - Class in org.apache.sysds.runtime.instructions.spark
- aggregateUnary(CompressedMatrixBlock, MatrixBlock, AggregateUnaryOperator, int, MatrixIndexes, boolean) - Static method in class org.apache.sysds.runtime.compress.lib.CLALibCompAgg
- aggregateUnary(MatrixBlock, AggregateUnaryOperator, MatrixBlock, int, MatrixIndexes) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixAggUnarySpecialization
- AggregateUnary - org.apache.sysds.common.InstructionType
- AggregateUnary - org.apache.sysds.runtime.instructions.cp.CPInstruction.CPType
- AggregateUnary - org.apache.sysds.runtime.instructions.fed.FEDInstruction.FEDType
- AggregateUnary - org.apache.sysds.runtime.instructions.gpu.GPUInstruction.GPUINSTRUCTION_TYPE
- AggregateUnary - org.apache.sysds.runtime.instructions.spark.SPInstruction.SPType
- AggregateUnaryCPInstruction - Class in org.apache.sysds.runtime.instructions.cp
- AggregateUnaryCPInstruction.AUType - Enum in org.apache.sysds.runtime.instructions.cp
- AggregateUnaryFEDInstruction - Class in org.apache.sysds.runtime.instructions.fed
- AggregateUnaryGPUInstruction - Class in org.apache.sysds.runtime.instructions.gpu
-
Implements aggregate unary instructions for CUDA
- aggregateUnaryMatrix(MatrixBlock, MatrixBlock, AggregateUnaryOperator) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixAgg
- aggregateUnaryMatrix(MatrixBlock, MatrixBlock, AggregateUnaryOperator, boolean) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixAgg
- aggregateUnaryMatrix(MatrixBlock, MatrixBlock, AggregateUnaryOperator, int) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixAgg
- aggregateUnaryMatrix(AggregateUnaryOperator, MatrixBlock, MatrixValue, int, MatrixIndexes, boolean) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixAgg
- aggregateUnaryOperations(AggregateUnaryOperator) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- aggregateUnaryOperations(AggregateUnaryOperator, BasicTensorBlock) - Method in class org.apache.sysds.runtime.data.BasicTensorBlock
-
Aggregate a unary operation on this tensor.
- aggregateUnaryOperations(AggregateUnaryOperator, MatrixValue, int, MatrixIndexes) - Method in class org.apache.sysds.runtime.matrix.data.MatrixValue
- aggregateUnaryOperations(AggregateUnaryOperator, MatrixValue, int, MatrixIndexes, boolean) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- aggregateUnaryOperations(AggregateUnaryOperator, MatrixValue, int, MatrixIndexes, boolean) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- aggregateUnaryOperations(AggregateUnaryOperator, MatrixValue, int, MatrixIndexes, boolean) - Method in class org.apache.sysds.runtime.matrix.data.MatrixCell
- aggregateUnaryOperations(AggregateUnaryOperator, MatrixValue, int, MatrixIndexes, boolean) - Method in class org.apache.sysds.runtime.matrix.data.MatrixValue
- aggregateUnaryOperations(AggregateUnaryOperator, MatrixValue, int, MatrixIndexes, boolean) - Method in class org.apache.sysds.runtime.matrix.data.WeightedCell
- AggregateUnaryOperator - Class in org.apache.sysds.runtime.matrix.operators
- AggregateUnaryOperator(AggregateOperator, IndexFunction) - Constructor for class org.apache.sysds.runtime.matrix.operators.AggregateUnaryOperator
- AggregateUnaryOperator(AggregateOperator, IndexFunction, int) - Constructor for class org.apache.sysds.runtime.matrix.operators.AggregateUnaryOperator
- AggregateUnarySketch - org.apache.sysds.common.InstructionType
- AggregateUnarySketch - org.apache.sysds.runtime.instructions.spark.SPInstruction.SPType
- AggregateUnarySketchSPInstruction - Class in org.apache.sysds.runtime.instructions.spark
- AggregateUnarySPInstruction - Class in org.apache.sysds.runtime.instructions.spark
- AggregateUnarySPInstruction.RDDUAggFunction2 - Class in org.apache.sysds.runtime.instructions.spark
-
Similar to RDDUAggFunction but single output block.
- AggregateUnarySPInstruction.RDDUTensorAggFunction2 - Class in org.apache.sysds.runtime.instructions.spark
-
Similar to RDDUAggFunction but single output block.
- aggregateUnaryTensor(BasicTensorBlock, BasicTensorBlock, AggregateUnaryOperator) - Static method in class org.apache.sysds.runtime.data.LibTensorAgg
-
Aggregate a tensor-block with the given unary operator.
- aggregateWithReference(double, Builtin, double[], boolean) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- aggregateWithReference(double, Builtin, double[], boolean) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- aggregateWithReference(double, Builtin, double[], boolean) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Aggregate all the contained values, with a reference offset.
- aggregateWithReference(double, Builtin, double[], boolean) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- aggScalar(AggregateUnaryOperator, Future<FederatedResponse>[]) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederationUtils
- aggScalar(AggregateUnaryOperator, Future<FederatedResponse>[], Future<FederatedResponse>[], FederationMap) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederationUtils
- aggScalar(AggregateUnaryOperator, Future<FederatedResponse>[], FederationMap) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederationUtils
- aggStable(JavaPairRDD<MatrixIndexes, MatrixBlock>, AggregateOperator) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.RDDAggregateUtils
-
Single block aggregation over pair rdds with corrections for numerical stability.
- aggStable(JavaRDD<MatrixBlock>, AggregateOperator) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.RDDAggregateUtils
-
Single block aggregation over rdds with corrections for numerical stability.
- aggStableTensor(JavaPairRDD<TensorIndexes, TensorBlock>, AggregateOperator) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.RDDAggregateUtils
-
Single block aggregation over pair rdds with corrections for numerical stability.
- aggStableTensor(JavaRDD<TensorBlock>, AggregateOperator) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.RDDAggregateUtils
-
Single block aggregation over rdds with corrections for numerical stability.
- AggUnaryOp - Class in org.apache.sysds.hops
- AggUnaryOp(String, Types.DataType, Types.ValueType, Types.AggOp, Types.Direction, Hop) - Constructor for class org.apache.sysds.hops.AggUnaryOp
- aggVar(Future<FederatedResponse>[], Future<FederatedResponse>[], FederationMap, boolean, boolean) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederationUtils
- AIdentityDictionary - Class in org.apache.sysds.runtime.compress.colgroup.dictionary
- AIdentityDictionary(int) - Constructor for class org.apache.sysds.runtime.compress.colgroup.dictionary.AIdentityDictionary
-
Create an identity matrix dictionary.
- AIdentityDictionary(int, boolean) - Constructor for class org.apache.sysds.runtime.compress.colgroup.dictionary.AIdentityDictionary
- AInsertionSorter - Class in org.apache.sysds.runtime.compress.colgroup.insertionsort
-
This abstract class is for sorting the IntArrayList entries efficiently for SDC Column Groups construction.
- AInsertionSorter(int, int, IntArrayList[]) - Constructor for class org.apache.sysds.runtime.compress.colgroup.insertionsort.AInsertionSorter
- AInsertionSorter(int, int, IntArrayList[], int) - Constructor for class org.apache.sysds.runtime.compress.colgroup.insertionsort.AInsertionSorter
- AIterator - Class in org.apache.sysds.runtime.compress.colgroup.offset
-
Iterator interface, that returns a iterator of the indexes while also maintaining a data index.
- algo - Variable in class org.apache.sysds.runtime.matrix.data.LibMatrixCuDNNConvolutionAlgorithm
- ALL_SUPPORTED_DATA_TYPES - Static variable in class org.apache.sysds.api.mlcontext.MLContextUtil
-
All data types supported by the MLContext API.
- allocate(int) - Method in class org.apache.sysds.runtime.data.SparseBlock
-
Allocate the underlying data structure holding non-zero values of row r if necessary.
- allocate(int) - Method in class org.apache.sysds.runtime.data.SparseBlockCOO
- allocate(int) - Method in class org.apache.sysds.runtime.data.SparseBlockCSC
- allocate(int) - Method in class org.apache.sysds.runtime.data.SparseBlockCSR
- allocate(int) - Method in class org.apache.sysds.runtime.data.SparseBlockDCSR
- allocate(int) - Method in class org.apache.sysds.runtime.data.SparseBlockMCSC
- allocate(int) - Method in class org.apache.sysds.runtime.data.SparseBlockMCSR
- allocate(int, int) - Method in class org.apache.sysds.runtime.data.SparseBlock
-
Allocate the underlying data structure holding non-zero values of row r if necessary, w/ given size.
- allocate(int, int) - Method in class org.apache.sysds.runtime.data.SparseBlockCOO
- allocate(int, int) - Method in class org.apache.sysds.runtime.data.SparseBlockCSC
- allocate(int, int) - Method in class org.apache.sysds.runtime.data.SparseBlockCSR
- allocate(int, int) - Method in class org.apache.sysds.runtime.data.SparseBlockDCSR
- allocate(int, int) - Method in class org.apache.sysds.runtime.data.SparseBlockMCSC
- allocate(int, int) - Method in class org.apache.sysds.runtime.data.SparseBlockMCSR
- allocate(int, int, int) - Method in class org.apache.sysds.runtime.data.SparseBlock
-
Allocate the underlying data structure holding non-zero values of row r w/ the specified estimated nnz and max nnz.
- allocate(int, int, int) - Method in class org.apache.sysds.runtime.data.SparseBlockCOO
- allocate(int, int, int) - Method in class org.apache.sysds.runtime.data.SparseBlockCSC
- allocate(int, int, int) - Method in class org.apache.sysds.runtime.data.SparseBlockCSR
- allocate(int, int, int) - Method in class org.apache.sysds.runtime.data.SparseBlockDCSR
- allocate(int, int, int) - Method in class org.apache.sysds.runtime.data.SparseBlockMCSC
- allocate(int, int, int) - Method in class org.apache.sysds.runtime.data.SparseBlockMCSR
- allocate(String, long) - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUContext
-
Default behavior for gpu memory allocation (init to zero)
- allocate(String, long, boolean) - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUContext
-
Invokes memory manager's malloc method
- allocate(Pointer, long) - Method in class org.apache.sysds.runtime.instructions.gpu.context.CudaMemoryAllocator
-
Allocate memory on the device.
- allocate(Pointer, long) - Method in interface org.apache.sysds.runtime.instructions.gpu.context.GPUMemoryAllocator
-
Allocate memory on the device.
- allocate(Pointer, long) - Method in class org.apache.sysds.runtime.instructions.gpu.context.UnifiedMemoryAllocator
-
Allocate memory on the device.
- allocate(Types.ValueType, int) - Static method in interface org.apache.sysds.runtime.frame.data.columns.ArrayFactory
- allocate(Types.ValueType, int, boolean) - Static method in interface org.apache.sysds.runtime.frame.data.columns.ArrayFactory
- allocate(Types.ValueType, int, String) - Static method in interface org.apache.sysds.runtime.frame.data.columns.ArrayFactory
- allocateAndFillDense(double) - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUObject
-
Allocates a dense matrix of size obtained from the attached matrix metadata and fills it up with a single value
- allocateAndResetSparseBlock(boolean, SparseBlock.Type) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- allocateAndResetSparseBlock(boolean, SparseBlock.Type) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- allocateBlock() - Method in class org.apache.sysds.runtime.data.BasicTensorBlock
- allocateBlock() - Method in class org.apache.sysds.runtime.data.DataTensorBlock
- allocateBlock() - Method in class org.apache.sysds.runtime.data.TensorBlock
-
If data is not yet allocated, allocate.
- allocateBlock() - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- allocateBlockAsync() - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- allocateBlockAsync() - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- allocateBoolean(int) - Static method in interface org.apache.sysds.runtime.frame.data.columns.ArrayFactory
- allocateCol(int) - Method in class org.apache.sysds.runtime.data.SparseBlockMCSC
- allocateCol(int, int) - Method in class org.apache.sysds.runtime.data.SparseBlockMCSC
- allocateCol(int, int, int) - Method in class org.apache.sysds.runtime.data.SparseBlockMCSC
- allocateColGroup(AColGroup) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
-
Allocate the given column group and remove all references to old column groups.
- allocateColGroupList(List<AColGroup>) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
-
Replace the column groups in this CompressedMatrixBlock with the given column groups
- allocateDenseBlock() - Method in class org.apache.sysds.runtime.data.BasicTensorBlock
- allocateDenseBlock() - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- allocateDenseBlock(boolean) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- allocateDenseBlock(boolean) - Method in class org.apache.sysds.runtime.data.BasicTensorBlock
- allocateDenseBlock(boolean) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- allocateDenseBlock(boolean, boolean) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- allocateDenseBlockUnsafe(int, int) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
-
This should be called only in the read and write functions for CP This function should be called before calling any setValueDenseUnsafe()
- allocateDenseOrSparse(int, int, boolean) - Static method in class org.apache.sysds.runtime.util.Py4jConverterUtils
- allocateDenseOrSparse(long, long, boolean) - Static method in class org.apache.sysds.runtime.util.Py4jConverterUtils
- allocateDoubleArrTime - Static variable in class org.apache.sysds.utils.Statistics
- allocateEmpty(GPUContext, long, long) - Static method in class org.apache.sysds.runtime.instructions.gpu.context.CSRPointer
- allocateEmpty(GPUContext, long, long, boolean) - Static method in class org.apache.sysds.runtime.instructions.gpu.context.CSRPointer
-
Factory method to allocate an empty CSR Sparse matrix on the GPU
- allocateForDgeam(GPUContext, cusparseHandle, CSRPointer, CSRPointer, int, int) - Static method in class org.apache.sysds.runtime.instructions.gpu.context.CSRPointer
-
Estimates the number of non zero elements from the results of a sparse cusparseDgeam operation C = a op(A) + b op(B)
- allocateForMatrixMultiply(GPUContext, cusparseHandle, CSRPointer, int, CSRPointer, int, int, int, int) - Static method in class org.apache.sysds.runtime.instructions.gpu.context.CSRPointer
-
Estimates the number of non-zero elements from the result of a sparse matrix multiplication C = A * B and returns the
CSRPointerto C with the appropriate GPU memory. - allocateGPUMatrixObject(String, long, long) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
-
Allocates the
GPUObjectfor a given LOPS Variable (eg. - allocateInternalMeta(int) - Method in class org.apache.sysds.runtime.transform.tokenize.applier.TokenizerApplier
- allocateInternalMeta(int) - Method in class org.apache.sysds.runtime.transform.tokenize.applier.TokenizerApplierCount
- allocateInternalMeta(int) - Method in class org.apache.sysds.runtime.transform.tokenize.applier.TokenizerApplierHash
- allocateInternalRepresentation(int) - Method in class org.apache.sysds.runtime.transform.tokenize.Tokenizer
- allocateMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderBagOfWords
- allocateMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderBin
- allocateMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderComposite
- allocateMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderDummycode
- allocateMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderFeatureHash
- allocateMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderPassThrough
- allocateMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderRecode
- allocateMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderUDF
- allocateMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderWordEmbedding
- allocateMetaData(FrameBlock) - Method in interface org.apache.sysds.runtime.transform.encode.Encoder
-
Pre-allocate a FrameBlock for metadata collection.
- allocateMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.MultiColumnEncoder
- allocateOptional(Types.ValueType, int) - Static method in interface org.apache.sysds.runtime.frame.data.columns.ArrayFactory
- allocateSparseAndEmpty() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUObject
-
Allocates a sparse and empty
GPUObjectThis is the result of operations that are both non zero matrices. - allocateSparseBlock() - Method in class org.apache.sysds.runtime.data.BasicTensorBlock
- allocateSparseBlock(boolean) - Method in class org.apache.sysds.runtime.data.BasicTensorBlock
- allocateSparseRowsBlock() - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- allocateSparseRowsBlock(boolean) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- allocateSparseRowsBlock(boolean) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- allocVector(int, boolean) - Static method in class org.apache.sysds.runtime.codegen.LibSpoofPrimitives
- ALLOW_ADVANCED_MMCHAIN_REWRITES - Static variable in class org.apache.sysds.hops.OptimizerUtils
-
Enables additional mmchain optimizations.
- ALLOW_ALGEBRAIC_SIMPLIFICATION - Static variable in class org.apache.sysds.hops.OptimizerUtils
- ALLOW_AUTO_VECTORIZATION - Static variable in class org.apache.sysds.hops.OptimizerUtils
- ALLOW_BINARY_UPDATE_IN_PLACE - Static variable in class org.apache.sysds.hops.OptimizerUtils
-
Enables update-in-place for binary operators if the first input has no consumers.
- ALLOW_BRANCH_REMOVAL - Static variable in class org.apache.sysds.hops.OptimizerUtils
-
Enables if-else branch removal for constant predicates (original literals or results of constant folding).
- ALLOW_BROADCAST_INPUTS - Static variable in class org.apache.sysds.runtime.controlprogram.ParForProgramBlock
- ALLOW_CODE_MOTION - Static variable in class org.apache.sysds.hops.OptimizerUtils
-
Enables a specific rewrite for code motion, i.e., hoisting loop invariant code out of while, for, and parfor loops.
- ALLOW_COMBINE_FILE_INPUT_FORMAT - Static variable in class org.apache.sysds.hops.OptimizerUtils
-
Enables the use of CombineSequenceFileInputFormat with splitsize = 2x hdfs blocksize, if sort buffer size large enough and parallelism not hurt.
- ALLOW_COMMON_SUBEXPRESSION_ELIMINATION - Static variable in class org.apache.sysds.hops.OptimizerUtils
-
Enables common subexpression elimination in dags.
- ALLOW_COMPRESSED_TABLE_SEQ - Static variable in class org.apache.sysds.runtime.compress.lib.CLALibRexpand
- ALLOW_COMPRESSION_REWRITE - Static variable in class org.apache.sysds.hops.OptimizerUtils
-
Boolean specifying if compression rewrites is allowed.
- ALLOW_CONSTANT_FOLDING - Static variable in class org.apache.sysds.hops.OptimizerUtils
-
Enables constant folding in dags.
- ALLOW_COPY_CELLFILES - Static variable in class org.apache.sysds.runtime.controlprogram.parfor.ResultMergeLocalFile
- ALLOW_CSE_PERSISTENT_READS - org.apache.sysds.conf.CompilerConfig.ConfigType
- ALLOW_CTABLE_SEQUENCE_REWRITES - Static variable in class org.apache.sysds.hops.TernaryOp
- ALLOW_DYN_RECOMPILATION - org.apache.sysds.conf.CompilerConfig.ConfigType
- ALLOW_EVAL_FCALL_REPLACEMENT - Static variable in class org.apache.sysds.hops.OptimizerUtils
-
Replace eval second-order function calls with normal function call if the function name is a known string (after constant propagation).
- ALLOW_FOR_LOOP_REMOVAL - Static variable in class org.apache.sysds.hops.OptimizerUtils
-
Enables the removal of (par)for-loops when from, to, and increment are constants (original literals or results of constant folding) and lead to an empty sequence, i.e., (par)for-loops without a single iteration.
- ALLOW_INDIVIDUAL_SB_SPECIFIC_OPS - org.apache.sysds.conf.CompilerConfig.ConfigType
- ALLOW_INTER_PROCEDURAL_ANALYSIS - Static variable in class org.apache.sysds.hops.OptimizerUtils
-
Enables interprocedural analysis between main script and functions as well as functions and other functions.
- ALLOW_INTERMEDIATE_CANDIDATES - Static variable in class org.apache.sysds.runtime.compress.workload.WorkloadAnalyzer
- ALLOW_LOOP_UPDATE_IN_PLACE - Static variable in class org.apache.sysds.hops.OptimizerUtils
-
Enables a specific rewrite that enables update in place for loop variables that are only read/updated via cp leftindexing.
- ALLOW_NESTED_PARALLELISM - Static variable in class org.apache.sysds.runtime.controlprogram.ParForProgramBlock
- ALLOW_OPERATOR_FUSION - Static variable in class org.apache.sysds.hops.OptimizerUtils
- ALLOW_PARALLEL_DYN_RECOMPILATION - org.apache.sysds.conf.CompilerConfig.ConfigType
- ALLOW_RAND_JOB_RECOMPILE - Static variable in class org.apache.sysds.hops.OptimizerUtils
- ALLOW_REMOTE_NESTED_PARALLELISM - Static variable in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptimizerRuleBased
- ALLOW_REUSE_PARTITION_VARS - Static variable in class org.apache.sysds.runtime.controlprogram.ParForProgramBlock
- ALLOW_RUNTIME_PIGGYBACKING - Static variable in class org.apache.sysds.hops.OptimizerUtils
-
Enables parfor runtime piggybacking of MR jobs into the packed jobs for scan sharing.
- ALLOW_SCRIPT_LEVEL_COMPRESS_COMMAND - Static variable in class org.apache.sysds.hops.OptimizerUtils
-
This variable allows for insertion of Compress and decompress in the dml script from the user.
- ALLOW_SCRIPT_LEVEL_LOCAL_COMMAND - Static variable in class org.apache.sysds.hops.OptimizerUtils
-
This variable allows for use of explicit local command, that forces a spark block to be executed and returned as a local block.
- ALLOW_SIZE_EXPRESSION_EVALUATION - Static variable in class org.apache.sysds.hops.OptimizerUtils
-
Enables simple expression evaluation for datagen parameters 'rows', 'cols'.
- ALLOW_SPLIT_HOP_DAGS - Static variable in class org.apache.sysds.hops.OptimizerUtils
-
Enables a specific hop dag rewrite that splits hop dags after csv persistent reads with unknown size in order to allow for recompile.
- ALLOW_SUM_PRODUCT_REWRITES - Static variable in class org.apache.sysds.hops.OptimizerUtils
-
Enables sum product rewrites such as mapmultchains.
- ALLOW_SUM_PRODUCT_REWRITES2 - Static variable in class org.apache.sysds.hops.OptimizerUtils
- ALLOW_TRANSITIVE_SPARK_EXEC_TYPE - Static variable in class org.apache.sysds.hops.OptimizerUtils
-
Enable transitive spark execution type selection.
- ALLOW_UNARY_UPDATE_IN_PLACE - Static variable in class org.apache.sysds.hops.OptimizerUtils
-
Enables the update-in-place for all unary operators with a single consumer.
- ALLOW_WORSTCASE_SIZE_EXPRESSION_EVALUATION - Static variable in class org.apache.sysds.hops.OptimizerUtils
-
Enables simple expression evaluation for datagen parameters 'rows', 'cols'.
- allowCachingUncompressed - Static variable in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
-
Disallow caching of uncompressed Block
- allowsAllExecTypes() - Method in class org.apache.sysds.hops.AggBinaryOp
- allowsAllExecTypes() - Method in class org.apache.sysds.hops.AggUnaryOp
- allowsAllExecTypes() - Method in class org.apache.sysds.hops.BinaryOp
- allowsAllExecTypes() - Method in class org.apache.sysds.hops.codegen.SpoofFusedOp
- allowsAllExecTypes() - Method in class org.apache.sysds.hops.DataGenOp
- allowsAllExecTypes() - Method in class org.apache.sysds.hops.DataOp
- allowsAllExecTypes() - Method in class org.apache.sysds.hops.DnnOp
- allowsAllExecTypes() - Method in class org.apache.sysds.hops.FunctionOp
- allowsAllExecTypes() - Method in class org.apache.sysds.hops.Hop
- allowsAllExecTypes() - Method in class org.apache.sysds.hops.IndexingOp
- allowsAllExecTypes() - Method in class org.apache.sysds.hops.LeftIndexingOp
- allowsAllExecTypes() - Method in class org.apache.sysds.hops.LiteralOp
- allowsAllExecTypes() - Method in class org.apache.sysds.hops.NaryOp
- allowsAllExecTypes() - Method in class org.apache.sysds.hops.ParameterizedBuiltinOp
- allowsAllExecTypes() - Method in class org.apache.sysds.hops.QuaternaryOp
- allowsAllExecTypes() - Method in class org.apache.sysds.hops.ReorgOp
- allowsAllExecTypes() - Method in class org.apache.sysds.hops.TernaryOp
- allowsAllExecTypes() - Method in class org.apache.sysds.hops.UnaryOp
- allowsBinaryCellPartitions(MatrixObject, ParForProgramBlock.PartitionFormat) - Static method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptimizerRuleBased
- allowSharedDictionary - Variable in class org.apache.sysds.runtime.compress.CompressionSettings
-
Share DDC Dictionaries between ColGroups.
- allowsShortCircuitCollect() - Method in class org.apache.sysds.runtime.instructions.spark.data.RDDObject
- allowsShortCircuitRead() - Method in class org.apache.sysds.runtime.instructions.spark.data.RDDObject
-
Indicates if rdd is an hdfs file or a checkpoint over an hdfs file; in both cases, we can directly read the file instead of collecting the given rdd.
- allowsToFilterEmptyBlockOutputs(Hop) - Static method in class org.apache.sysds.hops.OptimizerUtils
- allowWorkerStatistics - Static variable in class org.apache.sysds.utils.Statistics
- allZero(double[]) - Static method in interface org.apache.sysds.runtime.compress.colgroup.ColGroupUtils
- ALPHA - Static variable in class org.apache.sysds.runtime.util.DMVUtils
- ALPHABET - Static variable in class org.apache.sysds.parser.dml.DmlLexer
- ALPHABET - Static variable in class org.apache.sysds.parser.dml.DmlParser
- ALS - org.apache.sysds.common.Builtins
- ALS_CG - org.apache.sysds.common.Builtins
- ALS_DS - org.apache.sysds.common.Builtins
- ALS_PREDICT - org.apache.sysds.common.Builtins
- ALS_TOPK_PREDICT - org.apache.sysds.common.Builtins
- alwaysRequiresReblock(Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- AMapToData - Class in org.apache.sysds.runtime.compress.colgroup.mapping
-
This Class's job is to link into the dictionary entries for column groups.
- AMorphingMMColGroup - Class in org.apache.sysds.runtime.compress.colgroup
-
Abstract class for column group types that do not perform matrix Multiplication, and decompression for performance reasons but instead transforms into another type of column group type to perform that operation.
- AMPUTE - org.apache.sysds.common.Builtins
- analyze(VariableSet) - Method in class org.apache.sysds.parser.ForStatementBlock
- analyze(VariableSet) - Method in class org.apache.sysds.parser.FunctionStatementBlock
- analyze(VariableSet) - Method in class org.apache.sysds.parser.IfStatementBlock
- analyze(VariableSet) - Method in class org.apache.sysds.parser.LiveVariableAnalysis
- analyze(VariableSet) - Method in class org.apache.sysds.parser.StatementBlock
- analyze(VariableSet) - Method in class org.apache.sysds.parser.WhileStatementBlock
- analyze(VariableSet, VariableSet) - Method in class org.apache.sysds.parser.FunctionStatementBlock
- analyzePlanPartitions(CPlanMemoTable, ArrayList<Hop>, boolean) - Static method in class org.apache.sysds.hops.codegen.opt.PlanAnalyzer
- analyzeProgram() - Method in class org.apache.sysds.hops.ipa.InterProceduralAnalysis
-
Main interface to perform IPA over a given DML program.
- analyzeProgram(int) - Method in class org.apache.sysds.hops.ipa.InterProceduralAnalysis
-
Main interface to perform IPA over a given DML program.
- analyzeSparkConfiguation(SparkConf) - Method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext.SparkClusterConfig
- analyzeSparkConfiguationLegacy(SparkConf) - Method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext.SparkClusterConfig
- analyzeSubProgram() - Method in class org.apache.sysds.hops.ipa.InterProceduralAnalysis
- analyzeValueType() - Method in class org.apache.sysds.runtime.frame.data.columns.Array
-
Analyze the column to figure out if the value type can be refined to a better type.
- analyzeValueType(int) - Method in class org.apache.sysds.runtime.frame.data.columns.Array
-
Analyze the column to figure out if the value type can be refined to a better type.
- analyzeValueType(int) - Method in class org.apache.sysds.runtime.frame.data.columns.BitSetArray
- analyzeValueType(int) - Method in class org.apache.sysds.runtime.frame.data.columns.BooleanArray
- analyzeValueType(int) - Method in class org.apache.sysds.runtime.frame.data.columns.CharArray
- analyzeValueType(int) - Method in class org.apache.sysds.runtime.frame.data.columns.DDCArray
- analyzeValueType(int) - Method in class org.apache.sysds.runtime.frame.data.columns.DoubleArray
- analyzeValueType(int) - Method in class org.apache.sysds.runtime.frame.data.columns.FloatArray
- analyzeValueType(int) - Method in class org.apache.sysds.runtime.frame.data.columns.HashIntegerArray
- analyzeValueType(int) - Method in class org.apache.sysds.runtime.frame.data.columns.HashLongArray
- analyzeValueType(int) - Method in class org.apache.sysds.runtime.frame.data.columns.IntegerArray
- analyzeValueType(int) - Method in class org.apache.sysds.runtime.frame.data.columns.LongArray
- analyzeValueType(int) - Method in class org.apache.sysds.runtime.frame.data.columns.OptionalArray
- analyzeValueType(int) - Method in class org.apache.sysds.runtime.frame.data.columns.RaggedArray
- analyzeValueType(int) - Method in class org.apache.sysds.runtime.frame.data.columns.StringArray
- and(EstimatorBitsetMM.BitsetMatrix) - Method in class org.apache.sysds.hops.estim.EstimatorBitsetMM.BitsetMatrix1
- and(EstimatorBitsetMM.BitsetMatrix) - Method in class org.apache.sysds.hops.estim.EstimatorBitsetMM.BitsetMatrix2
- And - Class in org.apache.sysds.runtime.functionobjects
- AND - org.apache.sysds.common.Opcodes
- AND - org.apache.sysds.common.Types.OpOp2
- AND - org.apache.sysds.hops.codegen.cplan.CNodeBinary.BinType
- anyAsyncOp() - Static method in class org.apache.sysds.utils.stats.SparkStatistics
- AOffset - Class in org.apache.sysds.runtime.compress.colgroup.offset
-
Offset list encoder abstract class.
- AOffset() - Constructor for class org.apache.sysds.runtime.compress.colgroup.offset.AOffset
- AOffset.OffsetSliceInfo - Class in org.apache.sysds.runtime.compress.colgroup.offset
-
Offset slice info containing the start and end index an offset that contains the slice, and an new AOffset containing only the sliced elements
- AOffsetByte - Class in org.apache.sysds.runtime.compress.colgroup.offset
- AOffsetIterator - Class in org.apache.sysds.runtime.compress.colgroup.offset
-
Iterator interface that only iterate through offsets without considering data index.
- AOffsetsGroup - Interface in org.apache.sysds.runtime.compress.colgroup
- API - Static variable in class org.apache.sysds.hops.codegen.SpoofCompiler
- append(double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- append(double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- append(double[]) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Return a new dictionary with the given row appended.
- append(double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- append(int) - Method in class org.apache.sysds.runtime.frame.data.columns.HashIntegerArray
- append(int, double) - Method in class org.apache.sysds.runtime.data.SparseRow
-
Appends a value to the end of the sparse row.
- append(int, double) - Method in class org.apache.sysds.runtime.data.SparseRowScalar
- append(int, double) - Method in class org.apache.sysds.runtime.data.SparseRowVector
- append(int, int, double) - Method in class org.apache.sysds.runtime.data.SparseBlock
-
Append a value to the end of the physical representation.
- append(int, int, double) - Method in class org.apache.sysds.runtime.data.SparseBlockCOO
- append(int, int, double) - Method in class org.apache.sysds.runtime.data.SparseBlockCSC
- append(int, int, double) - Method in class org.apache.sysds.runtime.data.SparseBlockCSR
- append(int, int, double) - Method in class org.apache.sysds.runtime.data.SparseBlockDCSR
- append(int, int, double) - Method in class org.apache.sysds.runtime.data.SparseBlockMCSC
- append(int, int, double) - Method in class org.apache.sysds.runtime.data.SparseBlockMCSR
- append(long) - Method in class org.apache.sysds.runtime.frame.data.columns.HashLongArray
- append(Boolean) - Method in class org.apache.sysds.runtime.frame.data.columns.BitSetArray
- append(Boolean) - Method in class org.apache.sysds.runtime.frame.data.columns.BooleanArray
- append(Character) - Method in class org.apache.sysds.runtime.frame.data.columns.CharArray
- append(Double) - Method in class org.apache.sysds.runtime.frame.data.columns.DoubleArray
- append(Float) - Method in class org.apache.sysds.runtime.frame.data.columns.FloatArray
- append(Integer) - Method in class org.apache.sysds.runtime.frame.data.columns.IntegerArray
- append(Long) - Method in class org.apache.sysds.runtime.frame.data.columns.LongArray
- append(Object) - Method in class org.apache.sysds.runtime.frame.data.columns.HashIntegerArray
- append(Object) - Method in class org.apache.sysds.runtime.frame.data.columns.HashLongArray
- append(String) - Method in class org.apache.sysds.runtime.frame.data.columns.ACompressedArray
- append(String) - Method in class org.apache.sysds.runtime.frame.data.columns.Array
-
Append a string value to the current Array, this should in general be avoided, and appending larger blocks at a time should be preferred.
- append(String) - Method in class org.apache.sysds.runtime.frame.data.columns.BitSetArray
- append(String) - Method in class org.apache.sysds.runtime.frame.data.columns.BooleanArray
- append(String) - Method in class org.apache.sysds.runtime.frame.data.columns.CharArray
- append(String) - Method in class org.apache.sysds.runtime.frame.data.columns.DoubleArray
- append(String) - Method in class org.apache.sysds.runtime.frame.data.columns.FloatArray
- append(String) - Method in class org.apache.sysds.runtime.frame.data.columns.HashIntegerArray
- append(String) - Method in class org.apache.sysds.runtime.frame.data.columns.HashLongArray
- append(String) - Method in class org.apache.sysds.runtime.frame.data.columns.IntegerArray
- append(String) - Method in class org.apache.sysds.runtime.frame.data.columns.LongArray
- append(String) - Method in class org.apache.sysds.runtime.frame.data.columns.OptionalArray
- append(String) - Method in class org.apache.sysds.runtime.frame.data.columns.RaggedArray
- append(String) - Method in class org.apache.sysds.runtime.frame.data.columns.StringArray
- append(List<MatrixBlock>, MatrixBlock, boolean, int) - Static method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
-
Append that list of matrixblocks together.
- append(AColGroup) - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroup
-
Append the other column group to this column group.
- append(AColGroup) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupConst
- append(AColGroup) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDC
- append(AColGroup) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDCFOR
- append(AColGroup) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupEmpty
- append(AColGroup) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupLinearFunctional
- append(AColGroup) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupOLE
- append(AColGroup) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupRLE
- append(AColGroup) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDC
- append(AColGroup) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCFOR
- append(AColGroup) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingle
- append(AColGroup) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingleZeros
- append(AColGroup) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCZeros
- append(AColGroup) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressed
- append(AColGroup) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressedArray
- append(AMapToData) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.AMapToData
- append(AMapToData) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToBit
- append(AMapToData) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToByte
- append(AMapToData) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToChar
- append(AMapToData) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToCharPByte
- append(AMapToData) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToInt
- append(AMapToData) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToZero
- append(AOffset, int) - Method in class org.apache.sysds.runtime.compress.colgroup.offset.AOffset
-
Append the offsets from that other offset to the offsets in this.
- append(Array<?>, Array<?>) - Static method in interface org.apache.sysds.runtime.frame.data.columns.ArrayFactory
-
append arrays to each other, and cast to highest common type if different types.
- append(Array<Boolean>) - Method in class org.apache.sysds.runtime.frame.data.columns.BitSetArray
- append(Array<Boolean>) - Method in class org.apache.sysds.runtime.frame.data.columns.BooleanArray
- append(Array<Character>) - Method in class org.apache.sysds.runtime.frame.data.columns.CharArray
- append(Array<Double>) - Method in class org.apache.sysds.runtime.frame.data.columns.DoubleArray
- append(Array<Float>) - Method in class org.apache.sysds.runtime.frame.data.columns.FloatArray
- append(Array<Integer>) - Method in class org.apache.sysds.runtime.frame.data.columns.IntegerArray
- append(Array<Long>) - Method in class org.apache.sysds.runtime.frame.data.columns.LongArray
- append(Array<Object>) - Method in class org.apache.sysds.runtime.frame.data.columns.HashIntegerArray
- append(Array<Object>) - Method in class org.apache.sysds.runtime.frame.data.columns.HashLongArray
- append(Array<String>) - Method in class org.apache.sysds.runtime.frame.data.columns.StringArray
- append(Array<T>) - Method in class org.apache.sysds.runtime.frame.data.columns.Array
-
Append other array, if the other array is fitting in current allocated size use that allocated size, otherwise allocate new array to combine the other with this.
- append(Array<T>) - Method in class org.apache.sysds.runtime.frame.data.columns.DDCArray
- append(Array<T>) - Method in class org.apache.sysds.runtime.frame.data.columns.OptionalArray
- append(Array<T>) - Method in class org.apache.sysds.runtime.frame.data.columns.RaggedArray
- append(FrameBlock, boolean) - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
-
Appends the given argument FrameBlock 'that' to this FrameBlock by creating a deep copy to prevent side effects.
- append(FrameBlock, FrameBlock, boolean) - Static method in class org.apache.sysds.runtime.frame.data.lib.FrameLibAppend
-
Appends the given argument FrameBlock 'that' to this FrameBlock by creating a deep copy to prevent side effects.
- append(MatrixBlock) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
-
Append that matrix to this matrix, while allocating a new matrix.
- append(MatrixBlock[], MatrixBlock, boolean) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- append(MatrixBlock[], MatrixBlock, boolean) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
-
Append that list of matrixes to this matrix.
- append(MatrixBlock, boolean) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
-
Append that matrix to this matrix, while allocating a new matrix.
- append(MatrixBlock, MatrixBlock) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
-
Append that matrix to this matrix.
- append(MatrixBlock, MatrixBlock[], MatrixBlock, boolean) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixAppend
- append(MatrixBlock, MatrixBlock, boolean) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
-
Append that matrix to this matrix.
- append(MatrixValue, ArrayList<IndexedMatrixValue>, int, boolean, boolean, int) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- append(MatrixValue, ArrayList<IndexedMatrixValue>, int, boolean, boolean, int) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- append(MatrixValue, ArrayList<IndexedMatrixValue>, int, boolean, boolean, int) - Method in class org.apache.sysds.runtime.matrix.data.MatrixCell
- append(MatrixValue, ArrayList<IndexedMatrixValue>, int, boolean, boolean, int) - Method in class org.apache.sysds.runtime.matrix.data.MatrixValue
- append(T) - Method in class org.apache.sysds.runtime.frame.data.columns.ACompressedArray
- append(T) - Method in class org.apache.sysds.runtime.frame.data.columns.Array
-
Append a value of the same type of the Array.
- append(T) - Method in class org.apache.sysds.runtime.frame.data.columns.OptionalArray
- append(T) - Method in class org.apache.sysds.runtime.frame.data.columns.RaggedArray
- append(T, U) - Method in class org.apache.sysds.utils.stats.NGramBuilder
- Append - Class in org.apache.sysds.lops
- Append - org.apache.sysds.common.InstructionType
- Append - org.apache.sysds.lops.Lop.Type
- Append - org.apache.sysds.runtime.instructions.cp.CPInstruction.CPType
- Append - org.apache.sysds.runtime.instructions.fed.FEDInstruction.FEDType
- Append - org.apache.sysds.runtime.instructions.gpu.GPUInstruction.GPUINSTRUCTION_TYPE
- Append(Lop, Lop, Lop, Types.DataType, Types.ValueType, boolean, Types.ExecType) - Constructor for class org.apache.sysds.lops.Append
- APPEND - org.apache.sysds.common.Opcodes
- APPEND_MEM_MULTIPLIER - Static variable in class org.apache.sysds.hops.BinaryOp
- appendCell(long, long, double) - Method in class org.apache.sysds.runtime.instructions.spark.data.ReblockBuffer
- appendCell(long, long, Object) - Method in class org.apache.sysds.runtime.instructions.spark.data.FrameReblockBuffer
- appendColumn(boolean[]) - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
-
Append a column of value type BOOLEAN as the last column of the data frame.
- appendColumn(double[]) - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
-
Append a column of value type DOUBLE as the last column of the data frame.
- appendColumn(float[]) - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
-
Append a column of value type float as the last column of the data frame.
- appendColumn(int[]) - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
-
Append a column of value type INT as the last column of the data frame.
- appendColumn(long[]) - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
-
Append a column of value type LONG as the last column of the data frame.
- appendColumn(String[]) - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
-
Append a column of value type STRING as the last column of the data frame.
- appendColumn(Array) - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
-
Add a column of already allocated Array type.
- appendColumnChunk(int, Array<?>) - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
-
Appends a chunk of data to the end of a specified column.
- appendColumns(double[][]) - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
-
Append a set of column of value type DOUBLE at the end of the frame in order to avoid repeated allocation with appendColumns.
- AppendCPInstruction - Class in org.apache.sysds.runtime.instructions.cp
- AppendCPInstruction.AppendType - Enum in org.apache.sysds.runtime.instructions.cp
- AppendFEDInstruction - Class in org.apache.sysds.runtime.instructions.fed
- appendFrameMSP(JavaPairRDD<Long, FrameBlock>, PartitionedBroadcast<FrameBlock>) - Static method in class org.apache.sysds.runtime.instructions.spark.FrameAppendMSPInstruction
- appendFrameRSP(JavaPairRDD<Long, FrameBlock>, JavaPairRDD<Long, FrameBlock>, long, boolean) - Static method in class org.apache.sysds.runtime.instructions.spark.FrameAppendRSPInstruction
- AppendG - Class in org.apache.sysds.lops
-
TODO Additional compiler enhancements: 1) Partial Shuffle Elimination - Any full or aligned blocks could be directly output from the mappers to the result index.
- AppendG(Lop, Lop, Lop, Lop, Types.DataType, Types.ValueType, boolean, Types.ExecType) - Constructor for class org.apache.sysds.lops.AppendG
- AppendGAlignedSP - Class in org.apache.sysds.lops
- AppendGAlignedSP(Lop, Lop, Lop, Types.DataType, Types.ValueType, boolean) - Constructor for class org.apache.sysds.lops.AppendGAlignedSP
- AppendGAlignedSPInstruction - Class in org.apache.sysds.runtime.instructions.spark
- AppendGAlignedSPInstruction.ShiftColumnIndex - Class in org.apache.sysds.runtime.instructions.spark
- AppendGSPInstruction - Class in org.apache.sysds.runtime.instructions.spark
- AppendGSPInstruction.MergeWithShiftedBlocks - Class in org.apache.sysds.runtime.instructions.spark
- AppendGSPInstruction.ShiftMatrix - Class in org.apache.sysds.runtime.instructions.spark
- AppendM - Class in org.apache.sysds.lops
- AppendM(Lop, Lop, Lop, Types.DataType, Types.ValueType, boolean, boolean, Types.ExecType) - Constructor for class org.apache.sysds.lops.AppendM
- AppendM.CacheType - Enum in org.apache.sysds.lops
- AppendMSPInstruction - Class in org.apache.sysds.runtime.instructions.spark
- appendN(AColGroup[], int, int) - Static method in class org.apache.sysds.runtime.compress.colgroup.AColGroup
-
Append all column groups in the list provided together in one go allocating the output once.
- appendN(AOffsetsGroup[], int) - Method in class org.apache.sysds.runtime.compress.colgroup.offset.AOffset
-
Append a list of offsets together in order.
- appendN(AOffsetsGroup[], int) - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetByte
- appendN(IMapToDataGroup[]) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.AMapToData
- appendN(IMapToDataGroup[]) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToBit
- appendN(IMapToDataGroup[]) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToByte
- appendN(IMapToDataGroup[]) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToChar
- appendN(IMapToDataGroup[]) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToCharPByte
- appendN(IMapToDataGroup[]) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToInt
- appendN(IMapToDataGroup[]) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToZero
- appendNInternal(AColGroup[], int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupConst
- appendNInternal(AColGroup[], int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDC
- appendNInternal(AColGroup[], int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDCFOR
- appendNInternal(AColGroup[], int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupEmpty
- appendNInternal(AColGroup[], int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupLinearFunctional
- appendNInternal(AColGroup[], int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupOLE
- appendNInternal(AColGroup[], int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupRLE
- appendNInternal(AColGroup[], int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDC
- appendNInternal(AColGroup[], int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCFOR
- appendNInternal(AColGroup[], int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingle
- appendNInternal(AColGroup[], int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingleZeros
- appendNInternal(AColGroup[], int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCZeros
- appendNInternal(AColGroup[], int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressed
- appendOpcode(StringBuilder) - Method in class org.apache.sysds.lops.DnnTransform
- appendOperands(int, int, String, StringBuilder) - Method in class org.apache.sysds.lops.DnnTransform
- appendOther(OptionalArray<T>, Array<T>) - Static method in class org.apache.sysds.runtime.frame.data.columns.OptionalArray
- appendParam(Object) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedRequest
- appendParams(Object...) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedRequest
- AppendR - Class in org.apache.sysds.lops
- AppendR(Lop, Lop, Types.DataType, Types.ValueType, boolean, Types.ExecType) - Constructor for class org.apache.sysds.lops.AppendR
- appendRow(int, SparseRow) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- appendRow(int, SparseRow, boolean) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- appendRow(int, SparseRow, boolean) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- appendRow(Object[]) - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
-
Append a row to the end of the data frame, where all row fields are boxed objects according to the schema.
- appendRow(String[]) - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
-
Append a row to the end of the data frame, where all row fields are string encoded.
- appendRowToSparse(SparseBlock, MatrixBlock, int, int, int, boolean) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- appendRowToSparse(SparseBlock, MatrixBlock, int, int, int, boolean) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- AppendRSPInstruction - Class in org.apache.sysds.runtime.instructions.spark
- AppendSPInstruction - Class in org.apache.sysds.runtime.instructions.spark
-
Class to group the different append
SPInstructions together. - appendTokensLong(int, List<Object>, List<Token>, FrameBlock) - Method in class org.apache.sysds.runtime.transform.tokenize.applier.TokenizerApplierPosition
- appendTokensWide(int, List<Object>, List<Token>, FrameBlock) - Method in class org.apache.sysds.runtime.transform.tokenize.applier.TokenizerApplierPosition
- appendToSparse(MatrixBlock, int, int) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- appendValue(double, int) - Method in class org.apache.sysds.runtime.compress.utils.DoubleIntListHashMap
-
Append value into the hashmap, but ignore all zero keys.
- appendValue(int) - Method in class org.apache.sysds.runtime.compress.utils.IntArrayList
- appendValue(int, int, double) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- appendValue(int, int, double) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
-
Append value is only used when values are appended at the end of each row for the sparse representation
- appendValue(DblArray, int) - Method in class org.apache.sysds.runtime.compress.utils.DblArrayIntListHashMap
- appendValue(IntArrayList) - Method in class org.apache.sysds.runtime.compress.utils.IntArrayList
- appendValuePlain(int, int, double) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- appendValuePlain(int, int, double) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- apply(String) - Method in class org.apache.sysds.runtime.frame.data.FrameBlock.FrameMapFunction
- apply(String[]) - Method in class org.apache.sysds.runtime.frame.data.FrameBlock.FrameMapFunction
- apply(String, String) - Method in class org.apache.sysds.runtime.frame.data.FrameBlock.FrameMapFunction
- apply(Set<Long>, Set<Long>) - Method in class org.apache.sysds.runtime.matrix.data.sketch.countdistinct.BitMapValueCombiner
- apply(CacheBlock<?>) - Method in class org.apache.sysds.runtime.transform.encode.MultiColumnEncoder
- apply(CacheBlock<?>, int) - Method in class org.apache.sysds.runtime.transform.encode.MultiColumnEncoder
- apply(CacheBlock<?>, MatrixBlock, int) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoder
-
Apply Functions are only used in Single Threaded or Multi-Threaded Dense context.
- apply(CacheBlock<?>, MatrixBlock, int) - Method in interface org.apache.sysds.runtime.transform.encode.Encoder
-
Apply the generated metadata to the FrameBlock and saved the result in out.
- apply(CacheBlock<?>, MatrixBlock, int) - Method in class org.apache.sysds.runtime.transform.encode.MultiColumnEncoder
- apply(CacheBlock<?>, MatrixBlock, int, int, int) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoder
- apply(CacheBlock<?>, MatrixBlock, int, int, int) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderComposite
- apply(CacheBlock<?>, MatrixBlock, int, int, MultiColumnEncoder.EncoderMeta, long) - Method in class org.apache.sysds.runtime.transform.encode.MultiColumnEncoder
- apply(FrameBlock, int) - Method in class org.apache.sysds.runtime.transform.tokenize.Tokenizer
- apply(FrameBlock, MatrixBlock) - Method in class org.apache.sysds.runtime.transform.encode.EncoderMVImpute
- apply(FrameBlock, MatrixBlock) - Method in class org.apache.sysds.runtime.transform.encode.EncoderOmit
- apply(FrameBlock, MatrixBlock) - Method in class org.apache.sysds.runtime.transform.encode.LegacyEncoder
-
Encode input data blockwise according to existing transform meta data (transform apply).
- APPLY_ENCODER_SEPARATE_STAGES - Static variable in class org.apache.sysds.runtime.transform.encode.MultiColumnEncoder
- APPLY_PIPELINE - org.apache.sysds.common.Builtins
- APPLY_ROW_BLOCKS_PER_COLUMN - Static variable in class org.apache.sysds.runtime.transform.encode.ColumnEncoder
- APPLY_SCHEMA - org.apache.sysds.common.Builtins
- APPLY_SCHEMA - org.apache.sysds.common.Types.OpOp2
- APPLY_SCHEMA - org.apache.sysds.runtime.functionobjects.Builtin.BuiltinCode
- applyColumnOffset() - Method in class org.apache.sysds.runtime.transform.encode.MultiColumnEncoder
- applyDense(CacheBlock<?>, MatrixBlock, int, int, int) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderUDF
- applyDense(CacheBlock<?>, MatrixBlock, int, int, int) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderWordEmbedding
- applyInternalRepresentation(DocumentRepresentation[], FrameBlock) - Method in class org.apache.sysds.runtime.transform.tokenize.applier.TokenizerApplier
- applyInternalRepresentation(DocumentRepresentation[], FrameBlock, int, int) - Method in class org.apache.sysds.runtime.transform.tokenize.applier.TokenizerApplierCount
- applyInternalRepresentation(DocumentRepresentation[], FrameBlock, int, int) - Method in class org.apache.sysds.runtime.transform.tokenize.applier.TokenizerApplierHash
- applyInternalRepresentation(DocumentRepresentation[], FrameBlock, int, int) - Method in class org.apache.sysds.runtime.transform.tokenize.applier.TokenizerApplierPosition
- applyScalarOp(ScalarOperator) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- applyScalarOp(ScalarOperator) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.DeltaDictionary
- applyScalarOp(ScalarOperator) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- applyScalarOp(ScalarOperator) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Allocate a new dictionary and applies the scalar operation on each cell of to then return the new dictionary.
- applyScalarOp(ScalarOperator) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- applyScalarOpAndAppend(ScalarOperator, double, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- applyScalarOpAndAppend(ScalarOperator, double, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- applyScalarOpAndAppend(ScalarOperator, double, int) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Allocate a new dictionary with one extra row and applies the scalar operation on each cell of to then return the new dictionary.
- applyScalarOpAndAppend(ScalarOperator, double, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- applyScalarOpWithReference(ScalarOperator, double[], double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- applyScalarOpWithReference(ScalarOperator, double[], double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- applyScalarOpWithReference(ScalarOperator, double[], double[]) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Allocate a new dictionary and apply the scalar operation on each cell to then return a new dictionary.
- applyScalarOpWithReference(ScalarOperator, double[], double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- applySchema(FrameBlock) - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
- applySchema(FrameBlock, int) - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
- applySchema(FrameBlock, Types.ValueType[]) - Static method in class org.apache.sysds.runtime.frame.data.lib.FrameLibApplySchema
-
Method to create a new FrameBlock where the given schema is applied.
- applySchema(FrameBlock, Types.ValueType[], boolean[], int) - Static method in class org.apache.sysds.runtime.frame.data.lib.FrameLibApplySchema
-
Method to create a new FrameBlock where the given schema is applied, k is the parallelization degree.
- applySchema(FrameBlock, Types.ValueType[], int) - Static method in class org.apache.sysds.runtime.frame.data.lib.FrameLibApplySchema
-
Method to create a new FrameBlock where the given schema is applied, k is the parallelization degree.
- applySchema(FrameBlock, FrameBlock) - Static method in class org.apache.sysds.runtime.frame.data.lib.FrameLibApplySchema
- applySchema(FrameBlock, FrameBlock, int) - Static method in class org.apache.sysds.runtime.frame.data.lib.FrameLibApplySchema
-
Method to create a new FrameBlock where the given schema is applied, k is the parallelization degree.
- APPLYSCHEMA - org.apache.sysds.common.Opcodes
- applyToAll(Class<T>, Consumer<? super T>) - Method in class org.apache.sysds.runtime.transform.encode.MultiColumnEncoder
- applyToAll(Consumer<? super ColumnEncoderComposite>) - Method in class org.apache.sysds.runtime.transform.encode.MultiColumnEncoder
- applyUnaryOp(UnaryOperator) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- applyUnaryOp(UnaryOperator) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- applyUnaryOp(UnaryOperator) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Allocate a new dictionary and apply the unary operator on each cell.
- applyUnaryOp(UnaryOperator) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- applyUnaryOpAndAppend(UnaryOperator, double, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- applyUnaryOpAndAppend(UnaryOperator, double, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- applyUnaryOpAndAppend(UnaryOperator, double, int) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Allocate a new dictionary with one extra row and apply the unary operator on each cell.
- applyUnaryOpAndAppend(UnaryOperator, double, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- applyUnaryOpWithReference(UnaryOperator, double[], double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- applyUnaryOpWithReference(UnaryOperator, double[], double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- applyUnaryOpWithReference(UnaryOperator, double[], double[]) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Allocate a new dictionary and apply the scalar operation on each cell to then return a new dictionary.
- applyUnaryOpWithReference(UnaryOperator, double[], double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- APreAgg - Class in org.apache.sysds.runtime.compress.colgroup
-
Abstract class for all the column groups that use preAggregation for Left matrix multiplications.
- ARBITRARY_LEN - Static variable in class org.apache.sysds.runtime.util.DMVUtils
- argVals - Variable in class org.apache.sysds.api.DMLOptions
- ARIMA - org.apache.sysds.common.Builtins
- ArithmeticBinary - org.apache.sysds.runtime.instructions.gpu.GPUInstruction.GPUINSTRUCTION_TYPE
- ArithmeticBinaryGPUInstruction - Class in org.apache.sysds.runtime.instructions.gpu
- array - Variable in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressedArray
- Array<T> - Class in org.apache.sysds.runtime.frame.data.columns
-
Generic, resizable native arrays for the internal representation of the columns in the FrameBlock.
- ARRAY - org.apache.sysds.runtime.compress.colgroup.indexes.IColIndex.ColIndexType
- ARRAY - org.apache.sysds.runtime.io.FileFormatPropertiesMM.MMFormat
- Array.ArrayIterator - Class in org.apache.sysds.runtime.frame.data.columns
- ARRAYCOLWISE - org.apache.sysds.runtime.iogen.MappingProperties.RepresentationProperties
- ArrayCompressionStatistics - Class in org.apache.sysds.runtime.frame.data.compress
- ArrayCompressionStatistics(int, int, boolean, Types.ValueType, boolean, ArrayFactory.FrameArrayType, long, long, boolean) - Constructor for class org.apache.sysds.runtime.frame.data.compress.ArrayCompressionStatistics
- ArrayFactory - Interface in org.apache.sysds.runtime.frame.data.columns
- ArrayFactory.FrameArrayType - Enum in org.apache.sysds.runtime.frame.data.columns
- ArrayIndex - Class in org.apache.sysds.runtime.compress.colgroup.indexes
- ArrayIndex(int[]) - Constructor for class org.apache.sysds.runtime.compress.colgroup.indexes.ArrayIndex
- ArrayIterator() - Constructor for class org.apache.sysds.runtime.frame.data.columns.Array.ArrayIterator
- ARRAYROWWISE - org.apache.sysds.runtime.iogen.MappingProperties.RepresentationProperties
- ArrayWrapper - Class in org.apache.sysds.runtime.frame.data.columns
- ArrayWrapper(Array<?>) - Constructor for class org.apache.sysds.runtime.frame.data.columns.ArrayWrapper
- Artist - org.apache.sysds.runtime.io.cog.IFDTagDictionary
- asArrayList(T...) - Static method in class org.apache.sysds.runtime.util.CollectionUtils
- ASCII - org.apache.sysds.runtime.io.cog.TIFFDataTypes
- ASDC - Class in org.apache.sysds.runtime.compress.colgroup
-
Column group that sparsely encodes the dictionary values.
- ASDCZero - Class in org.apache.sysds.runtime.compress.colgroup
- asin(ExecutionContext, GPUContext, String, MatrixObject, String) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixCUDA
-
Performs an "asin" operation on a matrix on the GPU
- ASIN - org.apache.sysds.common.Builtins
- ASIN - org.apache.sysds.common.Opcodes
- ASIN - org.apache.sysds.common.Types.OpOp1
- ASIN - org.apache.sysds.hops.codegen.cplan.CNodeUnary.UnaryType
- ASIN - org.apache.sysds.runtime.functionobjects.Builtin.BuiltinCode
- asIndexRange() - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedRange
- asList(List<T>...) - Static method in class org.apache.sysds.runtime.util.CollectionUtils
- asMatrixCharacteristics() - Method in class org.apache.sysds.api.mlcontext.Metadata
-
Convert the metadata to a DataCharacteristics object.
- ASP - org.apache.sysds.parser.Statement.PSUpdateType
- assembleTrainingData(JavaPairRDD<MatrixIndexes, MatrixBlock>, JavaPairRDD<MatrixIndexes, MatrixBlock>) - Static method in class org.apache.sysds.runtime.controlprogram.paramserv.SparkParamservUtils
-
Assemble the matrix of features and labels according to the rowID
- ASSERT - org.apache.sysds.common.Opcodes
- ASSERT - org.apache.sysds.common.Types.OpOp1
- ASSERT - org.apache.sysds.parser.PrintStatement.PRINTTYPE
- asSet(List<T>...) - Static method in class org.apache.sysds.runtime.util.CollectionUtils
- asSet(T...) - Static method in class org.apache.sysds.runtime.util.CollectionUtils
- asSet(T[]...) - Static method in class org.apache.sysds.runtime.util.CollectionUtils
- assignFuture(CompletableFuture<Future<?>>) - Method in class org.apache.sysds.runtime.util.DependencyTask
- AssignmentStatement - Class in org.apache.sysds.parser
- AssignmentStatement(ParserRuleContext, DataIdentifier, Expression) - Constructor for class org.apache.sysds.parser.AssignmentStatement
- AssignmentStatement(ParserRuleContext, DataIdentifier, Expression, String) - Constructor for class org.apache.sysds.parser.AssignmentStatement
- AssignmentStatement(DataIdentifier, Expression) - Constructor for class org.apache.sysds.parser.AssignmentStatement
- AssignmentStatement(DataIdentifier, Expression, ParseInfo) - Constructor for class org.apache.sysds.parser.AssignmentStatement
- AssignmentStatementContext(DmlParser.StatementContext) - Constructor for class org.apache.sysds.parser.dml.DmlParser.AssignmentStatementContext
- assignOutputMemoryStats(CPInstruction, VarStats, VarStats...) - Static method in class org.apache.sysds.resource.cost.CPCostUtils
- assignOutputRDDStats(SPInstruction, VarStats, VarStats...) - Static method in class org.apache.sysds.resource.cost.SparkCostUtils
- ASSIGNVAR - org.apache.sysds.common.Opcodes
- AssignVariable - org.apache.sysds.runtime.instructions.cp.VariableCPInstruction.VariableOperationCode
- ASYNC_BROADCAST_SPARK - Static variable in class org.apache.sysds.hops.OptimizerUtils
- ASYNC_CHECKPOINT_SPARK - Static variable in class org.apache.sysds.hops.OptimizerUtils
- ASYNC_CP_OPCODE - Static variable in class org.apache.sysds.lops.Checkpoint
- ASYNC_PREFETCH - Static variable in class org.apache.sysds.conf.DMLConfig
-
Asynchronous triggering of Spark OPs and operator placement
- ASYNC_PREFETCH - Static variable in class org.apache.sysds.hops.OptimizerUtils
-
Enable prefetch and broadcast.
- ASYNC_SPARK_BROADCAST - Static variable in class org.apache.sysds.conf.DMLConfig
- ASYNC_SPARK_CHECKPOINT - Static variable in class org.apache.sysds.conf.DMLConfig
- ASYNCCPOPCODE - org.apache.sysds.common.Opcodes
- atan(ExecutionContext, GPUContext, String, MatrixObject, String) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixCUDA
-
Performs an "atan" operation on a matrix on the GPU
- ATAN - org.apache.sysds.common.Builtins
- ATAN - org.apache.sysds.common.Opcodes
- ATAN - org.apache.sysds.common.Types.OpOp1
- ATAN - org.apache.sysds.hops.codegen.cplan.CNodeUnary.UnaryType
- ATAN - org.apache.sysds.runtime.functionobjects.Builtin.BuiltinCode
- AtomicExpressionContext(DmlParser.ExpressionContext) - Constructor for class org.apache.sysds.parser.dml.DmlParser.AtomicExpressionContext
- ATTACHFILETOVAR - org.apache.sysds.common.Opcodes
- ATTEMPTED_LOADING_NATIVE_BLAS_UNSUCCESSFULLY - org.apache.sysds.utils.NativeHelper.NativeBlasState
- AUC - org.apache.sysds.common.Builtins
- AUTHORPARAM - Static variable in class org.apache.sysds.parser.DataExpression
- AUTO - org.apache.sysds.hops.codegen.SpoofCompiler.CompilerType
- AUTO - org.apache.sysds.hops.codegen.SpoofCompiler.GeneratorAPI
- AUTO - org.apache.sysds.lops.compile.linearization.IDagLinearizerFactory.DagLinearizer
- AUTO - org.apache.sysds.lops.Compression.CompressConfig
- AUTO - org.apache.sysds.lops.DeCompression.CompressConfig
- AUTO - org.apache.sysds.runtime.compress.cocode.CoCoderFactory.PartitionerType
- AUTO - org.apache.sysds.runtime.compress.cost.CostEstimatorFactory.CostType
- AUTO_GPU_CACHE_EVICTION - Static variable in class org.apache.sysds.hops.OptimizerUtils
-
Automatic placement of GPU lineage cache eviction
- AutoDiff - Class in org.apache.sysds.runtime.util
- AutoDiff() - Constructor for class org.apache.sysds.runtime.util.AutoDiff
- AUTODIFF - org.apache.sysds.common.Builtins
- AUTODIFF - org.apache.sysds.common.Opcodes
- AUTODIFF - org.apache.sysds.common.Types.ParamBuiltinOp
- AUTODIFF - org.apache.sysds.runtime.functionobjects.Builtin.BuiltinCode
- AUTODIFF - org.apache.sysds.runtime.functionobjects.ParameterizedBuiltin.ParameterizedBuiltinCode
- AUTOENCODER2LAYER - org.apache.sysds.common.Builtins
- available() - Method in class org.apache.sysds.runtime.util.ByteBufferDataInput
- AVAILABLE_GPUS - Static variable in class org.apache.sysds.conf.DMLConfig
- AVAILABLE_GPUS - Static variable in class org.apache.sysds.runtime.instructions.gpu.context.GPUContextPool
-
GPUs to use, can specify -1 to use all, comma separated list of GPU numbers, a specific GPU or a range
- average(long, byte[], byte[][]) - Static method in class org.apache.sysds.runtime.controlprogram.paramserv.NativeHEHelper
-
averages the partial decryptions and returns the result
- average(CiphertextMatrix, PlaintextMatrix[]) - Method in class org.apache.sysds.runtime.controlprogram.paramserv.homomorphicEncryption.SEALServer
-
averages the partial decryptions
- AVG - org.apache.sysds.runtime.matrix.data.LibMatrixDNN.PoolingType
- AVG_POOL - org.apache.sysds.common.Builtins
- AVG_POOL - org.apache.sysds.common.Types.OpOpDnn
- AVG_POOL_BACKWARD - org.apache.sysds.common.Builtins
- AVG_POOL_BACKWARD - org.apache.sysds.common.Types.OpOpDnn
- avgOfIndex() - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.ArrayIndex
- avgOfIndex() - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.CombinedIndex
- avgOfIndex() - Method in interface org.apache.sysds.runtime.compress.colgroup.indexes.IColIndex
-
Get the average of this index.
- avgOfIndex() - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.RangeIndex
- avgOfIndex() - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.SingleIndex
- avgOfIndex() - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.TwoIndex
- avgOfIndex() - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.TwoRangesIndex
- AVGPOOLING - org.apache.sysds.common.Opcodes
- AVGPOOLING_BACKWARD - org.apache.sysds.common.Opcodes
- awaitTermination(long, TimeUnit) - Method in class org.apache.sysds.runtime.util.CommonThreadPool
- awaitTermination(long, TimeUnit) - Method in class org.apache.sysds.runtime.util.CommonThreadPool.SameThreadExecutorService
- AWS - org.apache.sysds.resource.CloudUtils.CloudProvider
- AWTreeNode - Class in org.apache.sysds.runtime.compress.workload
-
A workload tree is a compact representation of the operations on a matrix and derived intermediates, including the basic control structure and inlined functions as well as links to categories.
- AWTreeNode(AWTreeNode.WTNodeType) - Constructor for class org.apache.sysds.runtime.compress.workload.AWTreeNode
- AWTreeNode.WTNodeType - Enum in org.apache.sysds.runtime.compress.workload
- axpy(ExecutionContext, GPUContext, String, MatrixObject, MatrixObject, String, double) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixCUDA
-
Performs daxpy operation
B
- BAG_OF_WORDS - org.apache.sysds.runtime.transform.TfUtils.TfMethod
- BagOfWords - org.apache.sysds.runtime.transform.encode.ColumnEncoder.EncoderType
- BALANCE_TO_AVG - org.apache.sysds.parser.Statement.FederatedPSScheme
- BalanceMetrics(long, long, long) - Constructor for class org.apache.sysds.runtime.controlprogram.paramserv.dp.DataPartitionFederatedScheme.BalanceMetrics
- BalanceToAvgFederatedScheme - Class in org.apache.sysds.runtime.controlprogram.paramserv.dp
-
Balance to Avg Federated scheme When the parameter server runs in federated mode it cannot pull in the data which is already on the workers.
- BalanceToAvgFederatedScheme() - Constructor for class org.apache.sysds.runtime.controlprogram.paramserv.dp.BalanceToAvgFederatedScheme
- BANDIT - org.apache.sysds.common.Builtins
- baseAddressByte - Variable in class org.apache.sysds.runtime.io.hdf5.H5Superblock
- BASELINE - org.apache.sysds.parser.Statement.PSRuntimeBalancing
- baseMemoryCost() - Static method in class org.apache.sysds.runtime.frame.data.columns.Array
-
Get the base memory cost of the Arrays allocation.
- BaseModel - Class in org.apache.sysds.runtime.controlprogram.federated.monitoring.models
- BaseModel() - Constructor for class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.BaseModel
- baseSizeInMemory() - Static method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- BASIC - org.apache.sysds.lops.WeightedCrossEntropy.WCeMMType
- BASIC - org.apache.sysds.lops.WeightedSigmoid.WSigmoidType
- BASIC_BLOCK - org.apache.sysds.runtime.compress.workload.AWTreeNode.WTNodeType
- BASIC_DATA_TYPES - Static variable in class org.apache.sysds.api.mlcontext.MLContextUtil
-
Basic data types supported by the MLContext API.
- BASIC_EPS - org.apache.sysds.lops.WeightedCrossEntropy.WCeMMType
- BasicProgramBlock - Class in org.apache.sysds.runtime.controlprogram
- BasicProgramBlock(Program) - Constructor for class org.apache.sysds.runtime.controlprogram.BasicProgramBlock
- BasicTensorBlock - Class in org.apache.sysds.runtime.data
- BasicTensorBlock() - Constructor for class org.apache.sysds.runtime.data.BasicTensorBlock
- BasicTensorBlock(double) - Constructor for class org.apache.sysds.runtime.data.BasicTensorBlock
- BasicTensorBlock(int[], Types.ValueType, double) - Constructor for class org.apache.sysds.runtime.data.BasicTensorBlock
- BasicTensorBlock(Types.ValueType, int[]) - Constructor for class org.apache.sysds.runtime.data.BasicTensorBlock
- BasicTensorBlock(Types.ValueType, int[], boolean) - Constructor for class org.apache.sysds.runtime.data.BasicTensorBlock
- BasicTensorBlock(Types.ValueType, int[], boolean, long) - Constructor for class org.apache.sysds.runtime.data.BasicTensorBlock
- BasicTensorBlock(BasicTensorBlock) - Constructor for class org.apache.sysds.runtime.data.BasicTensorBlock
- BATCH - org.apache.sysds.parser.Statement.PSFrequency
- BATCH_NORM2D - org.apache.sysds.common.Builtins
- BATCH_NORM2D - org.apache.sysds.common.Opcodes
- BATCH_NORM2D_BACKWARD - org.apache.sysds.common.Builtins
- BATCH_NORM2D_BACKWARD - org.apache.sysds.common.Opcodes
- BATCH_NORM2D_TEST - org.apache.sysds.common.Types.OpOpDnn
- batchNorm2D(MatrixBlock, MatrixBlock, MatrixBlock, MatrixBlock, MatrixBlock, String, double, double, MatrixBlock, MatrixBlock, MatrixBlock, MatrixBlock, MatrixBlock) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixDNN
- batchNorm2DBackward(MatrixBlock, MatrixBlock, MatrixBlock, double, MatrixBlock, MatrixBlock, MatrixBlock, MatrixBlock, MatrixBlock) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixDNN
- batchNormalizationBackward(GPUContext, String, MatrixObject, MatrixObject, MatrixObject, MatrixObject, MatrixObject, MatrixObject, double, MatrixObject, MatrixObject) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixCuDNN
-
This method computes the backpropagation errors for image, scale and bias of batch normalization layer
- batchNormalizationForwardInference(GPUContext, String, MatrixObject, MatrixObject, MatrixObject, MatrixObject, MatrixObject, MatrixObject, double) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixCuDNN
-
Performs the forward BatchNormalization layer computation for inference
- batchNormalizationForwardTraining(GPUContext, String, MatrixObject, MatrixObject, MatrixObject, MatrixObject, MatrixObject, MatrixObject, MatrixObject, MatrixObject, double, double, MatrixObject, MatrixObject) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixCuDNN
-
Performs the forward BatchNormalization layer computation for training
- baToInt(byte[], int) - Static method in class org.apache.sysds.runtime.io.IOUtilFunctions
- baToLong(byte[], int) - Static method in class org.apache.sysds.runtime.io.IOUtilFunctions
- baToShort(byte[], int) - Static method in class org.apache.sysds.runtime.io.IOUtilFunctions
- BCUMOFFKP - org.apache.sysds.common.Opcodes
- BCUMOFFM - org.apache.sysds.common.Opcodes
- BCUMOFFMAX - org.apache.sysds.common.Opcodes
- BCUMOFFMIN - org.apache.sysds.common.Opcodes
- BCUMOFFPM - org.apache.sysds.common.Opcodes
- bestType - Variable in class org.apache.sysds.runtime.frame.data.compress.ArrayCompressionStatistics
- bFunc - Variable in class org.apache.sysds.runtime.functionobjects.Builtin
- bFunc - Variable in class org.apache.sysds.runtime.functionobjects.ParameterizedBuiltin
- bias - Variable in class org.apache.sysds.runtime.matrix.data.DnnParameters
- BIAS_ADD - org.apache.sysds.common.Opcodes
- BIAS_MULTIPLY - org.apache.sysds.common.Opcodes
- biasAdd(GPUContext, String, MatrixObject, MatrixObject, MatrixObject) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixCUDA
-
Performs the operation corresponding to the DML script: ones = matrix(1, rows=1, cols=Hout*Wout) output = input + matrix(bias %*% ones, rows=1, cols=F*Hout*Wout) This operation is often followed by conv2d and hence we have introduced bias_add(input, bias) built-in function
- biasAdd(MatrixBlock, MatrixBlock, MatrixBlock, int) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixDNN
-
Performs the operation corresponding to the DML script: ones = matrix(1, rows=1, cols=Hout*Wout) output = input + matrix(bias %*% ones, rows=1, cols=F*Hout*Wout) This operation is often followed by conv2d and hence we have introduced bias_add(input, bias) built-in function
- BIASADD - org.apache.sysds.common.Builtins
- BIASADD - org.apache.sysds.common.Types.OpOpDnn
- BIASADD - org.apache.sysds.hops.codegen.cplan.CNodeTernary.TernaryType
- BIASMULT - org.apache.sysds.common.Builtins
- BIASMULT - org.apache.sysds.common.Types.OpOpDnn
- BIASMULT - org.apache.sysds.hops.codegen.cplan.CNodeTernary.TernaryType
- biasMultiply(GPUContext, String, MatrixObject, MatrixObject, MatrixObject) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixCUDA
-
Performs the operation corresponding to the DML script: ones = matrix(1, rows=1, cols=Hout*Wout) output = input * matrix(bias %*% ones, rows=1, cols=F*Hout*Wout) This operation is often followed by conv2d and hence we have introduced bias_add(input, bias) built-in function
- biasMultiply(MatrixBlock, MatrixBlock, MatrixBlock, int) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixDNN
-
Performs the operation corresponding to the DML script: ones = matrix(1, rows=1, cols=Hout*Wout) output = input * matrix(bias %*% ones, rows=1, cols=F*Hout*Wout) This operation is often followed by conv2d and hence we have introduced bias_multiply(input, bias) built-in function
- Bin - org.apache.sysds.runtime.transform.decode.DecoderFactory.DecoderType
- Bin - org.apache.sysds.runtime.transform.encode.ColumnEncoder.EncoderType
- BIN - org.apache.sysds.runtime.transform.TfUtils.TfMethod
- BIN_PACKING - org.apache.sysds.runtime.compress.cocode.CoCoderFactory.PartitionerType
- Binary - Class in org.apache.sysds.hops.codegen.cplan.cuda
- Binary - Class in org.apache.sysds.hops.codegen.cplan.java
- Binary - Class in org.apache.sysds.lops
-
Lop to perform binary operation.
- Binary - org.apache.sysds.common.InstructionType
- Binary - org.apache.sysds.lops.Lop.Type
- Binary - org.apache.sysds.runtime.instructions.cp.CPInstruction.CPType
- Binary - org.apache.sysds.runtime.instructions.fed.FEDInstruction.FEDType
- Binary - org.apache.sysds.runtime.instructions.spark.SPInstruction.SPType
- Binary() - Constructor for class org.apache.sysds.hops.codegen.cplan.cuda.Binary
- Binary() - Constructor for class org.apache.sysds.hops.codegen.cplan.java.Binary
- Binary(Lop, Lop, Types.OpOp2, Types.DataType, Types.ValueType, Types.ExecType) - Constructor for class org.apache.sysds.lops.Binary
-
Constructor to perform a binary operation.
- Binary(Lop, Lop, Types.OpOp2, Types.DataType, Types.ValueType, Types.ExecType, int) - Constructor for class org.apache.sysds.lops.Binary
- Binary(Lop, Lop, Types.OpOp2, Types.DataType, Types.ValueType, Types.ExecType, int, boolean) - Constructor for class org.apache.sysds.lops.Binary
- BINARY - org.apache.sysds.common.Types.FileFormat
- BinaryBlockFrameInputOutputInfo - Static variable in class org.apache.sysds.runtime.io.InputOutputInfo
- BinaryBlockInputOutputInfo - Static variable in class org.apache.sysds.runtime.io.InputOutputInfo
- BinaryBlockSerialization - Class in org.apache.sysds.runtime.io
-
This custom serialization class can be used via job.set(MRConfigurationNames.IO_SERIALIZATIONS, "org.apache.sysds.runtime.io.BinaryBlockSerialization");
- BinaryBlockSerialization() - Constructor for class org.apache.sysds.runtime.io.BinaryBlockSerialization
- BinaryBlockSerialization.MatrixBlockDeserializer - Class in org.apache.sysds.runtime.io
- BinaryBlockSerialization.MatrixBlockSerializer - Class in org.apache.sysds.runtime.io
- binaryBlocksToFrameObject(JavaPairRDD<Long, FrameBlock>) - Static method in class org.apache.sysds.api.mlcontext.MLContextConversionUtil
-
Convert a
JavaPairRDD<Long, FrameBlock>to aFrameObject. - binaryBlocksToFrameObject(JavaPairRDD<Long, FrameBlock>, FrameMetadata) - Static method in class org.apache.sysds.api.mlcontext.MLContextConversionUtil
-
Convert a
JavaPairRDD<Long, FrameBlock>to aFrameObject. - binaryBlocksToMatrixBlock(JavaPairRDD<MatrixIndexes, MatrixBlock>, MatrixMetadata) - Static method in class org.apache.sysds.api.mlcontext.MLContextConversionUtil
-
Convert a
JavaPairRDD<MatrixIndexes, MatrixBlock>to aMatrixBlock - binaryBlocksToMatrixObject(JavaPairRDD<MatrixIndexes, MatrixBlock>) - Static method in class org.apache.sysds.api.mlcontext.MLContextConversionUtil
-
Convert a
JavaPairRDD<MatrixIndexes, MatrixBlock>to aMatrixObject. - binaryBlocksToMatrixObject(JavaPairRDD<MatrixIndexes, MatrixBlock>, MatrixMetadata) - Static method in class org.apache.sysds.api.mlcontext.MLContextConversionUtil
-
Convert a
JavaPairRDD<MatrixIndexes, MatrixBlock>to aMatrixObject. - BinaryBlockTensorInputOutputInfo - Static variable in class org.apache.sysds.runtime.io.InputOutputInfo
- binaryBlockToBinaryBlock(JavaPairRDD<MatrixIndexes, MatrixBlock>, DataCharacteristics, DataCharacteristics) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.RDDConverterUtils
- binaryBlockToCsv(JavaPairRDD<Long, FrameBlock>, DataCharacteristics, FileFormatPropertiesCSV, boolean) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.FrameRDDConverterUtils
- binaryBlockToCsv(JavaPairRDD<MatrixIndexes, MatrixBlock>, DataCharacteristics, FileFormatPropertiesCSV, boolean) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.RDDConverterUtils
- binaryBlockToDataFrame(SparkSession, JavaPairRDD<Long, FrameBlock>, DataCharacteristics, Types.ValueType[]) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.FrameRDDConverterUtils
- binaryBlockToDataFrame(SparkSession, JavaPairRDD<MatrixIndexes, MatrixBlock>, DataCharacteristics, boolean) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.RDDConverterUtils
- binaryBlockToDataFrame(SQLContext, JavaPairRDD<Long, FrameBlock>, DataCharacteristics, Types.ValueType[]) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.FrameRDDConverterUtils
-
Deprecated.
- binaryBlockToDataFrame(SQLContext, JavaPairRDD<MatrixIndexes, MatrixBlock>, DataCharacteristics, boolean) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.RDDConverterUtils
-
Deprecated.
- binaryBlockToLabeledPoints(JavaPairRDD<MatrixIndexes, MatrixBlock>) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.RDDConverterUtils
-
Converter from binary block rdd to rdd of labeled points.
- binaryBlockToLibsvm(JavaPairRDD<MatrixIndexes, MatrixBlock>, DataCharacteristics, FileFormatPropertiesLIBSVM, boolean) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.RDDConverterUtils
- binaryBlockToMatrixBlock(JavaPairRDD<Long, FrameBlock>, DataCharacteristics, DataCharacteristics) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.FrameRDDConverterUtils
- binaryBlockToTextCell(JavaPairRDD<Long, FrameBlock>, DataCharacteristics) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.FrameRDDConverterUtils
- binaryBlockToTextCell(JavaPairRDD<MatrixIndexes, MatrixBlock>, DataCharacteristics) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.RDDConverterUtils
- BinaryBlockToTextCellConverter - Class in org.apache.sysds.runtime.matrix.data
- BinaryBlockToTextCellConverter() - Constructor for class org.apache.sysds.runtime.matrix.data.BinaryBlockToTextCellConverter
- binaryCellToBinaryBlock(JavaSparkContext, JavaPairRDD<MatrixIndexes, MatrixCell>, DataCharacteristics, boolean) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.RDDConverterUtils
- BinaryCellToBinaryBlockFunction(DataCharacteristics) - Constructor for class org.apache.sysds.runtime.instructions.spark.utils.RDDConverterUtils.BinaryCellToBinaryBlockFunction
- BinaryCP - org.apache.sysds.lops.Lop.Type
- BinaryCPInstruction - Class in org.apache.sysds.runtime.instructions.cp
- binaryDefRowLeft(BinaryOperator, double[], IColIndex) - Static method in interface org.apache.sysds.runtime.compress.colgroup.ColGroupUtils
-
Calculate the result of performing the binary operation on an empty row to the left v op empty
- binaryDefRowRight(BinaryOperator, double[], IColIndex) - Static method in interface org.apache.sysds.runtime.compress.colgroup.ColGroupUtils
-
Calculate the result of performing the binary operation on an empty row to the right empty op v
- BinaryExpression - Class in org.apache.sysds.parser
- BinaryExpression(Expression.BinaryOp) - Constructor for class org.apache.sysds.parser.BinaryExpression
- BinaryExpression(Expression.BinaryOp, ParseInfo) - Constructor for class org.apache.sysds.parser.BinaryExpression
- BinaryFEDInstruction - Class in org.apache.sysds.runtime.instructions.fed
- BinaryFEDInstruction(FEDInstruction.FEDType, Operator, CPOperand, CPOperand, CPOperand, CPOperand, String, String) - Constructor for class org.apache.sysds.runtime.instructions.fed.BinaryFEDInstruction
- binaryFn - Variable in class org.apache.sysds.runtime.matrix.operators.AggregateBinaryOperator
- binaryFn - Variable in class org.apache.sysds.runtime.matrix.operators.AggregateTernaryOperator
- BinaryFrameFrameCPInstruction - Class in org.apache.sysds.runtime.instructions.cp
- BinaryFrameFrameSPInstruction - Class in org.apache.sysds.runtime.instructions.spark
- BinaryFrameMatrixCPInstruction - Class in org.apache.sysds.runtime.instructions.cp
- BinaryFrameMatrixSPInstruction - Class in org.apache.sysds.runtime.instructions.spark
- BinaryM - Class in org.apache.sysds.lops
-
Lop to perform binary operation.
- BinaryM(Lop, Lop, Types.OpOp2, Types.DataType, Types.ValueType, Types.ExecType, boolean) - Constructor for class org.apache.sysds.lops.BinaryM
-
Constructor to perform a binary operation.
- BinaryM.VectorType - Enum in org.apache.sysds.lops
- BinaryMatrixBVectorSPInstruction - Class in org.apache.sysds.runtime.instructions.spark
- BinaryMatrixMatrixCPInstruction - Class in org.apache.sysds.runtime.instructions.cp
- BinaryMatrixMatrixFEDInstruction - Class in org.apache.sysds.runtime.instructions.fed
- BinaryMatrixMatrixSPInstruction - Class in org.apache.sysds.runtime.instructions.spark
- BinaryMatrixScalarCPInstruction - Class in org.apache.sysds.runtime.instructions.cp
- BinaryMatrixScalarFEDInstruction - Class in org.apache.sysds.runtime.instructions.fed
- BinaryMatrixScalarSPInstruction - Class in org.apache.sysds.runtime.instructions.spark
- BinaryOp - Class in org.apache.sysds.hops
-
Binary (cell operations): aij + bij Properties: Symbol: *, -, +, ...
- BinaryOp(String, Types.DataType, Types.ValueType, Types.OpOp2, Hop, Hop) - Constructor for class org.apache.sysds.hops.BinaryOp
- BinaryOp(String, Types.DataType, Types.ValueType, Types.OpOp2, Hop, Hop, boolean) - Constructor for class org.apache.sysds.hops.BinaryOp
- BinaryOp.AppendMethod - Enum in org.apache.sysds.hops
- BinaryOp.MMBinaryMethod - Enum in org.apache.sysds.hops
- binaryOperations(BinaryOperator, TensorBlock, TensorBlock) - Method in class org.apache.sysds.runtime.data.TensorBlock
- binaryOperations(BinaryOperator, FrameBlock, FrameBlock) - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
-
This method performs the value comparison on two frames if the values in both frames are equal, not equal, less than, greater than, less than/greater than and equal to the output frame will store boolean value for each each comparison
- binaryOperations(BinaryOperator, MatrixValue) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- binaryOperations(BinaryOperator, MatrixValue, MatrixValue) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- binaryOperations(BinaryOperator, MatrixValue, MatrixValue) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- binaryOperations(BinaryOperator, MatrixValue, MatrixValue) - Method in class org.apache.sysds.runtime.matrix.data.MatrixCell
- binaryOperations(BinaryOperator, MatrixValue, MatrixValue) - Method in class org.apache.sysds.runtime.matrix.data.MatrixValue
- binaryOperationsInPlace(BinaryOperator, MatrixValue) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- binaryOperationsInPlace(BinaryOperator, MatrixValue) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- binaryOperationsInPlace(BinaryOperator, MatrixValue) - Method in class org.apache.sysds.runtime.matrix.data.MatrixCell
- binaryOperationsInPlace(BinaryOperator, MatrixValue) - Method in class org.apache.sysds.runtime.matrix.data.MatrixValue
- binaryOperationsLeft(BinaryOperator, CompressedMatrixBlock, MatrixBlock) - Static method in class org.apache.sysds.runtime.compress.lib.CLALibBinaryCellOp
- binaryOperationsLeft(BinaryOperator, MatrixValue, MatrixValue) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- binaryOperationsRight(BinaryOperator, CompressedMatrixBlock, MatrixBlock) - Static method in class org.apache.sysds.runtime.compress.lib.CLALibBinaryCellOp
- BinaryOperator - Class in org.apache.sysds.runtime.matrix.operators
-
BinaryOperator class for operations that have two inputs.
- BinaryOperator(ValueFunction) - Constructor for class org.apache.sysds.runtime.matrix.operators.BinaryOperator
- BinaryOperator(ValueFunction, int) - Constructor for class org.apache.sysds.runtime.matrix.operators.BinaryOperator
- binaryRowOpLeft(BinaryOperator, double[], boolean) - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroup
-
Perform a binary row operation.
- binaryRowOpLeft(BinaryOperator, double[], boolean) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupConst
- binaryRowOpLeft(BinaryOperator, double[], boolean) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDC
- binaryRowOpLeft(BinaryOperator, double[], boolean) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDCFOR
- binaryRowOpLeft(BinaryOperator, double[], boolean) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupEmpty
- binaryRowOpLeft(BinaryOperator, double[], boolean) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupLinearFunctional
- binaryRowOpLeft(BinaryOperator, double[], boolean) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupOLE
- binaryRowOpLeft(BinaryOperator, double[], boolean) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupRLE
- binaryRowOpLeft(BinaryOperator, double[], boolean) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDC
- binaryRowOpLeft(BinaryOperator, double[], boolean) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCFOR
- binaryRowOpLeft(BinaryOperator, double[], boolean) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingle
- binaryRowOpLeft(BinaryOperator, double[], boolean) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingleZeros
- binaryRowOpLeft(BinaryOperator, double[], boolean) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCZeros
- binaryRowOpLeft(BinaryOperator, double[], boolean) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressed
- binaryRowOpLeft(BinaryOperator, double[], boolean) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressedArray
- binaryRowOpRight(BinaryOperator, double[], boolean) - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroup
-
Perform a binary row operation.
- binaryRowOpRight(BinaryOperator, double[], boolean) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupConst
- binaryRowOpRight(BinaryOperator, double[], boolean) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDC
- binaryRowOpRight(BinaryOperator, double[], boolean) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDCFOR
- binaryRowOpRight(BinaryOperator, double[], boolean) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupEmpty
- binaryRowOpRight(BinaryOperator, double[], boolean) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupLinearFunctional
- binaryRowOpRight(BinaryOperator, double[], boolean) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupOLE
- binaryRowOpRight(BinaryOperator, double[], boolean) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupRLE
- binaryRowOpRight(BinaryOperator, double[], boolean) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDC
- binaryRowOpRight(BinaryOperator, double[], boolean) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCFOR
- binaryRowOpRight(BinaryOperator, double[], boolean) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingle
- binaryRowOpRight(BinaryOperator, double[], boolean) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingleZeros
- binaryRowOpRight(BinaryOperator, double[], boolean) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCZeros
- binaryRowOpRight(BinaryOperator, double[], boolean) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressed
- binaryRowOpRight(BinaryOperator, double[], boolean) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressedArray
- BinaryScalar - Class in org.apache.sysds.lops
-
Lop to perform binary scalar operations.
- BinaryScalar(Lop, Lop, Types.OpOp2, Types.DataType, Types.ValueType) - Constructor for class org.apache.sysds.lops.BinaryScalar
-
Constructor to perform a scalar operation
- BinaryScalarScalarCPInstruction - Class in org.apache.sysds.runtime.instructions.cp
- BinarySPInstruction - Class in org.apache.sysds.runtime.instructions.spark
- BinaryTensorTensorBroadcastSPInstruction - Class in org.apache.sysds.runtime.instructions.spark
- BinaryTensorTensorCPInstruction - Class in org.apache.sysds.runtime.instructions.cp
- BinaryTensorTensorSPInstruction - Class in org.apache.sysds.runtime.instructions.spark
- BinaryUAggChain - Class in org.apache.sysds.lops
- BinaryUAggChain(Lop, Types.OpOp2, Types.AggOp, Types.Direction, Types.DataType, Types.ValueType, Types.ExecType) - Constructor for class org.apache.sysds.lops.BinaryUAggChain
-
Constructor to setup a map mult chain without weights
- bincellOp(TensorBlock, TensorBlock, TensorBlock, BinaryOperator) - Static method in class org.apache.sysds.runtime.data.LibTensorBincell
-
tensor-tensor binary operations
- bincellOp(MatrixBlock, MatrixBlock, MatrixBlock, BinaryOperator) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixBincell
- bincellOpInPlace(MatrixBlock, MatrixBlock, BinaryOperator) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixBincell
-
NOTE: operations in place always require m1 and m2 to be of equal dimensions defaults to right side operations, updating the m1 matrix with like: m1ret op m2
- bincellOpInPlaceLeft(MatrixBlock, MatrixBlock, BinaryOperator) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixBincell
-
Left side operations, updating the m1 matrix like: m2 op m1ret
- bincellOpInPlaceRight(MatrixBlock, MatrixBlock, BinaryOperator) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixBincell
-
Right side operations, updating the m1 matrix like: m1ret op m2
- bincellOpScalar(MatrixBlock, MatrixBlock, ScalarOperator, int) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixBincell
- binCompress(CacheBlock<?>, MatrixBlock, int) - Static method in class org.apache.sysds.runtime.compress.lib.CLALibBinCompress
- bind(long, long, FederationMap) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederationMap
- bind(Future<FederatedResponse>[], boolean) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederationUtils
- bindResponses(List<Pair<FederatedRange, Future<FederatedResponse>>>, long[]) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederationUtils
-
Bind data from federated workers based on non-overlapping federated ranges.
- binMethod - Static variable in class org.apache.sysds.runtime.compress.lib.CLALibBinCompress
- binOpLeft(BinaryOperator, double[], IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- binOpLeft(BinaryOperator, double[], IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- binOpLeft(BinaryOperator, double[], IColIndex) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Apply binary row operation on the left side
- binOpLeft(BinaryOperator, double[], IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- binOpLeftAndAppend(BinaryOperator, double[], IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- binOpLeftAndAppend(BinaryOperator, double[], IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- binOpLeftAndAppend(BinaryOperator, double[], IColIndex) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Apply binary row operation on the left side with one extra row evaluating with zeros.
- binOpLeftAndAppend(BinaryOperator, double[], IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- binOpLeftWithReference(BinaryOperator, double[], IColIndex, double[], double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- binOpLeftWithReference(BinaryOperator, double[], IColIndex, double[], double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- binOpLeftWithReference(BinaryOperator, double[], IColIndex, double[], double[]) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Apply the binary operator such that each value is offset by the reference before application.
- binOpLeftWithReference(BinaryOperator, double[], IColIndex, double[], double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- binOpRight(BinaryOperator, double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- binOpRight(BinaryOperator, double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- binOpRight(BinaryOperator, double[]) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Apply binary row operation on the right side as with no columns to extract from v.
- binOpRight(BinaryOperator, double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- binOpRight(BinaryOperator, double[], IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- binOpRight(BinaryOperator, double[], IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- binOpRight(BinaryOperator, double[], IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionary
- binOpRight(BinaryOperator, double[], IColIndex) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Apply binary row operation on the right side.
- binOpRight(BinaryOperator, double[], IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- binOpRightAndAppend(BinaryOperator, double[], IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- binOpRightAndAppend(BinaryOperator, double[], IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- binOpRightAndAppend(BinaryOperator, double[], IColIndex) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Apply binary row operation on the right side with one extra row evaluating with zeros.
- binOpRightAndAppend(BinaryOperator, double[], IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- binOpRightWithReference(BinaryOperator, double[], IColIndex, double[], double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- binOpRightWithReference(BinaryOperator, double[], IColIndex, double[], double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- binOpRightWithReference(BinaryOperator, double[], IColIndex, double[], double[]) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Apply the binary operator such that each value is offset by the reference before application.
- binOpRightWithReference(BinaryOperator, double[], IColIndex, double[], double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- BinUaggChain - org.apache.sysds.common.InstructionType
- BinUaggChain - org.apache.sysds.lops.Lop.Type
- BinUaggChain - org.apache.sysds.runtime.instructions.spark.SPInstruction.SPType
- BINUAGGCHAIN - org.apache.sysds.common.Opcodes
- BinUaggChainSPInstruction - Class in org.apache.sysds.runtime.instructions.spark
-
Instruction that performs res = X / rowsum(x)
- BinUaggChainSPInstruction.RDDBinUaggChainFunction - Class in org.apache.sysds.runtime.instructions.spark
- BIT - org.apache.sysds.runtime.compress.colgroup.mapping.MapToFactory.MAP_TYPE
- Bitmap - Class in org.apache.sysds.runtime.compress.bitmap
-
Uncompressed representation of one or more columns in bitmap format.
- BITMAP_BLOCK_SZ - Static variable in class org.apache.sysds.runtime.compress.CompressionSettings
-
Size of the blocks used in a blocked bitmap representation.
- BitmapEncoder - Class in org.apache.sysds.runtime.compress.bitmap
-
Static functions for extracting bitmaps from a MatrixBlock.
- BitmapEncoder() - Constructor for class org.apache.sysds.runtime.compress.bitmap.BitmapEncoder
- BitMapValueCombiner - Class in org.apache.sysds.runtime.matrix.data.sketch.countdistinct
- BitMapValueCombiner() - Constructor for class org.apache.sysds.runtime.matrix.data.sketch.countdistinct.BitMapValueCombiner
- BITSET - org.apache.sysds.runtime.frame.data.columns.ArrayFactory.FrameArrayType
- BitSetArray - Class in org.apache.sysds.runtime.frame.data.columns
- BitSetArray(boolean[]) - Constructor for class org.apache.sysds.runtime.frame.data.columns.BitSetArray
- BitSetArray(long[], int) - Constructor for class org.apache.sysds.runtime.frame.data.columns.BitSetArray
- BitSetArray(BitSet, int) - Constructor for class org.apache.sysds.runtime.frame.data.columns.BitSetArray
- bitSetCost(long) - Static method in class org.apache.sysds.utils.MemoryEstimates
-
Get the worst case memory usage of an java.util.BitSet java object.
- BitsetMatrix(int, int) - Constructor for class org.apache.sysds.hops.estim.EstimatorBitsetMM.BitsetMatrix
- BitsetMatrix1(int, int) - Constructor for class org.apache.sysds.hops.estim.EstimatorBitsetMM.BitsetMatrix1
- BitsetMatrix1(MatrixBlock) - Constructor for class org.apache.sysds.hops.estim.EstimatorBitsetMM.BitsetMatrix1
- BitsetMatrix2(int, int) - Constructor for class org.apache.sysds.hops.estim.EstimatorBitsetMM.BitsetMatrix2
- BitsetMatrix2(MatrixBlock) - Constructor for class org.apache.sysds.hops.estim.EstimatorBitsetMM.BitsetMatrix2
- bitSetSwitchPoint - Static variable in interface org.apache.sysds.runtime.frame.data.columns.ArrayFactory
- BitsPerSample - org.apache.sysds.runtime.io.cog.IFDTagDictionary
- bitsToInt(BitSet, int, int) - Static method in class org.apache.sysds.runtime.io.hdf5.Utils
- BitwAnd - Class in org.apache.sysds.runtime.functionobjects
- BITWAND - org.apache.sysds.common.Builtins
- BITWAND - org.apache.sysds.common.Opcodes
- BITWAND - org.apache.sysds.common.Types.OpOp2
- BITWAND - org.apache.sysds.hops.codegen.cplan.CNodeBinary.BinType
- BitwOr - Class in org.apache.sysds.runtime.functionobjects
- BITWOR - org.apache.sysds.common.Builtins
- BITWOR - org.apache.sysds.common.Opcodes
- BITWOR - org.apache.sysds.common.Types.OpOp2
- BitwShiftL - Class in org.apache.sysds.runtime.functionobjects
- BITWSHIFTL - org.apache.sysds.common.Builtins
- BITWSHIFTL - org.apache.sysds.common.Opcodes
- BITWSHIFTL - org.apache.sysds.common.Types.OpOp2
- BitwShiftR - Class in org.apache.sysds.runtime.functionobjects
- BITWSHIFTR - org.apache.sysds.common.Builtins
- BITWSHIFTR - org.apache.sysds.common.Opcodes
- BITWSHIFTR - org.apache.sysds.common.Types.OpOp2
- BitwXor - Class in org.apache.sysds.runtime.functionobjects
- BITWXOR - org.apache.sysds.common.Builtins
- BITWXOR - org.apache.sysds.common.Opcodes
- BITWXOR - org.apache.sysds.common.Types.OpOp2
- BIVAR - org.apache.sysds.common.Builtins
- blen - Variable in class org.apache.sysds.runtime.io.ReadProperties
- block - Variable in class org.apache.sysds.runtime.controlprogram.parfor.util.PairWritableBlock
- Block - Interface in org.apache.sysds.runtime.data
- BLOCK_SIZE - org.apache.sysds.conf.CompilerConfig.ConfigType
- BLOCK_WISE_M_N - org.apache.sysds.runtime.controlprogram.ParForProgramBlock.PDataPartitionFormat
- blockDimX - Variable in class org.apache.sysds.runtime.instructions.gpu.context.ExecutionConfig
- blockDimY - Variable in class org.apache.sysds.runtime.instructions.gpu.context.ExecutionConfig
- blockDimZ - Variable in class org.apache.sysds.runtime.instructions.gpu.context.ExecutionConfig
- BlockPartitioner - Class in org.apache.sysds.runtime.instructions.spark.data
-
Default partitioner used for all binary block rdd operations in order to enable sufficient local aggregation independent of the aggregation direction (row/col-wise).
- BlockPartitioner(DataCharacteristics, int) - Constructor for class org.apache.sysds.runtime.instructions.spark.data.BlockPartitioner
- blocks - Variable in class org.apache.sysds.parser.dml.DmlParser.ProgramrootContext
- blockSize() - Method in class org.apache.sysds.runtime.data.DenseBlock
-
Get the number of rows per block, except last one.
- blockSize() - Method in class org.apache.sysds.runtime.data.DenseBlockDRB
- blockSize() - Method in class org.apache.sysds.runtime.data.DenseBlockFP64DEDUP
- blockSize() - Method in class org.apache.sysds.runtime.data.DenseBlockLDRB
- blockSize(int) - Method in class org.apache.sysds.runtime.data.DenseBlock
-
Get the number of rows of the given block.
- blockSize(int) - Method in class org.apache.sysds.runtime.data.DenseBlockDRB
- blockSize(int) - Method in class org.apache.sysds.runtime.data.DenseBlockFP64DEDUP
- blockSize(int) - Method in class org.apache.sysds.runtime.data.DenseBlockLDRB
- BLOCKSIZE_J - Static variable in class org.apache.sysds.runtime.io.FrameWriterTextCSV
- BLOCKSIZE_J - Static variable in class org.apache.sysds.runtime.io.WriterTextCSV
- blocksizeIJ - Static variable in interface org.apache.sysds.runtime.frame.data.lib.MatrixBlockFromFrame
- body - Variable in class org.apache.sysds.parser.dml.DmlParser.ForStatementContext
- body - Variable in class org.apache.sysds.parser.dml.DmlParser.InternalFunctionDefExpressionContext
- body - Variable in class org.apache.sysds.parser.dml.DmlParser.ParForStatementContext
- body - Variable in class org.apache.sysds.parser.dml.DmlParser.WhileStatementContext
- BOOLEAN - org.apache.sysds.common.Types.ValueType
- BOOLEAN - org.apache.sysds.runtime.frame.data.columns.ArrayFactory.FrameArrayType
- BOOLEAN_SIZE - Static variable in class org.apache.sysds.hops.OptimizerUtils
- BOOLEAN_VALUE_TYPE - Static variable in class org.apache.sysds.parser.Statement
- BooleanAndExpressionContext(DmlParser.ExpressionContext) - Constructor for class org.apache.sysds.parser.dml.DmlParser.BooleanAndExpressionContext
- BooleanArray - Class in org.apache.sysds.runtime.frame.data.columns
- BooleanArray(boolean[]) - Constructor for class org.apache.sysds.runtime.frame.data.columns.BooleanArray
- BooleanArray32 - Class in org.apache.sysds.runtime.lineage
- BooleanArray32(int) - Constructor for class org.apache.sysds.runtime.lineage.BooleanArray32
- booleanArrayCost(long) - Static method in class org.apache.sysds.utils.MemoryEstimates
-
Get the worst case memory usage of an array of booleans.
- BooleanExpression - Class in org.apache.sysds.parser
- BooleanExpression(Expression.BooleanOp) - Constructor for class org.apache.sysds.parser.BooleanExpression
- BooleanExpression(Expression.BooleanOp, ParseInfo) - Constructor for class org.apache.sysds.parser.BooleanExpression
- BooleanIdentifier - Class in org.apache.sysds.parser
- BooleanIdentifier(boolean) - Constructor for class org.apache.sysds.parser.BooleanIdentifier
- BooleanIdentifier(boolean, ParseInfo) - Constructor for class org.apache.sysds.parser.BooleanIdentifier
- BooleanIdentifier(ParserRuleContext, boolean, String) - Constructor for class org.apache.sysds.parser.BooleanIdentifier
- BooleanNotExpressionContext(DmlParser.ExpressionContext) - Constructor for class org.apache.sysds.parser.dml.DmlParser.BooleanNotExpressionContext
- BooleanObject - Class in org.apache.sysds.runtime.instructions.cp
- BooleanObject(boolean) - Constructor for class org.apache.sysds.runtime.instructions.cp.BooleanObject
- BooleanOrExpressionContext(DmlParser.ExpressionContext) - Constructor for class org.apache.sysds.parser.dml.DmlParser.BooleanOrExpressionContext
- booleanPattern - Static variable in interface org.apache.sysds.runtime.frame.data.lib.FrameUtil
- BREADTH_FIRST - org.apache.sysds.lops.compile.linearization.IDagLinearizerFactory.DagLinearizer
- BREAKPOINT - org.apache.sysds.runtime.instructions.Instruction.IType
- broadcast(CacheableData<?>) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederationMap
- broadcast(MatrixLineagePair) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederationMap
- broadcast(ScalarObject) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederationMap
- Broadcast - org.apache.sysds.common.InstructionType
- Broadcast - org.apache.sysds.runtime.instructions.cp.CPInstruction.CPType
- BROADCAST - org.apache.sysds.common.Opcodes
- BROADCAST - org.apache.sysds.common.Types.OpOp1
- BROADCAST - org.apache.sysds.hops.fedplanner.FTypes.FType
- BROADCAST_MEMORY_FACTOR - Static variable in class org.apache.sysds.resource.enumeration.InterestBasedEnumerator
- BroadcastCPInstruction - Class in org.apache.sysds.runtime.instructions.cp
- BroadcastObject<T extends CacheBlock<?>> - Class in org.apache.sysds.runtime.instructions.spark.data
- BroadcastObject() - Constructor for class org.apache.sysds.runtime.instructions.spark.data.BroadcastObject
- broadcastSliced(CacheableData<?>, boolean) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederationMap
- broadcastSliced(CacheableData<?>, boolean, int[][]) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederationMap
- broadcastSliced(CacheableData<?>, LineageItem, boolean, int[][]) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederationMap
- broadcastSliced(MatrixLineagePair, boolean) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederationMap
- broadcastSliced(MatrixLineagePair, boolean, int[][]) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederationMap
- broadcastVariable(CacheableData<CacheBlock<?>>) - Method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
- BSP - org.apache.sysds.parser.Statement.PSUpdateType
- BUFFER_POOL_SIZE - Static variable in class org.apache.sysds.hops.OptimizerUtils
-
Buffer pool size in bytes
- BUFFER_SIZE - Static variable in class org.apache.sysds.runtime.frame.data.FrameBlock
-
Buffer size variable: 1M elements, size of default matrix block
- BUFFER_SIZE - Static variable in class org.apache.sysds.runtime.util.LocalFileUtils
- bufferBuilder - Variable in class org.apache.sysds.runtime.io.hdf5.H5RootObject
- BUFFERPOOL_LIMIT - Static variable in class org.apache.sysds.conf.DMLConfig
- build() - Method in class org.apache.sysds.resource.enumeration.Enumerator.Builder
- build() - Method in class org.apache.sysds.runtime.io.hdf5.H5BufferBuilder
- build(CacheBlock<?>) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderBagOfWords
- build(CacheBlock<?>) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderBin
- build(CacheBlock<?>) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderComposite
- build(CacheBlock<?>) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderDummycode
- build(CacheBlock<?>) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderFeatureHash
- build(CacheBlock<?>) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderPassThrough
- build(CacheBlock<?>) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderRecode
- build(CacheBlock<?>) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderUDF
- build(CacheBlock<?>) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderWordEmbedding
- build(CacheBlock<?>) - Method in interface org.apache.sysds.runtime.transform.encode.Encoder
-
Build the transform meta data for the given block input.
- build(CacheBlock<?>) - Method in class org.apache.sysds.runtime.transform.encode.MultiColumnEncoder
- build(CacheBlock<?>, double[]) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoder
- build(CacheBlock<?>, double[]) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderBin
- build(CacheBlock<?>, int) - Method in class org.apache.sysds.runtime.transform.encode.MultiColumnEncoder
- build(CacheBlock<?>, int, Map<Integer, double[]>) - Method in class org.apache.sysds.runtime.transform.encode.MultiColumnEncoder
- build(CacheBlock<?>, Map<Integer, double[]>) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoder
- build(CacheBlock<?>, Map<Integer, double[]>) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderComposite
- build(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.EncoderMVImpute
- build(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.EncoderOmit
- build(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.LegacyEncoder
-
Build the transform meta data for the given block input.
- build(FrameBlock, int) - Method in class org.apache.sysds.runtime.transform.tokenize.Tokenizer
- build(DocumentRepresentation[], int, int) - Method in class org.apache.sysds.runtime.transform.tokenize.applier.TokenizerApplier
- build(DocumentRepresentation[], int, int) - Method in class org.apache.sysds.runtime.transform.tokenize.applier.TokenizerApplierCount
- build(DocumentRepresentation[], int, int) - Method in class org.apache.sysds.runtime.transform.tokenize.applier.TokenizerApplierHash
- BUILD_ROW_BLOCKS_PER_COLUMN - Static variable in class org.apache.sysds.runtime.transform.encode.ColumnEncoder
- BUILD_TIME_NOT_AVAILABLE - Static variable in class org.apache.sysds.api.mlcontext.MLContextUtil
-
Build time not available message.
- Builder() - Constructor for class org.apache.sysds.resource.enumeration.Enumerator.Builder
- buildNext(MatrixBlock) - Method in class org.apache.sysds.hops.estim.EstimatorLayeredGraph.LayeredGraph
- buildPartial(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoder
-
Partial build of internal data structures (e.g., in distributed spark operations).
- buildPartial(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderBagOfWords
- buildPartial(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderBin
- buildPartial(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderComposite
- buildPartial(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderRecode
- buildPartial(FrameBlock) - Method in interface org.apache.sysds.runtime.transform.encode.Encoder
-
Partial build of internal data structures (e.g., in distributed spark operations).
- buildPartial(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.LegacyEncoder
-
Partial build of internal data structures (e.g., in distributed spark operations).
- buildPartial(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.MultiColumnEncoder
- buildTime() - Method in class org.apache.sysds.api.mlcontext.MLContext
-
Obtain the SystemDS jar file build time.
- buildTime() - Method in class org.apache.sysds.api.mlcontext.ProjectInfo
-
Object the artifact build time from the manifest.
- Builtin - Class in org.apache.sysds.runtime.functionobjects
-
Class with pre-defined set of objects.
- Builtin - org.apache.sysds.common.InstructionType
- Builtin - org.apache.sysds.runtime.instructions.cp.CPInstruction.CPType
- Builtin - org.apache.sysds.runtime.instructions.gpu.GPUInstruction.GPUINSTRUCTION_TYPE
- Builtin - org.apache.sysds.runtime.instructions.spark.SPInstruction.SPType
- BUILTIN_NAMESPACE - Static variable in class org.apache.sysds.parser.DMLProgram
- Builtin.BuiltinCode - Enum in org.apache.sysds.runtime.functionobjects
- BuiltinBinary - org.apache.sysds.runtime.instructions.gpu.GPUInstruction.GPUINSTRUCTION_TYPE
- BuiltinBinaryGPUInstruction - Class in org.apache.sysds.runtime.instructions.gpu
- BuiltinConstant - Enum in org.apache.sysds.parser
-
These are the builtin constants
- BuiltinFunctionExpression - Class in org.apache.sysds.parser
- BuiltinFunctionExpression(ParserRuleContext, Builtins, ArrayList<ParameterExpression>, String) - Constructor for class org.apache.sysds.parser.BuiltinFunctionExpression
- BuiltinFunctionExpression(ParserRuleContext, Builtins, Expression[], String) - Constructor for class org.apache.sysds.parser.BuiltinFunctionExpression
- BuiltinFunctionExpression(Builtins, Expression[], ParseInfo) - Constructor for class org.apache.sysds.parser.BuiltinFunctionExpression
- BuiltinFunctionExpressionContext(DmlParser.ExpressionContext) - Constructor for class org.apache.sysds.parser.dml.DmlParser.BuiltinFunctionExpressionContext
- BuiltinNary - org.apache.sysds.common.InstructionType
- BuiltinNary - org.apache.sysds.runtime.instructions.cp.CPInstruction.CPType
- BuiltinNary - org.apache.sysds.runtime.instructions.spark.SPInstruction.SPType
- BuiltinNaryCPInstruction - Class in org.apache.sysds.runtime.instructions.cp
-
Instruction to handle a variable number of input operands.
- BuiltinNaryCPInstruction(Operator, String, String, CPOperand, CPOperand...) - Constructor for class org.apache.sysds.runtime.instructions.cp.BuiltinNaryCPInstruction
- BuiltinNarySPInstruction - Class in org.apache.sysds.runtime.instructions.spark
- BuiltinNarySPInstruction.PadBlocksFunction - Class in org.apache.sysds.runtime.instructions.spark
- Builtins - Enum in org.apache.sysds.common
-
Enum to represent all builtin functions in the default name space.
- BuiltinUnary - org.apache.sysds.runtime.instructions.gpu.GPUInstruction.GPUINSTRUCTION_TYPE
- BuiltinUnaryGPUInstruction - Class in org.apache.sysds.runtime.instructions.gpu
- bwAnd(double, double) - Static method in class org.apache.sysds.runtime.codegen.LibSpoofPrimitives
- BYTE - org.apache.sysds.runtime.compress.colgroup.mapping.MapToFactory.MAP_TYPE
- BYTE - org.apache.sysds.runtime.compress.colgroup.offset.OffsetFactory.OFF_TYPE_SPECIALIZATIONS
- BYTE - org.apache.sysds.runtime.compress.colgroup.offset.OffsetFactory.OFF_TYPE
- BYTE - org.apache.sysds.runtime.io.cog.TIFFDataTypes
- byteAmount - Variable in class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.TrafficModel
- byteArrayCost(long) - Static method in class org.apache.sysds.utils.MemoryEstimates
-
Get the worst case memory usage of an array of bytes.
- ByteBuffer - Class in org.apache.sysds.runtime.controlprogram.caching
-
Wrapper for WriteBuffer byte array per matrix/frame in order to support matrix/frame serialization outside global lock.
- ByteBuffer(long) - Constructor for class org.apache.sysds.runtime.controlprogram.caching.ByteBuffer
- ByteBufferDataInput - Class in org.apache.sysds.runtime.util
- ByteBufferDataInput(ByteBuffer) - Constructor for class org.apache.sysds.runtime.util.ByteBufferDataInput
- ByteClassLoader - Class in org.apache.sysds.runtime.codegen
- ByteClassLoader(URL[], ClassLoader, byte[]) - Constructor for class org.apache.sysds.runtime.codegen.ByteClassLoader
- byteMemoryToString(long) - Static method in interface org.apache.sysds.utils.SettingsChecker
-
Converts a number of bytes in a long to a human readable string with GB, MB, KB and B.
- BYTENZ - org.apache.sysds.runtime.compress.colgroup.offset.OffsetFactory.OFF_TYPE_SPECIALIZATIONS
-
Byte no zero
- bytePerValue - Variable in class org.apache.sysds.runtime.frame.data.compress.ArrayCompressionStatistics
- BYTEUNZ - org.apache.sysds.runtime.compress.colgroup.offset.OffsetFactory.OFF_TYPE_SPECIALIZATIONS
-
unsigned Byte no zero
C
- C - Variable in class org.apache.sysds.runtime.matrix.data.DnnParameters
- c2 - Variable in class org.apache.sysds.runtime.instructions.cp.CM_COV_Object
- C5 - org.apache.sysds.resource.CloudUtils.InstanceFamily
- C5A - org.apache.sysds.resource.CloudUtils.InstanceFamily
- C5AD - org.apache.sysds.resource.CloudUtils.InstanceFamily
- C5D - org.apache.sysds.resource.CloudUtils.InstanceFamily
- C5N - org.apache.sysds.resource.CloudUtils.InstanceFamily
- C6A - org.apache.sysds.resource.CloudUtils.InstanceFamily
- C6G - org.apache.sysds.resource.CloudUtils.InstanceFamily
- C6GD - org.apache.sysds.resource.CloudUtils.InstanceFamily
- C6GN - org.apache.sysds.resource.CloudUtils.InstanceFamily
- C6I - org.apache.sysds.resource.CloudUtils.InstanceFamily
- C6ID - org.apache.sysds.resource.CloudUtils.InstanceFamily
- C6IN - org.apache.sysds.resource.CloudUtils.InstanceFamily
- C7A - org.apache.sysds.resource.CloudUtils.InstanceFamily
- C7G - org.apache.sysds.resource.CloudUtils.InstanceFamily
- C7GD - org.apache.sysds.resource.CloudUtils.InstanceFamily
- C7GN - org.apache.sysds.resource.CloudUtils.InstanceFamily
- C7I - org.apache.sysds.resource.CloudUtils.InstanceFamily
- CACHE_BLOCK - Static variable in class org.apache.sysds.runtime.compress.colgroup.insertionsort.MaterializeSort
-
The block size to materialize at a time
- CACHE_MEMORY_FACTOR - Static variable in class org.apache.sysds.resource.enumeration.InterestBasedEnumerator
- CacheableData<T extends CacheBlock<?>> - Class in org.apache.sysds.runtime.controlprogram.caching
-
Each object of this class is a cache envelope for some large piece of data called "cache block".
- CacheableData.CacheStatus - Enum in org.apache.sysds.runtime.controlprogram.caching
-
Defines all possible cache status types for a data blob.
- cacheBinaryCellRDD(JavaPairRDD<MatrixIndexes, MatrixCell>) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.SparkUtils
- CacheBlock<T> - Interface in org.apache.sysds.runtime.controlprogram.caching
-
Interface for all blocks handled by lazy write buffer.
- CacheBlockFactory - Class in org.apache.sysds.runtime.controlprogram.caching
-
Factory to create instances of matrix/frame blocks given internal codes.
- CacheBlockFactory() - Constructor for class org.apache.sysds.runtime.controlprogram.caching.CacheBlockFactory
- CACHED - org.apache.sysds.runtime.controlprogram.caching.CacheableData.CacheStatus
- CACHED_NOWRITE - org.apache.sysds.runtime.controlprogram.caching.CacheableData.CacheStatus
- CacheDataInput - Class in org.apache.sysds.runtime.controlprogram.caching
- CacheDataInput(byte[]) - Constructor for class org.apache.sysds.runtime.controlprogram.caching.CacheDataInput
- CacheDataOutput - Class in org.apache.sysds.runtime.controlprogram.caching
-
Custom DataOutput to serialize directly into the given byte array.
- CacheDataOutput(byte[]) - Constructor for class org.apache.sysds.runtime.controlprogram.caching.CacheDataOutput
- CacheDataOutput(int) - Constructor for class org.apache.sysds.runtime.controlprogram.caching.CacheDataOutput
- CachedReuseVariables - Class in org.apache.sysds.runtime.controlprogram.parfor
- CachedReuseVariables() - Constructor for class org.apache.sysds.runtime.controlprogram.parfor.CachedReuseVariables
- cacheEvictionLocalFilePath - Static variable in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- cacheEvictionLocalFilePrefix - Static variable in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- CacheEvictionQueue - Class in org.apache.sysds.runtime.controlprogram.caching
- CacheEvictionQueue() - Constructor for class org.apache.sysds.runtime.controlprogram.caching.CacheEvictionQueue
- cacheIterator(AIterator, int) - Method in class org.apache.sysds.runtime.compress.colgroup.offset.AOffset
-
Cache a iterator in use, note that there is no check for if the iterator is correctly positioned at the given row
- CacheMaintenanceService - Class in org.apache.sysds.runtime.controlprogram.caching
- CacheMaintenanceService() - Constructor for class org.apache.sysds.runtime.controlprogram.caching.CacheMaintenanceService
- cacheMatrixObject(String) - Method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
- CacheStatistics - Class in org.apache.sysds.runtime.controlprogram.caching
-
This singleton provides basic caching statistics in CP.
- CacheStatistics() - Constructor for class org.apache.sysds.runtime.controlprogram.caching.CacheStatistics
- CACHING_ASYNC_FILECLEANUP - Static variable in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- CACHING_ASYNC_SERIALIZE - Static variable in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- CACHING_BUFFER_POLICY - Static variable in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- CACHING_COUNTER_GROUP_NAME - Static variable in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- CACHING_EVICTION_FILEEXTENSION - Static variable in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- CACHING_THRESHOLD - Static variable in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- calculateAmCores(int) - Static method in class org.apache.sysds.resource.CloudUtils
- calculateAmMemoryMB(int) - Static method in class org.apache.sysds.resource.CloudUtils
- calculateClusterPrice(EnumerationUtils.ConfigurationPoint, double, CloudUtils.CloudProvider) - Static method in class org.apache.sysds.resource.CloudUtils
-
This method calculates the cluster price based on the estimated execution time and the cluster configuration.
- calculateEffectiveDriverMemoryBudget(long, int) - Static method in class org.apache.sysds.resource.CloudUtils
- calculateIndexedDimensions(HashMap<String, DataIdentifier>, HashMap<String, ConstIdentifier>, boolean) - Method in class org.apache.sysds.parser.IndexedIdentifier
- calculatePatternsRatio(Map<String, Integer>, int) - Static method in class org.apache.sysds.runtime.util.DMVUtils
- call() - Method in class org.apache.sysds.runtime.controlprogram.paramserv.FederatedPSControlThread
-
Entry point of the functionality
- call() - Method in class org.apache.sysds.runtime.controlprogram.paramserv.LocalPSWorker
- call() - Method in class org.apache.sysds.runtime.io.FrameReaderTextCellParallel.ReadTask
- call() - Method in class org.apache.sysds.runtime.io.IOUtilFunctions.CountRowsTask
- call() - Method in class org.apache.sysds.runtime.io.ReaderCOGParallel.TileProcessor
- call() - Method in class org.apache.sysds.runtime.io.ReaderTextCellParallel.CountNnzTask
- call() - Method in class org.apache.sysds.runtime.io.ReaderTextCellParallel.ReadTask
- call() - Method in class org.apache.sysds.runtime.io.TensorWriterBinaryBlockParallel.WriteFileTask
- call() - Method in class org.apache.sysds.runtime.matrix.data.LibMatrixDNNRelu.ReluBackward
- call() - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderFeatureHash.FeatureHashSparseApplyTask
- call() - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderPassThrough.PassThroughSparseApplyTask
- call() - Method in class org.apache.sysds.runtime.util.DependencyTask
- call() - Method in class org.apache.sysds.runtime.util.DependencyWrapperTask
- call(Iterable<WeightedCell>) - Method in class org.apache.sysds.runtime.instructions.spark.functions.PerformGroupByAggInReducer
- call(String) - Method in class org.apache.sysds.runtime.instructions.spark.functions.ConvertStringToLongTextPair
- call(Iterator<MatrixBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.functions.RecomputeNnzFunction
- call(Iterator<Tuple2<Long, Iterable<Writable>>>) - Method in class org.apache.sysds.runtime.controlprogram.parfor.RemoteDPParForSparkWorker
- call(Iterator<Tuple2<Long, FrameBlock>>) - Method in class org.apache.sysds.runtime.instructions.spark.MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeBuild2Function
- call(Iterator<Tuple2<Long, FrameBlock>>) - Method in class org.apache.sysds.runtime.instructions.spark.MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeBuildFunction
- call(Iterator<Tuple2<TensorIndexes, BasicTensorBlock>>) - Method in class org.apache.sysds.runtime.instructions.spark.functions.CopyTensorBlockPairFunction
- call(Iterator<Tuple2<TensorIndexes, TensorBlock>>) - Method in class org.apache.sysds.runtime.instructions.spark.functions.TensorTensorBinaryOpPartitionFunction
- call(Iterator<Tuple2<MatrixIndexes, MatrixBlock>>) - Method in class org.apache.sysds.runtime.instructions.spark.functions.CopyMatrixBlockPairFunction
- call(Iterator<Tuple2<MatrixIndexes, MatrixBlock>>) - Method in class org.apache.sysds.runtime.instructions.spark.functions.MatrixVectorBinaryOpPartitionFunction
- call(Iterator<Tuple2<MatrixIndexes, MatrixCell>>) - Method in class org.apache.sysds.runtime.instructions.spark.utils.RDDConverterUtils.BinaryCellToBinaryBlockFunction
- call(Row) - Method in class org.apache.sysds.runtime.instructions.spark.utils.RDDConverterUtils.DataFrameExtractIDFunction
- call(CompressedWriteBlock) - Method in class org.apache.sysds.runtime.compress.io.CompressUnwrap
- call(Task) - Method in class org.apache.sysds.runtime.controlprogram.parfor.RemoteParForSparkWorker
- call(BasicTensorBlock) - Method in class org.apache.sysds.runtime.instructions.spark.functions.CopyTensorBlockFunction
- call(FrameBlock) - Method in class org.apache.sysds.runtime.instructions.spark.functions.CopyFrameBlockFunction
- call(FrameBlock) - Method in class org.apache.sysds.runtime.instructions.spark.ParameterizedBuiltinSPInstruction.RDDFrameReplaceFunction
- call(MatrixBlock) - Method in class org.apache.sysds.runtime.compress.io.CompressWrap
- call(MatrixBlock) - Method in class org.apache.sysds.runtime.compress.utils.CompressRDDClean
- call(MatrixBlock) - Method in class org.apache.sysds.runtime.instructions.spark.BinUaggChainSPInstruction.RDDBinUaggChainFunction
- call(MatrixBlock) - Method in class org.apache.sysds.runtime.instructions.spark.CompressionSPInstruction.CompressionFunction
- call(MatrixBlock) - Method in class org.apache.sysds.runtime.instructions.spark.CompressionSPInstruction.CompressionWorkloadFunction
- call(MatrixBlock) - Method in class org.apache.sysds.runtime.instructions.spark.CompressionSPInstruction.SizeFunction
- call(MatrixBlock) - Method in class org.apache.sysds.runtime.instructions.spark.CtableSPInstruction.MapJoinSignature1
- call(MatrixBlock) - Method in class org.apache.sysds.runtime.instructions.spark.DeCompressionSPInstruction.DeCompressionFunction
- call(MatrixBlock) - Method in class org.apache.sysds.runtime.instructions.spark.functions.AggregateDropCorrectionFunction
- call(MatrixBlock) - Method in class org.apache.sysds.runtime.instructions.spark.functions.ComputeBinaryBlockNnzFunction
- call(MatrixBlock) - Method in class org.apache.sysds.runtime.instructions.spark.functions.CopyMatrixBlockFunction
- call(MatrixBlock) - Method in class org.apache.sysds.runtime.instructions.spark.functions.CreateSparseBlockFunction
- call(MatrixBlock) - Method in class org.apache.sysds.runtime.instructions.spark.functions.FilterNonEmptyBlocksFunction2
- call(MatrixBlock) - Method in class org.apache.sysds.runtime.instructions.spark.functions.MapInputSignature
- call(MatrixBlock) - Method in class org.apache.sysds.runtime.instructions.spark.functions.MatrixScalarUnaryFunction
- call(MatrixBlock) - Method in class org.apache.sysds.runtime.instructions.spark.ParameterizedBuiltinSPInstruction.RDDContainsFunction
- call(MatrixBlock) - Method in class org.apache.sysds.runtime.instructions.spark.ParameterizedBuiltinSPInstruction.RDDReplaceFunction
- call(WeightedCell) - Method in class org.apache.sysds.runtime.instructions.spark.ParameterizedBuiltinSPInstruction.CreateMatrixCell
- call(WeightedCell, WeightedCell) - Method in class org.apache.sysds.runtime.instructions.spark.functions.PerformGroupByAggInCombiner
- call(Tuple2<Integer, Iterable<Object>>) - Method in class org.apache.sysds.runtime.instructions.spark.MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeGroupFunction
- call(Tuple2<Integer, Iterable<ColumnMetadata>>) - Method in class org.apache.sysds.runtime.instructions.spark.MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeGroup2Function
- call(Tuple2<Integer, LinkedList<Tuple2<Long, Tuple2<MatrixBlock, MatrixBlock>>>>) - Method in class org.apache.sysds.runtime.controlprogram.paramserv.dp.DataPartitionerSparkAggregator
-
Row-wise combine the matrix
- call(Tuple2<Integer, Tuple2<MatrixBlock, MatrixBlock>>) - Method in class org.apache.sysds.runtime.controlprogram.paramserv.SparkPSWorker
- call(Tuple2<Long, Iterable<Writable>>) - Method in class org.apache.sysds.runtime.controlprogram.parfor.DataPartitionerRemoteSparkReducer
- call(Tuple2<Long, FrameBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.functions.ConvertFrameBlockToIJVLines
- call(Tuple2<Long, FrameBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.functions.IsFrameBlockInRange
- call(Tuple2<Long, FrameBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.ParameterizedBuiltinSPInstruction.RDDTokenizeFunction
- call(Tuple2<Long, FrameBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.ParameterizedBuiltinSPInstruction.RDDTransformApplyFunction
- call(Tuple2<Long, FrameBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.ParameterizedBuiltinSPInstruction.RDDTransformApplyFunction2
- call(Tuple2<Long, FrameBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.ParameterizedBuiltinSPInstruction.RDDTransformApplyOffsetFunction
- call(Tuple2<Long, FrameBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.utils.FrameRDDConverterUtils.LongFrameToLongWritableFrameFunction
- call(Tuple2<Long, Tuple2<MatrixBlock, MatrixBlock>>) - Method in class org.apache.sysds.runtime.controlprogram.paramserv.dp.DataPartitionerSparkMapper
-
Do data partitioning
- call(Tuple2<LongWritable, Text>) - Method in class org.apache.sysds.runtime.instructions.spark.functions.CopyTextInputFunction
- call(Tuple2<LongWritable, Text>) - Method in class org.apache.sysds.runtime.instructions.spark.utils.FrameRDDConverterUtils.LongWritableTextToLongTextFunction
- call(Tuple2<LongWritable, FrameBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.functions.CopyFrameBlockPairFunction
- call(Tuple2<LongWritable, FrameBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.utils.FrameRDDConverterUtils.LongWritableFrameToLongFrameFunction
- call(Tuple2<LongWritable, FrameBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.utils.FrameRDDConverterUtils.LongWritableToSerFunction
- call(Tuple2<Row, Long>) - Method in class org.apache.sysds.runtime.instructions.spark.utils.RDDConverterUtilsExt.AddRowID
- call(Tuple2<TensorBlock, TensorBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.functions.TensorTensorBinaryOpFunction
- call(Tuple2<TensorIndexes, TensorBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.AggregateUnarySPInstruction.RDDUTensorAggFunction2
- call(Tuple2<TensorIndexes, TensorBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.functions.ReblockTensorFunction
- call(Tuple2<TensorIndexes, TensorBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.functions.ReplicateTensorFunction
- call(Tuple2<MatrixBlock, MatrixBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.CtableSPInstruction.MapJoinSignature2
- call(Tuple2<MatrixBlock, MatrixBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.functions.MatrixMatrixBinaryOpFunction
- call(Tuple2<MatrixBlock[], MatrixBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.functions.MapJoinSignature
- call(Tuple2<MatrixIndexes, MatrixBlock>) - Method in class org.apache.sysds.runtime.controlprogram.parfor.DataPartitionerRemoteSparkMapper
- call(Tuple2<MatrixIndexes, MatrixBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.AggregateUnarySPInstruction.RDDUAggFunction2
- call(Tuple2<MatrixIndexes, MatrixBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.AppendGAlignedSPInstruction.ShiftColumnIndex
- call(Tuple2<MatrixIndexes, MatrixBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.AppendGSPInstruction.ShiftMatrix
- call(Tuple2<MatrixIndexes, MatrixBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.BuiltinNarySPInstruction.PadBlocksFunction
- call(Tuple2<MatrixIndexes, MatrixBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.functions.ConvertMatrixBlockToIJVLines
- call(Tuple2<MatrixIndexes, MatrixBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.functions.ExtractBlockForBinaryReblock
- call(Tuple2<MatrixIndexes, MatrixBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.functions.ExtractGroup.ExtractGroupBroadcast
- call(Tuple2<MatrixIndexes, MatrixBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.functions.FilterDiagMatrixBlocksFunction
- call(Tuple2<MatrixIndexes, MatrixBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.functions.FilterNonEmptyBlocksFunction
- call(Tuple2<MatrixIndexes, MatrixBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.functions.IsBlockInList
- call(Tuple2<MatrixIndexes, MatrixBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.functions.IsBlockInRange
- call(Tuple2<MatrixIndexes, MatrixBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.functions.OuterVectorBinaryOpFunction
- call(Tuple2<MatrixIndexes, MatrixBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.functions.ReorgMapFunction
- call(Tuple2<MatrixIndexes, MatrixBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.functions.ReplicateBlockFunction
- call(Tuple2<MatrixIndexes, MatrixBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.functions.ReplicateVectorFunction
- call(Tuple2<MatrixIndexes, MatrixBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.ParameterizedBuiltinSPInstruction.RDDContainsVectFunction
- call(Tuple2<MatrixIndexes, MatrixBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.ParameterizedBuiltinSPInstruction.RDDMapGroupedAggFunction
- call(Tuple2<MatrixIndexes, MatrixBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.ParameterizedBuiltinSPInstruction.RDDMapGroupedAggFunction2
- call(Tuple2<MatrixIndexes, MatrixBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.ParameterizedBuiltinSPInstruction.RDDRemoveEmptyFunctionInMem
- call(Tuple2<MatrixIndexes, MatrixBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.ParameterizedBuiltinSPInstruction.RDDRExpandFunction
- call(Tuple2<MatrixIndexes, MatrixBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.ParameterizedBuiltinSPInstruction.RDDTransformDecodeExpandFunction
- call(Tuple2<MatrixIndexes, MatrixBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.ParameterizedBuiltinSPInstruction.RDDTransformDecodeFunction
- call(Tuple2<MatrixIndexes, MatrixBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.SpoofSPInstruction.ReplicateRightFactorFunction
- call(Tuple2<MatrixIndexes, MatrixCell>) - Method in class org.apache.sysds.runtime.instructions.spark.functions.CopyBinaryCellFunction
- call(Tuple2<MatrixIndexes, Tuple2<Iterable<MatrixBlock>, Iterable<MatrixBlock>>>) - Method in class org.apache.sysds.runtime.instructions.spark.AppendGSPInstruction.MergeWithShiftedBlocks
- call(Tuple2<MatrixIndexes, Tuple2<Iterable<MatrixBlock>, MatrixBlock>>) - Method in class org.apache.sysds.runtime.controlprogram.parfor.ResultMergeRemoteSparkWCompare
- call(Tuple2<MatrixIndexes, Tuple2<MatrixBlock, MatrixBlock>>) - Method in class org.apache.sysds.runtime.instructions.spark.functions.ExtractGroup.ExtractGroupJoin
- call(Tuple2<MatrixIndexes, Tuple2<MatrixBlock, MatrixBlock>>) - Method in class org.apache.sysds.runtime.instructions.spark.ParameterizedBuiltinSPInstruction.RDDRemoveEmptyFunction
- call(Tuple2<MatrixIndexes, Tuple2<Tuple2<MatrixBlock, MatrixBlock>, MatrixBlock>>) - Method in class org.apache.sysds.runtime.instructions.spark.functions.ExtractGroupNWeights
- call(Tuple2<Tuple2<MatrixBlock, MatrixBlock>, MatrixBlock>) - Method in class org.apache.sysds.runtime.instructions.spark.CtableSPInstruction.MapJoinSignature3
- callInstruction(String[], CPOperand, long, CPOperand[], long[], Types.ExecType) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederationUtils
- callInstruction(String[], CPOperand, CPOperand[], long[]) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederationUtils
- callInstruction(String, CPOperand, long, CPOperand[], long[], Types.ExecType, boolean) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederationUtils
- callInstruction(String, CPOperand, CPOperand[], long[]) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederationUtils
- callInstruction(String, CPOperand, CPOperand[], long[], boolean) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederationUtils
- canAllocate(long) - Method in class org.apache.sysds.runtime.instructions.gpu.context.CudaMemoryAllocator
-
Check if there is enough memory to allocate a pointer of given size
- canAllocate(long) - Method in interface org.apache.sysds.runtime.instructions.gpu.context.GPUMemoryAllocator
-
Check if there is enough memory to allocate a pointer of given size
- canAllocate(long) - Method in class org.apache.sysds.runtime.instructions.gpu.context.UnifiedMemoryAllocator
-
Check if there is enough memory to allocate a pointer of given size
- capacity() - Method in class org.apache.sysds.runtime.data.DenseBlock
-
Get the total length of allocated blocks.
- capacity() - Method in class org.apache.sysds.runtime.data.DenseBlockBool
- capacity() - Method in class org.apache.sysds.runtime.data.DenseBlockFP32
- capacity() - Method in class org.apache.sysds.runtime.data.DenseBlockFP64
- capacity() - Method in class org.apache.sysds.runtime.data.DenseBlockFP64DEDUP
- capacity() - Method in class org.apache.sysds.runtime.data.DenseBlockInt32
- capacity() - Method in class org.apache.sysds.runtime.data.DenseBlockInt64
- capacity() - Method in class org.apache.sysds.runtime.data.DenseBlockLBool
- capacity() - Method in class org.apache.sysds.runtime.data.DenseBlockLFP32
- capacity() - Method in class org.apache.sysds.runtime.data.DenseBlockLFP64
- capacity() - Method in class org.apache.sysds.runtime.data.DenseBlockLFP64DEDUP
- capacity() - Method in class org.apache.sysds.runtime.data.DenseBlockLInt32
- capacity() - Method in class org.apache.sysds.runtime.data.DenseBlockLInt64
- capacity() - Method in class org.apache.sysds.runtime.data.DenseBlockLString
- capacity() - Method in class org.apache.sysds.runtime.data.DenseBlockString
- capacity() - Method in class org.apache.sysds.runtime.data.SparseRowVector
- CAPACITY - Static variable in class org.apache.sysds.runtime.io.ReaderTextCellParallel.CellBuffer
- cardinality(T, List<T>) - Static method in class org.apache.sysds.runtime.util.CollectionUtils
- Cast - org.apache.sysds.common.InstructionType
- Cast - org.apache.sysds.runtime.instructions.fed.FEDInstruction.FEDType
- Cast - org.apache.sysds.runtime.instructions.spark.SPInstruction.SPType
- CAST_AS_BOOLEAN - org.apache.sysds.common.Builtins
- CAST_AS_BOOLEAN - org.apache.sysds.common.Opcodes
- CAST_AS_BOOLEAN - org.apache.sysds.common.Types.OpOp1
- CAST_AS_DOUBLE - org.apache.sysds.common.Builtins
- CAST_AS_DOUBLE - org.apache.sysds.common.Opcodes
- CAST_AS_DOUBLE - org.apache.sysds.common.Types.OpOp1
- CAST_AS_FRAME - org.apache.sysds.common.Builtins
- CAST_AS_FRAME - org.apache.sysds.common.Opcodes
- CAST_AS_FRAME - org.apache.sysds.common.Types.OpOp1
- CAST_AS_FRAME - org.apache.sysds.common.Types.OpOp2
- CAST_AS_FRAME_VAR - org.apache.sysds.common.Opcodes
- CAST_AS_INT - org.apache.sysds.common.Builtins
- CAST_AS_INT - org.apache.sysds.common.Opcodes
- CAST_AS_INT - org.apache.sysds.common.Types.OpOp1
- CAST_AS_LIST - org.apache.sysds.common.Builtins
- CAST_AS_LIST - org.apache.sysds.common.Opcodes
- CAST_AS_LIST - org.apache.sysds.common.Types.OpOp1
- CAST_AS_MATRIX - org.apache.sysds.common.Builtins
- CAST_AS_MATRIX - org.apache.sysds.common.Opcodes
- CAST_AS_MATRIX - org.apache.sysds.common.Types.OpOp1
- CAST_AS_SCALAR - org.apache.sysds.common.Builtins
- CAST_AS_SCALAR - org.apache.sysds.common.Opcodes
- CAST_AS_SCALAR - org.apache.sysds.common.Types.OpOp1
- CastAsBooleanVariable - org.apache.sysds.runtime.instructions.cp.VariableCPInstruction.VariableOperationCode
- CastAsDoubleVariable - org.apache.sysds.runtime.instructions.cp.VariableCPInstruction.VariableOperationCode
- CastAsFrameVariable - org.apache.sysds.runtime.instructions.cp.VariableCPInstruction.VariableOperationCode
- CastAsIntegerVariable - org.apache.sysds.runtime.instructions.cp.VariableCPInstruction.VariableOperationCode
- CastAsListVariable - org.apache.sysds.runtime.instructions.cp.VariableCPInstruction.VariableOperationCode
- CastAsMatrixVariable - org.apache.sysds.runtime.instructions.cp.VariableCPInstruction.VariableOperationCode
- CastAsScalarVariable - org.apache.sysds.runtime.instructions.cp.VariableCPInstruction.VariableOperationCode
- CASTDTF - org.apache.sysds.common.Opcodes
- CASTDTM - org.apache.sysds.common.Opcodes
- CastFEDInstruction - Class in org.apache.sysds.runtime.instructions.fed
- CastSPInstruction - Class in org.apache.sysds.runtime.instructions.spark
- castToDouble(ScalarObject) - Static method in class org.apache.sysds.runtime.instructions.cp.ScalarObjectFactory
- castToLong(ScalarObject) - Static method in class org.apache.sysds.runtime.instructions.cp.ScalarObjectFactory
- CATEGORY_CACHE - Static variable in class org.apache.sysds.runtime.util.LocalFileUtils
- CATEGORY_CODEGEN - Static variable in class org.apache.sysds.runtime.util.LocalFileUtils
- CATEGORY_LINEAGE - Static variable in class org.apache.sysds.runtime.util.LocalFileUtils
- CATEGORY_PARTITIONING - Static variable in class org.apache.sysds.runtime.util.LocalFileUtils
- CATEGORY_RESULTMERGE - Static variable in class org.apache.sysds.runtime.util.LocalFileUtils
- CATEGORY_WORK - Static variable in class org.apache.sysds.runtime.util.LocalFileUtils
- cbind(EstimatorBitsetMM.BitsetMatrix) - Method in class org.apache.sysds.hops.estim.EstimatorBitsetMM.BitsetMatrix1
- cbind(IDictionary, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- cbind(IDictionary, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- cbind(IDictionary, int) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Cbind this dictionary with that dictionary
- cbind(IDictionary, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- cbind(ExecutionContext, GPUContext, String, MatrixObject, MatrixObject, String) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixCUDA
- cbind(MatrixBlock, MatrixBlock[], int) - Static method in class org.apache.sysds.runtime.compress.lib.CLALibCBind
- cbind(MatrixBlock, MatrixBlock, int) - Static method in class org.apache.sysds.runtime.compress.lib.CLALibCBind
- CBIND - org.apache.sysds.common.Builtins
- CBIND - org.apache.sysds.common.Opcodes
- CBIND - org.apache.sysds.common.Types.OpOp2
- CBIND - org.apache.sysds.common.Types.OpOpN
- CBIND - org.apache.sysds.hops.estim.SparsityEstimator.OpCode
- CBIND - org.apache.sysds.runtime.instructions.cp.AppendCPInstruction.AppendType
- cBindDictionaries(int, List<IDictionary>) - Static method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.DictionaryFactory
- cBindDictionaries(IDictionary, IDictionary, int, int) - Static method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.DictionaryFactory
- cbindMatrix(MatrixBlock, MatrixBlock) - Static method in class org.apache.sysds.runtime.controlprogram.paramserv.ParamservUtils
- CDATA_BEGIN - Static variable in class org.apache.sysds.runtime.util.ProgramConverter
- CDATA_END - Static variable in class org.apache.sysds.runtime.util.ProgramConverter
- CDF - org.apache.sysds.common.Builtins
- CDF - org.apache.sysds.common.Opcodes
- CDF - org.apache.sysds.common.Types.ParamBuiltinOp
- CDF - org.apache.sysds.runtime.functionobjects.ParameterizedBuiltin.ParameterizedBuiltinCode
- ceil(ExecutionContext, GPUContext, String, MatrixObject, String) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixCUDA
-
Performs an "ceil" operation on a matrix on the GPU
- CEIL - org.apache.sysds.common.Builtins
- CEIL - org.apache.sysds.common.Opcodes
- CEIL - org.apache.sysds.common.Types.OpOp1
- CEIL - org.apache.sysds.hops.codegen.cplan.CNodeUnary.UnaryType
- CEIL - org.apache.sysds.runtime.functionobjects.Builtin.BuiltinCode
- cell - Variable in class org.apache.sysds.runtime.controlprogram.parfor.util.PairWritableCell
- CELL - org.apache.sysds.hops.codegen.template.TemplateBase.TemplateType
- CellBuffer(boolean) - Constructor for class org.apache.sysds.runtime.io.ReaderTextCellParallel.CellBuffer
- CellIndex(int, int) - Constructor for class org.apache.sysds.runtime.matrix.data.MatrixValue.CellIndex
- CellLength - org.apache.sysds.runtime.io.cog.IFDTagDictionary
- CellWidth - org.apache.sysds.runtime.io.cog.IFDTagDictionary
- CELLWISE_OUTER_PRODUCT - org.apache.sysds.runtime.codegen.SpoofOuterProduct.OutProdType
- CellWiseExist - org.apache.sysds.runtime.iogen.ColIndexStructure.IndexProperties
- CellWiseExist - org.apache.sysds.runtime.iogen.RowIndexStructure.IndexProperties
- centralMoment(CompressedMatrixBlock, CMOperator) - Static method in class org.apache.sysds.runtime.compress.lib.CLALibCMOps
- centralMoment(ValueFunction, int[], int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- centralMoment(ValueFunction, int[], int) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Central moment function to calculate the central moment of this column group.
- centralMoment(CM_COV_Object, ValueFunction, int[], int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- centralMoment(CM_COV_Object, ValueFunction, int[], int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- centralMoment(CM_COV_Object, ValueFunction, int[], int) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Central moment function to calculate the central moment of this column group.
- centralMoment(CM_COV_Object, ValueFunction, int[], int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- centralMoment(CMOperator, int) - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroup
-
Central Moment instruction executed on a column group.
- centralMoment(CMOperator, int) - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroupValue
- centralMoment(CMOperator, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupConst
- centralMoment(CMOperator, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDCFOR
- centralMoment(CMOperator, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupEmpty
- centralMoment(CMOperator, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupLinearFunctional
- centralMoment(CMOperator, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDC
- centralMoment(CMOperator, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCFOR
- centralMoment(CMOperator, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingle
- centralMoment(CMOperator, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressed
- centralMoment(CMOperator, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressedArray
- CentralMoment - Class in org.apache.sysds.lops
-
Lop to perform cross product operation
- CentralMoment - org.apache.sysds.common.InstructionType
- CentralMoment - org.apache.sysds.lops.Lop.Type
- CentralMoment - org.apache.sysds.runtime.instructions.cp.CPInstruction.CPType
- CentralMoment - org.apache.sysds.runtime.instructions.fed.FEDInstruction.FEDType
- CentralMoment - org.apache.sysds.runtime.instructions.spark.SPInstruction.SPType
- CentralMoment(Lop, Lop, Types.DataType, Types.ValueType, int, Types.ExecType) - Constructor for class org.apache.sysds.lops.CentralMoment
- CentralMoment(Lop, Lop, Lop, Types.DataType, Types.ValueType, int, Types.ExecType) - Constructor for class org.apache.sysds.lops.CentralMoment
- CentralMomentCPInstruction - Class in org.apache.sysds.runtime.instructions.cp
- CentralMomentFEDInstruction - Class in org.apache.sysds.runtime.instructions.fed
- CentralMomentSPInstruction - Class in org.apache.sysds.runtime.instructions.spark
- centralMomentWithDefault(ValueFunction, int[], double, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- centralMomentWithDefault(ValueFunction, int[], double, int) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Central moment function to calculate the central moment of this column group with a default offset on all missing tuples.
- centralMomentWithDefault(CM_COV_Object, ValueFunction, int[], double, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- centralMomentWithDefault(CM_COV_Object, ValueFunction, int[], double, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- centralMomentWithDefault(CM_COV_Object, ValueFunction, int[], double, int) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Central moment function to calculate the central moment of this column group with a default offset on all missing tuples.
- centralMomentWithDefault(CM_COV_Object, ValueFunction, int[], double, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- centralMomentWithReference(ValueFunction, int[], double, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- centralMomentWithReference(ValueFunction, int[], double, int) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Central moment function to calculate the central moment of this column group with a reference offset on each tuple.
- centralMomentWithReference(CM_COV_Object, ValueFunction, int[], double, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- centralMomentWithReference(CM_COV_Object, ValueFunction, int[], double, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- centralMomentWithReference(CM_COV_Object, ValueFunction, int[], double, int) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Central moment function to calculate the central moment of this column group with a reference offset on each tuple.
- centralMomentWithReference(CM_COV_Object, ValueFunction, int[], double, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- chainMatrixMultOperations(MatrixBlock, MatrixBlock, MatrixBlock, MapMultChain.ChainType) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- chainMatrixMultOperations(MatrixBlock, MatrixBlock, MatrixBlock, MapMultChain.ChainType, int) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- chainMatrixMultOperations(MatrixBlock, MatrixBlock, MatrixBlock, MapMultChain.ChainType, int) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- changeType(Types.ValueType) - Method in class org.apache.sysds.runtime.frame.data.columns.ACompressedArray
- changeType(Types.ValueType) - Method in class org.apache.sysds.runtime.frame.data.columns.Array
-
Change the allocated array to a different type.
- changeType(Types.ValueType) - Method in class org.apache.sysds.runtime.frame.data.columns.DDCArray
- changeType(Types.ValueType) - Method in class org.apache.sysds.runtime.frame.data.columns.OptionalArray
- changeType(Types.ValueType, boolean) - Method in class org.apache.sysds.runtime.frame.data.columns.Array
-
Change type taking into consideration if the target type must be able to contain Null.
- changeType(Array<?>) - Method in class org.apache.sysds.runtime.frame.data.columns.Array
-
Change type by moving this arrays value into the given ret array.
- changeType(Array<?>, int, int) - Method in class org.apache.sysds.runtime.frame.data.columns.Array
-
Put the changed value types into the given ret array inside the range specified.
- changeTypeCharacter(Array<Character>, int, int) - Method in class org.apache.sysds.runtime.frame.data.columns.BitSetArray
- changeTypeCharacter(Array<Character>, int, int) - Method in class org.apache.sysds.runtime.frame.data.columns.BooleanArray
- changeTypeCharacter(Array<Character>, int, int) - Method in class org.apache.sysds.runtime.frame.data.columns.CharArray
- changeTypeCharacter(Array<Character>, int, int) - Method in class org.apache.sysds.runtime.frame.data.columns.DoubleArray
- changeTypeCharacter(Array<Character>, int, int) - Method in class org.apache.sysds.runtime.frame.data.columns.FloatArray
- changeTypeCharacter(Array<Character>, int, int) - Method in class org.apache.sysds.runtime.frame.data.columns.HashIntegerArray
- changeTypeCharacter(Array<Character>, int, int) - Method in class org.apache.sysds.runtime.frame.data.columns.HashLongArray
- changeTypeCharacter(Array<Character>, int, int) - Method in class org.apache.sysds.runtime.frame.data.columns.IntegerArray
- changeTypeCharacter(Array<Character>, int, int) - Method in class org.apache.sysds.runtime.frame.data.columns.LongArray
- changeTypeCharacter(Array<Character>, int, int) - Method in class org.apache.sysds.runtime.frame.data.columns.StringArray
- changeTypeString(Array<String>, int, int) - Method in class org.apache.sysds.runtime.frame.data.columns.StringArray
- changeTypeWithNulls(Types.ValueType) - Method in class org.apache.sysds.runtime.frame.data.columns.Array
- changeTypeWithNulls(Types.ValueType) - Method in class org.apache.sysds.runtime.frame.data.columns.DDCArray
- changeTypeWithNulls(Types.ValueType) - Method in class org.apache.sysds.runtime.frame.data.columns.RaggedArray
- changeTypeWithNulls(Array<?>) - Method in class org.apache.sysds.runtime.frame.data.columns.Array
- changeTypeWithNulls(Array<?>, int, int) - Method in class org.apache.sysds.runtime.frame.data.columns.Array
- CHANNEL_SUMS - org.apache.sysds.common.Types.OpOpDnn
- channelInactive(ChannelHandlerContext) - Method in class org.apache.sysds.runtime.controlprogram.paramserv.NetworkTrafficCounter
- channelNames - Static variable in class org.apache.sysds.parser.dml.DmlLexer
- channelRead(ChannelHandlerContext, Object) - Method in class org.apache.sysds.runtime.controlprogram.federated.compression.CompressionDecoderEndStatisticsHandler
- channelRead(ChannelHandlerContext, Object) - Method in class org.apache.sysds.runtime.controlprogram.federated.compression.CompressionDecoderStartStatisticsHandler
- channelRead(ChannelHandlerContext, Object) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedWorkerHandler
- channelReadComplete(ChannelHandlerContext) - Method in class org.apache.sysds.runtime.controlprogram.federated.monitoring.FederatedMonitoringServerHandler
- channelSums(GPUContext, String, MatrixObject, MatrixObject, long, long) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixCUDA
-
Perform channel_sums operations: out = rowSums(matrix(colSums(A), rows=C, cols=HW))
- channelSums(MatrixBlock, MatrixBlock, int, int) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixDNN
-
Perform channel sum operation
- CHAR - org.apache.sysds.runtime.compress.colgroup.mapping.MapToFactory.MAP_TYPE
- CHAR - org.apache.sysds.runtime.compress.colgroup.offset.OffsetFactory.OFF_TYPE_SPECIALIZATIONS
- CHAR - org.apache.sysds.runtime.compress.colgroup.offset.OffsetFactory.OFF_TYPE
- CHAR_BYTE - org.apache.sysds.runtime.compress.colgroup.mapping.MapToFactory.MAP_TYPE
- CHAR_SIZE - Static variable in class org.apache.sysds.hops.OptimizerUtils
- CHARACTER - org.apache.sysds.common.Types.ValueType
- CHARACTER - org.apache.sysds.runtime.frame.data.columns.ArrayFactory.FrameArrayType
- CharArray - Class in org.apache.sysds.runtime.frame.data.columns
- CharArray(char[]) - Constructor for class org.apache.sysds.runtime.frame.data.columns.CharArray
- charArrayCost(long) - Static method in class org.apache.sysds.utils.MemoryEstimates
-
Get the worst case memory usage of an array of chars.
- check() - Static method in interface org.apache.sysds.utils.SettingsChecker
-
Check if the settings set are correct, otherwise write warnings to a user.
- check(boolean, String, Object...) - Static method in exception org.apache.sysds.hops.HopsException
-
If the condition fails, print the message formatted with objects.
- check(boolean, Hop, String, Object...) - Static method in exception org.apache.sysds.hops.HopsException
-
If the condition fails, print the Op and its Id, along with the message formatted with objects.
- CHECK - Static variable in class org.apache.sysds.parser.ParForStatementBlock
- CHECK_MATRIX_PROPERTIES - Static variable in class org.apache.sysds.runtime.controlprogram.ProgramBlock
- checkAllDataTypes(Types.DataType) - Method in class org.apache.sysds.runtime.instructions.cp.ListObject
- checkAndCleanupLeafNodes() - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode
- checkAndCleanupRecursiveFunc(Set<String>) - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode
- checkAndCreateStagingDir(String) - Static method in class org.apache.sysds.runtime.util.LocalFileUtils
- checkAndRaiseErrorCSVEmptyField(String, boolean, boolean) - Static method in class org.apache.sysds.runtime.io.IOUtilFunctions
- checkAndRaiseErrorCSVNumColumns(String, String, String[], long) - Static method in class org.apache.sysds.runtime.io.IOUtilFunctions
- checkAndRaiseErrorCSVNumColumns(InputSplit, String, String[], long) - Static method in class org.apache.sysds.runtime.io.IOUtilFunctions
- checkAndReplaceCP(Instruction, ExecutionContext) - Static method in class org.apache.sysds.runtime.instructions.fed.FEDInstructionUtils
-
Check and replace CP instructions with federated instructions if the instruction match criteria.
- checkAndReplaceSP(Instruction, ExecutionContext) - Static method in class org.apache.sysds.runtime.instructions.fed.FEDInstructionUtils
- checkAndSetForcedPlatform() - Method in class org.apache.sysds.hops.Hop
- checkAndSetInvalidCPDimsAndSize() - Method in class org.apache.sysds.hops.Hop
- checkAvgRowsGteCols(List<Hop>) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- checkCMOperations(MatrixBlock, CMOperator) - Static method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- checkConsistentRows(List<Hop>, List<Hop>) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- checkCPCheckpoint(DataCharacteristics) - Static method in class org.apache.sysds.hops.recompile.Recompiler
- checkCPReblock(ExecutionContext, String) - Static method in class org.apache.sysds.hops.recompile.Recompiler
-
CP Reblock check for spark instructions; in contrast to MR, we can not rely on the input file sizes because inputs might be passed via rdds.
- checkCycles(LineageItem) - Static method in class org.apache.sysds.runtime.lineage.LineageItemUtils
- checkDimensionsForAppend(MatrixBlock[], boolean, int, int) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixAppend
- checkFedMapType(MatrixObject) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederationUtils
- checkHasDelimitedFormat(String, boolean) - Static method in class org.apache.sysds.runtime.meta.MetaDataAll
- checkHasMatrixMarketFormat(String, String, boolean) - Static method in class org.apache.sysds.runtime.meta.MetaDataAll
- checkInputDataTypes(Hop, Types.DataType...) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- checkInputParameterType(String, Object) - Static method in class org.apache.sysds.api.mlcontext.MLContextUtil
-
Verify that the type of input parameter value is supported.
- checkInputValueType(String, Object) - Static method in class org.apache.sysds.api.mlcontext.MLContextUtil
-
Verify that the type of input value is supported.
- checkInputValueTypes(Map<String, Object>) - Static method in class org.apache.sysds.api.mlcontext.MLContextUtil
-
Verify that the types of input values are supported.
- checkLSTMBackwardInputForOptimisation(DnnParameters) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixDNNLSTM
- checkLSTMInputForOptimisation(DnnParameters) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixDNNLSTM
- checkMapMultChain() - Method in class org.apache.sysds.hops.AggBinaryOp
-
MapMultChain: Determine if XtwXv/XtXv pattern applies for this aggbinary and if yes which type.
- checkMaxStringLength(long) - Static method in class org.apache.sysds.runtime.instructions.cp.StringObject
- checkMemorySetting() - Static method in interface org.apache.sysds.utils.SettingsChecker
- checkNonZeros() - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
-
Basic debugging primitive to check correctness of nnz.
- checkNumFields(String[], int) - Static method in class org.apache.sysds.runtime.instructions.InstructionUtils
- checkNumFields(String[], int...) - Static method in class org.apache.sysds.runtime.instructions.InstructionUtils
- checkNumFields(String[], int, int) - Static method in class org.apache.sysds.runtime.instructions.InstructionUtils
- checkNumFields(String, int) - Static method in class org.apache.sysds.runtime.instructions.InstructionUtils
- checkNumFields(String, int...) - Static method in class org.apache.sysds.runtime.instructions.InstructionUtils
- checkNumFields(String, int, int) - Static method in class org.apache.sysds.runtime.instructions.InstructionUtils
- Checkpoint - Class in org.apache.sysds.lops
-
Lop for checkpoint operations.
- Checkpoint - org.apache.sysds.common.InstructionType
- Checkpoint - org.apache.sysds.lops.Lop.Type
- Checkpoint - org.apache.sysds.runtime.instructions.fed.FEDInstruction.FEDType
- Checkpoint - org.apache.sysds.runtime.instructions.spark.SPInstruction.SPType
- Checkpoint(Lop, Types.DataType, Types.ValueType, String) - Constructor for class org.apache.sysds.lops.Checkpoint
- Checkpoint(Lop, Types.DataType, Types.ValueType, String, boolean) - Constructor for class org.apache.sysds.lops.Checkpoint
-
TODO change string parameter storage.level to StorageLevel as soon as we can assume that Spark libraries are always available.
- CHECKPOINT_SPARSE_CSR - Static variable in class org.apache.sysds.lops.Checkpoint
- CheckpointSPInstruction - Class in org.apache.sysds.runtime.instructions.spark
- checkPrivacy - Variable in class org.apache.sysds.api.DMLOptions
- checkResult(int) - Static method in class org.apache.sysds.runtime.instructions.gpu.context.JCudaKernels
- checkRexpand(MatrixBlock, boolean) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixReorg
-
Quick check if the input is valid for rexpand, this check does not guarantee that the input is valid for rexpand
- checkRowAlignment(JavaPairRDD<Long, FrameBlock>, int) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.FrameRDDAggregateUtils
- checkSerialized() - Method in class org.apache.sysds.runtime.controlprogram.caching.ByteBuffer
- checkSparkBroadcastMemoryBudget(double) - Static method in class org.apache.sysds.hops.OptimizerUtils
- checkSparkBroadcastMemoryBudget(long, long, long, long) - Static method in class org.apache.sysds.hops.OptimizerUtils
- checkSparkCollectMemoryBudget(DataCharacteristics, long) - Static method in class org.apache.sysds.hops.OptimizerUtils
- checkSparkCollectMemoryBudget(DataCharacteristics, long, boolean) - Static method in class org.apache.sysds.hops.OptimizerUtils
- checkSparseBlockCSRConversion(DataCharacteristics) - Static method in class org.apache.sysds.hops.OptimizerUtils
- checkSparseRows() - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- checkSparseRows(int, int) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
-
Basic debugging primitive to check sparse block column ordering.
- checkSparsity(String, ExecutionContext) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.SparkUtils
- checkTransposeSelf() - Method in class org.apache.sysds.hops.AggBinaryOp
-
TSMM: Determine if XtX pattern applies for this aggbinary and if yes which type.
- checkValidEncoders(JSONObject) - Static method in class org.apache.sysds.runtime.transform.meta.TfMetaUtils
- checkValidEncoders(JSONObject, TfUtils.TfMethod...) - Static method in class org.apache.sysds.runtime.transform.meta.TfMetaUtils
- checkValidity(int, int, long, boolean) - Method in class org.apache.sysds.runtime.data.SparseBlock
-
Validate the correctness of the internal data structures of the different sparse block implementations.
- checkValidity(int, int, long, boolean) - Method in class org.apache.sysds.runtime.data.SparseBlockCOO
- checkValidity(int, int, long, boolean) - Method in class org.apache.sysds.runtime.data.SparseBlockCSC
- checkValidity(int, int, long, boolean) - Method in class org.apache.sysds.runtime.data.SparseBlockCSR
- checkValidity(int, int, long, boolean) - Method in class org.apache.sysds.runtime.data.SparseBlockDCSR
- checkValidity(int, int, long, boolean) - Method in class org.apache.sysds.runtime.data.SparseBlockMCSC
- checkValidity(int, int, long, boolean) - Method in class org.apache.sysds.runtime.data.SparseBlockMCSR
- CHISQ - org.apache.sysds.runtime.functionobjects.ParameterizedBuiltin.ProbabilityDistributionCode
- CHOLESKY - org.apache.sysds.common.Builtins
- CHOLESKY - org.apache.sysds.common.Opcodes
- CHOLESKY - org.apache.sysds.common.Types.OpOp1
- CiphertextMatrix - Class in org.apache.sysds.runtime.instructions.cp
-
This class abstracts over an encrypted matrix of ciphertexts.
- CiphertextMatrix(int[], DataCharacteristics, byte[]) - Constructor for class org.apache.sysds.runtime.instructions.cp.CiphertextMatrix
- CLALibAggTernaryOp - Class in org.apache.sysds.runtime.compress.lib
- CLALibBinaryCellOp - Class in org.apache.sysds.runtime.compress.lib
- CLALibBinCompress - Class in org.apache.sysds.runtime.compress.lib
- CLALibBinCompress() - Constructor for class org.apache.sysds.runtime.compress.lib.CLALibBinCompress
- CLALibCBind - Class in org.apache.sysds.runtime.compress.lib
- CLALibCMOps - Class in org.apache.sysds.runtime.compress.lib
- CLALibCombineGroups - Class in org.apache.sysds.runtime.compress.lib
-
Library functions to combine column groups inside a compressed matrix.
- CLALibCompAgg - Class in org.apache.sysds.runtime.compress.lib
- CLALibDecompress - Class in org.apache.sysds.runtime.compress.lib
-
Library to decompress a list of column groups into a matrix.
- CLALibLeftMultBy - Class in org.apache.sysds.runtime.compress.lib
- CLALibMatrixMult - Class in org.apache.sysds.runtime.compress.lib
- CLALibMerge - Class in org.apache.sysds.runtime.compress.lib
- CLALibMerge() - Constructor for class org.apache.sysds.runtime.compress.lib.CLALibMerge
- CLALibMMChain - Class in org.apache.sysds.runtime.compress.lib
-
Support compressed MM chain operation to fuse the following cases :
- CLALibReorg - Class in org.apache.sysds.runtime.compress.lib
- CLALibReorg() - Constructor for class org.apache.sysds.runtime.compress.lib.CLALibReorg
- CLALibReplace - Class in org.apache.sysds.runtime.compress.lib
- CLALibReshape - Class in org.apache.sysds.runtime.compress.lib
- CLALibRexpand - Class in org.apache.sysds.runtime.compress.lib
- CLALibRightMultBy - Class in org.apache.sysds.runtime.compress.lib
- CLALibScalar - Class in org.apache.sysds.runtime.compress.lib
- CLALibScheme - Class in org.apache.sysds.runtime.compress.lib
- CLALibScheme() - Constructor for class org.apache.sysds.runtime.compress.lib.CLALibScheme
- CLALibSelectionMult - Interface in org.apache.sysds.runtime.compress.lib
-
This lib is responsible for selecting and extracting specific rows or columns from a compressed matrix.
- CLALibSeparator - Interface in org.apache.sysds.runtime.compress.lib
-
The job of this Lib is to separate and combine back a list of column groups from its dictionaries, and vice versa combine back together dictionaries with their respective column groups
- CLALibSeparator.SeparatedGroups - Class in org.apache.sysds.runtime.compress.lib
- CLALibSlice - Class in org.apache.sysds.runtime.compress.lib
- CLALibSquash - Class in org.apache.sysds.runtime.compress.lib
-
Squash or recompress is processing each column group and trying to find a better compressed representation for each.
- CLALibStack - Class in org.apache.sysds.runtime.compress.lib
- CLALibTernaryOp - Class in org.apache.sysds.runtime.compress.lib
- CLALibTSMM - Class in org.apache.sysds.runtime.compress.lib
- CLALibUnary - Class in org.apache.sysds.runtime.compress.lib
- CLALibUtils - Class in org.apache.sysds.runtime.compress.lib
- clean - Variable in class org.apache.sysds.api.DMLOptions
- cleanup() - Static method in class org.apache.sysds.runtime.controlprogram.caching.LazyWriteBuffer
- cleanup() - Static method in class org.apache.sysds.runtime.controlprogram.caching.UnifiedMemoryManager
- cleanup(long, long...) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederationMap
- cleanupBlock(boolean, boolean) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
-
Allows to cleanup all previously allocated sparserows or denseblocks.
- cleanupBroadcastVariable(Broadcast<?>) - Static method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
-
This call destroys a broadcast variable at all executors and the driver.
- cleanupCacheableData(CacheableData<?>) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- cleanupCacheableData(CacheableData<?>) - Method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
- cleanupCacheDir() - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- cleanupCacheDir(boolean) - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
-
Deletes the DML-script-specific caching working dir.
- cleanupCachedVariables(long) - Static method in class org.apache.sysds.runtime.controlprogram.parfor.RemoteParForSparkWorker
- cleanupCodeGenerator() - Static method in class org.apache.sysds.hops.codegen.SpoofCompiler
- cleanupData(ExecutionContext, String) - Static method in class org.apache.sysds.runtime.controlprogram.paramserv.ParamservUtils
- cleanupData(ExecutionContext, Data) - Static method in class org.apache.sysds.runtime.controlprogram.paramserv.ParamservUtils
- cleanupDataObject(Data) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- cleanupHadoopExecution(DMLConfig) - Static method in class org.apache.sysds.api.DMLScript
- cleanupListObject(ExecutionContext, String) - Static method in class org.apache.sysds.runtime.controlprogram.paramserv.ParamservUtils
-
Clean up the list object according to its own data status
- cleanupListObject(ExecutionContext, String, boolean[]) - Static method in class org.apache.sysds.runtime.controlprogram.paramserv.ParamservUtils
-
Clean up the list object according to the given array of data status (i.e., false => not be removed)
- cleanupListObject(ExecutionContext, ListObject) - Static method in class org.apache.sysds.runtime.controlprogram.paramserv.ParamservUtils
- cleanupListObject(ExecutionContext, ListObject, boolean[]) - Static method in class org.apache.sysds.runtime.controlprogram.paramserv.ParamservUtils
- cleanupListObject(ListObject) - Static method in class org.apache.sysds.runtime.controlprogram.paramserv.ParamservUtils
- cleanupLiveOutVariables(List<StatementBlock>, VariableSet) - Method in class org.apache.sysds.parser.DMLTranslator
- cleanupRcWorkingDirectory(String) - Static method in class org.apache.sysds.runtime.util.LocalFileUtils
- cleanupRDDVariable(JavaPairRDD<?, ?>) - Static method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
-
This call removes an rdd variable from executor memory and disk if required.
- cleanupRuntimeInstructions(ArrayList<Instruction>, String...) - Static method in class org.apache.sysds.api.jmlc.JMLCUtils
-
Cleanup runtime instructions, removing rmvar instructions for any of the given output variable names.
- cleanupRuntimeInstructions(ArrayList<Instruction>, HashSet<String>) - Static method in class org.apache.sysds.api.jmlc.JMLCUtils
-
Cleanup runtime instructions, removing rmvar instructions for any of the given output variable names.
- cleanupRuntimeProgram(Program, String[]) - Static method in class org.apache.sysds.api.jmlc.JMLCUtils
-
Removes rmvar instructions that would remove any of the given outputs.
- cleanupSingleLineageObject(LineageObject) - Static method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
- cleanupThreadLocalMemory() - Static method in class org.apache.sysds.runtime.codegen.LibSpoofPrimitives
- cleanupThreadLocalSchedulerPool(int) - Method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
- cleanupUnreferenced(Hop...) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- cleanupWorkingDirectories() - Static method in class org.apache.sysds.runtime.controlprogram.parfor.RemoteParForUtils
-
Cleanup all temporary files created by this SystemDS process.
- cleanupWorkingDirectoriesOnShutdown() - Static method in class org.apache.sysds.runtime.controlprogram.parfor.RemoteParForUtils
-
Cleanup all temporary files created by this SystemDS process, on shutdown via exit or interrupt.
- cleanupWorkingDirectory() - Static method in class org.apache.sysds.runtime.util.LocalFileUtils
- cleanupWorkingDirectory(String) - Static method in class org.apache.sysds.runtime.util.LocalFileUtils
- clear() - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroup
-
Clear variables that can be recomputed from the allocation of this column group.
- clear() - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroupValue
- clear() - Static method in class org.apache.sysds.runtime.controlprogram.caching.PageCache
- clear() - Method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext.MemoryManagerParRDDs
- clear() - Method in class org.apache.sysds.runtime.controlprogram.federated.ExecutionContextMap
- clear() - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptTreePlanMapping
- clear() - Method in class org.apache.sysds.runtime.frame.data.columns.HashMapToInt
- clear() - Method in class org.apache.sysds.runtime.matrix.data.sketch.countdistinctapprox.SmallestPriorityQueue
- CLEAR - org.apache.sysds.runtime.controlprogram.federated.FederatedRequest.RequestType
- clearAll() - Method in class org.apache.sysds.api.mlcontext.Script
-
Clear the script string, inputs, outputs, and symbol table.
- clearAll() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPULazyCudaFreeMemoryManager
- clearBlocks() - Method in class org.apache.sysds.runtime.instructions.spark.data.PartitionedBlock
- clearClassCache() - Static method in class org.apache.sysds.runtime.codegen.CodegenUtils
- clearClassCache(Class<?>) - Static method in class org.apache.sysds.runtime.codegen.CodegenUtils
- clearCounts() - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- clearCurrentRecording() - Method in class org.apache.sysds.utils.stats.NGramBuilder
- clearData() - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- clearData(long) - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
-
Sets the cache block reference to
null, abandons the old block. - clearData(long) - Method in class org.apache.sysds.runtime.controlprogram.context.MatrixObjectFuture
- clearData(String, boolean) - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUObject
-
Clears the data associated with this
GPUObjectinstance - clearDedupBlock() - Method in class org.apache.sysds.runtime.lineage.Lineage
- clearDensePointer() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUObject
-
Removes the dense pointer and potential soft reference
- clearFederatedWorkers() - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedData
- clearGPUObject() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUObject
- clearInputs() - Method in class org.apache.sysds.api.mlcontext.Script
-
Clear the inputs.
- clearIO() - Method in class org.apache.sysds.api.mlcontext.Script
-
Clear the inputs and outputs, but not the symbol table.
- clearIOS() - Method in class org.apache.sysds.api.mlcontext.Script
-
Clear the inputs, outputs, and symbol table.
- clearLineageMap() - Method in class org.apache.sysds.runtime.lineage.Lineage
- clearLocalConfigs() - Static method in class org.apache.sysds.conf.ConfigurationManager
-
Removes the thread-local dml and compiler configurations, leading to a reinitialization on the next get unless set in between.
- clearMap() - Method in class org.apache.sysds.runtime.compress.estim.CompressedSizeInfoColGroup
- clearMaps() - Method in class org.apache.sysds.runtime.compress.estim.CompressedSizeInfo
- clearMemEstimate() - Method in class org.apache.sysds.hops.Hop
- clearMemory() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUContext
-
Clears all memory used by this
GPUContext. - clearMemory() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUMemoryManager
-
Clear the allocated GPU objects
- clearNGramRecording() - Static method in class org.apache.sysds.utils.Statistics
- clearNNZ() - Method in class org.apache.sysds.runtime.compress.estim.AComEst
-
Clear the pointer to the materialized list of nnz in columns
- clearOutputs() - Method in class org.apache.sysds.api.mlcontext.Script
-
Clear the outputs.
- clearParameters() - Method in class org.apache.sysds.api.jmlc.PreparedScript
-
Remove all current values bound to input or output variables.
- clearPinnedData() - Method in class org.apache.sysds.api.jmlc.PreparedScript
-
Remove all references to pinned variables from this script.
- clearShadowPointer() - Method in class org.apache.sysds.runtime.instructions.gpu.context.ShadowBuffer
-
Removes the content from shadow buffer
- clearSkipList() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.AOffset
- clearSoftReferenceToDecompressed() - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- clearSymbolTable() - Method in class org.apache.sysds.api.mlcontext.Script
-
Clear the symbol table.
- clearTemporaryMemory() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUContext
- clearTemporaryMemory() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUMemoryManager
-
Clears up the memory used by non-dirty pointers that are not inside lineage cache
- clearValidCompression() - Method in class org.apache.sysds.runtime.compress.CompressionSettingsBuilder
-
Clear all the compression types allowed in the compression.
- clearVariables(long) - Method in class org.apache.sysds.runtime.controlprogram.parfor.CachedReuseVariables
- clearWorkGroup() - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedData
- clen - Variable in class org.apache.sysds.runtime.codegen.SpoofOperator.SideInput
- clen - Variable in class org.apache.sysds.runtime.io.ReadProperties
- clone() - Method in class org.apache.sysds.api.jmlc.PreparedScript
- clone() - Method in class org.apache.sysds.conf.CompilerConfig
- clone() - Method in class org.apache.sysds.conf.DMLConfig
- clone() - Method in class org.apache.sysds.hops.AggBinaryOp
- clone() - Method in class org.apache.sysds.hops.AggUnaryOp
- clone() - Method in class org.apache.sysds.hops.BinaryOp
- clone() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeCell
- clone() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeMultiAgg
- clone() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeOuterProduct
- clone() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeRow
- clone() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeTpl
- clone() - Method in class org.apache.sysds.hops.codegen.SpoofFusedOp
- clone() - Method in class org.apache.sysds.hops.cost.VarStats
- clone() - Method in class org.apache.sysds.hops.DataGenOp
- clone() - Method in class org.apache.sysds.hops.DataOp
- clone() - Method in class org.apache.sysds.hops.DnnOp
- clone() - Method in class org.apache.sysds.hops.FunctionOp
- clone() - Method in class org.apache.sysds.hops.Hop
- clone() - Method in class org.apache.sysds.hops.IndexingOp
- clone() - Method in class org.apache.sysds.hops.LeftIndexingOp
- clone() - Method in class org.apache.sysds.hops.LiteralOp
- clone() - Method in class org.apache.sysds.hops.NaryOp
- clone() - Method in class org.apache.sysds.hops.ParameterizedBuiltinOp
- clone() - Method in class org.apache.sysds.hops.QuaternaryOp
- clone() - Method in class org.apache.sysds.hops.recompile.RecompileStatus
- clone() - Method in class org.apache.sysds.hops.ReorgOp
- clone() - Method in class org.apache.sysds.hops.TernaryOp
- clone() - Method in class org.apache.sysds.hops.UnaryOp
- clone() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- clone() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.DeltaDictionary
- clone() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- clone() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionary
- clone() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionarySlice
- clone() - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Returns a deep clone of the dictionary.
- clone() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- clone() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.PlaceHolderDict
- clone() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.QDictionary
- clone() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.AIterator
-
Copy the iterator with the current values.
- clone() - Method in class org.apache.sysds.runtime.compress.colgroup.scheme.ACLAScheme
- clone() - Method in class org.apache.sysds.runtime.compress.colgroup.scheme.ConstScheme
- clone() - Method in class org.apache.sysds.runtime.compress.colgroup.scheme.DDCSchemeMC
- clone() - Method in class org.apache.sysds.runtime.compress.colgroup.scheme.DDCSchemeSC
- clone() - Method in class org.apache.sysds.runtime.compress.colgroup.scheme.EmptyScheme
- clone() - Method in interface org.apache.sysds.runtime.compress.colgroup.scheme.ICLAScheme
- clone() - Method in class org.apache.sysds.runtime.compress.colgroup.scheme.RLEScheme
- clone() - Method in class org.apache.sysds.runtime.compress.colgroup.scheme.SDCSchemeMC
- clone() - Method in class org.apache.sysds.runtime.compress.colgroup.scheme.SDCSchemeSC
- clone() - Method in class org.apache.sysds.runtime.compress.colgroup.scheme.UncompressedScheme
- clone() - Method in class org.apache.sysds.runtime.compress.utils.DblArrayCountHashMap
- clone() - Method in class org.apache.sysds.runtime.compress.utils.DoubleCountHashMap
- clone() - Method in class org.apache.sysds.runtime.controlprogram.federated.FederationMap
- clone() - Method in class org.apache.sysds.runtime.controlprogram.LocalVariableMap
- clone() - Method in class org.apache.sysds.runtime.controlprogram.Program
- clone() - Method in class org.apache.sysds.runtime.frame.data.columns.ABooleanArray
- clone() - Method in class org.apache.sysds.runtime.frame.data.columns.Array
-
Overwrite of the java internal clone function for arrays, return a clone of underlying data that is mutable, (not immutable data.) Immutable data is dependent on the individual allocated arrays
- clone() - Method in class org.apache.sysds.runtime.frame.data.columns.BitSetArray
- clone() - Method in class org.apache.sysds.runtime.frame.data.columns.BooleanArray
- clone() - Method in class org.apache.sysds.runtime.frame.data.columns.CharArray
- clone() - Method in class org.apache.sysds.runtime.frame.data.columns.DDCArray
- clone() - Method in class org.apache.sysds.runtime.frame.data.columns.DoubleArray
- clone() - Method in class org.apache.sysds.runtime.frame.data.columns.FloatArray
- clone() - Method in class org.apache.sysds.runtime.frame.data.columns.HashIntegerArray
- clone() - Method in class org.apache.sysds.runtime.frame.data.columns.HashLongArray
- clone() - Method in class org.apache.sysds.runtime.frame.data.columns.IntegerArray
- clone() - Method in class org.apache.sysds.runtime.frame.data.columns.LongArray
- clone() - Method in class org.apache.sysds.runtime.frame.data.columns.OptionalArray
- clone() - Method in class org.apache.sysds.runtime.frame.data.columns.RaggedArray
- clone() - Method in class org.apache.sysds.runtime.frame.data.columns.StringArray
- clone() - Method in class org.apache.sysds.runtime.functionobjects.FunctionObject
- clone() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUObject
- clone() - Method in class org.apache.sysds.runtime.meta.MetaData
- clone() - Method in class org.apache.sysds.runtime.meta.MetaDataFormat
- clone(boolean) - Method in class org.apache.sysds.api.jmlc.PreparedScript
-
Creates a cloned instance of the prepared script, which allows for concurrent execution without side effects.
- clone(int) - Method in class org.apache.sysds.runtime.instructions.gpu.context.CSRPointer
- cloneFunctionBlock() - Method in interface org.apache.sysds.common.Types.FunctionBlock
- cloneFunctionBlock() - Method in class org.apache.sysds.parser.FunctionStatementBlock
- cloneFunctionBlock() - Method in class org.apache.sysds.runtime.controlprogram.FunctionProgramBlock
- cloneInstruction(Instruction, long, boolean, boolean) - Static method in class org.apache.sysds.runtime.util.ProgramConverter
- cloneReservedPositions() - Method in class org.apache.sysds.runtime.iogen.RawIndex
- close() - Method in class org.apache.sysds.api.jmlc.Connection
-
Close connection to SystemDS, which clears the thread-local DML and compiler configurations.
- close() - Method in class org.apache.sysds.api.mlcontext.MLContext
-
Closes the mlcontext, which includes the cleanup of static and local state as well as scratch space and buffer pool cleanup.
- close() - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheMaintenanceService
- close() - Method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
- close() - Method in class org.apache.sysds.runtime.io.BinaryBlockSerialization.MatrixBlockDeserializer
- close() - Method in class org.apache.sysds.runtime.io.BinaryBlockSerialization.MatrixBlockSerializer
- close() - Method in class org.apache.sysds.runtime.matrix.data.LibMatrixCuDNNConvolutionAlgorithm
-
Deallocates the tensor and filter descriptors as well as allocated workspace
- close() - Method in class org.apache.sysds.runtime.matrix.data.LibMatrixCuDNNInputRowFetcher
-
Deallocates temporary pointer
- close() - Method in class org.apache.sysds.runtime.matrix.data.LibMatrixCuDNNPoolingDescriptors
- close() - Method in class org.apache.sysds.runtime.matrix.data.LibMatrixCuDNNRnnAlgorithm
- close() - Method in class org.apache.sysds.runtime.util.DoubleBufferingOutputStream
- close() - Method in class org.apache.sysds.runtime.util.FastBufferedDataOutputStream
- close(Hop) - Method in class org.apache.sysds.hops.codegen.template.TemplateBase
-
Indicates if the template must be closed at the current hop; either due to final operations (e.g., aggregate) or unsupported operations.
- close(Hop) - Method in class org.apache.sysds.hops.codegen.template.TemplateCell
- close(Hop) - Method in class org.apache.sysds.hops.codegen.template.TemplateMultiAgg
- close(Hop) - Method in class org.apache.sysds.hops.codegen.template.TemplateOuterProduct
- close(Hop) - Method in class org.apache.sysds.hops.codegen.template.TemplateRow
- CLOSED_INVALID - org.apache.sysds.hops.codegen.template.TemplateBase.CloseType
- CLOSED_VALID - org.apache.sysds.hops.codegen.template.TemplateBase.CloseType
- closeInput() - Method in class org.apache.sysds.runtime.controlprogram.parfor.LocalTaskQueue
-
Synchronized (logical) insert of a NO_MORE_TASKS symbol at the end of the FIFO queue in order to mark that no more tasks will be inserted into the queue.
- closeSilently(Closeable) - Static method in class org.apache.sysds.runtime.io.IOUtilFunctions
- closeSilently(RecordReader<?, ?>) - Static method in class org.apache.sysds.runtime.io.IOUtilFunctions
- CloudInstance - Class in org.apache.sysds.resource
-
This class describes the configurations of a single VM instance.
- CloudInstance(String, double, double, double, long, int, double, double, double, double, double, boolean, int, double) - Constructor for class org.apache.sysds.resource.CloudInstance
- CloudUtils - Class in org.apache.sysds.resource
-
Class providing static utilities for cloud related operations.
- CloudUtils.CloudProvider - Enum in org.apache.sysds.resource
- CloudUtils.InstanceFamily - Enum in org.apache.sysds.resource
- CloudUtils.InstanceSize - Enum in org.apache.sysds.resource
- CM - Class in org.apache.sysds.runtime.functionobjects
-
GENERAL NOTE: * 05/28/2014: We decided to do handle weights consistently to SPSS in an operation-specific manner, i.e., we (1) round instead of casting where required (e.g.
- CM - org.apache.sysds.common.Opcodes
- CM_COV_Object - Class in org.apache.sysds.runtime.instructions.cp
- CM_COV_Object() - Constructor for class org.apache.sysds.runtime.instructions.cp.CM_COV_Object
- CM2 - org.apache.sysds.runtime.matrix.operators.CMOperator.AggregateOperationTypes
- CM3 - org.apache.sysds.runtime.matrix.operators.CMOperator.AggregateOperationTypes
- CM4 - org.apache.sysds.runtime.matrix.operators.CMOperator.AggregateOperationTypes
- cmOperations(CMOperator) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- cmOperations(CMOperator) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- cmOperations(CMOperator, MatrixBlock) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- cmOperations(CMOperator, MatrixBlock) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- CMOperator - Class in org.apache.sysds.runtime.matrix.operators
- CMOperator(ValueFunction, CMOperator.AggregateOperationTypes) - Constructor for class org.apache.sysds.runtime.matrix.operators.CMOperator
- CMOperator(ValueFunction, CMOperator.AggregateOperationTypes, int) - Constructor for class org.apache.sysds.runtime.matrix.operators.CMOperator
- CMOperator.AggregateOperationTypes - Enum in org.apache.sysds.runtime.matrix.operators
- CNode - Class in org.apache.sysds.hops.codegen.cplan
- CNode() - Constructor for class org.apache.sysds.hops.codegen.cplan.CNode
- CNodeBinary - Class in org.apache.sysds.hops.codegen.cplan
- CNodeBinary(CNode, CNode, CNodeBinary.BinType) - Constructor for class org.apache.sysds.hops.codegen.cplan.CNodeBinary
- CNodeBinary.BinType - Enum in org.apache.sysds.hops.codegen.cplan
- CNodeCell - Class in org.apache.sysds.hops.codegen.cplan
- CNodeCell(ArrayList<CNode>, CNode) - Constructor for class org.apache.sysds.hops.codegen.cplan.CNodeCell
- CNodeData - Class in org.apache.sysds.hops.codegen.cplan
- CNodeData(CNodeData, String) - Constructor for class org.apache.sysds.hops.codegen.cplan.CNodeData
- CNodeData(Hop) - Constructor for class org.apache.sysds.hops.codegen.cplan.CNodeData
- CNodeData(Hop, long, long, Types.DataType) - Constructor for class org.apache.sysds.hops.codegen.cplan.CNodeData
- CNodeMultiAgg - Class in org.apache.sysds.hops.codegen.cplan
- CNodeMultiAgg(ArrayList<CNode>, ArrayList<CNode>) - Constructor for class org.apache.sysds.hops.codegen.cplan.CNodeMultiAgg
- CNodeNary - Class in org.apache.sysds.hops.codegen.cplan
- CNodeNary(CNode[], CNodeNary.NaryType) - Constructor for class org.apache.sysds.hops.codegen.cplan.CNodeNary
- CNodeNary.NaryType - Enum in org.apache.sysds.hops.codegen.cplan
- CNodeOuterProduct - Class in org.apache.sysds.hops.codegen.cplan
- CNodeOuterProduct(ArrayList<CNode>, CNode, MMTSJ.MMTSJType) - Constructor for class org.apache.sysds.hops.codegen.cplan.CNodeOuterProduct
- CNodeRow - Class in org.apache.sysds.hops.codegen.cplan
- CNodeRow(ArrayList<CNode>, CNode) - Constructor for class org.apache.sysds.hops.codegen.cplan.CNodeRow
- CNodeTernary - Class in org.apache.sysds.hops.codegen.cplan
- CNodeTernary(CNode, CNode, CNode, CNodeTernary.TernaryType) - Constructor for class org.apache.sysds.hops.codegen.cplan.CNodeTernary
- CNodeTernary.TernaryType - Enum in org.apache.sysds.hops.codegen.cplan
- CNodeTpl - Class in org.apache.sysds.hops.codegen.cplan
- CNodeTpl(ArrayList<CNode>, CNode) - Constructor for class org.apache.sysds.hops.codegen.cplan.CNodeTpl
- CNodeUnary - Class in org.apache.sysds.hops.codegen.cplan
- CNodeUnary(CNode, CNodeUnary.UnaryType) - Constructor for class org.apache.sysds.hops.codegen.cplan.CNodeUnary
- CNodeUnary.UnaryType - Enum in org.apache.sysds.hops.codegen.cplan
- CoCodeBinPacking - Class in org.apache.sysds.runtime.compress.cocode
-
Column group partitioning with bin packing heuristic.
- CoCodeGreedy - Class in org.apache.sysds.runtime.compress.cocode
- CoCodeHybrid - Class in org.apache.sysds.runtime.compress.cocode
-
This cocode strategy starts combines the use of CoCodePriorityQue and CoCodeGreedy.
- coCodePercentage - Variable in class org.apache.sysds.runtime.compress.CompressionSettings
-
A Cocode parameter that differ in behavior based on compression method, in general it is a value that reflects aggressively likely coCoding is used.
- CoCodePriorityQue - Class in org.apache.sysds.runtime.compress.cocode
-
Column group partitioning by number of distinct items estimated.
- CoCoderFactory - Interface in org.apache.sysds.runtime.compress.cocode
- CoCoderFactory.PartitionerType - Enum in org.apache.sysds.runtime.compress.cocode
-
The Valid coCoding techniques
- CoCodeStatic - Class in org.apache.sysds.runtime.compress.cocode
-
Column group co coding with static distribution heuristic.
- codegen() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeTpl
- codegen(boolean, SpoofCompiler.GeneratorAPI) - Method in class org.apache.sysds.hops.codegen.cplan.CNode
- codegen(boolean, SpoofCompiler.GeneratorAPI) - Method in class org.apache.sysds.hops.codegen.cplan.CNodeBinary
- codegen(boolean, SpoofCompiler.GeneratorAPI) - Method in class org.apache.sysds.hops.codegen.cplan.CNodeCell
- codegen(boolean, SpoofCompiler.GeneratorAPI) - Method in class org.apache.sysds.hops.codegen.cplan.CNodeData
- codegen(boolean, SpoofCompiler.GeneratorAPI) - Method in class org.apache.sysds.hops.codegen.cplan.CNodeMultiAgg
- codegen(boolean, SpoofCompiler.GeneratorAPI) - Method in class org.apache.sysds.hops.codegen.cplan.CNodeNary
- codegen(boolean, SpoofCompiler.GeneratorAPI) - Method in class org.apache.sysds.hops.codegen.cplan.CNodeOuterProduct
- codegen(boolean, SpoofCompiler.GeneratorAPI) - Method in class org.apache.sysds.hops.codegen.cplan.CNodeRow
- codegen(boolean, SpoofCompiler.GeneratorAPI) - Method in class org.apache.sysds.hops.codegen.cplan.CNodeTernary
- codegen(boolean, SpoofCompiler.GeneratorAPI) - Method in class org.apache.sysds.hops.codegen.cplan.CNodeUnary
- CODEGEN - org.apache.sysds.utils.Explain.ExplainType
- CODEGEN - Static variable in class org.apache.sysds.conf.DMLConfig
- CODEGEN_API - Static variable in class org.apache.sysds.conf.DMLConfig
- CODEGEN_COMPILER - Static variable in class org.apache.sysds.conf.DMLConfig
- CODEGEN_ENABLED - org.apache.sysds.conf.CompilerConfig.ConfigType
- CODEGEN_LITERALS - Static variable in class org.apache.sysds.conf.DMLConfig
- CODEGEN_OPTIMIZER - Static variable in class org.apache.sysds.conf.DMLConfig
- CODEGEN_PLANCACHE - Static variable in class org.apache.sysds.conf.DMLConfig
- CODEGEN_RECOMPILE - org.apache.sysds.utils.Explain.ExplainType
- CodegenStatistics - Class in org.apache.sysds.utils.stats
- CodegenStatistics() - Constructor for class org.apache.sysds.utils.stats.CodegenStatistics
- CodeGenTrie - Class in org.apache.sysds.runtime.iogen.codegen
- CodeGenTrie(CustomProperties, String, boolean, FormatIdentifyer) - Constructor for class org.apache.sysds.runtime.iogen.codegen.CodeGenTrie
- CodeGenTrieNode - Class in org.apache.sysds.runtime.iogen.codegen
- CodeGenTrieNode(boolean, String, Types.ValueType, String, HashSet<String>, CodeGenTrieNode.NodeType) - Constructor for class org.apache.sysds.runtime.iogen.codegen.CodeGenTrieNode
- CodeGenTrieNode(String, String, CodeGenTrieNode.NodeType) - Constructor for class org.apache.sysds.runtime.iogen.codegen.CodeGenTrieNode
- CodeGenTrieNode(CodeGenTrieNode.NodeType) - Constructor for class org.apache.sysds.runtime.iogen.codegen.CodeGenTrieNode
- CodeGenTrieNode.NodeType - Enum in org.apache.sysds.runtime.iogen.codegen
- CodegenUtils - Class in org.apache.sysds.runtime.codegen
- CodegenUtils() - Constructor for class org.apache.sysds.runtime.codegen.CodegenUtils
- CodeTemplate - Class in org.apache.sysds.hops.codegen.cplan
- CodeTemplate() - Constructor for class org.apache.sysds.hops.codegen.cplan.CodeTemplate
- codgenHopsDAG(DMLProgram) - Method in class org.apache.sysds.parser.DMLTranslator
- codgenHopsDAG(Program) - Method in class org.apache.sysds.parser.DMLTranslator
- codgenHopsDAG(ProgramBlock) - Method in class org.apache.sysds.parser.DMLTranslator
- COG - org.apache.sysds.common.Types.FileFormat
- COGByteReader - Class in org.apache.sysds.runtime.io.cog
-
This class is used by the COGReader to read bytes from a BufferedInputStream.
- COGByteReader(BufferedInputStream) - Constructor for class org.apache.sysds.runtime.io.cog.COGByteReader
- COGByteReader(BufferedInputStream, int) - Constructor for class org.apache.sysds.runtime.io.cog.COGByteReader
- COGCompressionUtils - Class in org.apache.sysds.runtime.io.cog
- COGCompressionUtils() - Constructor for class org.apache.sysds.runtime.io.cog.COGCompressionUtils
- COGHeader - Class in org.apache.sysds.runtime.io.cog
-
Represents a header for a COG file.
- COGHeader(boolean) - Constructor for class org.apache.sysds.runtime.io.cog.COGHeader
- COGProperties - Class in org.apache.sysds.runtime.io.cog
-
Properties of a COG file that are useful for reading the file.
- COGProperties() - Constructor for class org.apache.sysds.runtime.io.cog.COGProperties
- COGProperties(IFDTag[]) - Constructor for class org.apache.sysds.runtime.io.cog.COGProperties
- Col - org.apache.sysds.common.Types.Direction
- COL - org.apache.sysds.hops.fedplanner.FTypes.AlignType
- COL - org.apache.sysds.hops.fedplanner.FTypes.FPartitioning
- COL - org.apache.sysds.hops.fedplanner.FTypes.FType
- COL - org.apache.sysds.runtime.iogen.codegen.CodeGenTrieNode.NodeType
- COL_AGG - org.apache.sysds.runtime.codegen.SpoofCellwise.CellType
- COL_AGG - org.apache.sysds.runtime.codegen.SpoofRowwise.RowType
- COL_AGG_B1 - org.apache.sysds.runtime.codegen.SpoofRowwise.RowType
- COL_AGG_B1_T - org.apache.sysds.runtime.codegen.SpoofRowwise.RowType
- COL_AGG_B1R - org.apache.sysds.runtime.codegen.SpoofRowwise.RowType
- COL_AGG_CONST - org.apache.sysds.runtime.codegen.SpoofRowwise.RowType
- COL_AGG_T - org.apache.sysds.runtime.codegen.SpoofRowwise.RowType
- COL_COUNT_DISTINCT - org.apache.sysds.common.Builtins
- COL_T - org.apache.sysds.hops.fedplanner.FTypes.AlignType
- COL_VECTOR - org.apache.sysds.lops.BinaryM.VectorType
- COL_VECTOR_MATRIX - org.apache.sysds.runtime.matrix.data.LibMatrixBincell.BinaryAccessType
- col2imOverSingleImage(int, MatrixBlock, DnnParameters) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixDNNIm2Col
- colContainsValue(int, double) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupLinearFunctional
- colEnd - Variable in class org.apache.sysds.runtime.util.IndexRange
- ColGroupConst - Class in org.apache.sysds.runtime.compress.colgroup
- ColGroupDDC - Class in org.apache.sysds.runtime.compress.colgroup
-
Class to encapsulate information about a column group that is encoded with dense dictionary encoding (DDC).
- ColGroupDDCFOR - Class in org.apache.sysds.runtime.compress.colgroup
-
Class to encapsulate information about a column group that is encoded with dense dictionary encoding (DDC).
- ColGroupDeltaDDC - Class in org.apache.sysds.runtime.compress.colgroup
-
Class to encapsulate information about a column group that is first delta encoded then encoded with dense dictionary encoding (DeltaDDC).
- ColGroupDeltaDDC() - Constructor for class org.apache.sysds.runtime.compress.colgroup.ColGroupDeltaDDC
- ColGroupEmpty - Class in org.apache.sysds.runtime.compress.colgroup
- ColGroupEmpty(IColIndex) - Constructor for class org.apache.sysds.runtime.compress.colgroup.ColGroupEmpty
-
Constructs an Constant Colum Group, that contains only one tuple, with the given value.
- ColGroupFactory - Class in org.apache.sysds.runtime.compress.colgroup
-
Factory class for constructing ColGroups.
- ColGroupIO - Interface in org.apache.sysds.runtime.compress.colgroup
-
IO for ColGroups, it enables read and write ColGroups
- ColGroupLinearFunctional - Class in org.apache.sysds.runtime.compress.colgroup
- ColGroupOLE - Class in org.apache.sysds.runtime.compress.colgroup
-
Class to encapsulate information about a column group that is encoded with simple lists of offsets for each set of distinct values.
- ColGroupRLE - Class in org.apache.sysds.runtime.compress.colgroup
-
A group of columns compressed with a single run-length encoded bitmap.
- ColGroupSDC - Class in org.apache.sysds.runtime.compress.colgroup
-
Column group that sparsely encodes the dictionary values.
- ColGroupSDCFOR - Class in org.apache.sysds.runtime.compress.colgroup
-
ColGroup for Patched Frame Of Reference.
- ColGroupSDCSingle - Class in org.apache.sysds.runtime.compress.colgroup
-
Column group that sparsely encodes the dictionary values.
- ColGroupSDCSingleZeros - Class in org.apache.sysds.runtime.compress.colgroup
-
Column group that sparsely encodes the dictionary values.
- ColGroupSDCZeros - Class in org.apache.sysds.runtime.compress.colgroup
-
Column group that sparsely encodes the dictionary values.
- ColGroupSizes - Interface in org.apache.sysds.runtime.compress.colgroup
- ColGroupUncompressed - Class in org.apache.sysds.runtime.compress.colgroup
-
Column group type for columns that are stored as dense arrays of doubles.
- ColGroupUncompressedArray - Class in org.apache.sysds.runtime.compress.colgroup
-
Special sideways compressed column group not supposed to be used outside of the compressed transform encode.
- ColGroupUncompressedArray(Array<?>, int, IColIndex) - Constructor for class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressedArray
- ColGroupUtils - Interface in org.apache.sysds.runtime.compress.colgroup
- ColGroupUtils.P - Class in org.apache.sysds.runtime.compress.colgroup
- colInd - Variable in class org.apache.sysds.runtime.instructions.gpu.context.CSRPointer
-
integer array of nnz values' column indices
- ColIndexes - Class in org.apache.sysds.runtime.compress.cocode
- ColIndexes(IColIndex) - Constructor for class org.apache.sysds.runtime.compress.cocode.ColIndexes
- ColIndexFactory - Interface in org.apache.sysds.runtime.compress.colgroup.indexes
- ColIndexStructure - Class in org.apache.sysds.runtime.iogen
- ColIndexStructure() - Constructor for class org.apache.sysds.runtime.iogen.ColIndexStructure
- ColIndexStructure.IndexProperties - Enum in org.apache.sysds.runtime.iogen
- collectGPURoots(Lop, Map<Long, Integer>, HashSet<Lop>) - Static method in class org.apache.sysds.lops.OperatorOrderingUtils
- CollectionUtils - Class in org.apache.sysds.runtime.util
- CollectionUtils() - Constructor for class org.apache.sysds.runtime.util.CollectionUtils
- collectSparkRoots(Lop, Map<Long, Integer>, HashSet<Lop>) - Static method in class org.apache.sysds.lops.OperatorOrderingUtils
- colLower - Variable in class org.apache.sysds.parser.dml.DmlParser.IndexedExpressionContext
- colMax() - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
-
Wrapper method for reduceall-colMin of a matrix.
- colMax(int) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- COLMAX - org.apache.sysds.common.Builtins
- COLMEAN - org.apache.sysds.common.Builtins
- colMin() - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
-
Wrapper method for reduceall-colMin of a matrix.
- colMin(int) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- COLMIN - org.apache.sysds.common.Builtins
- COLNAMES - org.apache.sysds.common.Builtins
- COLNAMES - org.apache.sysds.common.Opcodes
- COLNAMES - org.apache.sysds.common.Types.OpOp1
- ColorMap - org.apache.sysds.runtime.io.cog.IFDTagDictionary
- colPointers() - Method in class org.apache.sysds.runtime.data.SparseBlockCSC
-
Get raw access to underlying array of column pointers For use in GPU code
- COLPROD - org.apache.sysds.common.Builtins
- colProduct(double[], int[], IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- colProduct(double[], int[], IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- colProduct(double[], int[], IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionary
- colProduct(double[], int[], IColIndex) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Calculate the column product of the dictionary weighted by counts.
- colProduct(double[], int[], IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- colProductWithReference(double[], int[], IColIndex, double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- colProductWithReference(double[], int[], IColIndex, double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- colProductWithReference(double[], int[], IColIndex, double[]) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Calculate the column product of the dictionary weighted by counts.
- colProductWithReference(double[], int[], IColIndex, double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- COLSD - org.apache.sysds.common.Builtins
- colsKnown() - Method in class org.apache.sysds.hops.Hop
- colsKnown() - Method in class org.apache.sysds.runtime.meta.DataCharacteristics
- colsKnown() - Method in class org.apache.sysds.runtime.meta.MatrixCharacteristics
- colsKnown() - Method in class org.apache.sysds.runtime.meta.TensorCharacteristics
- colSpan() - Method in class org.apache.sysds.runtime.util.IndexRange
- colStart - Variable in class org.apache.sysds.runtime.util.IndexRange
- colSum() - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- colSum() - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
-
Wrapper method for single threaded reduceall-colSum of a matrix.
- colSum(double[], int[], IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- colSum(double[], int[], IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- colSum(double[], int[], IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionary
- colSum(double[], int[], IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionarySlice
- colSum(double[], int[], IColIndex) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Get the column sum of the values contained in the dictionary
- colSum(double[], int[], IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- colSum(Collection<AColGroup>, double[], int) - Static method in class org.apache.sysds.runtime.compress.colgroup.AColGroup
-
Compute the column sum of the given list of groups
- COLSUM - org.apache.sysds.common.Builtins
- colSumSq(double[], int[], IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- colSumSq(double[], int[], IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- colSumSq(double[], int[], IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionary
- colSumSq(double[], int[], IColIndex) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Get the column sum of the values contained in the dictionary
- colSumSq(double[], int[], IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- colSumSqWithReference(double[], int[], IColIndex, double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- colSumSqWithReference(double[], int[], IColIndex, double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- colSumSqWithReference(double[], int[], IColIndex, double[]) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Get the column sum of the values contained in the dictionary with an offset reference value added to each cell.
- colSumSqWithReference(double[], int[], IColIndex, double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- column - Variable in class org.apache.sysds.runtime.matrix.data.MatrixValue.CellIndex
- COLUMN_BLOCK_WISE - org.apache.sysds.runtime.controlprogram.ParForProgramBlock.PDataPartitionFormat
- COLUMN_BLOCK_WISE_N - org.apache.sysds.runtime.controlprogram.ParForProgramBlock.PDataPartitionFormat
- COLUMN_DIMS_COLS - org.apache.sysds.hops.codegen.SpoofFusedOp.SpoofOutputDimsType
- COLUMN_DIMS_ROWS - org.apache.sysds.hops.codegen.SpoofFusedOp.SpoofOutputDimsType
- COLUMN_RANK_DIMS - org.apache.sysds.hops.codegen.SpoofFusedOp.SpoofOutputDimsType
- COLUMN_RANK_DIMS_T - org.apache.sysds.hops.codegen.SpoofFusedOp.SpoofOutputDimsType
- COLUMN_WISE - org.apache.sysds.runtime.controlprogram.ParForProgramBlock.PDataPartitionFormat
- COLUMN_WISE - Static variable in class org.apache.sysds.runtime.controlprogram.ParForProgramBlock.PartitionFormat
- COLUMNBLOCKCOUNTPARAM - Static variable in class org.apache.sysds.parser.DataExpression
- ColumnEncoder - Class in org.apache.sysds.runtime.transform.encode
-
Base class for all transform encoders providing both a row and block interface for decoding frames to matrices.
- ColumnEncoder.EncoderType - Enum in org.apache.sysds.runtime.transform.encode
- ColumnEncoderBagOfWords - Class in org.apache.sysds.runtime.transform.encode
- ColumnEncoderBagOfWords() - Constructor for class org.apache.sysds.runtime.transform.encode.ColumnEncoderBagOfWords
- ColumnEncoderBagOfWords(ColumnEncoderBagOfWords) - Constructor for class org.apache.sysds.runtime.transform.encode.ColumnEncoderBagOfWords
- ColumnEncoderBin - Class in org.apache.sysds.runtime.transform.encode
- ColumnEncoderBin() - Constructor for class org.apache.sysds.runtime.transform.encode.ColumnEncoderBin
- ColumnEncoderBin(int, int, double[], double[]) - Constructor for class org.apache.sysds.runtime.transform.encode.ColumnEncoderBin
- ColumnEncoderBin(int, int, ColumnEncoderBin.BinMethod) - Constructor for class org.apache.sysds.runtime.transform.encode.ColumnEncoderBin
- ColumnEncoderBin.BinMethod - Enum in org.apache.sysds.runtime.transform.encode
- ColumnEncoderComposite - Class in org.apache.sysds.runtime.transform.encode
-
Simple composite encoder that applies a list of encoders in specified order.
- ColumnEncoderComposite() - Constructor for class org.apache.sysds.runtime.transform.encode.ColumnEncoderComposite
- ColumnEncoderComposite(List<ColumnEncoder>) - Constructor for class org.apache.sysds.runtime.transform.encode.ColumnEncoderComposite
- ColumnEncoderComposite(List<ColumnEncoder>, int) - Constructor for class org.apache.sysds.runtime.transform.encode.ColumnEncoderComposite
- ColumnEncoderComposite(List<ColumnEncoder>, FrameBlock) - Constructor for class org.apache.sysds.runtime.transform.encode.ColumnEncoderComposite
- ColumnEncoderComposite(ColumnEncoder) - Constructor for class org.apache.sysds.runtime.transform.encode.ColumnEncoderComposite
- ColumnEncoderDummycode - Class in org.apache.sysds.runtime.transform.encode
- ColumnEncoderDummycode() - Constructor for class org.apache.sysds.runtime.transform.encode.ColumnEncoderDummycode
- ColumnEncoderDummycode(int) - Constructor for class org.apache.sysds.runtime.transform.encode.ColumnEncoderDummycode
- ColumnEncoderDummycode(int, int) - Constructor for class org.apache.sysds.runtime.transform.encode.ColumnEncoderDummycode
- ColumnEncoderFeatureHash - Class in org.apache.sysds.runtime.transform.encode
-
Class used for feature hashing transformation of frames.
- ColumnEncoderFeatureHash() - Constructor for class org.apache.sysds.runtime.transform.encode.ColumnEncoderFeatureHash
- ColumnEncoderFeatureHash(int, long) - Constructor for class org.apache.sysds.runtime.transform.encode.ColumnEncoderFeatureHash
- ColumnEncoderFeatureHash.FeatureHashSparseApplyTask - Class in org.apache.sysds.runtime.transform.encode
- ColumnEncoderPassThrough - Class in org.apache.sysds.runtime.transform.encode
- ColumnEncoderPassThrough() - Constructor for class org.apache.sysds.runtime.transform.encode.ColumnEncoderPassThrough
- ColumnEncoderPassThrough.PassThroughSparseApplyTask - Class in org.apache.sysds.runtime.transform.encode
- ColumnEncoderRecode - Class in org.apache.sysds.runtime.transform.encode
- ColumnEncoderRecode() - Constructor for class org.apache.sysds.runtime.transform.encode.ColumnEncoderRecode
- ColumnEncoderRecode(int) - Constructor for class org.apache.sysds.runtime.transform.encode.ColumnEncoderRecode
- ColumnEncoderUDF - Class in org.apache.sysds.runtime.transform.encode
- ColumnEncoderUDF() - Constructor for class org.apache.sysds.runtime.transform.encode.ColumnEncoderUDF
- ColumnEncoderWordEmbedding - Class in org.apache.sysds.runtime.transform.encode
- ColumnEncoderWordEmbedding() - Constructor for class org.apache.sysds.runtime.transform.encode.ColumnEncoderWordEmbedding
- columnMajorDenseToRowMajorSparse(GPUContext, cusparseHandle, Pointer, int, int) - Static method in class org.apache.sysds.runtime.instructions.gpu.context.GPUObject
-
Convenience method to convert a CSR matrix to a dense matrix on the GPU Since the allocated matrix is temporary, bookkeeping is not updated.
- ColumnMetadata - Class in org.apache.sysds.runtime.frame.data.columns
- ColumnMetadata() - Constructor for class org.apache.sysds.runtime.frame.data.columns.ColumnMetadata
-
Default constructor
- ColumnMetadata(long) - Constructor for class org.apache.sysds.runtime.frame.data.columns.ColumnMetadata
- ColumnMetadata(long, String) - Constructor for class org.apache.sysds.runtime.frame.data.columns.ColumnMetadata
- ColumnMetadata(ColumnMetadata) - Constructor for class org.apache.sysds.runtime.frame.data.columns.ColumnMetadata
- columnPartitioner - Variable in class org.apache.sysds.runtime.compress.CompressionSettings
-
The selected method for column partitioning used in CoCoding compressed columns
- columnStringToCSVString(String, String) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- colUpper - Variable in class org.apache.sysds.parser.dml.DmlParser.IndexedExpressionContext
- COLVAR - org.apache.sysds.common.Builtins
- combine(int[], int[]) - Static method in interface org.apache.sysds.runtime.compress.utils.Util
- combine(List<? extends AColGroup>) - Static method in interface org.apache.sysds.runtime.compress.colgroup.indexes.ColIndexFactory
- combine(List<AColGroup>, Map<Integer, List<IDictionary>>, int) - Static method in interface org.apache.sysds.runtime.compress.lib.CLALibSeparator
-
Combine a set of separated groups back together.
- combine(Map<MatrixIndexes, MatrixBlock>, Map<Integer, List<IDictionary>>, int) - Static method in class org.apache.sysds.runtime.compress.lib.CLALibStack
-
Combine the map of index matrix blocks into a single MatrixBlock.
- combine(Map<MatrixIndexes, MatrixBlock>, Map<Integer, List<IDictionary>>, int, int, int, int) - Static method in class org.apache.sysds.runtime.compress.lib.CLALibStack
-
Alternative read, when dimensions are known.
- combine(AColGroup, int) - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroup
-
Combine this column group with another
- combine(AColGroup, AColGroup) - Static method in interface org.apache.sysds.runtime.compress.colgroup.indexes.ColIndexFactory
- combine(AColGroup, AColGroup, int) - Static method in class org.apache.sysds.runtime.compress.lib.CLALibCombineGroups
-
Combine the column groups A and B together.
- combine(IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.ArrayIndex
- combine(IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.CombinedIndex
- combine(IColIndex) - Method in interface org.apache.sysds.runtime.compress.colgroup.indexes.IColIndex
-
combine the indexes of this colIndex with another, it is expected that all calls to this contains unique indexes, and no copies of values.
- combine(IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.RangeIndex
- combine(IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.SingleIndex
- combine(IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.TwoIndex
- combine(IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.TwoRangesIndex
- combine(IColIndex, IColIndex) - Static method in interface org.apache.sysds.runtime.compress.colgroup.indexes.ColIndexFactory
- combine(IColIndex, CompressedSizeInfoColGroup, CompressedSizeInfoColGroup) - Method in class org.apache.sysds.runtime.compress.estim.AComEst
-
Combine two analyzed column groups together.
- combine(CompressedMatrixBlock, CompressedSizeInfo, ExecutorService, int) - Static method in class org.apache.sysds.runtime.compress.lib.CLALibCombineGroups
- combine(CompressedSizeInfoColGroup, CompressedSizeInfoColGroup) - Method in class org.apache.sysds.runtime.compress.estim.AComEst
-
combine two analyzed column groups together.
- combine(IEncode) - Method in class org.apache.sysds.runtime.compress.estim.encoding.ConstEncoding
- combine(IEncode) - Method in class org.apache.sysds.runtime.compress.estim.encoding.DenseEncoding
- combine(IEncode) - Method in class org.apache.sysds.runtime.compress.estim.encoding.EmptyEncoding
- combine(IEncode) - Method in interface org.apache.sysds.runtime.compress.estim.encoding.IEncode
-
Combine two encodings, note it should be guaranteed by the caller that the number of unique multiplied does not overflow Integer.
- combine(IEncode) - Method in class org.apache.sysds.runtime.compress.estim.encoding.SparseEncoding
- CombineBinary - org.apache.sysds.lops.Lop.Type
- combineConstColumns(CompressedMatrixBlock) - Static method in class org.apache.sysds.runtime.compress.lib.CLALibUtils
-
Combine all column groups that are constant types, this include empty and const.
- COMBINED - org.apache.sysds.runtime.compress.colgroup.indexes.IColIndex.ColIndexType
- combineDefaultTuples(double[], List<AColGroup>) - Static method in interface org.apache.sysds.runtime.compress.colgroup.IContainDefaultTuple
- combineDictionaries(AColGroupCompressed, AColGroupCompressed) - Static method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.DictionaryFactory
- combineDictionaries(AColGroupCompressed, AColGroupCompressed, HashMapLongInt) - Static method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.DictionaryFactory
- combineDictionariesSparse(AColGroupCompressed, AColGroupCompressed) - Static method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.DictionaryFactory
-
Combine the dictionaries assuming a sparse combination where each dictionary can be a SDC containing a default element that have to be introduced into the combined dictionary.
- combineDictionariesSparse(AColGroupCompressed, AColGroupCompressed, HashMapLongInt) - Static method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.DictionaryFactory
-
Combine the dictionaries assuming a sparse combination where each dictionary can be a SDC containing a default element that have to be introduced into the combined dictionary.
- CombinedIndex - Class in org.apache.sysds.runtime.compress.colgroup.indexes
- CombinedIndex(IColIndex, IColIndex) - Constructor for class org.apache.sysds.runtime.compress.colgroup.indexes.CombinedIndex
- COMBINEDINPUT - Static variable in class org.apache.sysds.lops.GroupedAggregate
- combineFullDictionaries(IDictionary, int, IDictionary, int) - Static method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.DictionaryFactory
-
Combine the dictionaries as if the dictionaries contain the full spectrum of the combined data.
- combineFullDictionaries(IDictionary, int, IDictionary, int, HashMapLongInt) - Static method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.DictionaryFactory
-
Combine the dictionaries as if the dictionaries only contain the values in the specified filter.
- combineFullDictionaries(IDictionary, IColIndex, int, IDictionary, IColIndex, int, HashMapLongInt) - Static method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.DictionaryFactory
- combineFullDictionaries(IDictionary, IColIndex, IDictionary, IColIndex, HashMapLongInt) - Static method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.DictionaryFactory
- combineHash(long, int) - Static method in class org.apache.sysds.resource.enumeration.PruneBasedEnumerator
-
Ensures unique mapping for a combination of node memory and number of executor cores due to the discrete nature of the node memory given in bytes.
- combineIndexes(List<IColIndex>) - Static method in interface org.apache.sysds.runtime.compress.colgroup.indexes.ColIndexFactory
- combineN(List<AColGroup>, int, ExecutorService, int) - Static method in class org.apache.sysds.runtime.compress.lib.CLALibCombineGroups
- combineNMergeTree(List<AColGroup>, int, ExecutorService, int) - Static method in class org.apache.sysds.runtime.compress.lib.CLALibCombineGroups
- combineNSingleAtATime(List<AColGroup>, int) - Static method in class org.apache.sysds.runtime.compress.lib.CLALibCombineGroups
- combineSDCFilter(IDictionary, double[], IDictionary, double[], HashMapLongInt) - Static method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.DictionaryFactory
- combineSDCFilter(IDictionary, double[], IColIndex, IDictionary, double[], IColIndex, HashMapLongInt) - Static method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.DictionaryFactory
- combineSDCNoFilter(IDictionary, double[], IDictionary, double[]) - Static method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.DictionaryFactory
- combineSDCNoFilter(IDictionary, double[], IColIndex, IDictionary, double[], IColIndex) - Static method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.DictionaryFactory
- combineSDCRight(IDictionary, int, IDictionary, double[], HashMapLongInt) - Static method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.DictionaryFactory
- combineSDCRight(IDictionary, IColIndex, int, IDictionary, double[], IColIndex, HashMapLongInt) - Static method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.DictionaryFactory
- combineSDCRight(IDictionary, IColIndex, IDictionary, double[], IColIndex, HashMapLongInt) - Static method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.DictionaryFactory
- combineSDCRightNoFilter(IDictionary, int, IDictionary, double[]) - Static method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.DictionaryFactory
- combineSDCRightNoFilter(IDictionary, IColIndex, int, IDictionary, double[], IColIndex) - Static method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.DictionaryFactory
- CombineTernary - org.apache.sysds.lops.Lop.Type
- CombineUnary - org.apache.sysds.lops.Lop.Type
- combineWithMap(IEncode) - Method in class org.apache.sysds.runtime.compress.estim.encoding.ConstEncoding
- combineWithMap(IEncode) - Method in class org.apache.sysds.runtime.compress.estim.encoding.DenseEncoding
- combineWithMap(IEncode) - Method in class org.apache.sysds.runtime.compress.estim.encoding.EmptyEncoding
- combineWithMap(IEncode) - Method in interface org.apache.sysds.runtime.compress.estim.encoding.IEncode
-
Combine two encodings without resizing the output.
- combineWithMap(IEncode) - Method in class org.apache.sysds.runtime.compress.estim.encoding.SparseEncoding
- combineWithSameIndex(int, int, List<AColGroup>) - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroup
-
C bind the list of column groups with this column group.
- combineWithSameIndex(int, int, List<AColGroup>) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupConst
- combineWithSameIndex(int, int, List<AColGroup>) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDC
- combineWithSameIndex(int, int, List<AColGroup>) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDCFOR
- combineWithSameIndex(int, int, List<AColGroup>) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupEmpty
- combineWithSameIndex(int, int, List<AColGroup>) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDC
- combineWithSameIndex(int, int, List<AColGroup>) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCFOR
- combineWithSameIndex(int, int, List<AColGroup>) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingle
- combineWithSameIndex(int, int, List<AColGroup>) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingleZeros
- combineWithSameIndex(int, int, List<AColGroup>) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCZeros
- combineWithSameIndex(int, int, List<AColGroup>) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressed
- combineWithSameIndex(int, int, AColGroup) - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroup
-
C bind the given column group to this.
- combineWithSameIndex(int, int, AColGroup) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupConst
- combineWithSameIndex(int, int, AColGroup) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDC
- combineWithSameIndex(int, int, AColGroup) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDCFOR
- combineWithSameIndex(int, int, AColGroup) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupEmpty
- combineWithSameIndex(int, int, AColGroup) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDC
- combineWithSameIndex(int, int, AColGroup) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCFOR
- combineWithSameIndex(int, int, AColGroup) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingle
- combineWithSameIndex(int, int, AColGroup) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingleZeros
- combineWithSameIndex(int, int, AColGroup) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCZeros
- combineWithSameIndex(int, int, AColGroup) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressed
- ComEstCompressed - Class in org.apache.sysds.runtime.compress.estim
- ComEstCompressedSample - Class in org.apache.sysds.runtime.compress.estim
- ComEstCompressedSample(CompressedMatrixBlock, CompressionSettings, CompressedMatrixBlock, int) - Constructor for class org.apache.sysds.runtime.compress.estim.ComEstCompressedSample
- ComEstExact - Class in org.apache.sysds.runtime.compress.estim
-
Exact compressed size estimator (examines entire dataset).
- ComEstExact(MatrixBlock, CompressionSettings) - Constructor for class org.apache.sysds.runtime.compress.estim.ComEstExact
- ComEstFactory - Interface in org.apache.sysds.runtime.compress.estim
- ComEstSample - Class in org.apache.sysds.runtime.compress.estim
-
Estimate compression size based on subsample of data.
- ComEstSample(MatrixBlock, CompressionSettings, int, int) - Constructor for class org.apache.sysds.runtime.compress.estim.ComEstSample
-
CompressedSizeEstimatorSample, samples from the input data and estimates the size of the compressed matrix.
- ComEstSample(MatrixBlock, CompressionSettings, MatrixBlock, int) - Constructor for class org.apache.sysds.runtime.compress.estim.ComEstSample
- COMMANDLINE_NAMED_ID - Static variable in class org.apache.sysds.parser.dml.DmlLexer
- COMMANDLINE_NAMED_ID - Static variable in class org.apache.sysds.parser.dml.DmlParser
- COMMANDLINE_NAMED_ID() - Method in class org.apache.sysds.parser.dml.DmlParser.CommandlineParamExpressionContext
- COMMANDLINE_POSITION_ID - Static variable in class org.apache.sysds.parser.dml.DmlLexer
- COMMANDLINE_POSITION_ID - Static variable in class org.apache.sysds.parser.dml.DmlParser
- COMMANDLINE_POSITION_ID() - Method in class org.apache.sysds.parser.dml.DmlParser.CommandlinePositionExpressionContext
- commandLineParam - Variable in class org.apache.sysds.parser.dml.DmlParser.IfdefAssignmentStatementContext
- CommandlineParamExpressionContext(DmlParser.DataIdentifierContext) - Constructor for class org.apache.sysds.parser.dml.DmlParser.CommandlineParamExpressionContext
- CommandlinePositionExpressionContext(DmlParser.DataIdentifierContext) - Constructor for class org.apache.sysds.parser.dml.DmlParser.CommandlinePositionExpressionContext
- CommonThreadPool - Class in org.apache.sysds.runtime.util
-
This common thread pool provides an abstraction to obtain a shared thread pool.
- CommonThreadPool(ExecutorService) - Constructor for class org.apache.sysds.runtime.util.CommonThreadPool
-
Constructor of the threadPool.
- CommonThreadPool.SameThreadExecutorService - Class in org.apache.sysds.runtime.util
- commutative - Variable in class org.apache.sysds.runtime.matrix.operators.BinaryOperator
- compact() - Method in class org.apache.sysds.runtime.data.SparseBlockCSR
- compact() - Method in class org.apache.sysds.runtime.data.SparseRow
-
In-place compaction of non-zero-entries; removes zero entries and shifts non-zero entries to the left if necessary.
- compact() - Method in class org.apache.sysds.runtime.data.SparseRowScalar
- compact() - Method in class org.apache.sysds.runtime.data.SparseRowVector
- compact(double) - Method in class org.apache.sysds.runtime.data.SparseRow
-
In-place compaction of values over eps away from zero; and shifts non-zero entries to the left if necessary.
- compact(double) - Method in class org.apache.sysds.runtime.data.SparseRowScalar
- compact(double) - Method in class org.apache.sysds.runtime.data.SparseRowVector
- compact(int) - Method in class org.apache.sysds.runtime.data.SparseBlock
-
Re-allocate physical row if physical size exceeds logical size plus resize factor.
- compact(int) - Method in class org.apache.sysds.runtime.data.SparseBlockCOO
- compact(int) - Method in class org.apache.sysds.runtime.data.SparseBlockCSC
- compact(int) - Method in class org.apache.sysds.runtime.data.SparseBlockCSR
- compact(int) - Method in class org.apache.sysds.runtime.data.SparseBlockDCSR
- compact(int) - Method in class org.apache.sysds.runtime.data.SparseBlockMCSC
- compact(int) - Method in class org.apache.sysds.runtime.data.SparseBlockMCSR
- compactCol(int) - Method in class org.apache.sysds.runtime.data.SparseBlockMCSC
- compactEmptyBlock() - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- compactEmptyBlock() - Method in interface org.apache.sysds.runtime.controlprogram.caching.CacheBlock
-
Free unnecessarily allocated empty block.
- compactEmptyBlock() - Method in class org.apache.sysds.runtime.data.TensorBlock
- compactEmptyBlock() - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
- compactEmptyBlock() - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- Comparator() - Constructor for class org.apache.sysds.runtime.matrix.data.TripleIndexes.Comparator
- compare(boolean, boolean) - Method in class org.apache.sysds.runtime.functionobjects.Equals
- compare(boolean, boolean) - Method in class org.apache.sysds.runtime.functionobjects.GreaterThan
- compare(boolean, boolean) - Method in class org.apache.sysds.runtime.functionobjects.GreaterThanEquals
- compare(boolean, boolean) - Method in class org.apache.sysds.runtime.functionobjects.LessThan
- compare(boolean, boolean) - Method in class org.apache.sysds.runtime.functionobjects.LessThanEquals
- compare(boolean, boolean) - Method in class org.apache.sysds.runtime.functionobjects.NotEquals
- compare(boolean, boolean) - Method in class org.apache.sysds.runtime.functionobjects.ValueComparisonFunction
- compare(byte[], int, int, byte[], int, int) - Method in class org.apache.sysds.runtime.matrix.data.MatrixIndexes
- compare(byte[], int, int, byte[], int, int) - Method in class org.apache.sysds.runtime.matrix.data.TripleIndexes.Comparator
- compare(double[], double[]) - Static method in class org.apache.sysds.runtime.util.SortUtils
- compare(double, double) - Method in class org.apache.sysds.runtime.functionobjects.Equals
- compare(double, double) - Method in class org.apache.sysds.runtime.functionobjects.GreaterThan
- compare(double, double) - Method in class org.apache.sysds.runtime.functionobjects.GreaterThanEquals
- compare(double, double) - Method in class org.apache.sysds.runtime.functionobjects.LessThan
- compare(double, double) - Method in class org.apache.sysds.runtime.functionobjects.LessThanEquals
- compare(double, double) - Method in class org.apache.sysds.runtime.functionobjects.NotEquals
- compare(double, double) - Method in class org.apache.sysds.runtime.functionobjects.ValueComparisonFunction
- compare(long, long) - Method in class org.apache.sysds.runtime.functionobjects.Equals
- compare(long, long) - Method in class org.apache.sysds.runtime.functionobjects.GreaterThan
- compare(long, long) - Method in class org.apache.sysds.runtime.functionobjects.GreaterThanEquals
- compare(long, long) - Method in class org.apache.sysds.runtime.functionobjects.LessThan
- compare(long, long) - Method in class org.apache.sysds.runtime.functionobjects.LessThanEquals
- compare(long, long) - Method in class org.apache.sysds.runtime.functionobjects.NotEquals
- compare(long, long) - Method in class org.apache.sysds.runtime.functionobjects.ValueComparisonFunction
- compare(String, String) - Method in class org.apache.sysds.runtime.functionobjects.Equals
- compare(String, String) - Method in class org.apache.sysds.runtime.functionobjects.GreaterThan
- compare(String, String) - Method in class org.apache.sysds.runtime.functionobjects.GreaterThanEquals
- compare(String, String) - Method in class org.apache.sysds.runtime.functionobjects.LessThan
- compare(String, String) - Method in class org.apache.sysds.runtime.functionobjects.LessThanEquals
- compare(String, String) - Method in class org.apache.sysds.runtime.functionobjects.NotEquals
- compare(String, String) - Method in class org.apache.sysds.runtime.functionobjects.ValueComparisonFunction
- compare(N, N) - Method in class org.apache.sysds.lops.compile.LopComparator
- compare(Hop) - Method in class org.apache.sysds.hops.AggBinaryOp
- compare(Hop) - Method in class org.apache.sysds.hops.AggUnaryOp
- compare(Hop) - Method in class org.apache.sysds.hops.BinaryOp
- compare(Hop) - Method in class org.apache.sysds.hops.codegen.SpoofFusedOp
- compare(Hop) - Method in class org.apache.sysds.hops.DataGenOp
- compare(Hop) - Method in class org.apache.sysds.hops.DataOp
- compare(Hop) - Method in class org.apache.sysds.hops.DnnOp
- compare(Hop) - Method in class org.apache.sysds.hops.FunctionOp
- compare(Hop) - Method in class org.apache.sysds.hops.Hop
- compare(Hop) - Method in class org.apache.sysds.hops.IndexingOp
- compare(Hop) - Method in class org.apache.sysds.hops.LeftIndexingOp
- compare(Hop) - Method in class org.apache.sysds.hops.LiteralOp
- compare(Hop) - Method in class org.apache.sysds.hops.NaryOp
- compare(Hop) - Method in class org.apache.sysds.hops.ParameterizedBuiltinOp
- compare(Hop) - Method in class org.apache.sysds.hops.QuaternaryOp
- compare(Hop) - Method in class org.apache.sysds.hops.ReorgOp
- compare(Hop) - Method in class org.apache.sysds.hops.TernaryOp
- compare(Hop) - Method in class org.apache.sysds.hops.UnaryOp
- compare(Hop, Hop) - Method in class org.apache.sysds.hops.codegen.template.TemplateCell.HopInputComparator
- compare(Hop, Hop) - Method in class org.apache.sysds.hops.codegen.template.TemplateRow.HopInputComparator
- compare(DoubleIntListHashMap.DIListEntry, DoubleIntListHashMap.DIListEntry) - Method in class org.apache.sysds.runtime.compress.utils.DoubleIntListHashMap.DIListEntry
- compare(KahanObject, KahanObject) - Static method in class org.apache.sysds.runtime.instructions.cp.KahanObject
- compare(GPUObject, GPUObject) - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUMemoryManager.EvictionPolicyBasedComparator
- compare(RDDSortUtils.ValueIndexPair, RDDSortUtils.ValueIndexPair) - Method in class org.apache.sysds.runtime.instructions.spark.utils.RDDSortUtils.IndexComparator
- compare(RDDSortUtils.ValuesIndexPair, RDDSortUtils.ValuesIndexPair) - Method in class org.apache.sysds.runtime.instructions.spark.utils.RDDSortUtils.IndexComparator2
- compare(DnnParameters) - Method in class org.apache.sysds.runtime.matrix.data.DnnParameters
- compare(MatrixIndexes, MatrixIndexes) - Method in class org.apache.sysds.runtime.matrix.data.MatrixIndexes
- compare(TripleIndexes, TripleIndexes) - Method in class org.apache.sysds.runtime.matrix.data.TripleIndexes.Comparator
- compareCellValue(int, int, String) - Method in class org.apache.sysds.runtime.iogen.ReaderMapping
- compareCellValue(int, int, String) - Method in class org.apache.sysds.runtime.iogen.ReaderMappingIndex
- compareSize(Hop, Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
-
Compares the size of outputs from hop1 and hop2, in terms of number of matrix cells.
- compareTo(Object) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- compareTo(Object) - Method in class org.apache.sysds.runtime.matrix.data.MatrixCell
- compareTo(Object) - Method in class org.apache.sysds.runtime.matrix.data.WeightedCell
- compareTo(Types.ValueType, Object, Object) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- compareTo(CustomErrorListener.ParseIssue) - Method in class org.apache.sysds.parser.dml.CustomErrorListener.ParseIssue
-
Order by parse issues primarily by line number, and secondarily by character position.
- compareTo(CompressedWriteBlock) - Method in class org.apache.sysds.runtime.compress.io.CompressedWriteBlock
- compareTo(DoubleIntListHashMap.DIListEntry) - Method in class org.apache.sysds.runtime.compress.utils.DoubleIntListHashMap.DIListEntry
- compareTo(FederatedRange) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedRange
- compareTo(TensorIndexes) - Method in class org.apache.sysds.runtime.data.TensorIndexes
- compareTo(CM_COV_Object) - Method in class org.apache.sysds.runtime.instructions.cp.CM_COV_Object
- compareTo(MatrixCell) - Method in class org.apache.sysds.runtime.matrix.data.MatrixCell
- compareTo(MatrixIndexes) - Method in class org.apache.sysds.runtime.matrix.data.MatrixIndexes
- compareTo(TripleIndexes) - Method in class org.apache.sysds.runtime.matrix.data.TripleIndexes
- compareTo(ColumnEncoder) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoder
- compareTo(DependencyTask<?>) - Method in class org.apache.sysds.runtime.util.DependencyTask
- compareVersion(String, String) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
-
Compares two version strings of format x.y.z, where x is major, y is minor, and z is maintenance release.
- compile(String, Map<String, String>) - Static method in class org.apache.sysds.resource.ResourceCompiler
- compile(String, Map<String, String>, HashMap<String, String>) - Static method in class org.apache.sysds.resource.ResourceCompiler
- compile(Script) - Method in class org.apache.sysds.api.mlcontext.ScriptExecutor
- compile(Script, boolean) - Method in class org.apache.sysds.api.mlcontext.ScriptExecutor
-
Compile a DML or PYDML script.
- compile(SpoofCompiler.GeneratorAPI, String) - Method in class org.apache.sysds.hops.codegen.cplan.CNodeCell
- compile(SpoofCompiler.GeneratorAPI, String) - Method in class org.apache.sysds.hops.codegen.cplan.CNodeMultiAgg
- compile(SpoofCompiler.GeneratorAPI, String) - Method in class org.apache.sysds.hops.codegen.cplan.CNodeOuterProduct
- compile(SpoofCompiler.GeneratorAPI, String) - Method in class org.apache.sysds.hops.codegen.cplan.CNodeRow
- compile(SpoofCompiler.GeneratorAPI, String) - Method in class org.apache.sysds.hops.codegen.cplan.CNodeTpl
- COMPILE_COST_BASED - org.apache.sysds.hops.fedplanner.FTypes.FederatedPlanner
- COMPILE_FED_ALL - org.apache.sysds.hops.fedplanner.FTypes.FederatedPlanner
- COMPILE_FED_HEURISTIC - org.apache.sysds.hops.fedplanner.FTypes.FederatedPlanner
- compileClass(String, String) - Static method in class org.apache.sysds.runtime.codegen.CodegenUtils
- COMPILERASSISTED_RW - Static variable in class org.apache.sysds.conf.DMLConfig
- CompilerConfig - Class in org.apache.sysds.conf
-
Basic wrapper for all compiler configurations that are configured dynamically on a per script invocation basis.
- CompilerConfig() - Constructor for class org.apache.sysds.conf.CompilerConfig
- CompilerConfig(CompilerConfig) - Constructor for class org.apache.sysds.conf.CompilerConfig
- CompilerConfig.ConfigType - Enum in org.apache.sysds.conf
- COMPLEX - org.apache.sysds.runtime.io.FileFormatPropertiesMM.MMField
- COMPLEX_DATA_TYPES - Static variable in class org.apache.sysds.api.mlcontext.MLContextUtil
-
Complex data types supported by the MLContext API.
- COMPONENTS - org.apache.sysds.common.Builtins
- COMPONENTS_DELIM - Static variable in class org.apache.sysds.runtime.util.ProgramConverter
- Composite - org.apache.sysds.runtime.transform.encode.ColumnEncoder.EncoderType
- compress(FrameBlock, int) - Static method in interface org.apache.sysds.runtime.frame.data.lib.FrameLibCompress
- compress(FrameBlock, int, WTreeRoot) - Static method in class org.apache.sysds.runtime.frame.data.compress.CompressedFrameBlockFactory
- compress(FrameBlock, int, WTreeRoot) - Static method in interface org.apache.sysds.runtime.frame.data.lib.FrameLibCompress
- compress(FrameBlock, FrameCompressionSettings) - Static method in class org.apache.sysds.runtime.frame.data.compress.CompressedFrameBlockFactory
- compress(MatrixBlock) - Static method in class org.apache.sysds.runtime.compress.CompressedMatrixBlockFactory
-
Default sequential compression with no parallelization
- compress(MatrixBlock, int) - Static method in class org.apache.sysds.runtime.compress.CompressedMatrixBlockFactory
- compress(MatrixBlock, int, CompressionSettingsBuilder) - Static method in class org.apache.sysds.runtime.compress.CompressedMatrixBlockFactory
- compress(MatrixBlock, int, CompressionSettingsBuilder, ACostEstimate) - Static method in class org.apache.sysds.runtime.compress.CompressedMatrixBlockFactory
- compress(MatrixBlock, int, CompressionSettingsBuilder, CostEstimatorBuilder) - Static method in class org.apache.sysds.runtime.compress.CompressedMatrixBlockFactory
-
The main method for compressing the input matrix.
- compress(MatrixBlock, int, CompressionSettingsBuilder, WTreeRoot) - Static method in class org.apache.sysds.runtime.compress.CompressedMatrixBlockFactory
-
The main method for compressing the input matrix.
- compress(MatrixBlock, int, ACostEstimate) - Static method in class org.apache.sysds.runtime.compress.CompressedMatrixBlockFactory
- compress(MatrixBlock, int, CostEstimatorBuilder) - Static method in class org.apache.sysds.runtime.compress.CompressedMatrixBlockFactory
- compress(MatrixBlock, int, InstructionTypeCounter) - Static method in class org.apache.sysds.runtime.compress.CompressedMatrixBlockFactory
- compress(MatrixBlock, int, WTreeRoot) - Static method in class org.apache.sysds.runtime.compress.CompressedMatrixBlockFactory
- compress(MatrixBlock, CompressionSettingsBuilder) - Static method in class org.apache.sysds.runtime.compress.CompressedMatrixBlockFactory
- compress(MatrixBlock, ACostEstimate) - Static method in class org.apache.sysds.runtime.compress.CompressedMatrixBlockFactory
- compress(MatrixBlock, CostEstimatorBuilder) - Static method in class org.apache.sysds.runtime.compress.CompressedMatrixBlockFactory
- compress(MatrixBlock, InstructionTypeCounter) - Static method in class org.apache.sysds.runtime.compress.CompressedMatrixBlockFactory
- compress(MatrixBlock, WTreeRoot) - Static method in class org.apache.sysds.runtime.compress.CompressedMatrixBlockFactory
- COMPRESS - org.apache.sysds.common.Builtins
- COMPRESS - org.apache.sysds.common.Opcodes
- COMPRESS - org.apache.sysds.common.Types.OpOp1
- COMPRESS - org.apache.sysds.common.Types.OpOp2
- compressAsync(ExecutionContext, String) - Static method in class org.apache.sysds.runtime.compress.CompressedMatrixBlockFactory
- compressAsync(ExecutionContext, String, InstructionTypeCounter) - Static method in class org.apache.sysds.runtime.compress.CompressedMatrixBlockFactory
- compressColGroups(MatrixBlock, CompressedSizeInfo, CompressionSettings) - Static method in class org.apache.sysds.runtime.compress.colgroup.ColGroupFactory
-
The actual compression method, that handles the logic of compressing multiple columns together.
- compressColGroups(MatrixBlock, CompressedSizeInfo, CompressionSettings, int) - Static method in class org.apache.sysds.runtime.compress.colgroup.ColGroupFactory
-
The actual compression method, that handles the logic of compressing multiple columns together.
- compressColGroups(MatrixBlock, CompressedSizeInfo, CompressionSettings, ACostEstimate, int) - Static method in class org.apache.sysds.runtime.compress.colgroup.ColGroupFactory
- COMPRESSED - org.apache.sysds.common.Types.FileFormat
- COMPRESSED_COCODE - Static variable in class org.apache.sysds.conf.DMLConfig
- COMPRESSED_COST_MODEL - Static variable in class org.apache.sysds.conf.DMLConfig
- COMPRESSED_LINALG - Static variable in class org.apache.sysds.conf.DMLConfig
- COMPRESSED_LINALG_INTERMEDIATE - Static variable in class org.apache.sysds.conf.DMLConfig
- COMPRESSED_LOSSY - Static variable in class org.apache.sysds.conf.DMLConfig
- COMPRESSED_OVERLAPPING - Static variable in class org.apache.sysds.conf.DMLConfig
- COMPRESSED_RESHAPE_THRESHOLD - Static variable in class org.apache.sysds.runtime.compress.lib.CLALibReshape
-
The minimum number of rows threshold for returning a compressed output
- COMPRESSED_SAMPLING_RATIO - Static variable in class org.apache.sysds.conf.DMLConfig
- COMPRESSED_SOFT_REFERENCE_COUNT - Static variable in class org.apache.sysds.conf.DMLConfig
- COMPRESSED_TRANSFORMENCODE - Static variable in class org.apache.sysds.conf.DMLConfig
- COMPRESSED_TRANSPOSE - Static variable in class org.apache.sysds.conf.DMLConfig
- COMPRESSED_VALID_COMPRESSIONS - Static variable in class org.apache.sysds.conf.DMLConfig
- compressedCost - Variable in class org.apache.sysds.runtime.compress.CompressionStatistics
-
Cost of the compressed representation
- CompressedEncode - Class in org.apache.sysds.runtime.transform.encode
- CompressedFrameBlockFactory - Class in org.apache.sysds.runtime.frame.data.compress
- compressedInitialCost - Variable in class org.apache.sysds.runtime.compress.CompressionStatistics
-
Compressed cost after compression but before finalize
- compressedInitialSize - Variable in class org.apache.sysds.runtime.compress.CompressionStatistics
-
Compression size after compressing but before finalize
- CompressedInputOutputInfo - Static variable in class org.apache.sysds.runtime.io.InputOutputInfo
- CompressedMatrixBlock - Class in org.apache.sysds.runtime.compress
- CompressedMatrixBlock() - Constructor for class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- CompressedMatrixBlock(int, int) - Constructor for class org.apache.sysds.runtime.compress.CompressedMatrixBlock
-
Main constructor for building a block from scratch.
- CompressedMatrixBlock(int, int, long, boolean, List<AColGroup>) - Constructor for class org.apache.sysds.runtime.compress.CompressedMatrixBlock
-
Direct constructor with everything.
- CompressedMatrixBlock(CompressedMatrixBlock) - Constructor for class org.apache.sysds.runtime.compress.CompressedMatrixBlock
-
Copy constructor taking that CompressedMatrixBlock and populate this new compressedMatrixBlock with pointers to the same columnGroups.
- CompressedMatrixBlockFactory - Class in org.apache.sysds.runtime.compress
-
Factory pattern to compress a Matrix Block into a CompressedMatrixBlock.
- compressedSize - Variable in class org.apache.sysds.runtime.compress.CompressionStatistics
-
Compressed size
- compressedSize() - Method in class org.apache.sysds.hops.Hop
- compressedSizeEstimate - Variable in class org.apache.sysds.runtime.frame.data.compress.ArrayCompressionStatistics
- CompressedSizeInfo - Class in org.apache.sysds.runtime.compress.estim
-
A helper reusable object for maintaining information about estimated compression
- CompressedSizeInfo(List<CompressedSizeInfoColGroup>) - Constructor for class org.apache.sysds.runtime.compress.estim.CompressedSizeInfo
- CompressedSizeInfo(CompressedSizeInfoColGroup) - Constructor for class org.apache.sysds.runtime.compress.estim.CompressedSizeInfo
- CompressedSizeInfoColGroup - Class in org.apache.sysds.runtime.compress.estim
-
Information collected about a specific ColGroup's compression size.
- CompressedSizeInfoColGroup(IColIndex, int, int, AColGroup.CompressionType) - Constructor for class org.apache.sysds.runtime.compress.estim.CompressedSizeInfoColGroup
- CompressedSizeInfoColGroup(IColIndex, int, AColGroup.CompressionType) - Constructor for class org.apache.sysds.runtime.compress.estim.CompressedSizeInfoColGroup
-
Create empty or const.
- CompressedSizeInfoColGroup(IColIndex, EstimationFactors, long, AColGroup.CompressionType) - Constructor for class org.apache.sysds.runtime.compress.estim.CompressedSizeInfoColGroup
- CompressedSizeInfoColGroup(IColIndex, EstimationFactors, long, AColGroup.CompressionType, IEncode) - Constructor for class org.apache.sysds.runtime.compress.estim.CompressedSizeInfoColGroup
- CompressedSizeInfoColGroup(IColIndex, EstimationFactors, Set<AColGroup.CompressionType>, IEncode) - Constructor for class org.apache.sysds.runtime.compress.estim.CompressedSizeInfoColGroup
- CompressedSizeInfoColGroup(IColIndex, EstimationFactors, AColGroup.CompressionType) - Constructor for class org.apache.sysds.runtime.compress.estim.CompressedSizeInfoColGroup
- compressedTableSeq() - Static method in class org.apache.sysds.runtime.compress.lib.CLALibRexpand
- CompressedWriteBlock - Class in org.apache.sysds.runtime.compress.io
-
Write block for serializing either a instance of MatrixBlock or CompressedMatrixBlock, To allow spark to read in either or.
- CompressedWriteBlock() - Constructor for class org.apache.sysds.runtime.compress.io.CompressedWriteBlock
-
Write block used to point to a underlying instance of CompressedMatrixBlock or MatrixBlock, Unfortunately spark require a specific object type to serialize therefore we use this class.
- CompressedWriteBlock(MatrixBlock) - Constructor for class org.apache.sysds.runtime.compress.io.CompressedWriteBlock
- Compression - Class in org.apache.sysds.lops
- Compression - org.apache.sysds.common.InstructionType
- Compression - org.apache.sysds.runtime.instructions.cp.CPInstruction.CPType
- Compression - org.apache.sysds.runtime.instructions.spark.SPInstruction.SPType
- Compression - org.apache.sysds.runtime.io.cog.IFDTagDictionary
- Compression(Lop, Types.DataType, Types.ValueType, Types.ExecType, int, int) - Constructor for class org.apache.sysds.lops.Compression
- Compression.CompressConfig - Enum in org.apache.sysds.lops
- CompressionCPInstruction - Class in org.apache.sysds.runtime.instructions.cp
- compressionDecoder() - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederationUtils
- CompressionDecoderEndStatisticsHandler - Class in org.apache.sysds.runtime.controlprogram.federated.compression
- CompressionDecoderEndStatisticsHandler() - Constructor for class org.apache.sysds.runtime.controlprogram.federated.compression.CompressionDecoderEndStatisticsHandler
- CompressionDecoderStartStatisticsHandler - Class in org.apache.sysds.runtime.controlprogram.federated.compression
- CompressionDecoderStartStatisticsHandler() - Constructor for class org.apache.sysds.runtime.controlprogram.federated.compression.CompressionDecoderStartStatisticsHandler
- compressionEncoder() - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederationUtils
- CompressionEncoderEndStatisticsHandler - Class in org.apache.sysds.runtime.controlprogram.federated.compression
- CompressionEncoderEndStatisticsHandler() - Constructor for class org.apache.sysds.runtime.controlprogram.federated.compression.CompressionEncoderEndStatisticsHandler
- CompressionEncoderStartStatisticsHandler - Class in org.apache.sysds.runtime.controlprogram.federated.compression
- CompressionEncoderStartStatisticsHandler() - Constructor for class org.apache.sysds.runtime.controlprogram.federated.compression.CompressionEncoderStartStatisticsHandler
- CompressionFunction() - Constructor for class org.apache.sysds.runtime.instructions.spark.CompressionSPInstruction.CompressionFunction
- compressionInfo - Variable in class org.apache.sysds.runtime.compress.estim.CompressedSizeInfo
- CompressionPlanFactory - Class in org.apache.sysds.runtime.compress.plan
- CompressionPlanFactory() - Constructor for class org.apache.sysds.runtime.compress.plan.CompressionPlanFactory
- CompressionScheme - Class in org.apache.sysds.runtime.compress.colgroup.scheme
-
A Class that contains a full compression scheme that can be applied to MatrixBlocks.
- CompressionScheme(ICLAScheme[]) - Constructor for class org.apache.sysds.runtime.compress.colgroup.scheme.CompressionScheme
- CompressionSettings - Class in org.apache.sysds.runtime.compress
-
Compression Settings class, used as a bundle of parameters inside the Compression framework.
- CompressionSettingsBuilder - Class in org.apache.sysds.runtime.compress
-
Builder pattern for Compression Settings.
- CompressionSettingsBuilder() - Constructor for class org.apache.sysds.runtime.compress.CompressionSettingsBuilder
- CompressionSPInstruction - Class in org.apache.sysds.runtime.instructions.spark
- CompressionSPInstruction.CompressionFunction - Class in org.apache.sysds.runtime.instructions.spark
- CompressionSPInstruction.CompressionWorkloadFunction - Class in org.apache.sysds.runtime.instructions.spark
- CompressionSPInstruction.SizeFunction - Class in org.apache.sysds.runtime.instructions.spark
- CompressionStatistics - Class in org.apache.sysds.runtime.compress
-
Compression Statistics contain the main information gathered from the compression, such as sizes of the original matrix, vs the compressed representation at different stages of the compression.
- CompressionStatistics() - Constructor for class org.apache.sysds.runtime.compress.CompressionStatistics
- compressionStrategy() - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederationUtils
- CompressionWorkloadFunction(CostEstimatorBuilder) - Constructor for class org.apache.sysds.runtime.instructions.spark.CompressionSPInstruction.CompressionWorkloadFunction
- CompressRDDClean - Class in org.apache.sysds.runtime.compress.utils
- CompressRDDClean() - Constructor for class org.apache.sysds.runtime.compress.utils.CompressRDDClean
- compressRun(ExecutionContext, long) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedWorkloadAnalyzer
- compressToDDC(Array<T>) - Static method in class org.apache.sysds.runtime.frame.data.columns.DDCArray
- compressToDDC(Array<T>, int) - Static method in class org.apache.sysds.runtime.frame.data.columns.DDCArray
-
Try to compress array into DDC format.
- CompressUnwrap - Class in org.apache.sysds.runtime.compress.io
- CompressUnwrap() - Constructor for class org.apache.sysds.runtime.compress.io.CompressUnwrap
- CompressWrap - Class in org.apache.sysds.runtime.compress.io
- CompressWrap() - Constructor for class org.apache.sysds.runtime.compress.io.CompressWrap
- ComputationCostEstimator - Class in org.apache.sysds.runtime.compress.cost
- ComputationCostEstimator(int, int, int, int, int, int, int, int, boolean) - Constructor for class org.apache.sysds.runtime.compress.cost.ComputationCostEstimator
- ComputationCPInstruction - Class in org.apache.sysds.runtime.instructions.cp
- ComputationFEDInstruction - Class in org.apache.sysds.runtime.instructions.fed
- ComputationSPInstruction - Class in org.apache.sysds.runtime.instructions.spark
- compute(double, double) - Method in class org.apache.sysds.runtime.util.RandNPair
- compute(Random) - Method in class org.apache.sysds.runtime.util.RandNPair
- ComputeBinaryBlockNnzFunction - Class in org.apache.sysds.runtime.instructions.spark.functions
- ComputeBinaryBlockNnzFunction(LongAccumulator) - Constructor for class org.apache.sysds.runtime.instructions.spark.functions.ComputeBinaryBlockNnzFunction
- computeBins(double, double) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderBin
- computeBlockIndex(long, int) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
-
Computes the 1-based block index based on the global cell index and block size meta data.
- computeBlockNumber(int[], long[], int) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
-
Calculates the number of the block this index refers to (basically a linearisation).
- computeBlockSize(long, long, long) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
-
Computes the actual block size based on matrix dimension, block index, and block size meta data.
- computeBlocksPerPartition(long[], int) - Static method in class org.apache.sysds.runtime.instructions.spark.data.PartitionedBroadcast
- computeBlocksPerPartition(long, long, long) - Static method in class org.apache.sysds.runtime.instructions.spark.data.PartitionedBroadcast
- computeBoundsInformation(Hop) - Method in class org.apache.sysds.hops.Hop
- computeBoundsInformation(Hop, LocalVariableMap) - Static method in class org.apache.sysds.hops.Hop
- computeBoundsInformation(Hop, LocalVariableMap, Map<Long, Double>) - Static method in class org.apache.sysds.hops.Hop
- computeCacheFullTime() - Static method in class org.apache.sysds.runtime.lineage.LineageEstimator
- computeCellInBlock(long, int) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
-
Computes the 0-based cell-in-block index based on the global cell index and block size meta data.
- computeCellIndex(long, int, int) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
-
Computes the global 1-based cell index based on the block index, block size meta data, and specific 0-based in-block cell index.
- computeColSums(double[], int) - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroup
-
Compute the column sum
- computeColSums(double[], int) - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroupValue
- computeColSums(double[], int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupConst
- computeColSums(double[], int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDCFOR
- computeColSums(double[], int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupEmpty
- computeColSums(double[], int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupLinearFunctional
- computeColSums(double[], int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDC
- computeColSums(double[], int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCFOR
- computeColSums(double[], int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingle
- computeColSums(double[], int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressed
- computeColSums(double[], int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressedArray
- computeCompressedSizeInfos(int) - Method in class org.apache.sysds.runtime.compress.estim.AComEst
-
Multi threaded version of extracting compression size info
- ComputeCost - Class in org.apache.sysds.hops.cost
-
Class with methods estimating compute costs of operations.
- ComputeCost() - Constructor for class org.apache.sysds.hops.cost.ComputeCost
- computeDataCharacteristics(JavaPairRDD<MatrixIndexes, MatrixCell>) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.SparkUtils
-
Utility to compute dimensions and non-zeros in a given RDD of binary cells.
- computeDataType() - Method in class org.apache.sysds.parser.Identifier
- computeDataType(Expression, Expression, boolean) - Static method in class org.apache.sysds.parser.Expression
-
Compute data type based on expressions.
- computeDataType(Identifier, Identifier, boolean) - Static method in class org.apache.sysds.parser.Expression
-
Compute data type based on identifiers.
- computeDedupBlock(ProgramBlock, ExecutionContext) - Static method in class org.apache.sysds.runtime.lineage.LineageDedupUtils
- computeDimension(int, int, MatrixValue.CellIndex) - Method in class org.apache.sysds.runtime.functionobjects.DiagIndex
- computeDimension(int, int, MatrixValue.CellIndex) - Method in class org.apache.sysds.runtime.functionobjects.IndexFunction
- computeDimension(int, int, MatrixValue.CellIndex) - Method in class org.apache.sysds.runtime.functionobjects.OffsetColumnIndex
- computeDimension(int, int, MatrixValue.CellIndex) - Method in class org.apache.sysds.runtime.functionobjects.ReduceAll
- computeDimension(int, int, MatrixValue.CellIndex) - Method in class org.apache.sysds.runtime.functionobjects.ReduceCol
- computeDimension(int, int, MatrixValue.CellIndex) - Method in class org.apache.sysds.runtime.functionobjects.ReduceDiag
- computeDimension(int, int, MatrixValue.CellIndex) - Method in class org.apache.sysds.runtime.functionobjects.ReduceRow
- computeDimension(int, int, MatrixValue.CellIndex) - Method in class org.apache.sysds.runtime.functionobjects.RevIndex
- computeDimension(int, int, MatrixValue.CellIndex) - Method in class org.apache.sysds.runtime.functionobjects.RollIndex
- computeDimension(int, int, MatrixValue.CellIndex) - Method in class org.apache.sysds.runtime.functionobjects.SortIndex
- computeDimension(int, int, MatrixValue.CellIndex) - Method in class org.apache.sysds.runtime.functionobjects.SwapIndex
- computeDimension(DataCharacteristics, DataCharacteristics) - Method in class org.apache.sysds.runtime.functionobjects.DiagIndex
- computeDimension(DataCharacteristics, DataCharacteristics) - Method in class org.apache.sysds.runtime.functionobjects.IndexFunction
- computeDimension(DataCharacteristics, DataCharacteristics) - Method in class org.apache.sysds.runtime.functionobjects.OffsetColumnIndex
- computeDimension(DataCharacteristics, DataCharacteristics) - Method in class org.apache.sysds.runtime.functionobjects.ReduceAll
- computeDimension(DataCharacteristics, DataCharacteristics) - Method in class org.apache.sysds.runtime.functionobjects.ReduceCol
- computeDimension(DataCharacteristics, DataCharacteristics) - Method in class org.apache.sysds.runtime.functionobjects.ReduceDiag
- computeDimension(DataCharacteristics, DataCharacteristics) - Method in class org.apache.sysds.runtime.functionobjects.ReduceRow
- computeDimension(DataCharacteristics, DataCharacteristics) - Method in class org.apache.sysds.runtime.functionobjects.RevIndex
- computeDimension(DataCharacteristics, DataCharacteristics) - Method in class org.apache.sysds.runtime.functionobjects.RollIndex
- computeDimension(DataCharacteristics, DataCharacteristics) - Method in class org.apache.sysds.runtime.functionobjects.SortIndex
- computeDimension(DataCharacteristics, DataCharacteristics) - Method in class org.apache.sysds.runtime.functionobjects.SwapIndex
- computeHDF5Size(List<Path>, FileSystem, String, long) - Static method in class org.apache.sysds.runtime.io.ReaderHDF5
- computeHopCost(FederatedMemoTable.HopCommon) - Static method in class org.apache.sysds.hops.fedplanner.FederatedPlanCostEstimator
-
Computes the cost associated with a given Hop node.
- computeIQMCorrection(double, double, double, double, double, double) - Static method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- computeMapSizeEstimate(CacheBlock<?>, int[]) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoder
- computeMapSizeEstimate(CacheBlock<?>, int[]) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderBagOfWords
- computeMapSizeEstimate(CacheBlock<?>, int[]) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderComposite
- computeMapSizeEstimate(CacheBlock<?>, int[]) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderRecode
- computeMemEstimate(MemoTable) - Method in class org.apache.sysds.hops.AggBinaryOp
- computeMemEstimate(MemoTable) - Method in class org.apache.sysds.hops.FunctionOp
- computeMemEstimate(MemoTable) - Method in class org.apache.sysds.hops.Hop
-
Computes the estimate of memory required to store the input/output of this hop in memory.
- computeMemEstimate(MemoTable) - Method in class org.apache.sysds.hops.IndexingOp
- computeMemEstimate(MemoTable) - Method in class org.apache.sysds.hops.LeftIndexingOp
- computeMemEstimate(MemoTable) - Method in class org.apache.sysds.hops.NaryOp
- computeMemEstimate(MemoTable) - Method in class org.apache.sysds.hops.ParameterizedBuiltinOp
- computeMemEstimate(MemoTable) - Method in class org.apache.sysds.hops.ReorgOp
- computeMemEstimate(MemoTable) - Method in class org.apache.sysds.hops.UnaryOp
- computeNextTensorIndexes(TensorCharacteristics, long[]) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
-
Computes the next tensor indexes array.
- computeNnz(double[], int, int) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- computeNnz(float[], int, int) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- computeNnz(int[], int, int) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- computeNnz(long[], int, int) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- computeNnz(String[], int, int) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- computeNnz(BitSet, int, int) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- computeNnz(SparseBlock, int[], int, int) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- computeNNZ(GPUContext, Pointer, int) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixCUDA
-
Utility to compute number of non-zeroes on the GPU
- computeNnzEstimate(CacheBlock<?>, int[]) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderBagOfWords
- computeNNZperBlock(long, long, int, double) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixDatagen
-
Deprecated.
- computeNnzPerRow(CacheBlock<?>, int, int) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderBagOfWords
- computeNumPaths(ProgramBlock, ExecutionContext) - Static method in class org.apache.sysds.runtime.lineage.LineageDedupUtils
- computeOutputCharacteristics(long, long, long) - Method in enum org.apache.sysds.lops.WeightedDivMM.WDivMMType
- computeSizeInformation(Hop) - Static method in class org.apache.sysds.hops.Hop
- computeSizeInformation(Hop, LocalVariableMap) - Method in class org.apache.sysds.hops.Hop
- computeSizeInformation(Hop, LocalVariableMap, Map<Long, Long>) - Method in class org.apache.sysds.hops.Hop
- computeSliceInfo(TensorCharacteristics, long[], int[], int[]) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
-
Computes the slice dimensions and offsets for the block slice of another tensor with the size given by
TensorCharacteristics. - computeTensorIndexes(TensorCharacteristics, long) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
-
Computes the tensor indexes array given a blockIndex we ant to compute.
- computeValueType(Expression, Types.ValueType, Types.ValueType, boolean) - Static method in class org.apache.sysds.parser.Expression
- computeValueType(Expression, Expression, boolean) - Static method in class org.apache.sysds.parser.Expression
-
Compute value type based on expressions.
- computeValueType(Identifier, Identifier, boolean) - Static method in class org.apache.sysds.parser.Expression
-
Compute value type based on identifiers.
- computeZeroIndicatorVector() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupRLE
- CONCAT - org.apache.sysds.common.Types.OpOp2
- concatIntIDsToLong(int, int) - Static method in class org.apache.sysds.runtime.controlprogram.parfor.util.IDHandler
- concatOperandParts(String...) - Static method in class org.apache.sysds.runtime.instructions.InstructionUtils
-
Concat the input parts with the value type delimiter.
- concatOperands(String...) - Static method in class org.apache.sysds.runtime.instructions.InstructionUtils
-
Concat the inputs as operands to generate the instruction string.
- concatOperands(StringBuilder, String...) - Static method in class org.apache.sysds.runtime.instructions.InstructionUtils
- concatStrings(String...) - Static method in class org.apache.sysds.runtime.instructions.InstructionUtils
- CONDITIONALAND - org.apache.sysds.parser.Expression.BooleanOp
- CONDITIONALOR - org.apache.sysds.parser.Expression.BooleanOp
- ConditionalPredicate - Class in org.apache.sysds.parser
- ConditionalPredicate(Expression) - Constructor for class org.apache.sysds.parser.ConditionalPredicate
- CONF_STATS - Static variable in class org.apache.sysds.runtime.util.ProgramConverter
- configFile - Variable in class org.apache.sysds.api.DMLOptions
- ConfigurableAPI - Interface in org.apache.sysds.api
-
This interface defines the programmatic access to dml configuration properties (as defined in SystemDS-config.xml) to ensure API consistency across all APIs.
- ConfigurationManager - Class in org.apache.sysds.conf
-
Singleton for accessing the parsed and merged system configuration.
- ConfigurationManager() - Constructor for class org.apache.sysds.conf.ConfigurationManager
- ConfigurationPoint(CloudInstance) - Constructor for class org.apache.sysds.resource.enumeration.EnumerationUtils.ConfigurationPoint
- ConfigurationPoint(CloudInstance, CloudInstance, int) - Constructor for class org.apache.sysds.resource.enumeration.EnumerationUtils.ConfigurationPoint
- CONFUSIONMATRIX - org.apache.sysds.common.Builtins
- Connection - Class in org.apache.sysds.api.jmlc
-
Interaction with SystemDS using the JMLC (Java Machine Learning Connector) API is initiated with a
Connectionobject. - Connection() - Constructor for class org.apache.sysds.api.jmlc.Connection
-
Connection constructor, the starting point for any other JMLC API calls.
- Connection(CompilerConfig.ConfigType...) - Constructor for class org.apache.sysds.api.jmlc.Connection
-
Connection constructor, the starting point for any other JMLC API calls.
- Connection(DMLConfig) - Constructor for class org.apache.sysds.api.jmlc.Connection
-
Connection constructor, the starting point for any other JMLC API calls.
- Connection(DMLConfig, CompilerConfig.ConfigType...) - Constructor for class org.apache.sysds.api.jmlc.Connection
-
Connection constructor, the starting point for any other JMLC API calls.
- CONST - org.apache.sysds.runtime.compress.colgroup.AColGroup.CompressionType
- CONSTANT - org.apache.sysds.hops.codegen.SpoofCompiler.PlanCachePolicy
- CONSTANT - org.apache.sysds.runtime.transform.encode.EncoderMVImpute.MVMethod
- Constants - Class in org.apache.sysds.runtime.controlprogram.federated.monitoring.controllers
- Constants - Class in org.apache.sysds.runtime.controlprogram.federated.monitoring.repositories
- Constants() - Constructor for class org.apache.sysds.runtime.controlprogram.federated.monitoring.controllers.Constants
- Constants() - Constructor for class org.apache.sysds.runtime.controlprogram.federated.monitoring.repositories.Constants
- ConstDoubleIdExpressionContext(DmlParser.ExpressionContext) - Constructor for class org.apache.sysds.parser.dml.DmlParser.ConstDoubleIdExpressionContext
- ConstEncoding - Class in org.apache.sysds.runtime.compress.estim.encoding
-
Const encoding for cases where the entire group of columns is the same value
- ConstFalseExpressionContext(DmlParser.ExpressionContext) - Constructor for class org.apache.sysds.parser.dml.DmlParser.ConstFalseExpressionContext
- ConstIdentifier - Class in org.apache.sysds.parser
- ConstIdentifier() - Constructor for class org.apache.sysds.parser.ConstIdentifier
- ConstIntIdExpressionContext(DmlParser.ExpressionContext) - Constructor for class org.apache.sysds.parser.dml.DmlParser.ConstIntIdExpressionContext
- CONSTRAINED - org.apache.sysds.runtime.controlprogram.ParForProgramBlock.POptMode
- constructAndSetLopsDataFlowProperties() - Method in class org.apache.sysds.hops.Hop
- constructBinaryInstString(String, String, CPOperand, CPOperand, CPOperand) - Static method in class org.apache.sysds.runtime.instructions.InstructionUtils
- constructCompilerConfig(CompilerConfig, DMLConfig) - Static method in class org.apache.sysds.hops.OptimizerUtils
- constructCompilerConfig(DMLConfig) - Static method in class org.apache.sysds.hops.OptimizerUtils
- constructCplan(Hop, CPlanMemoTable, boolean) - Method in class org.apache.sysds.hops.codegen.template.TemplateBase
-
Constructs a single cplan rooted at the given hop, according to the plan given in the memo structure for this particular hop and its recursive inputs.
- constructCplan(Hop, CPlanMemoTable, boolean) - Method in class org.apache.sysds.hops.codegen.template.TemplateCell
- constructCplan(Hop, CPlanMemoTable, boolean) - Method in class org.apache.sysds.hops.codegen.template.TemplateMultiAgg
- constructCplan(Hop, CPlanMemoTable, boolean) - Method in class org.apache.sysds.hops.codegen.template.TemplateOuterProduct
- constructCplan(Hop, CPlanMemoTable, boolean) - Method in class org.apache.sysds.hops.codegen.template.TemplateRow
- constructDefaultTuple(AColGroupCompressed, AColGroupCompressed) - Static method in class org.apache.sysds.runtime.compress.lib.CLALibCombineGroups
- constructDnnLops(Types.ExecType, List<Hop>) - Method in class org.apache.sysds.hops.DnnOp
- constructFunctionKey(String, String) - Static method in class org.apache.sysds.parser.DMLProgram
- constructHops(DMLProgram) - Method in class org.apache.sysds.parser.DMLTranslator
- constructHops(DMLProgram, boolean) - Method in class org.apache.sysds.parser.DMLTranslator
- constructHops(StatementBlock) - Method in class org.apache.sysds.parser.DMLTranslator
- constructHopsForConditionalPredicate(StatementBlock) - Method in class org.apache.sysds.parser.DMLTranslator
- constructHopsForForControlBlock(ForStatementBlock) - Method in class org.apache.sysds.parser.DMLTranslator
-
Constructs Hops for a given ForStatementBlock or ParForStatementBlock, respectively.
- constructHopsForFunctionControlBlock(FunctionStatementBlock) - Method in class org.apache.sysds.parser.DMLTranslator
- constructHopsForIfControlBlock(IfStatementBlock) - Method in class org.apache.sysds.parser.DMLTranslator
- constructHopsForIterablePredicate(ForStatementBlock) - Method in class org.apache.sysds.parser.DMLTranslator
-
Constructs all predicate Hops (for FROM, TO, INCREMENT) of an iterable predicate and assigns these Hops to the passed statement block.
- constructHopsForWhileControlBlock(WhileStatementBlock) - Method in class org.apache.sysds.parser.DMLTranslator
- constructHopsNR(LineageItem, Map<Long, Hop>, Hop, ArrayList<String>) - Static method in class org.apache.sysds.runtime.util.AutoDiff
- constructLineageFromHops(Hop[], String, Hop[], HashMap<Long, Hop>) - Static method in class org.apache.sysds.runtime.lineage.LineageItemUtils
- constructLops() - Method in class org.apache.sysds.hops.AggBinaryOp
-
NOTE: overestimated mem in case of transpose-identity matmult, but 3/2 at worst and existing mem estimate advantageous in terms of consistency hops/lops, and some special cases internally materialize the transpose for better cache locality
- constructLops() - Method in class org.apache.sysds.hops.AggUnaryOp
- constructLops() - Method in class org.apache.sysds.hops.BinaryOp
- constructLops() - Method in class org.apache.sysds.hops.codegen.SpoofFusedOp
- constructLops() - Method in class org.apache.sysds.hops.DataGenOp
- constructLops() - Method in class org.apache.sysds.hops.DataOp
- constructLops() - Method in class org.apache.sysds.hops.DnnOp
- constructLops() - Method in class org.apache.sysds.hops.FunctionOp
- constructLops() - Method in class org.apache.sysds.hops.Hop
- constructLops() - Method in class org.apache.sysds.hops.IndexingOp
- constructLops() - Method in class org.apache.sysds.hops.LeftIndexingOp
- constructLops() - Method in class org.apache.sysds.hops.LiteralOp
- constructLops() - Method in class org.apache.sysds.hops.NaryOp
-
Construct the corresponding Lops for this Hop
- constructLops() - Method in class org.apache.sysds.hops.ParameterizedBuiltinOp
- constructLops() - Method in class org.apache.sysds.hops.QuaternaryOp
- constructLops() - Method in class org.apache.sysds.hops.ReorgOp
- constructLops() - Method in class org.apache.sysds.hops.TernaryOp
- constructLops() - Method in class org.apache.sysds.hops.UnaryOp
- constructLops(DMLProgram) - Method in class org.apache.sysds.parser.DMLTranslator
- constructLops(StatementBlock) - Method in class org.apache.sysds.parser.DMLTranslator
- constructParameterMap(String[]) - Static method in class org.apache.sysds.runtime.instructions.cp.ParameterizedBuiltinCPInstruction
- constructParameterMap(String[]) - Static method in class org.apache.sysds.runtime.instructions.fed.ParameterizedBuiltinFEDInstruction
- constructParameterMap(String[]) - Static method in class org.apache.sysds.runtime.instructions.spark.ParameterizedBuiltinSPInstruction
- constructRecodeMapEntry(Object, Integer, StringBuilder) - Static method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderRecode
- constructRecodeMapEntry(String, Integer) - Static method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderRecode
-
Returns the Recode map entry which consists of concatenation of code, delimiter and token.
- constructSkipList() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.AOffset
- constructSkipList() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetEmpty
- constructSortByValueLop(Lop, Lop, SortKeys.OperationTypes, Types.DataType, Types.ValueType, Types.ExecType, int) - Static method in class org.apache.sysds.lops.SortKeys
- constructSortByValueLop(Lop, SortKeys.OperationTypes, Types.DataType, Types.ValueType, Types.ExecType, int) - Static method in class org.apache.sysds.lops.SortKeys
- constructSPAppendLop(Hop, Hop, Types.DataType, Types.ValueType, boolean, Hop) - Static method in class org.apache.sysds.hops.BinaryOp
- constructTernaryString(String, CPOperand, CPOperand, CPOperand, CPOperand) - Static method in class org.apache.sysds.runtime.instructions.InstructionUtils
- constructUnaryInstString(String, String, CPOperand, CPOperand) - Static method in class org.apache.sysds.runtime.instructions.InstructionUtils
- ConstScheme - Class in org.apache.sysds.runtime.compress.colgroup.scheme
- ConstStringIdExpressionContext(DmlParser.ExpressionContext) - Constructor for class org.apache.sysds.parser.dml.DmlParser.ConstStringIdExpressionContext
- ConstTrueExpressionContext(DmlParser.ExpressionContext) - Constructor for class org.apache.sysds.parser.dml.DmlParser.ConstTrueExpressionContext
- contains(double) - Method in class org.apache.sysds.runtime.data.DenseBlock
- contains(double[], boolean) - Method in class org.apache.sysds.runtime.data.DenseBlock
- contains(double[], boolean) - Method in class org.apache.sysds.runtime.data.SparseBlock
- contains(double, int, int) - Method in class org.apache.sysds.runtime.data.DenseBlock
-
Checks if the block contains at least one value of the given pattern.
- contains(double, int, int) - Method in class org.apache.sysds.runtime.data.SparseBlock
-
Checks if the block contains at least one value of the given pattern.
- contains(double, int, int) - Method in class org.apache.sysds.runtime.data.SparseBlockCSR
- contains(double, int, int) - Method in class org.apache.sysds.runtime.data.SparseBlockDCSR
- contains(int) - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.ArrayIndex
- contains(int) - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.CombinedIndex
- contains(int) - Method in interface org.apache.sysds.runtime.compress.colgroup.indexes.IColIndex
-
Analyze if this column group contain the given column id
- contains(int) - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.RangeIndex
- contains(int) - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.SingleIndex
- contains(int) - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.TwoIndex
- contains(int) - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.TwoRangesIndex
- contains(long) - Method in class org.apache.sysds.hops.codegen.template.CPlanMemoTable
- contains(long, boolean, TemplateBase.TemplateType...) - Method in class org.apache.sysds.hops.codegen.template.CPlanMemoTable
- contains(long, CPlanMemoTable.MemoTableEntry, TemplateBase.TemplateType) - Method in class org.apache.sysds.hops.codegen.template.CPlanMemoTable
- contains(long, TemplateBase.TemplateType) - Method in class org.apache.sysds.hops.codegen.template.CPlanMemoTable
- contains(long, FEDInstruction.FederatedOutput) - Method in class org.apache.sysds.hops.fedplanner.FederatedMemoTable
- contains(String) - Static method in enum org.apache.sysds.hops.codegen.cplan.CNodeBinary.BinType
- contains(String) - Static method in enum org.apache.sysds.hops.codegen.cplan.CNodeNary.NaryType
- contains(String) - Static method in enum org.apache.sysds.hops.codegen.cplan.CNodeTernary.TernaryType
- contains(String) - Static method in enum org.apache.sysds.hops.codegen.cplan.CNodeUnary.UnaryType
- contains(String) - Static method in enum org.apache.sysds.parser.BuiltinConstant
- contains(String) - Method in class org.apache.sysds.runtime.instructions.cp.ListObject
- contains(String, boolean, boolean) - Static method in enum org.apache.sysds.common.Builtins
- contains(Collection<ParForStatementBlock.ResultVar>, String) - Static method in class org.apache.sysds.parser.ParForStatementBlock.ResultVar
- contains(ColIndexes, ColIndexes) - Method in class org.apache.sysds.runtime.compress.cocode.ColIndexes
- contains(IColIndex, IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.AColIndex
- contains(IColIndex, IColIndex) - Method in interface org.apache.sysds.runtime.compress.colgroup.indexes.IColIndex
-
This contains method is not strict since it only verifies one element is contained from each a and b.
- contains(CPOperand) - Method in class org.apache.sysds.runtime.lineage.Lineage
- contains(CPOperand) - Method in class org.apache.sysds.runtime.lineage.LineageMap
- contains(Data) - Method in class org.apache.sysds.runtime.instructions.cp.ListObject
- CONTAINS - org.apache.sysds.common.Builtins
- CONTAINS - org.apache.sysds.common.Opcodes
- CONTAINS - org.apache.sysds.common.Types.ParamBuiltinOp
- containsAny(Collection<T>, Collection<T>) - Static method in class org.apache.sysds.runtime.util.CollectionUtils
- containsAny(IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.AColIndex
- containsAny(IColIndex) - Method in interface org.apache.sysds.runtime.compress.colgroup.indexes.IColIndex
-
Analyze if this column group contain any of the given column Ids.
- containsAny(IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.RangeIndex
- containsAny(IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.SingleIndex
- containsAny(IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.TwoRangesIndex
- containsAnyName(Set<String>) - Method in class org.apache.sysds.parser.VariableSet
- containsAtLeastOneFunction(ProgramBlock) - Static method in class org.apache.sysds.runtime.controlprogram.parfor.opt.ProgramRecompiler
- containsBinary(CNode, CNodeBinary.BinType) - Static method in class org.apache.sysds.hops.codegen.template.TemplateUtils
- containsEncoderForID(int, Class<T>) - Method in class org.apache.sysds.runtime.transform.encode.MultiColumnEncoder
- containsFunCID(String, long) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedLookupTable
-
Check if there is a mapped ExecutionContextMap for the coordinator with the given host and pid.
- containsFunction(String) - Method in class org.apache.sysds.parser.FunctionDictionary
- containsFunction(String, boolean) - Method in class org.apache.sysds.parser.FunctionDictionary
- containsFunctionCallInstruction(BasicProgramBlock) - Static method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptTreeConverter
- containsFunctionProgramBlock(String, boolean) - Method in class org.apache.sysds.runtime.controlprogram.Program
- containsFunctionProgramBlock(String, String) - Method in class org.apache.sysds.runtime.controlprogram.Program
- containsFunctionProgramBlock(String, String, boolean) - Method in class org.apache.sysds.runtime.controlprogram.Program
- containsFusedRowVecAgg(CNodeTpl) - Static method in class org.apache.sysds.hops.codegen.template.TemplateUtils
- containsHop(Hop) - Method in class org.apache.sysds.hops.codegen.template.CPlanMemoTable
- containsID() - Method in class org.apache.sysds.runtime.instructions.spark.data.DatasetObject
- containsInfOrNan(double, double[]) - Static method in interface org.apache.sysds.runtime.compress.colgroup.ColGroupUtils
- containsInput(Hop, Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- containsKey(int) - Method in class org.apache.sysds.runtime.compress.SingletonLookupHashMap
- containsKey(Object) - Method in class org.apache.sysds.runtime.frame.data.columns.HashMapToInt
- containsKey(String) - Method in class org.apache.sysds.runtime.lineage.LineageMap
- containsNotIn(long, Collection<TemplateBase.TemplateType>, boolean) - Method in class org.apache.sysds.hops.codegen.template.CPlanMemoTable
- containsNull - Variable in class org.apache.sysds.runtime.frame.data.compress.ArrayCompressionStatistics
- containsNull() - Method in class org.apache.sysds.runtime.frame.data.columns.Array
-
analyze if the array contains null values.
- containsNull() - Method in class org.apache.sysds.runtime.frame.data.columns.DDCArray
- containsNull() - Method in class org.apache.sysds.runtime.frame.data.columns.DoubleArray
- containsNull() - Method in class org.apache.sysds.runtime.frame.data.columns.FloatArray
- containsNull() - Method in class org.apache.sysds.runtime.frame.data.columns.OptionalArray
- containsNull() - Method in class org.apache.sysds.runtime.frame.data.columns.RaggedArray
- containsNull() - Method in class org.apache.sysds.runtime.frame.data.columns.StringArray
- containsOmitSpec(String, String[]) - Static method in class org.apache.sysds.runtime.transform.meta.TfMetaUtils
- containsOp(List<Hop>, Class<? extends Hop>) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- containsOuterProduct(Hop) - Static method in class org.apache.sysds.hops.codegen.template.TemplateUtils
- containsOuterProduct(Hop, Hop) - Static method in class org.apache.sysds.hops.codegen.template.TemplateUtils
- containsOutput(String) - Method in class org.apache.sysds.hops.FunctionOp
- containsRandDataGen(HashSet<LineageItem>, LineageItem) - Static method in class org.apache.sysds.runtime.lineage.LineageItemUtils
- containsRemoteParfor() - Method in class org.apache.sysds.parser.DMLProgram
- containsSecondOrderBuiltin(List<Hop>) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- containsSecondOrderCall() - Method in class org.apache.sysds.hops.ipa.FunctionCallGraph
-
Indicates if the function call graph, i.e., functions that are transitively reachable from the main program, contains a second-order builtin function call (e.g., eval, paramserv), which prohibits the removal of unused functions.
- containsSeq() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeCell
- containsSeq() - Method in class org.apache.sysds.runtime.codegen.SpoofCellwise
- containsSparkInstruction(ArrayList<Instruction>, boolean) - Static method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptTreeConverter
- containsSparkInstruction(BasicProgramBlock, boolean) - Static method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptTreeConverter
- containsStrict(IColIndex, IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.AColIndex
- containsStrict(IColIndex, IColIndex) - Method in interface org.apache.sysds.runtime.compress.colgroup.indexes.IColIndex
-
This contains both a and b ...
- containsString(String) - Method in class org.apache.sysds.runtime.iogen.TextTrie
- containsStringAndSet(String) - Method in class org.apache.sysds.runtime.iogen.TextTrie
- containsTopLevel(long) - Method in class org.apache.sysds.hops.codegen.template.CPlanMemoTable
- containsTransposeOperation(List<Hop>) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- containsValue(double) - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroup
-
Detect if the column group contains a specific value.
- containsValue(double) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupConst
- containsValue(double) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDC
- containsValue(double) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDCFOR
- containsValue(double) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupEmpty
- containsValue(double) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupLinearFunctional
- containsValue(double) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupOLE
- containsValue(double) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupRLE
- containsValue(double) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDC
- containsValue(double) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCFOR
- containsValue(double) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingle
- containsValue(double) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingleZeros
- containsValue(double) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCZeros
- containsValue(double) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressed
- containsValue(double) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressedArray
- containsValue(double) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- containsValue(double) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.AIdentityDictionary
- containsValue(double) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- containsValue(double) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Detect if the dictionary contains a specific value.
- containsValue(double) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- containsValue(double) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- containsValue(double) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- containsValue(double, int) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- containsValue(double, int) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- containsValue(Object) - Method in class org.apache.sysds.runtime.frame.data.columns.HashMapToInt
- containsValueWithReference(double, double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- containsValueWithReference(double, double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- containsValueWithReference(double, double[]) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Detect if the dictionary contains a specific value with reference offset.
- containsValueWithReference(double, double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- containsVariable(String) - Method in class org.apache.sysds.parser.VariableSet
- containsVariable(String) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- containsVariable(CPOperand) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- containsVars(long) - Method in class org.apache.sysds.runtime.controlprogram.parfor.CachedReuseVariables
- containsVector(MatrixBlock, boolean) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- containsZero() - Method in class org.apache.sysds.runtime.compress.bitmap.ABitmap
-
Find out if the map contains zeros.
- containsZero(double[], int, int) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- containsZeros() - Method in class org.apache.sysds.runtime.compress.estim.CompressedSizeInfoColGroup
- containZerosTuples() - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroupOffset
- CONTROL_PROGRAM - org.apache.sysds.runtime.instructions.Instruction.IType
- controlStatement() - Method in class org.apache.sysds.parser.AssignmentStatement
- controlStatement() - Method in class org.apache.sysds.parser.ForStatement
- controlStatement() - Method in class org.apache.sysds.parser.FunctionStatement
- controlStatement() - Method in class org.apache.sysds.parser.IfStatement
- controlStatement() - Method in class org.apache.sysds.parser.ImportStatement
- controlStatement() - Method in class org.apache.sysds.parser.MultiAssignmentStatement
- controlStatement() - Method in class org.apache.sysds.parser.OutputStatement
- controlStatement() - Method in class org.apache.sysds.parser.PathStatement
- controlStatement() - Method in class org.apache.sysds.parser.PrintStatement
- controlStatement() - Method in class org.apache.sysds.parser.Statement
- controlStatement() - Method in class org.apache.sysds.parser.WhileStatement
- conv2d(GPUContext, String, MatrixObject, MatrixObject, MatrixObject, int, int, int, int, int, int, int, int, int, int, int, int, int, double) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixCuDNN
-
Performs a 2D convolution
- conv2d(MatrixBlock, MatrixBlock, MatrixBlock, DnnParameters) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixDNN
-
This method performs convolution (i.e.
- conv2d(MatrixBlock, MatrixBlock, MatrixBlock, DnnParameters) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixNative
-
This method performs convolution (i.e.
- CONV2D - org.apache.sysds.common.Builtins
- CONV2D - org.apache.sysds.common.Opcodes
- CONV2D - org.apache.sysds.common.Types.OpOpDnn
- CONV2D_BACKWARD_DATA - org.apache.sysds.common.Builtins
- CONV2D_BACKWARD_DATA - org.apache.sysds.common.Opcodes
- CONV2D_BACKWARD_DATA - org.apache.sysds.common.Types.OpOpDnn
- CONV2D_BACKWARD_FILTER - org.apache.sysds.common.Builtins
- CONV2D_BACKWARD_FILTER - org.apache.sysds.common.Opcodes
- CONV2D_BACKWARD_FILTER - org.apache.sysds.common.Types.OpOpDnn
- CONV2D_BIAS_ADD - org.apache.sysds.common.Opcodes
- CONV2D_BIAS_ADD - org.apache.sysds.common.Types.OpOpDnn
- conv2dBackwardData(GPUContext, String, MatrixObject, MatrixObject, MatrixObject, int, int, int, int, int, int, int, int, int, int, int, int, int, double) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixCuDNN
-
This method computes the backpropogation errors for previous layer of convolution operation
- conv2dBackwardData(MatrixBlock, MatrixBlock, MatrixBlock, DnnParameters) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixDNN
-
This method computes the backpropogation errors for previous layer of convolution operation
- conv2dBackwardData(MatrixBlock, MatrixBlock, MatrixBlock, DnnParameters) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixNative
-
This method computes the backpropagation errors for previous layer of convolution operation
- conv2dBackwardDataDense(double[], double[], double[], int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Static method in class org.apache.sysds.utils.NativeHelper
- conv2dBackwardFilter(GPUContext, String, MatrixObject, MatrixObject, MatrixObject, int, int, int, int, int, int, int, int, int, int, int, int, int, double) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixCuDNN
-
This method computes the backpropogation errors for filter of convolution operation
- conv2dBackwardFilter(MatrixBlock, MatrixBlock, MatrixBlock, DnnParameters) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixDNN
-
This method computes the backpropogation errors for filter of convolution operation
- conv2dBackwardFilter(MatrixBlock, MatrixBlock, MatrixBlock, DnnParameters) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixNative
-
This method computes the backpropogation errors for filter of convolution operation
- conv2dBackwardFilterDense(double[], double[], double[], int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Static method in class org.apache.sysds.utils.NativeHelper
- conv2dBackwardFilterSparseDense(int, int, int[], double[], double[], double[], int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Static method in class org.apache.sysds.utils.NativeHelper
- conv2dBiasAdd(GPUContext, String, MatrixObject, MatrixObject, MatrixObject, MatrixObject, int, int, int, int, int, int, int, int, int, int, int, int, int, double) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixCuDNN
-
Does a 2D convolution followed by a bias_add
- conv2dDense(double[], double[], double[], int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Static method in class org.apache.sysds.utils.NativeHelper
- conv2dSparse(int, int, int[], double[], double[], double[], int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Static method in class org.apache.sysds.utils.NativeHelper
- convert(byte[], int, Types.ValueType) - Static method in class org.apache.sysds.runtime.util.Py4jConverterUtils
- convert(long) - Static method in class org.apache.sysds.runtime.io.hdf5.H5BufferBuilder
- convert(K1, V1) - Method in interface org.apache.sysds.runtime.matrix.data.Converter
- convert(MatrixIndexes, MatrixBlock) - Method in class org.apache.sysds.runtime.matrix.data.BinaryBlockToTextCellConverter
-
Before calling convert, please make sure to setBlockSize(blen, blen);
- CONVERT_MCSR_TO_CSR_ON_DEEP_SERIALIZE - Static variable in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- CONVERT_NESTED_REMOTE_PARFOR - Static variable in class org.apache.sysds.runtime.controlprogram.ParForProgramBlock
- convertDFSchemaToFrameSchema(StructType, String[], Types.ValueType[], boolean) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.FrameRDDConverterUtils
-
NOTE: regarding the support of vector columns, we make the following schema restriction: single vector column, which allows inference of the vector length without data access and covers the common case.
- ConvertedDMLSyntax(String, String, ArrayList<ParameterExpression>) - Constructor for class org.apache.sysds.parser.dml.DmlSyntacticValidator.ConvertedDMLSyntax
- Converter<K1 extends org.apache.hadoop.io.Writable,V1 extends org.apache.hadoop.io.Writable,K2 extends org.apache.hadoop.io.Writable,V2 extends org.apache.hadoop.io.Writable> - Interface in org.apache.sysds.runtime.matrix.data
- convertFormatType(String) - Static method in class org.apache.sysds.parser.Expression
-
Convert string format type to
Hop.FileFormatTypes. - ConvertFrameBlockToIJVLines - Class in org.apache.sysds.runtime.instructions.spark.functions
- ConvertFrameBlockToIJVLines() - Constructor for class org.apache.sysds.runtime.instructions.spark.functions.ConvertFrameBlockToIJVLines
- convertFrameSchemaToDFSchema(Types.ValueType[], boolean) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.FrameRDDConverterUtils
-
This function will convert Frame schema into DataFrame schema
- convertFused(byte[], int, Types.ValueType[]) - Static method in class org.apache.sysds.runtime.util.Py4jConverterUtils
- convertInputParametersForParser(Map<String, Object>) - Static method in class org.apache.sysds.api.mlcontext.MLContextUtil
-
Converts non-string basic input parameter values to strings to pass to the parser.
- convertInputType(String, Object) - Static method in class org.apache.sysds.api.mlcontext.MLContextUtil
-
Convert input types to internal SystemDS representations
- convertInputType(String, Object, Metadata) - Static method in class org.apache.sysds.api.mlcontext.MLContextUtil
-
Convert input types to internal SystemDS representations
- ConvertMatrixBlockToIJVLines - Class in org.apache.sysds.runtime.instructions.spark.functions
- ConvertMatrixBlockToIJVLines(int) - Constructor for class org.apache.sysds.runtime.instructions.spark.functions.ConvertMatrixBlockToIJVLines
- convertMBtoPy4JDenseArr(MatrixBlock) - Static method in class org.apache.sysds.runtime.util.Py4jConverterUtils
- convertPy4JArrayToMB(byte[], int, int) - Static method in class org.apache.sysds.runtime.util.Py4jConverterUtils
- convertPy4JArrayToMB(byte[], int, int, boolean, Types.ValueType) - Static method in class org.apache.sysds.runtime.util.Py4jConverterUtils
- convertPy4JArrayToMB(byte[], int, int, Types.ValueType) - Static method in class org.apache.sysds.runtime.util.Py4jConverterUtils
- convertRow(byte[], int, Types.ValueType) - Static method in class org.apache.sysds.runtime.util.Py4jConverterUtils
- convertSciPyCOOToMB(byte[], byte[], byte[], int, int, int) - Static method in class org.apache.sysds.runtime.util.Py4jConverterUtils
- convertStringToDoubleArray(String[]) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- ConvertStringToLongTextPair - Class in org.apache.sysds.runtime.instructions.spark.functions
- ConvertStringToLongTextPair() - Constructor for class org.apache.sysds.runtime.instructions.spark.functions.ConvertStringToLongTextPair
- convertToArray2DRowRealMatrix(MatrixBlock) - Static method in class org.apache.sysds.runtime.util.DataConverter
-
Helper method that converts SystemDS matrix variable (
varname) into a Array2DRowRealMatrix format, which is useful in invoking Apache CommonsMath. - convertToBlockRealMatrix(MatrixBlock) - Static method in class org.apache.sysds.runtime.util.DataConverter
- convertToBooleanVector(MatrixBlock) - Static method in class org.apache.sysds.runtime.util.DataConverter
- convertToDenseBlock(MatrixBlock) - Static method in class org.apache.sysds.runtime.util.DataConverter
- convertToDenseBlock(MatrixBlock, boolean) - Static method in class org.apache.sysds.runtime.util.DataConverter
- convertToDMLSyntax(ParserRuleContext, String, String, ArrayList<ParameterExpression>, Token) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- convertToDoubleList(MatrixBlock) - Static method in class org.apache.sysds.runtime.util.DataConverter
- convertToDoubleMatrix(InputStream, int, int) - Method in class org.apache.sysds.api.jmlc.Connection
-
Converts an input stream of a string matrix in textcell format into a dense double array.
- convertToDoubleMatrix(InputStream, int, int, String) - Method in class org.apache.sysds.api.jmlc.Connection
-
Converts an input stream of a string matrix in csv or textcell format into a dense double array.
- convertToDoubleMatrix(String, int, int) - Method in class org.apache.sysds.api.jmlc.Connection
-
Converts an input string representation of a matrix in textcell format into a dense double array.
- convertToDoubleMatrix(String, String) - Method in class org.apache.sysds.api.jmlc.Connection
-
Converts an input string representation of a matrix in csv or textcell format into a dense double array.
- convertToDoubleMatrix(MatrixBlock) - Static method in class org.apache.sysds.runtime.util.DataConverter
-
Creates a two-dimensional double matrix of the input matrix block.
- convertToDoubleVector(MatrixBlock) - Static method in class org.apache.sysds.runtime.util.DataConverter
- convertToDoubleVector(MatrixBlock, boolean) - Static method in class org.apache.sysds.runtime.util.DataConverter
- convertToDoubleVector(MatrixBlock, boolean, boolean) - Static method in class org.apache.sysds.runtime.util.DataConverter
- convertToFrame(InputStream, int, int) - Method in class org.apache.sysds.api.jmlc.Connection
-
Converts an input stream of a string frame in textcell format into a frame block.
- convertToFrame(InputStream, int, int, String) - Method in class org.apache.sysds.api.jmlc.Connection
-
Converts an input stream of a frame in csv or textcell format into a frame block.
- convertToFrame(InputStream, String) - Method in class org.apache.sysds.api.jmlc.Connection
-
Converts an input stream of a string frame in csv or textcell format into a frame block.
- convertToFrame(String, int, int) - Method in class org.apache.sysds.api.jmlc.Connection
-
Converts an input string representation of a frame in textcell format into a frame block.
- convertToFrame(String, String) - Method in class org.apache.sysds.api.jmlc.Connection
-
Converts an input string representation of a frame in csv or textcell format into a frame block.
- convertToFrameBlock(String[][]) - Static method in class org.apache.sysds.runtime.util.DataConverter
-
Converts a two dimensions string array into a frame block of value type string.
- convertToFrameBlock(String[][], Types.ValueType[]) - Static method in class org.apache.sysds.runtime.util.DataConverter
- convertToFrameBlock(String[][], Types.ValueType[], String[]) - Static method in class org.apache.sysds.runtime.util.DataConverter
- convertToFrameBlock(MatrixBlock) - Static method in class org.apache.sysds.runtime.util.DataConverter
-
Converts a matrix block into a frame block of value type double.
- convertToFrameBlock(MatrixBlock, int) - Static method in class org.apache.sysds.runtime.frame.data.lib.FrameFromMatrixBlock
- convertToFrameBlock(MatrixBlock, int) - Static method in class org.apache.sysds.runtime.util.DataConverter
-
Converts a matrix block into a frame block of value type double.
- convertToFrameBlock(MatrixBlock, Types.ValueType) - Static method in class org.apache.sysds.runtime.util.DataConverter
-
Converts a matrix block into a frame block of value type given.
- convertToFrameBlock(MatrixBlock, Types.ValueType[]) - Static method in class org.apache.sysds.runtime.util.DataConverter
-
Converts a matrix block into a frame block of with the given schema
- convertToFrameBlock(MatrixBlock, Types.ValueType[], int) - Static method in class org.apache.sysds.runtime.frame.data.FrameBlock
- convertToFrameBlock(MatrixBlock, Types.ValueType[], int) - Static method in class org.apache.sysds.runtime.frame.data.lib.FrameFromMatrixBlock
- convertToFrameBlock(MatrixBlock, Types.ValueType[], int) - Static method in class org.apache.sysds.runtime.util.DataConverter
-
Converts a matrix block into a frame block of with the given schema
- convertToFrameBlock(MatrixBlock, Types.ValueType, int) - Static method in class org.apache.sysds.runtime.frame.data.lib.FrameFromMatrixBlock
- convertToFrameBlock(MatrixBlock, Types.ValueType, int) - Static method in class org.apache.sysds.runtime.util.DataConverter
-
Converts a matrix block into a frame block of a given value type.
- convertToIntVector(MatrixBlock) - Static method in class org.apache.sysds.runtime.util.DataConverter
- convertToLongVector(MatrixBlock) - Static method in class org.apache.sysds.runtime.util.DataConverter
- convertToMatrix(InputStream, int, int) - Method in class org.apache.sysds.api.jmlc.Connection
-
Converts an input stream of a string matrix in text format into a matrix block.
- convertToMatrix(InputStream, int, int, String) - Method in class org.apache.sysds.api.jmlc.Connection
-
Converts an input stream of a string matrix in csv or text format into a matrix block.
- convertToMatrix(InputStream, String) - Method in class org.apache.sysds.api.jmlc.Connection
-
Converts an input stream of a string matrix in csv or textcell format into a matrix block.
- convertToMatrix(String, int, int) - Method in class org.apache.sysds.api.jmlc.Connection
-
Converts an input string representation of a matrix in textcell format into a matrix block.
- convertToMatrix(String, String) - Method in class org.apache.sysds.api.jmlc.Connection
-
Converts an input string representation of a matrix in csv or textcell format into a matrix block.
- convertToMatrixBlock(double[][]) - Static method in class org.apache.sysds.runtime.util.DataConverter
-
Creates a dense Matrix Block and copies the given double matrix into it.
- convertToMatrixBlock(double[], boolean) - Static method in class org.apache.sysds.runtime.util.DataConverter
-
Creates a dense Matrix Block and copies the given double vector into it.
- convertToMatrixBlock(int[][]) - Static method in class org.apache.sysds.runtime.util.DataConverter
-
Converts an Integer matrix to an MatrixBlock
- convertToMatrixBlock(HashMap<MatrixIndexes, Double>) - Static method in class org.apache.sysds.runtime.util.DataConverter
- convertToMatrixBlock(HashMap<MatrixIndexes, Double>, int, int) - Static method in class org.apache.sysds.runtime.util.DataConverter
-
NOTE: this method also ensures the specified matrix dimensions
- convertToMatrixBlock(RealMatrix) - Static method in class org.apache.sysds.runtime.util.DataConverter
- convertToMatrixBlock(FrameBlock) - Static method in class org.apache.sysds.runtime.util.DataConverter
-
Converts a frame block with arbitrary schema into a matrix block.
- convertToMatrixBlock(FrameBlock, int) - Static method in interface org.apache.sysds.runtime.frame.data.lib.MatrixBlockFromFrame
-
Converts a frame block with arbitrary schema into a matrix block.
- convertToMatrixBlock(FrameBlock, MatrixBlock, int) - Static method in interface org.apache.sysds.runtime.frame.data.lib.MatrixBlockFromFrame
-
Converts a frame block with arbitrary schema into a matrix block.
- convertToMatrixBlock(CTableMap) - Static method in class org.apache.sysds.runtime.util.DataConverter
- convertToMatrixBlock(CTableMap, int, int) - Static method in class org.apache.sysds.runtime.util.DataConverter
-
NOTE: this method also ensures the specified matrix dimensions
- convertToMatrixBlockPartitions(MatrixBlock, boolean) - Static method in class org.apache.sysds.runtime.util.DataConverter
- convertToSparkCtx() - Method in class org.apache.sysds.runtime.controlprogram.federated.ExecutionContextMap
- convertToStringFrame(InputStream, int, int) - Method in class org.apache.sysds.api.jmlc.Connection
-
Converts an input stream of a string frame in textcell format into a dense string array.
- convertToStringFrame(InputStream, int, int, String) - Method in class org.apache.sysds.api.jmlc.Connection
-
Converts an input stream of a string frame in csv or text format into a dense string array.
- convertToStringFrame(String, int, int) - Method in class org.apache.sysds.api.jmlc.Connection
-
Converts an input stream of a string frame in textcell format into a dense string array.
- convertToStringFrame(String, String) - Method in class org.apache.sysds.api.jmlc.Connection
-
Converts an input string representation of a frame in csv or textcell format into a dense string array.
- convertToStringFrame(FrameBlock) - Static method in class org.apache.sysds.runtime.util.DataConverter
-
Converts a frame block with arbitrary schema into a two dimensional string array.
- convertToTensorBlock(MatrixBlock, Types.ValueType, boolean) - Static method in class org.apache.sysds.runtime.util.DataConverter
- convertVectorToIndexList(MatrixBlock) - Static method in class org.apache.sysds.runtime.util.DataConverter
- COO - org.apache.sysds.runtime.data.SparseBlock.Type
- COORDINATE - org.apache.sysds.runtime.io.FileFormatPropertiesMM.MMFormat
- coordinateMatrixToBinaryBlock(JavaSparkContext, CoordinateMatrix, DataCharacteristics, boolean) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.RDDConverterUtilsExt
- coordinateMatrixToBinaryBlock(SparkContext, CoordinateMatrix, DataCharacteristics, boolean) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.RDDConverterUtilsExt
- CoordinatorConnectionModel - Class in org.apache.sysds.runtime.controlprogram.federated.monitoring.models
- CoordinatorConnectionModel() - Constructor for class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.CoordinatorConnectionModel
- CoordinatorController - Class in org.apache.sysds.runtime.controlprogram.federated.monitoring.controllers
- CoordinatorController() - Constructor for class org.apache.sysds.runtime.controlprogram.federated.monitoring.controllers.CoordinatorController
- coordinatorId - Variable in class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.CoordinatorConnectionModel
- CoordinatorModel - Class in org.apache.sysds.runtime.controlprogram.federated.monitoring.models
- CoordinatorModel() - Constructor for class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.CoordinatorModel
- CoordinatorModel(Long) - Constructor for class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.CoordinatorModel
- CoordinatorModel(Long, String, String, Long) - Constructor for class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.CoordinatorModel
- CoordinatorService - Class in org.apache.sysds.runtime.controlprogram.federated.monitoring.services
- CoordinatorService() - Constructor for class org.apache.sysds.runtime.controlprogram.federated.monitoring.services.CoordinatorService
- coordinatorsTrafficBytes - Variable in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics.FedStatsCollection
- copy() - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
- copy() - Method in class org.apache.sysds.runtime.instructions.cp.ListObject
- copy(boolean) - Method in class org.apache.sysds.runtime.data.SparseRow
-
Make a copy of this row.
- copy(boolean) - Method in class org.apache.sysds.runtime.data.SparseRowScalar
- copy(boolean) - Method in class org.apache.sysds.runtime.data.SparseRowVector
- copy(int[], int[], BasicTensorBlock) - Method in class org.apache.sysds.runtime.data.BasicTensorBlock
-
Copy a part of another
BasicTensorBlock - copy(int[], int[], DataTensorBlock) - Method in class org.apache.sysds.runtime.data.DataTensorBlock
-
Copy a part of another
DataTensorBlock - copy(int[], int[], TensorBlock) - Method in class org.apache.sysds.runtime.data.TensorBlock
-
Copy a part of another
TensorBlock - copy(int, int, int, int, FrameBlock) - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
-
Copy src matrix into the index range of the existing current matrix.
- copy(int, int, int, int, MatrixBlock, boolean) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- copy(int, int, int, int, MatrixBlock, boolean) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
-
In-place copy of matrix src into the index range of the existing current matrix.
- copy(AMapToData) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.AMapToData
-
Copy the values in this map into another mapping object.
- copy(BasicTensorBlock) - Method in class org.apache.sysds.runtime.data.BasicTensorBlock
- copy(DataTensorBlock) - Method in class org.apache.sysds.runtime.data.DataTensorBlock
- copy(SparseRow) - Method in class org.apache.sysds.runtime.data.SparseRowVector
- copy(TensorBlock) - Method in class org.apache.sysds.runtime.data.TensorBlock
- copy(FrameBlock) - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
- copy(MatrixValue) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- copy(MatrixValue) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- copy(MatrixValue) - Method in class org.apache.sysds.runtime.matrix.data.MatrixCell
- copy(MatrixValue) - Method in class org.apache.sysds.runtime.matrix.data.MatrixValue
-
Copy that MatrixValue into this MatrixValue.
- copy(MatrixValue) - Method in class org.apache.sysds.runtime.matrix.data.WeightedCell
- copy(MatrixValue, boolean) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- copy(MatrixValue, boolean) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- copy(MatrixValue, boolean) - Method in class org.apache.sysds.runtime.matrix.data.MatrixCell
- copy(MatrixValue, boolean) - Method in class org.apache.sysds.runtime.matrix.data.MatrixValue
-
Copy that MatrixValue into this MatrixValue.
- COPY - org.apache.sysds.runtime.controlprogram.caching.MatrixObject.UpdateType
- COPY_EVAL_FUNCTIONS - Static variable in class org.apache.sysds.runtime.controlprogram.ParForProgramBlock
- copyAndSet(IDictionary) - Method in class org.apache.sysds.runtime.compress.colgroup.ADictBasedColGroup
-
This method copies the column group and sets the dictionary to another dictionary.
- copyAndSet(IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroup
-
Copy the content of the column group with pointers to the previous content but with new column given Note this method does not verify if the colIndexes specified are valid and correct dimensions for the underlying column groups.
- copyAndSet(IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.ADictBasedColGroup
- copyAndSet(IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupEmpty
- copyAndSet(IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupLinearFunctional
- copyAndSet(IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressed
- copyAndSet(IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressedArray
- copyAsStringToArray(String[], Object) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- copyBinaryBlockMatrix(JavaPairRDD<MatrixIndexes, MatrixBlock>) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.SparkUtils
-
Creates a partitioning-preserving deep copy of the input matrix RDD, where the indexes and values are copied.
- copyBinaryBlockMatrix(JavaPairRDD<MatrixIndexes, MatrixBlock>, boolean) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.SparkUtils
-
Creates a partitioning-preserving copy of the input matrix RDD.
- copyBinaryBlockTensor(JavaPairRDD<TensorIndexes, BasicTensorBlock>) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.SparkUtils
-
Creates a partitioning-preserving deep copy of the input tensor RDD, where the indexes and values are copied.
- copyBinaryBlockTensor(JavaPairRDD<TensorIndexes, BasicTensorBlock>, boolean) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.SparkUtils
-
Creates a partitioning-preserving copy of the input tensor RDD.
- CopyBinaryCellFunction - Class in org.apache.sysds.runtime.instructions.spark.functions
- CopyBinaryCellFunction() - Constructor for class org.apache.sysds.runtime.instructions.spark.functions.CopyBinaryCellFunction
- copyBit(MapToBit) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.AMapToData
- copyBit(MapToBit) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToBit
- copyBit(MapToBit) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToByte
- copyBit(MapToBit) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToZero
- copyDataGenOp(DataGenOp, double, double) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
-
Assumes that min and max are literal ops, needs to be checked from outside.
- copyDenseMtx(MatrixBlock, MatrixBlock, int, int, int, boolean, boolean) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixReorg
- copyExact(int[], int[], TensorBlock) - Method in class org.apache.sysds.runtime.data.TensorBlock
-
Copy a part of another
TensorBlock. - copyExecutionContext(ExecutionContext, int) - Static method in class org.apache.sysds.runtime.controlprogram.paramserv.ParamservUtils
- copyFileOnHDFS(String, String) - Static method in class org.apache.sysds.runtime.util.HDFSTool
- CopyFrameBlockFunction - Class in org.apache.sysds.runtime.instructions.spark.functions
-
General purpose copy function for binary block rdds.
- CopyFrameBlockFunction() - Constructor for class org.apache.sysds.runtime.instructions.spark.functions.CopyFrameBlockFunction
- CopyFrameBlockFunction(boolean) - Constructor for class org.apache.sysds.runtime.instructions.spark.functions.CopyFrameBlockFunction
- CopyFrameBlockPairFunction - Class in org.apache.sysds.runtime.instructions.spark.functions
-
General purpose copy function for binary block rdds.
- CopyFrameBlockPairFunction() - Constructor for class org.apache.sysds.runtime.instructions.spark.functions.CopyFrameBlockPairFunction
- CopyFrameBlockPairFunction(boolean) - Constructor for class org.apache.sysds.runtime.instructions.spark.functions.CopyFrameBlockPairFunction
- copyFrom(DmlParser.DataIdentifierContext) - Method in class org.apache.sysds.parser.dml.DmlParser.DataIdentifierContext
- copyFrom(DmlParser.DataTypeContext) - Method in class org.apache.sysds.parser.dml.DmlParser.DataTypeContext
- copyFrom(DmlParser.ExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlParser.ExpressionContext
- copyFrom(DmlParser.FunctionStatementContext) - Method in class org.apache.sysds.parser.dml.DmlParser.FunctionStatementContext
- copyFrom(DmlParser.IterablePredicateContext) - Method in class org.apache.sysds.parser.dml.DmlParser.IterablePredicateContext
- copyFrom(DmlParser.StatementContext) - Method in class org.apache.sysds.parser.dml.DmlParser.StatementContext
- copyInt(int[]) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.AMapToData
-
Copy the values of the given array into this.
- copyInt(int[], int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.AMapToData
- copyInt(int[], int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToBit
- copyInt(int[], int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToByte
- copyInt(int[], int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToChar
- copyInt(int[], int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToCharPByte
- copyInt(int[], int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToInt
- copyInt(int[], int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToZero
- copyLineNumbers(Hop, Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- copyLineNumbers(MatrixObject, Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- copyLineNumbers(MatrixBlock, Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- copyList(ListObject, boolean) - Static method in class org.apache.sysds.runtime.controlprogram.paramserv.ParamservUtils
-
Deep copy the list object
- CopyMatrixBlockFunction - Class in org.apache.sysds.runtime.instructions.spark.functions
-
General purpose copy function for binary block rdds.
- CopyMatrixBlockFunction() - Constructor for class org.apache.sysds.runtime.instructions.spark.functions.CopyMatrixBlockFunction
- CopyMatrixBlockFunction(boolean) - Constructor for class org.apache.sysds.runtime.instructions.spark.functions.CopyMatrixBlockFunction
- CopyMatrixBlockPairFunction - Class in org.apache.sysds.runtime.instructions.spark.functions
-
General purpose copy function for binary block rdds.
- CopyMatrixBlockPairFunction() - Constructor for class org.apache.sysds.runtime.instructions.spark.functions.CopyMatrixBlockPairFunction
- CopyMatrixBlockPairFunction(boolean) - Constructor for class org.apache.sysds.runtime.instructions.spark.functions.CopyMatrixBlockPairFunction
- copyMtx(MatrixBlock, MatrixBlock, int, int, int, boolean, boolean) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixReorg
- copyOf(Types.ValueType[], Types.ValueType[]) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- copyOriginalFunctions() - Method in class org.apache.sysds.parser.DMLProgram
- copyOriginalFunctions() - Method in class org.apache.sysds.parser.FunctionDictionary
- copyPtrToHost(CSRPointer, int, long, int[], int[]) - Static method in class org.apache.sysds.runtime.instructions.gpu.context.CSRPointer
-
Static method to copy a CSR sparse matrix from Device to host
- copyRowBlocks(MatrixBlock, int, MatrixBlock, int, int, int) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.RDDConverterUtilsExt
- copyRowBlocks(MatrixBlock, int, MatrixBlock, long, long, long) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.RDDConverterUtilsExt
- copyRowBlocks(MatrixBlock, long, MatrixBlock, int, int, int) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.RDDConverterUtilsExt
- copyRowBlocks(MatrixBlock, long, MatrixBlock, long, long, long) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.RDDConverterUtilsExt
- copySettings(CompressionSettings) - Method in class org.apache.sysds.runtime.compress.CompressionSettingsBuilder
-
Copy the settings from another CompressionSettings Builder, modifies this, not that.
- copyShallow() - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
- copyShallow(BasicTensorBlock) - Method in class org.apache.sysds.runtime.data.BasicTensorBlock
- copyShallow(MatrixBlock) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- copyShallow(MatrixBlock) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- copySparseBlock(SparseBlock.Type, SparseBlock, boolean) - Static method in class org.apache.sysds.runtime.data.SparseBlockFactory
- copySparseBlock(SparseBlock.Type, SparseBlock, boolean, int) - Static method in class org.apache.sysds.runtime.data.SparseBlockFactory
- CopyTensorBlockFunction - Class in org.apache.sysds.runtime.instructions.spark.functions
-
General purpose copy function for binary block rdds.
- CopyTensorBlockFunction() - Constructor for class org.apache.sysds.runtime.instructions.spark.functions.CopyTensorBlockFunction
- CopyTensorBlockFunction(boolean) - Constructor for class org.apache.sysds.runtime.instructions.spark.functions.CopyTensorBlockFunction
- CopyTensorBlockPairFunction - Class in org.apache.sysds.runtime.instructions.spark.functions
-
General purpose copy function for binary block rdds.
- CopyTensorBlockPairFunction() - Constructor for class org.apache.sysds.runtime.instructions.spark.functions.CopyTensorBlockPairFunction
- CopyTensorBlockPairFunction(boolean) - Constructor for class org.apache.sysds.runtime.instructions.spark.functions.CopyTensorBlockPairFunction
- CopyTextInputFunction - Class in org.apache.sysds.runtime.instructions.spark.functions
- CopyTextInputFunction() - Constructor for class org.apache.sysds.runtime.instructions.spark.functions.CopyTextInputFunction
- copyToDevice(GPUContext, CSRPointer, int, long, int[], int[], double[]) - Static method in class org.apache.sysds.runtime.instructions.gpu.context.CSRPointer
-
Static method to copy a CSR sparse matrix from Host to Device
- copyToDoubleVector(MatrixBlock, double[], int) - Static method in class org.apache.sysds.runtime.util.DataConverter
- copyToHostCache(LineageCacheEntry) - Static method in class org.apache.sysds.runtime.lineage.LineageGPUCacheEviction
- copyUpperToLowerTriangle(MatrixBlock) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixMult
- copyUpperToLowerTriangleDense(MatrixBlock) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixMult
-
Used for all version of TSMM where the result is known to be symmetric.
- copyUpperToLowerTriangleSparse(MatrixBlock) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixMult
- copyValueFrom(LineageCacheEntry, long) - Method in class org.apache.sysds.runtime.lineage.LineageCacheEntry
- copyValuesColGroupMatrixBlocks(AColGroup, AColGroup, MatrixBlock, MatrixBlock) - Static method in interface org.apache.sysds.runtime.compress.colgroup.ColGroupUtils
-
Copy values from tmpResult into correct positions of result (according to colIndexes in lhs and rhs)
- CopyVariable - org.apache.sysds.runtime.instructions.cp.VariableCPInstruction.VariableOperationCode
- copyWithNewID() - Method in class org.apache.sysds.runtime.controlprogram.federated.FederationMap
-
Copy the federation map with the next available federated ID as reference to the federated data.
- copyWithNewID(long) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedData
-
Make a copy of the
FederatedDatametadata, but use another varID (refer to another object on worker) - copyWithNewID(long) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedLocalData
- copyWithNewID(long) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederationMap
-
Copy the federation map with the given ID as reference to the federated data.
- copyWithNewID(long, long) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederationMap
-
Copy the federation map with the given ID as reference to the federated data and with given clen as end dimension for the columns in the range.
- copyWithNewIDAndRange(int[][], long, FTypes.FType) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederationMap
- copyWithNewIDAndRange(long, long, long) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederationMap
-
Copy federated mapping while giving the federated data new IDs and setting the ranges from zero to row and column ends specified.
- copyWithNewIDAndRange(long, long, long, FTypes.FType) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederationMap
- COR - org.apache.sysds.common.Builtins
- correction - Variable in class org.apache.sysds.runtime.matrix.operators.AggregateOperator
- correctionByte(int, int) - Static method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetFactory
- correctionChar(int, int) - Static method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetFactory
- correctNan(double[], IColIndex) - Static method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
-
Correct Nan Values in an result.
- CORRECTTYPOS - org.apache.sysds.common.Builtins
- CORRECTTYPOSAPPLY - org.apache.sysds.common.Builtins
- CorrMatrixBlock - Class in org.apache.sysds.runtime.instructions.spark.data
- CorrMatrixBlock() - Constructor for class org.apache.sysds.runtime.instructions.spark.data.CorrMatrixBlock
- CorrMatrixBlock(MatrixBlock) - Constructor for class org.apache.sysds.runtime.instructions.spark.data.CorrMatrixBlock
- CorrMatrixBlock(MatrixBlock, MatrixBlock) - Constructor for class org.apache.sysds.runtime.instructions.spark.data.CorrMatrixBlock
- cos(ExecutionContext, GPUContext, String, MatrixObject, String) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixCUDA
-
Performs an "cos" operation on a matrix on the GPU
- COS - org.apache.sysds.common.Builtins
- COS - org.apache.sysds.common.Opcodes
- COS - org.apache.sysds.common.Types.OpOp1
- COS - org.apache.sysds.hops.codegen.cplan.CNodeUnary.UnaryType
- COS - org.apache.sysds.runtime.functionobjects.Builtin.BuiltinCode
- cosh(ExecutionContext, GPUContext, String, MatrixObject, String) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixCUDA
-
Performs an "cosh" operation on a matrix on the GPU
- COSH - org.apache.sysds.common.Builtins
- COSH - org.apache.sysds.common.Opcodes
- COSH - org.apache.sysds.common.Types.OpOp1
- COSH - org.apache.sysds.hops.codegen.cplan.CNodeUnary.UnaryType
- COSH - org.apache.sysds.runtime.functionobjects.Builtin.BuiltinCode
- COST - org.apache.sysds.lops.Compression.CompressConfig
- COST_BASED_ORDERING - Static variable in class org.apache.sysds.hops.OptimizerUtils
-
Cost-based instruction ordering to minimize total execution time under the constraint of available memory.
- COST_DELTA_FRACTION - Static variable in class org.apache.sysds.resource.enumeration.Enumerator
-
Time/Monetary delta for considering optimal solutions as fraction
- COST_MIN_EPS - Static variable in class org.apache.sysds.hops.codegen.opt.PlanSelectionFuseCostBasedV2
- COST_MIN_EPS_NUM_POINTS - Static variable in class org.apache.sysds.hops.codegen.opt.PlanSelectionFuseCostBasedV2
- COST_PRUNING - Static variable in class org.apache.sysds.hops.codegen.opt.PlanSelectionFuseCostBasedV2
- costComputationType - Variable in class org.apache.sysds.runtime.compress.CompressionSettings
-
The cost computation type for the compression
- CostEstimationException - Exception in org.apache.sysds.resource.cost
-
Exception thrown when the cost estimation gets in a state that should not raise runtime a exception.
- CostEstimationException(String) - Constructor for exception org.apache.sysds.resource.cost.CostEstimationException
- CostEstimationWrapper - Class in org.apache.sysds.hops.cost
- CostEstimationWrapper() - Constructor for class org.apache.sysds.hops.cost.CostEstimationWrapper
- CostEstimationWrapper.CostType - Enum in org.apache.sysds.hops.cost
- CostEstimator - Class in org.apache.sysds.hops.cost
- CostEstimator - Class in org.apache.sysds.resource.cost
-
Class for estimating the execution time of a program.
- CostEstimator - Class in org.apache.sysds.runtime.controlprogram.parfor.opt
-
Base class for all potential cost estimators TODO account for shared read-only matrices when computing aggregated stats
- CostEstimator() - Constructor for class org.apache.sysds.hops.cost.CostEstimator
- CostEstimator() - Constructor for class org.apache.sysds.runtime.controlprogram.parfor.opt.CostEstimator
- CostEstimator(Program, CloudInstance, CloudInstance) - Constructor for class org.apache.sysds.resource.cost.CostEstimator
- CostEstimator.DataFormat - Enum in org.apache.sysds.runtime.controlprogram.parfor.opt
- CostEstimator.ExcludeType - Enum in org.apache.sysds.runtime.controlprogram.parfor.opt
- CostEstimator.TestMeasure - Enum in org.apache.sysds.runtime.controlprogram.parfor.opt
- CostEstimatorBuilder - Class in org.apache.sysds.runtime.compress.cost
- CostEstimatorBuilder(InstructionTypeCounter) - Constructor for class org.apache.sysds.runtime.compress.cost.CostEstimatorBuilder
- CostEstimatorBuilder(WTreeRoot) - Constructor for class org.apache.sysds.runtime.compress.cost.CostEstimatorBuilder
- CostEstimatorFactory - Interface in org.apache.sysds.runtime.compress.cost
-
Factory class for the construction of cost estimators for compression
- CostEstimatorFactory.CostType - Enum in org.apache.sysds.runtime.compress.cost
- CostEstimatorHops - Class in org.apache.sysds.runtime.controlprogram.parfor.opt
- CostEstimatorHops(OptTreePlanMapping) - Constructor for class org.apache.sysds.runtime.controlprogram.parfor.opt.CostEstimatorHops
- CostEstimatorRuntime - Class in org.apache.sysds.runtime.controlprogram.parfor.opt
-
Cost estimator for runtime programs.
- CostEstimatorRuntime(OptTreePlanMapping, LocalVariableMap) - Constructor for class org.apache.sysds.runtime.controlprogram.parfor.opt.CostEstimatorRuntime
- CostEstimatorStaticRuntime - Class in org.apache.sysds.hops.cost
- CostEstimatorStaticRuntime() - Constructor for class org.apache.sysds.hops.cost.CostEstimatorStaticRuntime
- COSTNSIZE - org.apache.sysds.runtime.lineage.LineageCacheConfig.LineageCachePolicy
- count - Variable in class org.apache.sysds.runtime.compress.utils.ACount
-
The current count of this element
- count - Variable in class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.HeavyHitterModel
- count - Variable in class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.RequestModel
- COUNT - org.apache.sysds.runtime.matrix.operators.CMOperator.AggregateOperationTypes
- COUNT - org.apache.sysds.runtime.matrix.operators.CountDistinctOperatorTypes
- COUNT_DISTINCT - org.apache.sysds.common.Builtins
- COUNT_DISTINCT - org.apache.sysds.common.Types.AggOp
- COUNT_DISTINCT - org.apache.sysds.runtime.functionobjects.Builtin.BuiltinCode
- COUNT_DISTINCT - org.apache.sysds.runtime.instructions.cp.AggregateUnaryCPInstruction.AUType
- COUNT_DISTINCT_APPROX - org.apache.sysds.common.Builtins
- COUNT_DISTINCT_APPROX - org.apache.sysds.common.Types.AggOp
- COUNT_DISTINCT_APPROX - org.apache.sysds.runtime.functionobjects.Builtin.BuiltinCode
- COUNT_DISTINCT_APPROX - org.apache.sysds.runtime.instructions.cp.AggregateUnaryCPInstruction.AUType
- COUNT_DISTINCT_APPROX_COL - org.apache.sysds.common.Builtins
- COUNT_DISTINCT_APPROX_ROW - org.apache.sysds.common.Builtins
- countAgg(double[], int[], int[], int, int) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixAgg
- countAgg(double[], int[], int, int) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixAgg
- CountDistinctFunctionSketch - Class in org.apache.sysds.runtime.matrix.data.sketch.countdistinct
- CountDistinctFunctionSketch(Operator) - Constructor for class org.apache.sysds.runtime.matrix.data.sketch.countdistinct.CountDistinctFunctionSketch
- CountDistinctOperator - Class in org.apache.sysds.runtime.matrix.operators
- CountDistinctOperator(AggregateUnaryCPInstruction.AUType, Types.Direction, IndexFunction) - Constructor for class org.apache.sysds.runtime.matrix.operators.CountDistinctOperator
- CountDistinctOperator(CountDistinctOperatorTypes, Types.Direction, IndexFunction, Hash.HashType) - Constructor for class org.apache.sysds.runtime.matrix.operators.CountDistinctOperator
- CountDistinctOperatorTypes - Enum in org.apache.sysds.runtime.matrix.operators
- CountDistinctSketch - Class in org.apache.sysds.runtime.matrix.data.sketch
- CountDistinctSketch(Operator) - Constructor for class org.apache.sysds.runtime.matrix.data.sketch.CountDistinctSketch
- countDistinctValuesFromSketch(CountDistinctOperator, CorrMatrixBlock) - Static method in interface org.apache.sysds.runtime.matrix.data.LibMatrixCountDistinct
- countDistributedOperations(Program) - Static method in class org.apache.sysds.utils.Explain
-
Counts the number of compiled MRJob/Spark instructions in the given runtime program.
- countEntries(long) - Method in class org.apache.sysds.hops.codegen.template.CPlanMemoTable
- countEntries(long, TemplateBase.TemplateType) - Method in class org.apache.sysds.hops.codegen.template.CPlanMemoTable
- countNnz(String[]) - Static method in class org.apache.sysds.runtime.io.IOUtilFunctions
-
Returns the number of non-zero entries but avoids the expensive string to double parsing.
- countNnz(String[], int, int) - Static method in class org.apache.sysds.runtime.io.IOUtilFunctions
-
Returns the number of non-zero entries but avoids the expensive string to double parsing.
- countNNZColumns(MatrixBlock, int, ExecutorService) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixReorg
- countNNZColumnsFuture(MatrixBlock, int, ExecutorService) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixReorg
- countNnzPerColumn(MatrixBlock) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixReorg
- countNnzPerColumn(MatrixBlock, int, int) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixReorg
- CountNnzTask(InputSplit, TextInputFormat, JobConf, int[], boolean) - Constructor for class org.apache.sysds.runtime.io.ReaderTextCellParallel.CountNnzTask
- countNNZZeroColumns(int[]) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- countNNZZeroColumns(int[]) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- countNNZZeroColumns(int[]) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionary
- countNNZZeroColumns(int[]) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Count the number of non zero values in each column of the dictionary, multiplied with the counts
- countNNZZeroColumns(int[]) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- countNNZZeroColumns(int[]) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.QDictionary
- countNonZeros() - Method in class org.apache.sysds.runtime.data.DenseBlock
-
Compute the number of non-zero values, which potentially makes a full pass over the underlying blocks.
- countNonZeros() - Method in class org.apache.sysds.runtime.data.DenseBlockDRB
- countNonZeros() - Method in class org.apache.sysds.runtime.data.DenseBlockFP64DEDUP
- countNonZeros() - Method in class org.apache.sysds.runtime.data.DenseBlockLDRB
- countNonZeros() - Method in class org.apache.sysds.runtime.data.DenseBlockLFP64DEDUP
- countNonZeros(double[], int, int) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- countNonZeros(int) - Method in class org.apache.sysds.runtime.data.DenseBlock
-
Compute the number of non-zero values for the given row, which potentially makes a full pass over the underlying row.
- countNonZeros(int) - Method in class org.apache.sysds.runtime.data.DenseBlockDRB
- countNonZeros(int) - Method in class org.apache.sysds.runtime.data.DenseBlockFP64DEDUP
- countNonZeros(int) - Method in class org.apache.sysds.runtime.data.DenseBlockLDRB
- countNonZeros(int) - Method in class org.apache.sysds.runtime.data.DenseBlockLFP64DEDUP
- countNonZeros(int, int, int, int) - Method in class org.apache.sysds.runtime.data.DenseBlock
-
Compute the number of non-zero values, which potentially makes a full pass over the underlying blocks in the row range.
- countNonZeros(int, int, int, int) - Method in class org.apache.sysds.runtime.data.DenseBlockDRB
- countNonZeros(int, int, int, int) - Method in class org.apache.sysds.runtime.data.DenseBlockFP64DEDUP
- countNonZeros(int, int, int, int) - Method in class org.apache.sysds.runtime.data.DenseBlockLDRB
- countNumColumnsCSV(InputSplit[], InputFormat, JobConf, String) - Static method in class org.apache.sysds.runtime.io.IOUtilFunctions
-
Counts the number of columns in a given collection of csv file splits.
- countPlanRefs() - Method in class org.apache.sysds.hops.codegen.template.CPlanMemoTable.MemoTableEntry
- CountRowsTask(InputSplit, TextInputFormat, JobConf) - Constructor for class org.apache.sysds.runtime.io.IOUtilFunctions.CountRowsTask
- CountRowsTask(InputSplit, TextInputFormat, JobConf, boolean) - Constructor for class org.apache.sysds.runtime.io.IOUtilFunctions.CountRowsTask
- countRuns() - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.AMapToData
-
Count the number of runs inside the map.
- countRuns() - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToBit
- countRuns() - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToByte
- countRuns() - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToChar
- countRuns() - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToCharPByte
- countRuns() - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToInt
- countRuns() - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToZero
- countRuns(AOffset) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.AMapToData
-
Count the number of runs inside the map, but sparse with offsets.
- countTokensCSV(String, String) - Static method in class org.apache.sysds.runtime.io.IOUtilFunctions
-
Counts the number of tokens defined by the given delimiter, respecting the rules for quotes and escapes defined in RFC4180, with robustness for various special cases.
- countVectorIntermediates(CNode) - Static method in class org.apache.sysds.hops.codegen.template.TemplateUtils
- COV - Class in org.apache.sysds.runtime.functionobjects
-
GENERAL NOTE: * 05/28/2014: We decided to do handle weights consistently to SPSS in an operation-specific manner, i.e., we (1) round instead of casting where required (e.g.
- COV - org.apache.sysds.common.Builtins
- COV - org.apache.sysds.common.Opcodes
- COV - org.apache.sysds.common.Types.OpOp2
- COV - org.apache.sysds.common.Types.OpOp3
- Covariance - org.apache.sysds.common.InstructionType
- Covariance - org.apache.sysds.runtime.instructions.cp.CPInstruction.CPType
- Covariance - org.apache.sysds.runtime.instructions.fed.FEDInstruction.FEDType
- Covariance - org.apache.sysds.runtime.instructions.spark.SPInstruction.SPType
- CoVariance - Class in org.apache.sysds.lops
-
Lop to compute covariance between two 1D matrices
- CoVariance - org.apache.sysds.lops.Lop.Type
- CoVariance(Lop, Lop, Types.DataType, Types.ValueType, int, Types.ExecType) - Constructor for class org.apache.sysds.lops.CoVariance
- CoVariance(Lop, Lop, Lop, Types.DataType, Types.ValueType, int, Types.ExecType) - Constructor for class org.apache.sysds.lops.CoVariance
- CovarianceCPInstruction - Class in org.apache.sysds.runtime.instructions.cp
- CovarianceFEDInstruction - Class in org.apache.sysds.runtime.instructions.fed
- CovarianceSPInstruction - Class in org.apache.sysds.runtime.instructions.spark
- covOperations(COVOperator, MatrixBlock) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- covOperations(COVOperator, MatrixBlock) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- covOperations(COVOperator, MatrixBlock, MatrixBlock) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- covOperations(COVOperator, MatrixBlock, MatrixBlock) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- COVOperator - Class in org.apache.sysds.runtime.matrix.operators
- COVOperator(COV) - Constructor for class org.apache.sysds.runtime.matrix.operators.COVOperator
- COVOperator(COV, int) - Constructor for class org.apache.sysds.runtime.matrix.operators.COVOperator
- COX - org.apache.sysds.common.Builtins
- CP - org.apache.sysds.common.Types.ExecType
-
Control Program: This ExecType indicate that the operation should be executed in the controller.
- CP - org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode.ExecType
- CP_APPEND - org.apache.sysds.hops.BinaryOp.AppendMethod
- CP_BINARY - org.apache.sysds.hops.BinaryOp.MMBinaryMethod
- CP_CHILD_THREAD - Static variable in class org.apache.sysds.lops.Lop
- CP_FILE - org.apache.sysds.common.Types.ExecType
-
Control Program File: This ExecType indicate that the operation should be executed in the controller, and the result be spilled to disk because the intermediate is potentially bigger than memory.
- CP_PARALLEL_IO - Static variable in class org.apache.sysds.conf.DMLConfig
- CP_PARALLEL_OPS - Static variable in class org.apache.sysds.conf.DMLConfig
- CP_ROOT_THREAD_ID - Static variable in class org.apache.sysds.lops.Lop
- CPCostUtils - Class in org.apache.sysds.resource.cost
- CPCostUtils() - Constructor for class org.apache.sysds.resource.cost.CPCostUtils
- CPInstruction - Class in org.apache.sysds.runtime.instructions.cp
- CPInstruction.CPType - Enum in org.apache.sysds.runtime.instructions.cp
- CPInstructionParser - Class in org.apache.sysds.runtime.instructions
- CPInstructionParser() - Constructor for class org.apache.sysds.runtime.instructions.CPInstructionParser
- CPlanCSERewriter - Class in org.apache.sysds.hops.codegen.template
- CPlanCSERewriter() - Constructor for class org.apache.sysds.hops.codegen.template.CPlanCSERewriter
- CPlanMemoTable - Class in org.apache.sysds.hops.codegen.template
- CPlanMemoTable() - Constructor for class org.apache.sysds.hops.codegen.template.CPlanMemoTable
- CPlanMemoTable.MemoTableEntry - Class in org.apache.sysds.hops.codegen.template
- CPlanMemoTable.MemoTableEntrySet - Class in org.apache.sysds.hops.codegen.template
- CPlanOpRewriter - Class in org.apache.sysds.hops.codegen.template
-
This cplan rewriter is meant to be the central place for any cplan enhancements before code generation.
- CPlanOpRewriter() - Constructor for class org.apache.sysds.hops.codegen.template.CPlanOpRewriter
- CPMM - org.apache.sysds.common.InstructionType
- CPMM - org.apache.sysds.common.Opcodes
- CPMM - org.apache.sysds.hops.AggBinaryOp.MMultMethod
- CPMM - org.apache.sysds.runtime.instructions.spark.SPInstruction.SPType
- CpmmSPInstruction - Class in org.apache.sysds.runtime.instructions.spark
-
Cpmm: cross-product matrix multiplication operation (distributed matrix multiply by join over common dimension and subsequent aggregation of partial results).
- CPOperand - Class in org.apache.sysds.runtime.instructions.cp
- CPOperand() - Constructor for class org.apache.sysds.runtime.instructions.cp.CPOperand
- CPOperand(String) - Constructor for class org.apache.sysds.runtime.instructions.cp.CPOperand
- CPOperand(String, Types.ValueType, Types.DataType) - Constructor for class org.apache.sysds.runtime.instructions.cp.CPOperand
- CPOperand(String, Types.ValueType, Types.DataType, boolean) - Constructor for class org.apache.sysds.runtime.instructions.cp.CPOperand
- CPOperand(String, Data) - Constructor for class org.apache.sysds.runtime.instructions.cp.CPOperand
- CPOperand(CPOperand) - Constructor for class org.apache.sysds.runtime.instructions.cp.CPOperand
- CPOperand(ScalarObject) - Constructor for class org.apache.sysds.runtime.instructions.cp.CPOperand
- CPThreshold - Static variable in class org.apache.sysds.hops.Hop
- cpuUsage - Variable in class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.UtilizationModel
- CPVAR - org.apache.sysds.common.Opcodes
- create() - Method in class org.apache.sysds.runtime.compress.CompressionSettingsBuilder
-
Create the CompressionSettings object to use in the compression.
- create() - Static method in class org.apache.sysds.runtime.compress.io.ReaderCompressed
- create() - Method in class org.apache.sysds.runtime.frame.data.compress.FrameCompressionSettingsBuilder
- create(boolean[]) - Static method in interface org.apache.sysds.runtime.frame.data.columns.ArrayFactory
- create(byte[], double, int, boolean) - Static method in class org.apache.sysds.runtime.compress.colgroup.dictionary.QDictionary
- create(char[]) - Static method in interface org.apache.sysds.runtime.frame.data.columns.ArrayFactory
- create(double[]) - Static method in class org.apache.sysds.runtime.compress.colgroup.ColGroupConst
-
Generate a constant column group.
- create(double[]) - Static method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- create(double[]) - Static method in interface org.apache.sysds.runtime.frame.data.columns.ArrayFactory
- create(float[]) - Static method in interface org.apache.sysds.runtime.frame.data.columns.ArrayFactory
- create(int) - Static method in class org.apache.sysds.runtime.compress.colgroup.ColGroupEmpty
- create(int) - Static method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionary
-
Create an identity matrix dictionary.
- create(int) - Static method in interface org.apache.sysds.runtime.compress.colgroup.indexes.ColIndexFactory
- create(int[]) - Static method in interface org.apache.sysds.runtime.compress.colgroup.indexes.ColIndexFactory
- create(int[]) - Static method in interface org.apache.sysds.runtime.frame.data.columns.ArrayFactory
- create(int[], int) - Static method in interface org.apache.sysds.runtime.compress.colgroup.mapping.MapToFactory
-
Construct a mapping with the given values contained.
- create(int[], MapToFactory.MAP_TYPE) - Static method in interface org.apache.sysds.runtime.compress.colgroup.mapping.MapToFactory
-
Create a specific mapping based on the integer values given.
- create(int, boolean) - Static method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionary
-
Create an identity matrix dictionary, It behaves as if allocated a Sparse Matrix block but exploits that the structure is known to have certain properties.
- create(int, boolean, int, int) - Static method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionarySlice
-
Create a Identity matrix dictionary slice (if other groups are not more applicable).
- create(int, double) - Static method in class org.apache.sysds.runtime.compress.colgroup.ColGroupConst
-
Generate a constant column group.
- create(int, int) - Static method in interface org.apache.sysds.runtime.compress.colgroup.indexes.ColIndexFactory
-
Create an Index range of the given values
- create(int, int) - Static method in interface org.apache.sysds.runtime.compress.colgroup.mapping.MapToFactory
-
Create and allocate a map with the given size and support for up to the num tuples argument of values
- create(int, int[], int) - Static method in interface org.apache.sysds.runtime.compress.colgroup.mapping.MapToFactory
-
Construct a mapping with the given values contained.
- create(int, int[], int, int) - Static method in interface org.apache.sysds.runtime.compress.colgroup.mapping.MapToFactory
- create(int, int, IntArrayList[], InsertionSorterFactory.SORT_TYPE) - Static method in interface org.apache.sysds.runtime.compress.colgroup.insertionsort.InsertionSorterFactory
- create(int, IDictionary) - Static method in class org.apache.sysds.runtime.compress.colgroup.ColGroupConst
-
Generate a constant column group.
- create(int, MapToFactory.MAP_TYPE) - Static method in interface org.apache.sysds.runtime.compress.colgroup.mapping.MapToFactory
-
Allocate a specific type of map.
- create(int, IntArrayList) - Static method in interface org.apache.sysds.runtime.compress.colgroup.mapping.MapToFactory
- create(int, IntArrayList[], InsertionSorterFactory.SORT_TYPE) - Static method in interface org.apache.sysds.runtime.compress.colgroup.insertionsort.InsertionSorterFactory
- create(long[]) - Static method in interface org.apache.sysds.runtime.frame.data.columns.ArrayFactory
- create(String[]) - Static method in interface org.apache.sysds.runtime.frame.data.columns.ArrayFactory
- create(BitSet, int) - Static method in interface org.apache.sysds.runtime.frame.data.columns.ArrayFactory
- create(ABitmap) - Static method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.DictionaryFactory
- create(ABitmap, double) - Static method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.DictionaryFactory
- create(ABitmap, int, double[], double, boolean) - Static method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.DictionaryFactory
- create(ASDC) - Static method in class org.apache.sysds.runtime.compress.colgroup.scheme.SDCScheme
- create(ASDCZero) - Static method in class org.apache.sysds.runtime.compress.colgroup.scheme.SDCScheme
- create(ColGroupConst) - Static method in class org.apache.sysds.runtime.compress.colgroup.scheme.ConstScheme
- create(ColGroupConst) - Static method in interface org.apache.sysds.runtime.compress.estim.encoding.EncodingFactory
- create(ColGroupDDC) - Static method in class org.apache.sysds.runtime.compress.colgroup.scheme.DDCScheme
-
Create a scheme for the DDC compression given
- create(ColGroupEmpty) - Static method in class org.apache.sysds.runtime.compress.colgroup.scheme.EmptyScheme
- create(ColGroupEmpty) - Static method in interface org.apache.sysds.runtime.compress.estim.encoding.EncodingFactory
- create(ColGroupRLE) - Static method in class org.apache.sysds.runtime.compress.colgroup.scheme.RLEScheme
- create(IColIndex) - Static method in class org.apache.sysds.runtime.compress.colgroup.scheme.DDCScheme
-
Create a scheme for the DDC compression given a list of columns.
- create(IColIndex[], AColGroup.CompressionType[], int) - Static method in class org.apache.sysds.runtime.compress.plan.CompressionPlanFactory
- create(IColIndex, double) - Static method in class org.apache.sysds.runtime.compress.colgroup.ColGroupConst
-
Generate a constant column group.
- create(IColIndex, double[]) - Static method in class org.apache.sysds.runtime.compress.colgroup.ColGroupConst
-
Generate a constant column group.
- create(IColIndex, double[]) - Static method in class org.apache.sysds.runtime.compress.colgroup.scheme.ConstScheme
- create(IColIndex, double[], int) - Static method in class org.apache.sysds.runtime.compress.colgroup.ColGroupLinearFunctional
-
Generate a linear functional column group.
- create(IColIndex, int, IDictionary, double[], AOffset, int[]) - Static method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingle
- create(IColIndex, int, IDictionary, double[], AOffset, AMapToData, int[]) - Static method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDC
- create(IColIndex, int, IDictionary, AOffset, int[]) - Static method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingleZeros
- create(IColIndex, int, IDictionary, AOffset, AMapToData, int[]) - Static method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCZeros
- create(IColIndex, int, IDictionary, AOffset, AMapToData, int[], double[]) - Static method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCFOR
- create(IColIndex, AColGroup.CompressionType) - Static method in class org.apache.sysds.runtime.compress.colgroup.scheme.SchemeFactory
- create(IColIndex, IDictionary) - Static method in class org.apache.sysds.runtime.compress.colgroup.ColGroupConst
-
Create constructor for a ColGroup Const this constructor ensures that if the dictionary input is empty an Empty column group is constructed.
- create(IColIndex, IDictionary, AMapToData, int[]) - Static method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDC
- create(IColIndex, IDictionary, AMapToData, int[], double[]) - Static method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDCFOR
- create(IColIndex, MatrixBlock, boolean) - Static method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressed
-
Main constructor for Uncompressed ColGroup.
- create(AMapToData) - Static method in interface org.apache.sysds.runtime.compress.estim.encoding.EncodingFactory
- create(AMapToData, AOffset, int) - Static method in interface org.apache.sysds.runtime.compress.estim.encoding.EncodingFactory
- create(CompressionSettings, CostEstimatorBuilder, int, int, double) - Static method in interface org.apache.sysds.runtime.compress.cost.CostEstimatorFactory
-
Create a cost estimator to enable comparison of different suggested compression formats
- create(DblArrayCountHashMap, int, boolean, double) - Static method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.DictionaryFactory
- create(DoubleCountHashMap) - Static method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.DictionaryFactory
- create(IntArrayList) - Static method in interface org.apache.sysds.runtime.compress.colgroup.indexes.ColIndexFactory
- create(CoordinatorModel) - Method in class org.apache.sysds.runtime.controlprogram.federated.monitoring.services.CoordinatorService
- create(WorkerModel) - Method in class org.apache.sysds.runtime.controlprogram.federated.monitoring.services.WorkerService
- create(Request) - Method in class org.apache.sysds.runtime.controlprogram.federated.monitoring.controllers.CoordinatorController
- create(Request) - Method in interface org.apache.sysds.runtime.controlprogram.federated.monitoring.controllers.IController
- create(Request) - Method in class org.apache.sysds.runtime.controlprogram.federated.monitoring.controllers.StatisticsController
- create(Request) - Method in class org.apache.sysds.runtime.controlprogram.federated.monitoring.controllers.WorkerController
- create(ListObject, String, Statement.PSUpdateType, Statement.PSFrequency, ExecutionContext, int, String, int, MatrixObject, MatrixObject, int, boolean, int) - Static method in class org.apache.sysds.runtime.controlprogram.paramserv.LocalParamServer
- create(ListObject, String, Statement.PSUpdateType, Statement.PSFrequency, ExecutionContext, int, String, int, MatrixObject, MatrixObject, int, int) - Static method in class org.apache.sysds.runtime.controlprogram.paramserv.HEParamServer
- create(FileFormatProperties) - Static method in class org.apache.sysds.runtime.compress.io.WriterCompressed
- create(MatrixBlock) - Static method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressed
- create(MatrixBlock) - Static method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- create(MatrixBlock) - Method in class org.apache.sysds.runtime.matrix.data.sketch.countdistinct.CountDistinctFunctionSketch
- create(MatrixBlock) - Method in class org.apache.sysds.runtime.matrix.data.sketch.countdistinctapprox.KMVSketch
- create(MatrixBlock) - Method in interface org.apache.sysds.runtime.matrix.data.sketch.MatrixSketch
-
Create an initial sketch of a given block.
- create(MatrixBlock, boolean) - Static method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- create(MatrixBlock, IColIndex) - Static method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressed
-
Create an Uncompressed Matrix Block, where the columns are offset by col indexes.
- create(T[]) - Static method in interface org.apache.sysds.runtime.frame.data.columns.ArrayFactory
- create(T[], int) - Static method in interface org.apache.sysds.runtime.frame.data.columns.ArrayFactory
- CREATE_UNSCOPED_RESULTVARS - Static variable in class org.apache.sysds.runtime.controlprogram.ParForProgramBlock
- createAbstractOptNodes(ArrayList<Hop>, LocalVariableMap, OptTreePlanMapping, Set<String>) - Static method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptTreeConverter
- createAbstractOptTree(int, double, ParForStatementBlock, ParForProgramBlock, OptTreePlanMapping, Set<String>, ExecutionContext) - Static method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptTreeConverter
- createAggUnaryOp(Hop, String) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- createAggUnaryOp(Hop, Types.AggOp, Types.Direction) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- createBinary(Hop, Hop, String) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- createBinary(Hop, Hop, Types.OpOp2) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- createBinary(Hop, Hop, Types.OpOp2, boolean) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- createBinaryMinus(Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- createBitset(int, int) - Method in class org.apache.sysds.hops.estim.EstimatorBitsetMM
- createBitset(MatrixBlock) - Method in class org.apache.sysds.hops.estim.EstimatorBitsetMM
- createCacheableData(CacheBlock<?>) - Static method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- createCNodeData(Hop, boolean) - Static method in class org.apache.sysds.hops.codegen.template.TemplateUtils
- createColName(int) - Static method in class org.apache.sysds.runtime.frame.data.FrameBlock
- createColNames(int) - Static method in class org.apache.sysds.runtime.frame.data.FrameBlock
- createColNames(int, int) - Static method in class org.apache.sysds.runtime.frame.data.FrameBlock
- createCompatibleTemplates(TemplateBase.TemplateType, TemplateBase.CloseType) - Static method in class org.apache.sysds.hops.codegen.template.TemplateUtils
- createComputeNnz(Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- createConstant(int, int, double) - Static method in class org.apache.sysds.runtime.compress.CompressedMatrixBlockFactory
-
Method for constructing a compressed matrix out of an constant input.
- createContext() - Static method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContextFactory
- createContext(boolean, boolean, Program) - Static method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContextFactory
- createContext(boolean, boolean, Program, Types.ExecMode) - Static method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContextFactory
- createContext(boolean, Program) - Static method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContextFactory
- createContext(Types.ExecMode) - Static method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContextFactory
- createContext(LocalVariableMap, Program) - Static method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContextFactory
- createContext(Program) - Static method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContextFactory
- createCUDAInstrcution(Integer, SpoofCUDAOperator.PrecisionProxy) - Method in class org.apache.sysds.runtime.codegen.SpoofCellwise
- createCUDAInstrcution(Integer, SpoofCUDAOperator.PrecisionProxy) - Method in class org.apache.sysds.runtime.codegen.SpoofMultiAggregate
- createCUDAInstrcution(Integer, SpoofCUDAOperator.PrecisionProxy) - Method in class org.apache.sysds.runtime.codegen.SpoofOperator
- createCUDAInstrcution(Integer, SpoofCUDAOperator.PrecisionProxy) - Method in class org.apache.sysds.runtime.codegen.SpoofOuterProduct
- createCUDAInstrcution(Integer, SpoofCUDAOperator.PrecisionProxy) - Method in class org.apache.sysds.runtime.codegen.SpoofRowwise
- createCutVarName(boolean) - Static method in class org.apache.sysds.hops.rewrite.StatementBlockRewriteRule
- createDagLinearizer() - Static method in class org.apache.sysds.lops.compile.linearization.IDagLinearizerFactory
- createDagLinearizer(IDagLinearizerFactory.DagLinearizer) - Static method in class org.apache.sysds.lops.compile.linearization.IDagLinearizerFactory
- createDataGenOp(Hop, boolean, Hop, boolean, double) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- createDataGenOp(Hop, double) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- createDataGenOp(Hop, Hop, double) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- createDataGenOpByVal(List<LiteralOp>, long, long) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- createDataGenOpByVal(Hop, Hop, Hop, Types.DataType, Types.ValueType, double) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- createDataOp(String, Hop, Types.OpOpData) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- createDecoder(String, String[], Types.ValueType[], FrameBlock) - Static method in class org.apache.sysds.runtime.transform.decode.DecoderFactory
- createDecoder(String, String[], Types.ValueType[], FrameBlock, int) - Static method in class org.apache.sysds.runtime.transform.decode.DecoderFactory
- createDecoder(String, String[], Types.ValueType[], FrameBlock, int, int) - Static method in class org.apache.sysds.runtime.transform.decode.DecoderFactory
- createDecoder(String, String[], Types.ValueType[], FrameBlock, int, int, int) - Static method in class org.apache.sysds.runtime.transform.decode.DecoderFactory
- createDedupPatch(ProgramBlock, ExecutionContext) - Method in class org.apache.sysds.runtime.lineage.Lineage
- createDeepCopyExecutionContext(ExecutionContext) - Static method in class org.apache.sysds.runtime.util.ProgramConverter
-
Creates a deep copy of the given execution context.
- createDeepCopyForProgramBlock(ForProgramBlock, long, int, Program, Set<String>, Set<String>, boolean, boolean) - Static method in class org.apache.sysds.runtime.util.ProgramConverter
- createDeepCopyFunctionProgramBlock(String, String, long, int, Program, Set<String>, Set<String>, boolean) - Static method in class org.apache.sysds.runtime.util.ProgramConverter
-
This creates a deep copy of a function program block.
- createDeepCopyFunctionProgramBlock(FunctionProgramBlock, Set<String>, Set<String>) - Static method in class org.apache.sysds.runtime.util.ProgramConverter
- createDeepCopyFunctionProgramBlock(FunctionProgramBlock, Set<String>, Set<String>, long) - Static method in class org.apache.sysds.runtime.util.ProgramConverter
- createDeepCopyFunctionProgramBlock(FunctionProgramBlock, Set<String>, Set<String>, long, int, boolean) - Static method in class org.apache.sysds.runtime.util.ProgramConverter
- createDeepCopyFunctionStatementBlock(FunctionStatementBlock, Set<String>, Set<String>) - Static method in class org.apache.sysds.runtime.util.ProgramConverter
- createDeepCopyIfProgramBlock(IfProgramBlock, long, int, Program, Set<String>, Set<String>, boolean, boolean) - Static method in class org.apache.sysds.runtime.util.ProgramConverter
- createDeepCopyInstructionSet(ArrayList<Instruction>, long, int, Program, Set<String>, Set<String>, boolean, boolean) - Static method in class org.apache.sysds.runtime.util.ProgramConverter
-
Creates a deep copy of an array of instructions and replaces the placeholders of parworker IDs with the concrete IDs of this parfor instance.
- createDeepCopyOfEmbedding(int) - Method in class org.apache.sysds.runtime.data.DenseBlockFP64DEDUP
- createDeepCopyParForProgramBlock(ParForProgramBlock, long, int, Program, Set<String>, Set<String>, boolean, boolean) - Static method in class org.apache.sysds.runtime.util.ProgramConverter
- createDeepCopyWhileProgramBlock(WhileProgramBlock, long, int, Program, Set<String>, Set<String>, boolean, boolean) - Static method in class org.apache.sysds.runtime.util.ProgramConverter
- createDenseBlock(double[], int[]) - Static method in class org.apache.sysds.runtime.data.DenseBlockFactory
- createDenseBlock(double[], int, int) - Static method in class org.apache.sysds.runtime.data.DenseBlockFactory
- createDenseBlock(float[], int[]) - Static method in class org.apache.sysds.runtime.data.DenseBlockFactory
- createDenseBlock(float[], int, int) - Static method in class org.apache.sysds.runtime.data.DenseBlockFactory
- createDenseBlock(int[]) - Static method in class org.apache.sysds.runtime.data.DenseBlockFactory
- createDenseBlock(int[], boolean) - Static method in class org.apache.sysds.runtime.data.DenseBlockFactory
- createDenseBlock(int[], int[]) - Static method in class org.apache.sysds.runtime.data.DenseBlockFactory
- createDenseBlock(int, int) - Static method in class org.apache.sysds.runtime.data.DenseBlockFactory
- createDenseBlock(int, int, boolean) - Static method in class org.apache.sysds.runtime.data.DenseBlockFactory
- createDenseBlock(long[], int[]) - Static method in class org.apache.sysds.runtime.data.DenseBlockFactory
- createDenseBlock(String[], int[]) - Static method in class org.apache.sysds.runtime.data.DenseBlockFactory
- createDenseBlock(BitSet, int[]) - Static method in class org.apache.sysds.runtime.data.DenseBlockFactory
- createDenseBlock(Types.ValueType, int[]) - Static method in class org.apache.sysds.runtime.data.DenseBlockFactory
- createDenseBlock(Types.ValueType, int[], boolean) - Static method in class org.apache.sysds.runtime.data.DenseBlockFactory
- createDenseBlock(Types.ValueType, DenseBlock.Type, int[], boolean) - Static method in class org.apache.sysds.runtime.data.DenseBlockFactory
- createDependencyList(List<? extends Callable<?>>, Map<Integer[], Integer[]>, List<List<? extends Callable<?>>>) - Static method in class org.apache.sysds.runtime.util.DependencyThreadPool
- createDependencyTask(Callable<?>) - Static method in class org.apache.sysds.runtime.util.DependencyThreadPool
- createDependencyTasks(List<? extends Callable<?>>, List<List<? extends Callable<?>>>) - Static method in class org.apache.sysds.runtime.util.DependencyThreadPool
- createDictionary(double[], int, boolean) - Static method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- createDirIfNotExistOnHDFS(String, String) - Static method in class org.apache.sysds.runtime.util.HDFSTool
- createDirIfNotExistOnHDFS(Path) - Static method in class org.apache.sysds.runtime.util.HDFSTool
- createDirIfNotExistOnHDFS(Path, String) - Static method in class org.apache.sysds.runtime.util.HDFSTool
- createDistributedUniqueID() - Static method in class org.apache.sysds.runtime.controlprogram.parfor.util.IDHandler
-
Creates a unique identifier with the pattern <process_id>_<host_ip>.
- CREATEDPARAM - Static variable in class org.apache.sysds.parser.DataExpression
- createdSparkContext() - Static method in class org.apache.sysds.utils.stats.SparkStatistics
- createEncoder(String, int) - Static method in interface org.apache.sysds.runtime.transform.encode.EncoderFactory
- createEncoder(String, String[], int, FrameBlock) - Static method in interface org.apache.sysds.runtime.transform.encode.EncoderFactory
- createEncoder(String, String[], int, FrameBlock, int, int) - Static method in interface org.apache.sysds.runtime.transform.encode.EncoderFactory
- createEncoder(String, String[], int, FrameBlock, MatrixBlock) - Static method in interface org.apache.sysds.runtime.transform.encode.EncoderFactory
- createEncoder(String, String[], int, FrameBlock, MatrixBlock, int, int) - Static method in interface org.apache.sysds.runtime.transform.encode.EncoderFactory
- createEncoder(String, String[], Types.ValueType[], int, FrameBlock) - Static method in interface org.apache.sysds.runtime.transform.encode.EncoderFactory
- createEncoder(String, String[], Types.ValueType[], int, FrameBlock, MatrixBlock) - Static method in interface org.apache.sysds.runtime.transform.encode.EncoderFactory
- createEncoder(String, String[], Types.ValueType[], FrameBlock) - Static method in interface org.apache.sysds.runtime.transform.encode.EncoderFactory
- createEncoder(String, String[], Types.ValueType[], FrameBlock, int, int) - Static method in interface org.apache.sysds.runtime.transform.encode.EncoderFactory
- createEncoder(String, String[], Types.ValueType[], FrameBlock, MatrixBlock) - Static method in interface org.apache.sysds.runtime.transform.encode.EncoderFactory
- createEntity(T) - Method in class org.apache.sysds.runtime.controlprogram.federated.monitoring.repositories.DerbyRepository
- createEntity(T) - Method in interface org.apache.sysds.runtime.controlprogram.federated.monitoring.repositories.IRepository
- createEstimator(MatrixBlock, CompressionSettings, int) - Static method in interface org.apache.sysds.runtime.compress.estim.ComEstFactory
-
Create an estimator for the input data with the given settings and parallelization degree.
- createEstimator(MatrixBlock, CompressionSettings, int, int) - Static method in interface org.apache.sysds.runtime.compress.estim.ComEstFactory
-
Create an estimator for the input data with the given settings and parallelization degree.
- createExecutionContext(ExecutionContext, LocalVariableMap, String, String, int) - Static method in class org.apache.sysds.runtime.controlprogram.paramserv.ParamservUtils
- createExecutionContext(ExecutionContext, LocalVariableMap, String, String, int, boolean) - Static method in class org.apache.sysds.runtime.controlprogram.paramserv.ParamservUtils
- createForStatementBlockCopy(ForStatementBlock, boolean) - Static method in class org.apache.sysds.runtime.util.ProgramConverter
- CreateFrameEncoder(long, String, int) - Constructor for class org.apache.sysds.runtime.instructions.fed.MultiReturnParameterizedBuiltinFEDInstruction.CreateFrameEncoder
- createFrameObject(FrameBlock) - Static method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- createFrameObject(DataCharacteristics) - Static method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- createFrameReader(Types.FileFormat) - Static method in class org.apache.sysds.runtime.io.FrameReaderFactory
- createFrameReader(Types.FileFormat, FileFormatProperties) - Static method in class org.apache.sysds.runtime.io.FrameReaderFactory
- createFrameWriter(Types.FileFormat) - Static method in class org.apache.sysds.runtime.io.FrameWriterFactory
- createFrameWriter(Types.FileFormat, FileFormatProperties) - Static method in class org.apache.sysds.runtime.io.FrameWriterFactory
- createFromArray(double[], int, int) - Static method in class org.apache.sysds.runtime.data.SparseBlockFactory
-
Create a sparse block from an array.
- createFromMatrixBlock(MatrixBlock, boolean, int) - Static method in interface org.apache.sysds.runtime.compress.estim.encoding.EncodingFactory
-
Create encoding of a single specific column inside the matrix input.
- createFromMatrixBlock(MatrixBlock, boolean, IColIndex) - Static method in interface org.apache.sysds.runtime.compress.estim.encoding.EncodingFactory
-
Encode a list of columns together from the input matrix, as if it is cocoded.
- createFromMatrixBlockDelta(MatrixBlock, boolean, IColIndex) - Static method in interface org.apache.sysds.runtime.compress.estim.encoding.EncodingFactory
-
Encode a full delta representation of the matrix input taking all rows into account.
- createFromMatrixBlockDelta(MatrixBlock, boolean, IColIndex, int) - Static method in interface org.apache.sysds.runtime.compress.estim.encoding.EncodingFactory
-
Encode a delta representation of the matrix input taking the first "sampleSize" rows into account.
- createGlobalEncoderWithEquiHeight(ExecutionContext, FrameObject, String) - Method in class org.apache.sysds.runtime.instructions.fed.MultiReturnParameterizedBuiltinFEDInstruction
- createGPUObject(MatrixObject) - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUContext
-
Instantiates a new
GPUObjectinitialized with the givenMatrixObject. - createHash32(int[]) - Static method in interface org.apache.sysds.runtime.frame.data.columns.ArrayFactory
- createHash32(String[]) - Static method in interface org.apache.sysds.runtime.frame.data.columns.ArrayFactory
- createHash32I(int[]) - Static method in interface org.apache.sysds.runtime.frame.data.columns.ArrayFactory
- createHash32Opt(String[]) - Static method in interface org.apache.sysds.runtime.frame.data.columns.ArrayFactory
- createHash32OptI(int[]) - Static method in interface org.apache.sysds.runtime.frame.data.columns.ArrayFactory
- createHash64(long[]) - Static method in interface org.apache.sysds.runtime.frame.data.columns.ArrayFactory
- createHash64(String[]) - Static method in interface org.apache.sysds.runtime.frame.data.columns.ArrayFactory
- createHash64I(long[]) - Static method in interface org.apache.sysds.runtime.frame.data.columns.ArrayFactory
- createHash64Opt(String[]) - Static method in interface org.apache.sysds.runtime.frame.data.columns.ArrayFactory
- createHash64OptI(long[]) - Static method in interface org.apache.sysds.runtime.frame.data.columns.ArrayFactory
- createHistogram(CacheableData<?>, int, double, double, int, int, boolean) - Method in class org.apache.sysds.runtime.instructions.fed.QuantilePickFEDInstruction
- createI(int...) - Static method in interface org.apache.sysds.runtime.compress.colgroup.indexes.ColIndexFactory
- createIdentityMatrix(int) - Static method in class org.apache.sysds.runtime.data.SparseBlockFactory
- createIdentityMatrixWithEmptyRow(int) - Static method in class org.apache.sysds.runtime.data.SparseBlockFactory
- createIfStatementBlockCopy(IfStatementBlock, boolean) - Static method in class org.apache.sysds.runtime.util.ProgramConverter
- createIndexingOp(Hop, long, long) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- createIndexingOp(Hop, long, long, long, long) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- createIndexingOp(Hop, Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- createIndexingOp(Hop, Hop, Hop, Hop, Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- createInstance(int) - Static method in class org.apache.sysds.runtime.transform.decode.DecoderFactory
- createInstance(int) - Static method in interface org.apache.sysds.runtime.transform.encode.EncoderFactory
- createInstance(Class<?>) - Static method in class org.apache.sysds.runtime.codegen.CodegenUtils
- createInternalRepresentation(FrameBlock, DocumentRepresentation[]) - Method in class org.apache.sysds.runtime.transform.tokenize.builder.TokenizerBuilder
- createInternalRepresentation(FrameBlock, DocumentRepresentation[], int, int) - Method in class org.apache.sysds.runtime.transform.tokenize.builder.TokenizerBuilder
- createInternalRepresentation(FrameBlock, DocumentRepresentation[], int, int) - Method in class org.apache.sysds.runtime.transform.tokenize.builder.TokenizerBuilderNgram
- createInternalRepresentation(FrameBlock, DocumentRepresentation[], int, int) - Method in class org.apache.sysds.runtime.transform.tokenize.builder.TokenizerBuilderWhitespaceSplit
- createLeftIndexingOp(Hop, Hop, Hop, Hop, Hop, Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- createLiteralLop(Types.ValueType, String) - Static method in class org.apache.sysds.lops.Data
-
Method to create literal LOPs.
- createLiteralOp(Types.ValueType, String) - Static method in class org.apache.sysds.runtime.instructions.cp.ScalarObjectFactory
- createLiteralOp(ScalarObject) - Static method in class org.apache.sysds.runtime.instructions.cp.ScalarObjectFactory
- createLiteralOp(ScalarObject, UnaryOp) - Static method in class org.apache.sysds.runtime.instructions.cp.ScalarObjectFactory
- createLiteralOperand(String, Types.ValueType) - Static method in class org.apache.sysds.runtime.instructions.InstructionUtils
- createLocalFileIfNotExist(String) - Static method in class org.apache.sysds.runtime.util.LocalFileUtils
- createLocalFileIfNotExist(String, String) - Static method in class org.apache.sysds.runtime.util.LocalFileUtils
- createMatrixBlocksForReuse(long, long, int, boolean, long) - Static method in class org.apache.sysds.runtime.io.MatrixWriter
- CreateMatrixCell(int, Operator) - Constructor for class org.apache.sysds.runtime.instructions.spark.ParameterizedBuiltinSPInstruction.CreateMatrixCell
- CreateMatrixFromFrame(long, long, int) - Constructor for class org.apache.sysds.runtime.instructions.fed.QuantilePickFEDInstruction.CreateMatrixFromFrame
- createMatrixMultiply(Hop, Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- createMatrixObject(MatrixBlock) - Static method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- createMatrixObject(DataCharacteristics) - Static method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- createMatrixReader(Types.FileFormat) - Static method in class org.apache.sysds.runtime.io.MatrixReaderFactory
- createMatrixReader(ReadProperties) - Static method in class org.apache.sysds.runtime.io.MatrixReaderFactory
- createMatrixWriter(Types.FileFormat) - Static method in class org.apache.sysds.runtime.io.MatrixWriterFactory
- createMatrixWriter(Types.FileFormat, int, FileFormatProperties) - Static method in class org.apache.sysds.runtime.io.MatrixWriterFactory
- createMBDict(int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ACachingMBDictionary
- createMBDict(int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- createMBDict(int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionary
- createMBDict(int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionarySlice
- createMBDict(int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.QDictionary
- createNamespace(String) - Method in class org.apache.sysds.parser.DMLProgram
- createNary(Types.OpOpN, Hop...) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- createNegative(int, int, IntArrayList[], int, InsertionSorterFactory.SORT_TYPE) - Static method in interface org.apache.sysds.runtime.compress.colgroup.insertionsort.InsertionSorterFactory
- createNegative(int, IntArrayList[], int, InsertionSorterFactory.SORT_TYPE) - Static method in interface org.apache.sysds.runtime.compress.colgroup.insertionsort.InsertionSorterFactory
- createNoCheck(double[]) - Static method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- createOffset(int) - Static method in class org.apache.sysds.utils.Explain
- createOffset(int[]) - Static method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetFactory
-
Main factory pattern creator for Offsets.
- createOffset(int[], int, int) - Static method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetFactory
-
Create a Offset based on a subset of the indexes given.
- createOffset(int[], int, int, OffsetFactory.OFF_TYPE) - Static method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetFactory
- createOffset(int[], OffsetFactory.OFF_TYPE) - Static method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetFactory
-
try to create a specific type of offset.
- createOffset(IntArrayList) - Static method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetFactory
-
Create the offsets based on our primitive IntArrayList.
- createOffsetLop(Hop, boolean) - Static method in class org.apache.sysds.hops.Hop
- createOperand(CPOperand) - Static method in class org.apache.sysds.runtime.instructions.InstructionUtils
- createOptions() - Static method in class org.apache.sysds.resource.ResourceOptimizer
- createOptTree(int, double, ParForStatementBlock, ParForProgramBlock, ExecutionContext) - Static method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptTreeConverter
- createParameterizedBuiltinOp(Hop, LinkedHashMap<String, Hop>, Types.ParamBuiltinOp) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- createParser() - Static method in class org.apache.sysds.parser.ParserFactory
- createParser(Map<String, String>) - Static method in class org.apache.sysds.parser.ParserFactory
-
Factory method for creating parser wrappers
- createPartialTsmmCbind(Hop, Hop, Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- createPartition(int, int) - Method in class org.apache.sysds.runtime.instructions.spark.data.PartitionedBlock
- createPartitionedMatrixObject(MatrixObject, String) - Method in class org.apache.sysds.runtime.controlprogram.parfor.DataPartitioner
- createPartitionedMatrixObject(MatrixObject, String, boolean) - Method in class org.apache.sysds.runtime.controlprogram.parfor.DataPartitioner
- createPartitionedMatrixObject(MatrixObject, MatrixObject, boolean) - Method in class org.apache.sysds.runtime.controlprogram.parfor.DataPartitioner
-
Creates a partitioned matrix object based on the given input matrix object, according to the specified split format.
- createPlanSelector() - Static method in class org.apache.sysds.hops.codegen.SpoofCompiler
-
Factory method for alternative plan selection policies.
- createRandomMatrixGenerator(String, int, int, int, double, double, double, String) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixDatagen
- createReachable(int) - Method in class org.apache.sysds.lops.Lop
- createReader(MatrixBlock, IColIndex, boolean) - Static method in class org.apache.sysds.runtime.compress.readers.ReaderColumnSelection
-
Create an reader of the matrix block that is able to iterate though all the rows and return as dense double arrays.
- createReader(MatrixBlock, IColIndex, boolean, int, int) - Static method in class org.apache.sysds.runtime.compress.readers.ReaderColumnSelection
-
Create an reader of the matrix block that is able to iterate though all the rows and return as dense double arrays.
- createReference(int, double) - Static method in interface org.apache.sysds.runtime.compress.colgroup.ColGroupUtils
- createReorg(List<Hop>, Types.ReOrgOp) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- createReorg(Hop, String) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- createReorg(Hop, Types.ReOrgOp) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- createResultMerge(ParForProgramBlock.PResultMerge, CacheableData<?>, CacheableData<?>[], String, boolean, int, ExecutionContext) - Static method in class org.apache.sysds.runtime.controlprogram.ParForProgramBlock
- createReuseMatrixBlock(ParForProgramBlock.PDataPartitionFormat, int, int) - Static method in class org.apache.sysds.runtime.controlprogram.parfor.DataPartitioner
- createRuntimeProgramBlock(Program, StatementBlock, DMLConfig) - Method in class org.apache.sysds.parser.DMLTranslator
- createScalarIndexing(Hop, long, long) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- createScalarLineageItem(LiteralOp) - Static method in class org.apache.sysds.runtime.lineage.LineageItemUtils
- createScalarObject(String) - Static method in class org.apache.sysds.runtime.instructions.cp.ScalarObjectFactory
- createScalarObject(Types.ValueType, double) - Static method in class org.apache.sysds.runtime.instructions.cp.ScalarObjectFactory
- createScalarObject(Types.ValueType, Object) - Static method in class org.apache.sysds.runtime.instructions.cp.ScalarObjectFactory
- createScalarObject(Types.ValueType, String) - Static method in class org.apache.sysds.runtime.instructions.cp.ScalarObjectFactory
- createScalarObject(Types.ValueType, LiteralOp) - Static method in class org.apache.sysds.runtime.instructions.cp.ScalarObjectFactory
- createScalarObject(Types.ValueType, ScalarObject) - Static method in class org.apache.sysds.runtime.instructions.cp.ScalarObjectFactory
- createScalarObject(LiteralOp) - Static method in class org.apache.sysds.runtime.instructions.cp.ScalarObjectFactory
- createSeqDataGenOp(Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- createSeqDataGenOp(Hop, boolean) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- createSeqDataGenOp(Hop, Hop, Hop, Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- createServer(SparkConf, LocalParamServer, String) - Static method in class org.apache.sysds.runtime.controlprogram.paramserv.rpc.PSRpcFactory
-
Create and start the server
- createShallowCopy(MatrixObject) - Static method in class org.apache.sysds.runtime.controlprogram.paramserv.ParamservUtils
- createShallowCopyForProgramBlock(ForProgramBlock, Program) - Static method in class org.apache.sysds.runtime.util.ProgramConverter
- createShallowCopyInstructionSet(ArrayList<Instruction>, long) - Static method in class org.apache.sysds.runtime.util.ProgramConverter
- createSideInput(MatrixBlock) - Static method in class org.apache.sysds.runtime.codegen.CodegenUtils
- createSketch(CountDistinctOperator, MatrixBlock) - Static method in interface org.apache.sysds.runtime.matrix.data.LibMatrixCountDistinct
- createSparkExecutionContext() - Static method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContextFactory
- createSparkPSProxy(SparkConf, int, LongAccumulator) - Static method in class org.apache.sysds.runtime.controlprogram.paramserv.rpc.PSRpcFactory
- createSparse(AMapToData, AOffset, int) - Static method in interface org.apache.sysds.runtime.compress.estim.encoding.EncodingFactory
- createSparseBlock(int) - Static method in class org.apache.sysds.runtime.data.SparseBlockFactory
- createSparseBlock(SparseBlock.Type, int) - Static method in class org.apache.sysds.runtime.data.SparseBlockFactory
- createSparseBlock(SparseBlock.Type, SparseRow) - Static method in class org.apache.sysds.runtime.data.SparseBlockFactory
- CreateSparseBlockFunction - Class in org.apache.sysds.runtime.instructions.spark.functions
-
General purpose copy function for binary block values.
- CreateSparseBlockFunction(SparseBlock.Type) - Constructor for class org.apache.sysds.runtime.instructions.spark.functions.CreateSparseBlockFunction
- createsSplitDag() - Method in class org.apache.sysds.hops.rewrite.MarkForLineageReuse
- createsSplitDag() - Method in class org.apache.sysds.hops.rewrite.RewriteCompressedReblock
- createsSplitDag() - Method in class org.apache.sysds.hops.rewrite.RewriteForLoopVectorization
- createsSplitDag() - Method in class org.apache.sysds.hops.rewrite.RewriteHoistLoopInvariantOperations
- createsSplitDag() - Method in class org.apache.sysds.hops.rewrite.RewriteInjectSparkLoopCheckpointing
- createsSplitDag() - Method in class org.apache.sysds.hops.rewrite.RewriteMarkLoopVariablesUpdateInPlace
- createsSplitDag() - Method in class org.apache.sysds.hops.rewrite.RewriteMergeBlockSequence
- createsSplitDag() - Method in class org.apache.sysds.hops.rewrite.RewriteRemoveEmptyBasicBlocks
- createsSplitDag() - Method in class org.apache.sysds.hops.rewrite.RewriteRemoveEmptyForLoops
- createsSplitDag() - Method in class org.apache.sysds.hops.rewrite.RewriteRemoveForLoopEmptySequence
- createsSplitDag() - Method in class org.apache.sysds.hops.rewrite.RewriteRemoveTransformEncodeMeta
- createsSplitDag() - Method in class org.apache.sysds.hops.rewrite.RewriteRemoveUnnecessaryBranches
- createsSplitDag() - Method in class org.apache.sysds.hops.rewrite.RewriteSplitDagDataDependentOperators
- createsSplitDag() - Method in class org.apache.sysds.hops.rewrite.RewriteSplitDagUnknownCSVRead
- createsSplitDag() - Method in class org.apache.sysds.hops.rewrite.StatementBlockRewriteRule
-
Indicates if the rewrite potentially splits dags, which is used for phase ordering of rewrites.
- createStatementBlockCopy(StatementBlock, long, boolean, boolean) - Static method in class org.apache.sysds.runtime.util.ProgramConverter
- createSubBuffer(ByteBuffer, int) - Static method in class org.apache.sysds.runtime.io.hdf5.Utils
- createSum(Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- createSystemDSSparkConf() - Static method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
-
Sets up a SystemDS-preferred Spark configuration based on the implicit default configuration (as passed via configurations from outside).
- createTaskPartitioner(ParForProgramBlock.PTaskPartitioner, IntObject, IntObject, IntObject, long, int, String) - Static method in class org.apache.sysds.runtime.controlprogram.parfor.TaskPartitionerFactory
- createTasks() - Method in class org.apache.sysds.runtime.controlprogram.parfor.TaskPartitioner
-
Creates and returns set of all tasks for given problem at once.
- createTasks() - Method in class org.apache.sysds.runtime.controlprogram.parfor.TaskPartitionerFactoring
- createTasks() - Method in class org.apache.sysds.runtime.controlprogram.parfor.TaskPartitionerFixedsize
- createTasks(LocalTaskQueue<Task>) - Method in class org.apache.sysds.runtime.controlprogram.parfor.TaskPartitioner
-
Creates set of all tasks for given problem, but streams them directly into task queue.
- createTasks(LocalTaskQueue<Task>) - Method in class org.apache.sysds.runtime.controlprogram.parfor.TaskPartitionerFactoring
- createTasks(LocalTaskQueue<Task>) - Method in class org.apache.sysds.runtime.controlprogram.parfor.TaskPartitionerFixedsize
- createTemplate(TemplateBase.TemplateType) - Static method in class org.apache.sysds.hops.codegen.template.TemplateUtils
- createTemplate(TemplateBase.TemplateType, TemplateBase.CloseType) - Static method in class org.apache.sysds.hops.codegen.template.TemplateUtils
- createTensorReader(Types.FileFormat) - Static method in class org.apache.sysds.runtime.io.TensorReaderFactory
- createTensorWriter(Types.FileFormat) - Static method in class org.apache.sysds.runtime.io.TensorWriterFactory
- createTernary(Hop, Hop, Hop, String) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- createTernary(Hop, Hop, Hop, Types.OpOp3) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- createTernary(Hop, Hop, Hop, Hop, Hop, Types.OpOp3) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- createTokenizer(String, int) - Static method in class org.apache.sysds.runtime.transform.tokenize.TokenizerFactory
- createTransientRead(String, Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- createTransientRead(String, MatrixObject) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- createTransientRead(String, MatrixBlock) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- createTransientWrite(String, Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- createTranspose(Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- createTsmm(Hop, boolean) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- createUnary(Hop, String) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- createUnary(Hop, Types.OpOp1) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- createValueHop(Hop, boolean) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- CREATEVAR - org.apache.sysds.common.Opcodes
- CreateVariable - org.apache.sysds.runtime.instructions.cp.VariableCPInstruction.VariableOperationCode
- createVarname() - Method in class org.apache.sysds.hops.codegen.cplan.CNode
- createWhileStatementBlockCopy(WhileStatementBlock, boolean) - Static method in class org.apache.sysds.runtime.util.ProgramConverter
- createWorkGroup() - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedData
- createWorkingDirectory() - Static method in class org.apache.sysds.runtime.util.LocalFileUtils
- createWorkingDirectoryWithUUID(String) - Static method in class org.apache.sysds.runtime.util.LocalFileUtils
- Creation - org.apache.sysds.runtime.lineage.LineageItem.LineageItemType
- CriticalValue(double, int) - Constructor for class org.apache.sysds.runtime.compress.estim.sample.ShlosserJackknifeEstimator.CriticalValue
- crossProduct(int, Long...) - Method in class org.apache.sysds.hops.codegen.template.CPlanMemoTable.MemoTableEntrySet
- CSC - org.apache.sysds.runtime.data.SparseBlock.Type
- CSLH - org.apache.sysds.hops.codegen.SpoofCompiler.PlanCachePolicy
- CSPLINE - org.apache.sysds.common.Builtins
- CSPLINE_CG - org.apache.sysds.common.Builtins
- CSPLINE_DS - org.apache.sysds.common.Builtins
- CSR - org.apache.sysds.runtime.data.SparseBlock.Type
- CSRPointer - Class in org.apache.sysds.runtime.instructions.gpu.context
-
Compressed Sparse Row (CSR) format for CUDA Generalized matrix multiply is implemented for CSR format in the cuSparse library among other operations Since we assume that the matrix is stored with zero-based indexing (i.e.
- CSV - org.apache.sysds.api.mlcontext.FrameFormat
-
Comma-separated value format (dense).
- CSV - org.apache.sysds.api.mlcontext.MatrixFormat
-
Comma-separated value format (dense).
- CSV - org.apache.sysds.common.Types.FileFormat
- CSV_QUOTE_CHAR - Static variable in class org.apache.sysds.runtime.io.IOUtilFunctions
- CSVInputOutputInfo - Static variable in class org.apache.sysds.runtime.io.InputOutputInfo
- CSVRBLK - org.apache.sysds.common.Opcodes
- CSVReblock - org.apache.sysds.common.InstructionType
- CSVReblock - org.apache.sysds.runtime.instructions.fed.FEDInstruction.FEDType
- CSVReblock - org.apache.sysds.runtime.instructions.spark.SPInstruction.SPType
- CSVReBlock - Class in org.apache.sysds.lops
-
Lop to convert CSV data into SystemDS data format
- CSVReBlock - org.apache.sysds.lops.Lop.Type
- CSVReBlock(Lop, int, Types.DataType, Types.ValueType, Types.ExecType) - Constructor for class org.apache.sysds.lops.CSVReBlock
- CSVReblockSPInstruction - Class in org.apache.sysds.runtime.instructions.spark
- csvToBinaryBlock(JavaSparkContext, JavaPairRDD<LongWritable, Text>, DataCharacteristics, boolean, String, boolean, double, Set<String>) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.RDDConverterUtils
- csvToBinaryBlock(JavaSparkContext, JavaPairRDD<LongWritable, Text>, DataCharacteristics, Types.ValueType[], boolean, String, boolean, double, Set<String>) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.FrameRDDConverterUtils
- csvToBinaryBlock(JavaSparkContext, JavaRDD<String>, DataCharacteristics, boolean, String, boolean, double, Set<String>) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.RDDConverterUtils
- csvToBinaryBlock(JavaSparkContext, JavaRDD<String>, DataCharacteristics, Types.ValueType[], boolean, String, boolean, double, Set<String>) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.FrameRDDConverterUtils
- csvToRowRDD(JavaSparkContext, String, String, Types.ValueType[]) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.FrameRDDConverterUtils
- csvToRowRDD(JavaSparkContext, JavaRDD<String>, String, Types.ValueType[]) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.FrameRDDConverterUtils
- Ctable - Class in org.apache.sysds.lops
-
Lop to perform ternary operation.
- Ctable - org.apache.sysds.common.InstructionType
- Ctable - org.apache.sysds.lops.Lop.Type
- Ctable - org.apache.sysds.runtime.instructions.cp.CPInstruction.CPType
- Ctable - org.apache.sysds.runtime.instructions.fed.FEDInstruction.FEDType
- Ctable - org.apache.sysds.runtime.instructions.spark.SPInstruction.SPType
- Ctable(Lop[], Ctable.OperationTypes, Types.DataType, Types.ValueType, boolean, boolean, Types.ExecType, int) - Constructor for class org.apache.sysds.lops.Ctable
- Ctable(Lop[], Ctable.OperationTypes, Types.DataType, Types.ValueType, Types.ExecType, int) - Constructor for class org.apache.sysds.lops.Ctable
- CTable - Class in org.apache.sysds.runtime.functionobjects
- CTABLE - org.apache.sysds.common.Opcodes
- CTABLE - org.apache.sysds.common.Types.OpOp3
- CTABLE_EXPAND_SCALAR_WEIGHT - org.apache.sysds.lops.Ctable.OperationTypes
- CTABLE_TRANSFORM - org.apache.sysds.lops.Ctable.OperationTypes
- CTABLE_TRANSFORM_HISTOGRAM - org.apache.sysds.lops.Ctable.OperationTypes
- CTABLE_TRANSFORM_SCALAR_WEIGHT - org.apache.sysds.lops.Ctable.OperationTypes
- CTABLE_TRANSFORM_WEIGHTED_HISTOGRAM - org.apache.sysds.lops.Ctable.OperationTypes
- Ctable.OperationTypes - Enum in org.apache.sysds.lops
- CtableCPInstruction - Class in org.apache.sysds.runtime.instructions.cp
- CTABLEEXPAND - org.apache.sysds.common.Opcodes
- CtableFEDInstruction - Class in org.apache.sysds.runtime.instructions.fed
- CTableMap - Class in org.apache.sysds.runtime.matrix.data
-
Ctable map is an abstraction for the hashmap used for ctable's hash group-by because this structure is passed through various interfaces.
- CTableMap() - Constructor for class org.apache.sysds.runtime.matrix.data.CTableMap
- CTableMap(LongLongDoubleHashMap.EntryType) - Constructor for class org.apache.sysds.runtime.matrix.data.CTableMap
- ctableOperations(Operator, double, double, CTableMap, MatrixBlock) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- ctableOperations(Operator, double, double, CTableMap, MatrixBlock) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
-
D = ctable(A,v2,w) this <- A; scalar_that <- v2; scalar_that2 <- w; result <- D (i1,j1,v1) from input1 (this) (v2) from sclar_input2 (scalarThat) (w) from scalar_input3 (scalarThat2)
- ctableOperations(Operator, double, double, CTableMap, MatrixBlock) - Method in class org.apache.sysds.runtime.matrix.data.MatrixCell
- ctableOperations(Operator, double, double, CTableMap, MatrixBlock) - Method in class org.apache.sysds.runtime.matrix.data.MatrixValue
- ctableOperations(Operator, double, MatrixValue, CTableMap, MatrixBlock) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- ctableOperations(Operator, double, MatrixValue, CTableMap, MatrixBlock) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
-
D = ctable(A,v2,W) this <- A; scalarThat <- v2; that2 <- W; result <- D (i1,j1,v1) from input1 (this) (v2) from sclar_input2 (scalarThat) (i3,j3,w) from input3 (that2)
- ctableOperations(Operator, double, MatrixValue, CTableMap, MatrixBlock) - Method in class org.apache.sysds.runtime.matrix.data.MatrixCell
- ctableOperations(Operator, double, MatrixValue, CTableMap, MatrixBlock) - Method in class org.apache.sysds.runtime.matrix.data.MatrixValue
- ctableOperations(Operator, MatrixIndexes, double, boolean, int, CTableMap, MatrixBlock) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- ctableOperations(Operator, MatrixIndexes, double, boolean, int, CTableMap, MatrixBlock) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
-
Specific ctable case of ctable(seq(...),X), where X is the only matrix input.
- ctableOperations(Operator, MatrixIndexes, double, boolean, int, CTableMap, MatrixBlock) - Method in class org.apache.sysds.runtime.matrix.data.MatrixCell
- ctableOperations(Operator, MatrixIndexes, double, boolean, int, CTableMap, MatrixBlock) - Method in class org.apache.sysds.runtime.matrix.data.MatrixValue
- ctableOperations(Operator, MatrixValue, double, boolean, CTableMap, MatrixBlock) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- ctableOperations(Operator, MatrixValue, double, boolean, CTableMap, MatrixBlock) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
-
D = ctable(A,B,w) this <- A; that <- B; scalar_that2 <- w; result <- D (i1,j1,v1) from input1 (this) (i1,j1,v2) from input2 (that) (w) from scalar_input3 (scalarThat2) NOTE: This method supports both vectors and matrices.
- ctableOperations(Operator, MatrixValue, double, boolean, CTableMap, MatrixBlock) - Method in class org.apache.sysds.runtime.matrix.data.MatrixCell
- ctableOperations(Operator, MatrixValue, double, boolean, CTableMap, MatrixBlock) - Method in class org.apache.sysds.runtime.matrix.data.MatrixValue
- ctableOperations(Operator, MatrixValue, MatrixValue, CTableMap) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
-
D = ctable(A,B,W) this <- A; that <- B; that2 <- W; result <- D (i1,j1,v1) from input1 (this) (i1,j1,v2) from input2 (that) (i1,j1,w) from input3 (that2)
- ctableOperations(Operator, MatrixValue, MatrixValue, CTableMap, MatrixBlock) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- ctableOperations(Operator, MatrixValue, MatrixValue, CTableMap, MatrixBlock) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- ctableOperations(Operator, MatrixValue, MatrixValue, CTableMap, MatrixBlock) - Method in class org.apache.sysds.runtime.matrix.data.MatrixCell
- ctableOperations(Operator, MatrixValue, MatrixValue, CTableMap, MatrixBlock) - Method in class org.apache.sysds.runtime.matrix.data.MatrixValue
- ctableSeqOperations(MatrixValue, double, MatrixBlock) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
-
D = ctable(seq,A,w) this <- seq; thatMatrix <- A; thatScalar <- w; result <- D (i1,j1,v1) from input1 (this) (i1,j1,v2) from input2 (that) (w) from scalar_input3 (scalarThat2)
- ctableSeqOperations(MatrixValue, double, MatrixBlock, boolean) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- ctableSeqOperations(MatrixValue, double, MatrixBlock, boolean) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
-
D = ctable(seq,A,w)
- CtableSPInstruction - Class in org.apache.sysds.runtime.instructions.spark
- CtableSPInstruction.MapJoinSignature1 - Class in org.apache.sysds.runtime.instructions.spark
- CtableSPInstruction.MapJoinSignature2 - Class in org.apache.sysds.runtime.instructions.spark
- CtableSPInstruction.MapJoinSignature3 - Class in org.apache.sysds.runtime.instructions.spark
- ctxAndFilenameToParseInfo(ParserRuleContext, String) - Static method in interface org.apache.sysds.parser.ParseInfo
- ctype - Variable in class org.apache.sysds.hops.codegen.template.CPlanMemoTable.MemoTableEntry
- cublasaxpy(cublasHandle, int, Pointer, Pointer, int, Pointer, int) - Method in interface org.apache.sysds.runtime.matrix.data.CudaSupportFunctions
- cublasaxpy(cublasHandle, int, Pointer, Pointer, int, Pointer, int) - Method in class org.apache.sysds.runtime.matrix.data.DoublePrecisionCudaSupportFunctions
- cublasaxpy(cublasHandle, int, Pointer, Pointer, int, Pointer, int) - Method in class org.apache.sysds.runtime.matrix.data.SinglePrecisionCudaSupportFunctions
- cublasdot(cublasHandle, int, Pointer, int, Pointer, int, Pointer) - Method in interface org.apache.sysds.runtime.matrix.data.CudaSupportFunctions
- cublasdot(cublasHandle, int, Pointer, int, Pointer, int, Pointer) - Method in class org.apache.sysds.runtime.matrix.data.DoublePrecisionCudaSupportFunctions
- cublasdot(cublasHandle, int, Pointer, int, Pointer, int, Pointer) - Method in class org.apache.sysds.runtime.matrix.data.SinglePrecisionCudaSupportFunctions
- cublasgeam(cublasHandle, int, int, int, int, Pointer, Pointer, int, Pointer, Pointer, int, Pointer, int) - Method in interface org.apache.sysds.runtime.matrix.data.CudaSupportFunctions
- cublasgeam(cublasHandle, int, int, int, int, Pointer, Pointer, int, Pointer, Pointer, int, Pointer, int) - Method in class org.apache.sysds.runtime.matrix.data.DoublePrecisionCudaSupportFunctions
- cublasgeam(cublasHandle, int, int, int, int, Pointer, Pointer, int, Pointer, Pointer, int, Pointer, int) - Method in class org.apache.sysds.runtime.matrix.data.SinglePrecisionCudaSupportFunctions
- cublasgemm(cublasHandle, int, int, int, int, int, Pointer, Pointer, int, Pointer, int, Pointer, Pointer, int) - Method in interface org.apache.sysds.runtime.matrix.data.CudaSupportFunctions
- cublasgemm(cublasHandle, int, int, int, int, int, Pointer, Pointer, int, Pointer, int, Pointer, Pointer, int) - Method in class org.apache.sysds.runtime.matrix.data.DoublePrecisionCudaSupportFunctions
- cublasgemm(cublasHandle, int, int, int, int, int, Pointer, Pointer, int, Pointer, int, Pointer, Pointer, int) - Method in class org.apache.sysds.runtime.matrix.data.SinglePrecisionCudaSupportFunctions
- cublasgemv(cublasHandle, int, int, int, Pointer, Pointer, int, Pointer, int, Pointer, Pointer, int) - Method in interface org.apache.sysds.runtime.matrix.data.CudaSupportFunctions
- cublasgemv(cublasHandle, int, int, int, Pointer, Pointer, int, Pointer, int, Pointer, Pointer, int) - Method in class org.apache.sysds.runtime.matrix.data.DoublePrecisionCudaSupportFunctions
- cublasgemv(cublasHandle, int, int, int, Pointer, Pointer, int, Pointer, int, Pointer, Pointer, int) - Method in class org.apache.sysds.runtime.matrix.data.SinglePrecisionCudaSupportFunctions
- cublassyrk(cublasHandle, int, int, int, int, Pointer, Pointer, int, Pointer, Pointer, int) - Method in interface org.apache.sysds.runtime.matrix.data.CudaSupportFunctions
- cublassyrk(cublasHandle, int, int, int, int, Pointer, Pointer, int, Pointer, Pointer, int) - Method in class org.apache.sysds.runtime.matrix.data.DoublePrecisionCudaSupportFunctions
- cublassyrk(cublasHandle, int, int, int, int, Pointer, Pointer, int, Pointer, Pointer, int) - Method in class org.apache.sysds.runtime.matrix.data.SinglePrecisionCudaSupportFunctions
- cublastrsm(cublasHandle, int, int, int, int, int, int, Pointer, Pointer, int, Pointer, int) - Method in interface org.apache.sysds.runtime.matrix.data.CudaSupportFunctions
- cublastrsm(cublasHandle, int, int, int, int, int, int, Pointer, Pointer, int, Pointer, int) - Method in class org.apache.sysds.runtime.matrix.data.DoublePrecisionCudaSupportFunctions
- cublastrsm(cublasHandle, int, int, int, int, int, int, Pointer, Pointer, int, Pointer, int) - Method in class org.apache.sysds.runtime.matrix.data.SinglePrecisionCudaSupportFunctions
- CUDA - org.apache.sysds.hops.codegen.SpoofCompiler.GeneratorAPI
- cudaAllocCount - Static variable in class org.apache.sysds.utils.GPUStatistics
- cudaAllocFailedCount - Static variable in class org.apache.sysds.utils.GPUStatistics
- cudaAllocFailedTime - Static variable in class org.apache.sysds.utils.GPUStatistics
- cudaAllocReuseCount - Static variable in class org.apache.sysds.utils.GPUStatistics
- cudaAllocSuccessCount - Static variable in class org.apache.sysds.utils.GPUStatistics
- cudaAllocSuccessTime - Static variable in class org.apache.sysds.utils.GPUStatistics
- cudaAllocTime - Static variable in class org.apache.sysds.utils.GPUStatistics
- cudaDeAllocCount - Static variable in class org.apache.sysds.utils.GPUStatistics
- cudaDeAllocTime - Static variable in class org.apache.sysds.utils.GPUStatistics
- cudaDenseToSparseCount - Static variable in class org.apache.sysds.utils.GPUStatistics
- cudaDenseToSparseTime - Static variable in class org.apache.sysds.utils.GPUStatistics
- cudaDouble2FloatCount - Static variable in class org.apache.sysds.utils.GPUStatistics
- cudaDouble2FloatTime - Static variable in class org.apache.sysds.utils.GPUStatistics
- cudaEvictCount - Static variable in class org.apache.sysds.utils.GPUStatistics
- cudaEvictMemcpyTime - Static variable in class org.apache.sysds.utils.GPUStatistics
- cudaEvictSizeCount - Static variable in class org.apache.sysds.utils.GPUStatistics
- cudaEvictSizeTime - Static variable in class org.apache.sysds.utils.GPUStatistics
- cudaEvictTime - Static variable in class org.apache.sysds.utils.GPUStatistics
- cudaFloat2DoubleCount - Static variable in class org.apache.sysds.utils.GPUStatistics
- cudaFloat2DoubleTime - Static variable in class org.apache.sysds.utils.GPUStatistics
- cudaForcedClearLazyFreedEvictTime - Static variable in class org.apache.sysds.utils.GPUStatistics
- cudaForcedClearUnpinnedEvictTime - Static variable in class org.apache.sysds.utils.GPUStatistics
- cudaFreeHelper(String, Pointer, boolean) - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUContext
-
Does cudaFree calls, lazily.
- cudaFromDevCount - Static variable in class org.apache.sysds.utils.GPUStatistics
- cudaFromDevTime - Static variable in class org.apache.sysds.utils.GPUStatistics
- cudaFromDevToShadowCount - Static variable in class org.apache.sysds.utils.GPUStatistics
- cudaFromDevToShadowTime - Static variable in class org.apache.sysds.utils.GPUStatistics
- cudaFromShadowToDevCount - Static variable in class org.apache.sysds.utils.GPUStatistics
- cudaFromShadowToDevTime - Static variable in class org.apache.sysds.utils.GPUStatistics
- cudaFromShadowToHostCount - Static variable in class org.apache.sysds.utils.GPUStatistics
- cudaFromShadowToHostTime - Static variable in class org.apache.sysds.utils.GPUStatistics
- cudaGetDevice() - Static method in class org.apache.sysds.runtime.instructions.gpu.context.GPUContext
-
Returns which device is currently being used.
- cudaInitTime - Static variable in class org.apache.sysds.utils.GPUStatistics
- cudaLibrariesInitTime - Static variable in class org.apache.sysds.utils.GPUStatistics
- CudaMemoryAllocator - Class in org.apache.sysds.runtime.instructions.gpu.context
- CudaMemoryAllocator() - Constructor for class org.apache.sysds.runtime.instructions.gpu.context.CudaMemoryAllocator
- cudaMemSet0Count - Static variable in class org.apache.sysds.utils.GPUStatistics
- cudaMemSet0Time - Static variable in class org.apache.sysds.utils.GPUStatistics
- cudaSparseConversionCount - Static variable in class org.apache.sysds.utils.GPUStatistics
- cudaSparseConversionTime - Static variable in class org.apache.sysds.utils.GPUStatistics
- cudaSparseToDenseCount - Static variable in class org.apache.sysds.utils.GPUStatistics
- cudaSparseToDenseTime - Static variable in class org.apache.sysds.utils.GPUStatistics
- cudaSupportFunctions - Static variable in class org.apache.sysds.runtime.matrix.data.LibMatrixCUDA
- CudaSupportFunctions - Interface in org.apache.sysds.runtime.matrix.data
-
DESIGN DOCUMENTATION FOR SUPPORTING LOWER PRECISION: 1.
- cudaToDevCount - Static variable in class org.apache.sysds.utils.GPUStatistics
- cudaToDevTime - Static variable in class org.apache.sysds.utils.GPUStatistics
- cudnnGetConvolutionBackwardDataAlgorithm(GPUContext, String, int, int, int, int, int, int, int, int, int, int, int, int, int, long) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixCuDNNConvolutionAlgorithm
-
Factory method to get the algorithm wrapper for convolution backward data
- cudnnGetConvolutionBackwardFilterAlgorithm(GPUContext, String, int, int, int, int, int, int, int, int, int, int, int, int, int, long) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixCuDNNConvolutionAlgorithm
-
Factory method to get the algorithm wrapper for convolution backward filter
- cudnnGetConvolutionForwardAlgorithm(GPUContext, String, int, int, int, int, int, int, int, int, int, int, int, int, int, long) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixCuDNNConvolutionAlgorithm
-
Factory method to get the algorithm wrapper for convolution forward
- cudnnPoolingBackwardDescriptors(GPUContext, String, int, int, int, int, int, int, int, int, int, int, int, int, int, LibMatrixDNN.PoolingType) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixCuDNNPoolingDescriptors
-
Get descriptors for maxpooling backward operation
- cudnnPoolingDescriptors(GPUContext, String, int, int, int, int, int, int, int, int, int, int, int, int, int, LibMatrixDNN.PoolingType) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixCuDNNPoolingDescriptors
-
Get descriptors for maxpooling operation
- cumaggregateUnaryMatrix(MatrixBlock, MatrixBlock, UnaryOperator) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixAgg
- cumaggregateUnaryMatrix(MatrixBlock, MatrixBlock, UnaryOperator, double[]) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixAgg
- cumaggregateUnaryMatrix(MatrixBlock, MatrixBlock, UnaryOperator, int) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixAgg
- CUMMAX - org.apache.sysds.common.Builtins
- CUMMAX - org.apache.sysds.common.Types.OpOp1
- CUMMAX - org.apache.sysds.runtime.functionobjects.Builtin.BuiltinCode
- CUMMIN - org.apache.sysds.common.Builtins
- CUMMIN - org.apache.sysds.common.Types.OpOp1
- CUMMIN - org.apache.sysds.runtime.functionobjects.Builtin.BuiltinCode
- CUMPROD - org.apache.sysds.common.Builtins
- CUMPROD - org.apache.sysds.common.Types.OpOp1
- CUMPROD - org.apache.sysds.runtime.functionobjects.Builtin.BuiltinCode
- CUMSUM - org.apache.sysds.common.Builtins
- CUMSUM - org.apache.sysds.common.Types.OpOp1
- CUMSUM - org.apache.sysds.runtime.functionobjects.Builtin.BuiltinCode
- CumsumAggregate - org.apache.sysds.common.InstructionType
- CumsumAggregate - org.apache.sysds.runtime.instructions.spark.SPInstruction.SPType
- CumsumOffset - org.apache.sysds.common.InstructionType
- CumsumOffset - org.apache.sysds.runtime.instructions.fed.FEDInstruction.FEDType
- CumsumOffset - org.apache.sysds.runtime.instructions.spark.SPInstruction.SPType
- CUMSUMPROD - org.apache.sysds.common.Builtins
- CUMSUMPROD - org.apache.sysds.common.Types.OpOp1
- CUMSUMPROD - org.apache.sysds.runtime.functionobjects.Builtin.BuiltinCode
- cumTimeNanos - Variable in class org.apache.sysds.utils.Statistics.NGramStats
- CumulativeAggregate - org.apache.sysds.runtime.instructions.fed.FEDInstruction.FEDType
- CumulativeAggregateSPInstruction - Class in org.apache.sysds.runtime.instructions.spark
- CumulativeOffsetBinary - Class in org.apache.sysds.lops
- CumulativeOffsetBinary - org.apache.sysds.lops.Lop.Type
- CumulativeOffsetBinary(Lop, Lop, Types.DataType, Types.ValueType, double, boolean, Types.AggOp, Types.ExecType) - Constructor for class org.apache.sysds.lops.CumulativeOffsetBinary
- CumulativeOffsetBinary(Lop, Lop, Types.DataType, Types.ValueType, Types.AggOp, Types.ExecType) - Constructor for class org.apache.sysds.lops.CumulativeOffsetBinary
- CumulativeOffsetFEDInstruction - Class in org.apache.sysds.runtime.instructions.fed
- CumulativeOffsetSPInstruction - Class in org.apache.sysds.runtime.instructions.spark
- CumulativePartialAggregate - Class in org.apache.sysds.lops
- CumulativePartialAggregate - org.apache.sysds.lops.Lop.Type
- CumulativePartialAggregate(Lop, Types.DataType, Types.ValueType, Types.AggOp, Types.ExecType) - Constructor for class org.apache.sysds.lops.CumulativePartialAggregate
- cumulativeScan(ExecutionContext, GPUContext, String, String, MatrixObject, String) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixCUDA
-
Cumulative scan
- CumulativeSplitAggregate - org.apache.sysds.lops.Lop.Type
- cumulativeSumProduct(ExecutionContext, GPUContext, String, String, MatrixObject, String) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixCUDA
-
Cumulative sum-product kernel cascade invokation
- CURRENT_NATIVE_BLAS_STATE - Static variable in class org.apache.sysds.utils.NativeHelper
- cusolverDngeqrf(cusolverDnHandle, int, int, Pointer, int, Pointer, Pointer, int, Pointer) - Method in interface org.apache.sysds.runtime.matrix.data.CudaSupportFunctions
- cusolverDngeqrf(cusolverDnHandle, int, int, Pointer, int, Pointer, Pointer, int, Pointer) - Method in class org.apache.sysds.runtime.matrix.data.DoublePrecisionCudaSupportFunctions
- cusolverDngeqrf(cusolverDnHandle, int, int, Pointer, int, Pointer, Pointer, int, Pointer) - Method in class org.apache.sysds.runtime.matrix.data.SinglePrecisionCudaSupportFunctions
- cusolverDngeqrf_bufferSize(cusolverDnHandle, int, int, Pointer, int, int[]) - Method in interface org.apache.sysds.runtime.matrix.data.CudaSupportFunctions
- cusolverDngeqrf_bufferSize(cusolverDnHandle, int, int, Pointer, int, int[]) - Method in class org.apache.sysds.runtime.matrix.data.DoublePrecisionCudaSupportFunctions
- cusolverDngeqrf_bufferSize(cusolverDnHandle, int, int, Pointer, int, int[]) - Method in class org.apache.sysds.runtime.matrix.data.SinglePrecisionCudaSupportFunctions
- cusolverDnormqr(cusolverDnHandle, int, int, int, int, int, Pointer, int, Pointer, Pointer, int, Pointer, int, Pointer) - Method in interface org.apache.sysds.runtime.matrix.data.CudaSupportFunctions
- cusolverDnormqr(cusolverDnHandle, int, int, int, int, int, Pointer, int, Pointer, Pointer, int, Pointer, int, Pointer) - Method in class org.apache.sysds.runtime.matrix.data.DoublePrecisionCudaSupportFunctions
- cusolverDnormqr(cusolverDnHandle, int, int, int, int, int, Pointer, int, Pointer, Pointer, int, Pointer, int, Pointer) - Method in class org.apache.sysds.runtime.matrix.data.SinglePrecisionCudaSupportFunctions
- cusparsecsr2csc(cusparseHandle, int, int, int, Pointer, Pointer, Pointer, Pointer, Pointer, Pointer, int, int) - Method in interface org.apache.sysds.runtime.matrix.data.CudaSupportFunctions
- cusparsecsr2csc(cusparseHandle, int, int, int, Pointer, Pointer, Pointer, Pointer, Pointer, Pointer, int, int) - Method in class org.apache.sysds.runtime.matrix.data.DoublePrecisionCudaSupportFunctions
- cusparsecsr2csc(cusparseHandle, int, int, int, Pointer, Pointer, Pointer, Pointer, Pointer, Pointer, int, int) - Method in class org.apache.sysds.runtime.matrix.data.SinglePrecisionCudaSupportFunctions
- cusparsecsr2dense(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, int) - Method in interface org.apache.sysds.runtime.matrix.data.CudaSupportFunctions
- cusparsecsr2dense(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, int) - Method in class org.apache.sysds.runtime.matrix.data.DoublePrecisionCudaSupportFunctions
- cusparsecsr2dense(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, int) - Method in class org.apache.sysds.runtime.matrix.data.SinglePrecisionCudaSupportFunctions
- cusparsecsrgeam(cusparseHandle, int, int, Pointer, cusparseMatDescr, int, Pointer, Pointer, Pointer, Pointer, cusparseMatDescr, int, Pointer, Pointer, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer) - Method in interface org.apache.sysds.runtime.matrix.data.CudaSupportFunctions
- cusparsecsrgeam(cusparseHandle, int, int, Pointer, cusparseMatDescr, int, Pointer, Pointer, Pointer, Pointer, cusparseMatDescr, int, Pointer, Pointer, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer) - Method in class org.apache.sysds.runtime.matrix.data.DoublePrecisionCudaSupportFunctions
- cusparsecsrgeam(cusparseHandle, int, int, Pointer, cusparseMatDescr, int, Pointer, Pointer, Pointer, Pointer, cusparseMatDescr, int, Pointer, Pointer, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer) - Method in class org.apache.sysds.runtime.matrix.data.SinglePrecisionCudaSupportFunctions
- cusparsecsrgemm(cusparseHandle, int, int, int, int, int, cusparseMatDescr, int, Pointer, Pointer, Pointer, cusparseMatDescr, int, Pointer, Pointer, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer) - Method in interface org.apache.sysds.runtime.matrix.data.CudaSupportFunctions
- cusparsecsrgemm(cusparseHandle, int, int, int, int, int, cusparseMatDescr, int, Pointer, Pointer, Pointer, cusparseMatDescr, int, Pointer, Pointer, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer) - Method in class org.apache.sysds.runtime.matrix.data.DoublePrecisionCudaSupportFunctions
- cusparsecsrgemm(cusparseHandle, int, int, int, int, int, cusparseMatDescr, int, Pointer, Pointer, Pointer, cusparseMatDescr, int, Pointer, Pointer, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer) - Method in class org.apache.sysds.runtime.matrix.data.SinglePrecisionCudaSupportFunctions
- cusparsecsrmm2(cusparseHandle, int, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, int, Pointer, Pointer, int) - Method in interface org.apache.sysds.runtime.matrix.data.CudaSupportFunctions
- cusparsecsrmm2(cusparseHandle, int, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, int, Pointer, Pointer, int) - Method in class org.apache.sysds.runtime.matrix.data.DoublePrecisionCudaSupportFunctions
- cusparsecsrmm2(cusparseHandle, int, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, int, Pointer, Pointer, int) - Method in class org.apache.sysds.runtime.matrix.data.SinglePrecisionCudaSupportFunctions
- cusparsecsrmv(cusparseHandle, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, Pointer, Pointer) - Method in interface org.apache.sysds.runtime.matrix.data.CudaSupportFunctions
- cusparsecsrmv(cusparseHandle, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, Pointer, Pointer) - Method in class org.apache.sysds.runtime.matrix.data.DoublePrecisionCudaSupportFunctions
- cusparsecsrmv(cusparseHandle, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, Pointer, Pointer) - Method in class org.apache.sysds.runtime.matrix.data.SinglePrecisionCudaSupportFunctions
- cusparsedense2csr(cusparseHandle, int, int, cusparseMatDescr, Pointer, int, Pointer, Pointer, Pointer, Pointer) - Method in interface org.apache.sysds.runtime.matrix.data.CudaSupportFunctions
- cusparsedense2csr(cusparseHandle, int, int, cusparseMatDescr, Pointer, int, Pointer, Pointer, Pointer, Pointer) - Method in class org.apache.sysds.runtime.matrix.data.DoublePrecisionCudaSupportFunctions
- cusparsedense2csr(cusparseHandle, int, int, cusparseMatDescr, Pointer, int, Pointer, Pointer, Pointer, Pointer) - Method in class org.apache.sysds.runtime.matrix.data.SinglePrecisionCudaSupportFunctions
- cusparsennz(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, int, Pointer, Pointer) - Method in interface org.apache.sysds.runtime.matrix.data.CudaSupportFunctions
- cusparsennz(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, int, Pointer, Pointer) - Method in class org.apache.sysds.runtime.matrix.data.DoublePrecisionCudaSupportFunctions
- cusparsennz(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, int, Pointer, Pointer) - Method in class org.apache.sysds.runtime.matrix.data.SinglePrecisionCudaSupportFunctions
- CustomErrorListener - Class in org.apache.sysds.parser.dml
- CustomErrorListener() - Constructor for class org.apache.sysds.parser.dml.CustomErrorListener
- CustomErrorListener.ParseIssue - Class in org.apache.sysds.parser.dml
-
A parse issue (such as an parse error or a parse warning).
- CustomErrorListener.ParseIssueType - Enum in org.apache.sysds.parser.dml
-
Parse issues can be syntax errors, validation errors, and validation warnings.
- customKernelSuffix - Static variable in class org.apache.sysds.runtime.matrix.data.LibMatrixCUDA
- CustomProperties - Class in org.apache.sysds.runtime.iogen
- CustomProperties(MappingProperties, RowIndexStructure, ColIndexStructure) - Constructor for class org.apache.sysds.runtime.iogen.CustomProperties
- customValueOf(String) - Static method in enum org.apache.sysds.resource.CloudUtils.InstanceFamily
- customValueOf(String) - Static method in enum org.apache.sysds.resource.CloudUtils.InstanceSize
- CVLM - org.apache.sysds.common.Builtins
- CYCLE_AVG - org.apache.sysds.parser.Statement.PSRuntimeBalancing
- CYCLE_MAX - org.apache.sysds.parser.Statement.PSRuntimeBalancing
- CYCLE_MIN - org.apache.sysds.parser.Statement.PSRuntimeBalancing
D
- D - Variable in class org.apache.sysds.runtime.matrix.data.DnnParameters
- D2HCOPYBANDWIDTH - Static variable in class org.apache.sysds.runtime.lineage.LineageCacheConfig
- D2HMAXBANDWIDTH - Static variable in class org.apache.sysds.runtime.lineage.LineageCacheConfig
- Dag<N extends Lop> - Class in org.apache.sysds.lops.compile
-
Class to maintain a DAG of lops and compile it into runtime instructions, incl piggybacking into jobs.
- Dag() - Constructor for class org.apache.sysds.lops.compile.Dag
- DAG_LINEARIZATION - Static variable in class org.apache.sysds.conf.DMLConfig
- DAGHEIGHT - org.apache.sysds.runtime.lineage.LineageCacheConfig.LineageCachePolicy
- DArrCounts(DblArray, int) - Constructor for class org.apache.sysds.runtime.compress.utils.ACount.DArrCounts
- DArrCounts(DblArray, int, int) - Constructor for class org.apache.sysds.runtime.compress.utils.ACount.DArrCounts
- DASH - Static variable in class org.apache.sysds.runtime.util.ProgramConverter
- Data - Class in org.apache.sysds.lops
-
Lop to represent data objects.
- Data - Class in org.apache.sysds.runtime.instructions.cp
- Data - org.apache.sysds.lops.Lop.Type
- Data(Types.OpOpData, Lop, HashMap<String, Lop>, String, String, Types.DataType, Types.ValueType, Types.FileFormat) - Constructor for class org.apache.sysds.lops.Data
-
Constructor to setup read or write LOP In case of write:
inputmust be provided. - DATA_FIELD_DELIM - Static variable in class org.apache.sysds.runtime.util.ProgramConverter
- DATA_LAYOUT_MESSAGE - Static variable in class org.apache.sysds.runtime.io.hdf5.H5Constants
- DATA_PARTITION_COND - org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode.ParamType
- DATA_PARTITION_COND_MEM - org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode.ParamType
- DATA_PARTITION_FORMAT - org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode.ParamType
- DATA_PARTITIONER - org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode.ParamType
- DATA_PARTITIONER - Static variable in class org.apache.sysds.parser.ParForStatementBlock
- DATA_SPACE_MESSAGE - Static variable in class org.apache.sysds.runtime.io.hdf5.H5Constants
- DATA_TYPE_MESSAGE - Static variable in class org.apache.sysds.runtime.io.hdf5.H5Constants
- DataAugmentation - Class in org.apache.sysds.utils
- DataAugmentation() - Constructor for class org.apache.sysds.utils.DataAugmentation
- DataCharacteristics - Class in org.apache.sysds.runtime.meta
- DataCharacteristics() - Constructor for class org.apache.sysds.runtime.meta.DataCharacteristics
- DataConverter - Class in org.apache.sysds.runtime.util
-
This class provides methods to read and write matrix blocks from to HDFS using different data formats.
- DataConverter() - Constructor for class org.apache.sysds.runtime.util.DataConverter
- dataCorruption(FrameBlock, double, double, double, double, double, int) - Static method in class org.apache.sysds.utils.DataAugmentation
-
This function returns a new frame block with error introduced in the data: Typos in string values, null values, outliers in numeric data and swapped elements.
- DataExpression - Class in org.apache.sysds.parser
- DataExpression() - Constructor for class org.apache.sysds.parser.DataExpression
- DataExpression(ParserRuleContext, Expression.DataOp, HashMap<String, Expression>, String) - Constructor for class org.apache.sysds.parser.DataExpression
- DataExpression(Expression.DataOp, HashMap<String, Expression>, ParseInfo) - Constructor for class org.apache.sysds.parser.DataExpression
- DataFrameExtractIDFunction(int) - Constructor for class org.apache.sysds.runtime.instructions.spark.utils.RDDConverterUtils.DataFrameExtractIDFunction
- dataFrameToBinaryBlock(JavaSparkContext, Dataset<Row>, DataCharacteristics, boolean) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.FrameRDDConverterUtils
- dataFrameToBinaryBlock(JavaSparkContext, Dataset<Row>, DataCharacteristics, boolean, boolean) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.RDDConverterUtils
- dataFrameToBinaryBlock(JavaSparkContext, Dataset<Row>, DataCharacteristics, boolean, Pair<String[], Types.ValueType[]>) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.FrameRDDConverterUtils
- dataFrameToFrameBinaryBlocks(Dataset<Row>, FrameMetadata) - Static method in class org.apache.sysds.api.mlcontext.MLContextConversionUtil
-
Convert a
DataFrameto aJavaPairRDD<Long, FrameBlock>binary-block frame. - dataFrameToFrameObject(Dataset<Row>) - Static method in class org.apache.sysds.api.mlcontext.MLContextConversionUtil
-
Convert a
DataFrameto aFrameObject. - dataFrameToFrameObject(Dataset<Row>, FrameMetadata) - Static method in class org.apache.sysds.api.mlcontext.MLContextConversionUtil
-
Convert a
DataFrameto aFrameObject. - dataFrameToMatrixBinaryBlocks(Dataset<Row>) - Static method in class org.apache.sysds.api.mlcontext.MLContextConversionUtil
-
Convert a
DataFrameto aJavaPairRDD<MatrixIndexes, MatrixBlock>binary-block matrix. - dataFrameToMatrixBinaryBlocks(Dataset<Row>, MatrixMetadata) - Static method in class org.apache.sysds.api.mlcontext.MLContextConversionUtil
-
Convert a
DataFrameto aJavaPairRDD<MatrixIndexes, MatrixBlock>binary-block matrix. - dataFrameToMatrixObject(Dataset<Row>) - Static method in class org.apache.sysds.api.mlcontext.MLContextConversionUtil
-
Convert a
DataFrameto aMatrixObject. - dataFrameToMatrixObject(Dataset<Row>, MatrixMetadata) - Static method in class org.apache.sysds.api.mlcontext.MLContextConversionUtil
-
Convert a
DataFrameto aMatrixObject. - DataGen - Class in org.apache.sysds.lops
-
Defines a LOP that generates data.
- DataGen - org.apache.sysds.lops.Lop.Type
- DataGen(Types.OpOpDG, DataIdentifier, HashMap<String, Lop>, String, Types.DataType, Types.ValueType, Types.ExecType) - Constructor for class org.apache.sysds.lops.DataGen
-
Creates a new Rand-LOP.
- DataGenCPInstruction - Class in org.apache.sysds.runtime.instructions.cp
- DataGenCPInstruction(Operator, Types.OpOpDG, CPOperand, CPOperand, CPOperand, String, String, String, String) - Constructor for class org.apache.sysds.runtime.instructions.cp.DataGenCPInstruction
- DataGenOp - Class in org.apache.sysds.hops
-
A DataGenOp can be rand (or matrix constructor), sequence, and sample - these operators have different parameters and use a map of parameter type to hop position.
- DataGenOp(Types.OpOpDG, DataIdentifier) - Constructor for class org.apache.sysds.hops.DataGenOp
- DataGenOp(Types.OpOpDG, DataIdentifier, HashMap<String, Hop>) - Constructor for class org.apache.sysds.hops.DataGenOp
-
Creates a new Rand HOP.
- dataIdentifier - Variable in class org.apache.sysds.parser.dml.DmlParser.FunctionCallMultiAssignmentStatementContext
- dataIdentifier() - Method in class org.apache.sysds.parser.dml.DmlParser.AccumulatorAssignmentStatementContext
- dataIdentifier() - Method in class org.apache.sysds.parser.dml.DmlParser.AssignmentStatementContext
- dataIdentifier() - Method in class org.apache.sysds.parser.dml.DmlParser
- dataIdentifier() - Method in class org.apache.sysds.parser.dml.DmlParser.DataIdExpressionContext
- dataIdentifier() - Method in class org.apache.sysds.parser.dml.DmlParser.FunctionCallAssignmentStatementContext
- dataIdentifier() - Method in class org.apache.sysds.parser.dml.DmlParser.FunctionCallMultiAssignmentStatementContext
- dataIdentifier() - Method in class org.apache.sysds.parser.dml.DmlParser.IfdefAssignmentStatementContext
- dataIdentifier(int) - Method in class org.apache.sysds.parser.dml.DmlParser.FunctionCallMultiAssignmentStatementContext
- dataIdentifier(int) - Method in class org.apache.sysds.parser.dml.DmlParser.IfdefAssignmentStatementContext
- DataIdentifier - Class in org.apache.sysds.parser
- DataIdentifier() - Constructor for class org.apache.sysds.parser.DataIdentifier
- DataIdentifier(String) - Constructor for class org.apache.sysds.parser.DataIdentifier
- DataIdentifier(String, Types.DataType) - Constructor for class org.apache.sysds.parser.DataIdentifier
- DataIdentifier(String, Types.DataType, Types.ValueType) - Constructor for class org.apache.sysds.parser.DataIdentifier
- DataIdentifier(DataIdentifier) - Constructor for class org.apache.sysds.parser.DataIdentifier
- DataIdentifierContext() - Constructor for class org.apache.sysds.parser.dml.DmlParser.DataIdentifierContext
- DataIdentifierContext(ParserRuleContext, int) - Constructor for class org.apache.sysds.parser.dml.DmlParser.DataIdentifierContext
- DataIdExpressionContext(DmlParser.ExpressionContext) - Constructor for class org.apache.sysds.parser.dml.DmlParser.DataIdExpressionContext
- dataInfo - Variable in class org.apache.sysds.parser.dml.DmlParser.DataIdentifierContext
- DataObjectModel - Class in org.apache.sysds.runtime.controlprogram.federated.monitoring.models
- DataObjectModel() - Constructor for class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.DataObjectModel
- DataObjectModel(Long, String, String, String, Long) - Constructor for class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.DataObjectModel
- DataObjectModel(String, String, String, Long) - Constructor for class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.DataObjectModel
- dataObjects - Variable in class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.StatisticsModel
- dataObjects - Variable in class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.StatisticsOptions
- DataOp - Class in org.apache.sysds.hops
-
A DataOp can be either a persistent read/write or transient read/write - writes will always have at least one input, but all types can have parameters (e.g., for csv literals of delimiter, header, etc).
- DataOp(String, Types.DataType, Types.ValueType, Types.OpOpData, String, long, long, long, int) - Constructor for class org.apache.sysds.hops.DataOp
-
READ operation for Matrix w/ dim1, dim2.
- DataOp(String, Types.DataType, Types.ValueType, Types.OpOpData, String, long, long, long, MatrixObject.UpdateType, int) - Constructor for class org.apache.sysds.hops.DataOp
- DataOp(String, Types.DataType, Types.ValueType, Types.OpOpData, HashMap<String, Hop>) - Constructor for class org.apache.sysds.hops.DataOp
-
READ operation for Matrix / SQL operation for tensor This constructor supports expressions in parameters
- DataOp(String, Types.DataType, Types.ValueType, Types.OpOpData, Hop, HashMap<String, Hop>) - Constructor for class org.apache.sysds.hops.DataOp
-
WRITE operation for Matrix This constructor supports expression in parameters
- DataOp(String, Types.DataType, Types.ValueType, Hop, Types.OpOpData, String) - Constructor for class org.apache.sysds.hops.DataOp
- DataPartition - org.apache.sysds.lops.Lop.Type
- DataPartitioner - Class in org.apache.sysds.runtime.controlprogram.parfor
-
This is the base class for all data partitioner.
- DataPartitionerLocal - Class in org.apache.sysds.runtime.controlprogram.parfor
-
Partitions a given matrix into row or column partitions with a two pass-approach.
- DataPartitionerLocal(ParForProgramBlock.PartitionFormat, int) - Constructor for class org.apache.sysds.runtime.controlprogram.parfor.DataPartitionerLocal
-
DataPartitionerLocal constructor.
- DataPartitionerRemoteSpark - Class in org.apache.sysds.runtime.controlprogram.parfor
-
MR job class for submitting parfor remote partitioning MR jobs.
- DataPartitionerRemoteSpark(ParForProgramBlock.PartitionFormat, ExecutionContext, long, int, boolean) - Constructor for class org.apache.sysds.runtime.controlprogram.parfor.DataPartitionerRemoteSpark
- DataPartitionerRemoteSparkMapper - Class in org.apache.sysds.runtime.controlprogram.parfor
-
NOTE: for the moment we only support binary block here TODO extend impl for binarycell and textcell Interface of Writable output in order to support both PairWritableBlock and PairWritableCell.
- DataPartitionerRemoteSparkMapper(DataCharacteristics, Types.FileFormat, ParForProgramBlock.PDataPartitionFormat, int) - Constructor for class org.apache.sysds.runtime.controlprogram.parfor.DataPartitionerRemoteSparkMapper
- DataPartitionerRemoteSparkReducer - Class in org.apache.sysds.runtime.controlprogram.parfor
- DataPartitionerRemoteSparkReducer(String, Types.FileFormat, int) - Constructor for class org.apache.sysds.runtime.controlprogram.parfor.DataPartitionerRemoteSparkReducer
- DataPartitionerSparkAggregator - Class in org.apache.sysds.runtime.controlprogram.paramserv.dp
- DataPartitionerSparkAggregator() - Constructor for class org.apache.sysds.runtime.controlprogram.paramserv.dp.DataPartitionerSparkAggregator
- DataPartitionerSparkAggregator(long, long) - Constructor for class org.apache.sysds.runtime.controlprogram.paramserv.dp.DataPartitionerSparkAggregator
- DataPartitionerSparkMapper - Class in org.apache.sysds.runtime.controlprogram.paramserv.dp
- DataPartitionerSparkMapper(Statement.PSScheme, int, SparkExecutionContext, int) - Constructor for class org.apache.sysds.runtime.controlprogram.paramserv.dp.DataPartitionerSparkMapper
- DataPartitionFederatedScheme - Class in org.apache.sysds.runtime.controlprogram.paramserv.dp
- DataPartitionFederatedScheme() - Constructor for class org.apache.sysds.runtime.controlprogram.paramserv.dp.DataPartitionFederatedScheme
- DataPartitionFederatedScheme.BalanceMetrics - Class in org.apache.sysds.runtime.controlprogram.paramserv.dp
- DataPartitionFederatedScheme.Result - Class in org.apache.sysds.runtime.controlprogram.paramserv.dp
- DataPartitionLocalScheme - Class in org.apache.sysds.runtime.controlprogram.paramserv.dp
- DataPartitionLocalScheme() - Constructor for class org.apache.sysds.runtime.controlprogram.paramserv.dp.DataPartitionLocalScheme
- DataPartitionLocalScheme.Result - Class in org.apache.sysds.runtime.controlprogram.paramserv.dp
- DataPartitionSparkScheme - Class in org.apache.sysds.runtime.controlprogram.paramserv.dp
- DataPartitionSparkScheme() - Constructor for class org.apache.sysds.runtime.controlprogram.paramserv.dp.DataPartitionSparkScheme
- DatasetObject - Class in org.apache.sysds.runtime.instructions.spark.data
- DatasetObject(Dataset<Row>) - Constructor for class org.apache.sysds.runtime.instructions.spark.data.DatasetObject
- DatasetObject(Dataset<Row>, boolean, boolean) - Constructor for class org.apache.sysds.runtime.instructions.spark.data.DatasetObject
- DataTensorBlock - Class in org.apache.sysds.runtime.data
- DataTensorBlock() - Constructor for class org.apache.sysds.runtime.data.DataTensorBlock
- DataTensorBlock(double) - Constructor for class org.apache.sysds.runtime.data.DataTensorBlock
- DataTensorBlock(int, Types.ValueType) - Constructor for class org.apache.sysds.runtime.data.DataTensorBlock
- DataTensorBlock(Types.ValueType[]) - Constructor for class org.apache.sysds.runtime.data.DataTensorBlock
- DataTensorBlock(Types.ValueType[], int[]) - Constructor for class org.apache.sysds.runtime.data.DataTensorBlock
- DataTensorBlock(Types.ValueType[], int[], String[][]) - Constructor for class org.apache.sysds.runtime.data.DataTensorBlock
- DataTensorBlock(Types.ValueType, int[]) - Constructor for class org.apache.sysds.runtime.data.DataTensorBlock
- DataTensorBlock(BasicTensorBlock) - Constructor for class org.apache.sysds.runtime.data.DataTensorBlock
- DataTensorBlock(DataTensorBlock) - Constructor for class org.apache.sysds.runtime.data.DataTensorBlock
- dataType - Variable in class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.DataObjectModel
- dataType() - Method in class org.apache.sysds.parser.dml.DmlParser
- dataType() - Method in class org.apache.sysds.parser.dml.DmlParser.Ml_typeContext
- DATATYPE_PREFIX - Static variable in class org.apache.sysds.lops.Lop
- DATATYPE_PREFIX - Static variable in class org.apache.sysds.runtime.instructions.Instruction
- DataTypeContext() - Constructor for class org.apache.sysds.parser.dml.DmlParser.DataTypeContext
- DataTypeContext(ParserRuleContext, int) - Constructor for class org.apache.sysds.parser.dml.DmlParser.DataTypeContext
- DATATYPEPARAM - Static variable in class org.apache.sysds.parser.DataExpression
- dateFormat(long, String) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- dateFormat(String, String) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- dateFormat(String, String, String) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- DateTime - org.apache.sysds.runtime.io.cog.IFDTagDictionary
- DblArray - Class in org.apache.sysds.runtime.compress.utils
-
Helper class used for bitmap extraction.
- DblArray(double[]) - Constructor for class org.apache.sysds.runtime.compress.utils.DblArray
- DblArray(DblArray) - Constructor for class org.apache.sysds.runtime.compress.utils.DblArray
- DblArrayCountHashMap - Class in org.apache.sysds.runtime.compress.utils
- DblArrayCountHashMap() - Constructor for class org.apache.sysds.runtime.compress.utils.DblArrayCountHashMap
- DblArrayCountHashMap(int) - Constructor for class org.apache.sysds.runtime.compress.utils.DblArrayCountHashMap
- DblArrayIntListHashMap - Class in org.apache.sysds.runtime.compress.utils
-
collect an array list of the indexes with the same hashes.
- DblArrayIntListHashMap() - Constructor for class org.apache.sysds.runtime.compress.utils.DblArrayIntListHashMap
- DblArrayIntListHashMap(int) - Constructor for class org.apache.sysds.runtime.compress.utils.DblArrayIntListHashMap
- DblArrayIntListHashMap.DArrayIListEntry - Class in org.apache.sysds.runtime.compress.utils
- DBSCAN - org.apache.sysds.common.Builtins
- DBSCANAPPLY - org.apache.sysds.common.Builtins
- DCLocalScheme - Class in org.apache.sysds.runtime.controlprogram.paramserv.dp
-
Disjoint_Contiguous data partitioner: for each worker, use a right indexing operation X[beg:end,] to obtain contiguous, non-overlapping partitions of rows.
- DCLocalScheme() - Constructor for class org.apache.sysds.runtime.controlprogram.paramserv.dp.DCLocalScheme
- dconv2dBiasAddDense(double[], double[], double[], double[], int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Static method in class org.apache.sysds.utils.NativeHelper
- DCounts(double, int) - Constructor for class org.apache.sysds.runtime.compress.utils.ACount.DCounts
- DCounts(double, int, int) - Constructor for class org.apache.sysds.runtime.compress.utils.ACount.DCounts
- DCSparkScheme - Class in org.apache.sysds.runtime.controlprogram.paramserv.dp
-
Spark Disjoint_Contiguous data partitioner:
- DCSR - org.apache.sysds.runtime.data.SparseBlock.Type
- ddat - Variable in class org.apache.sysds.runtime.codegen.SpoofOperator.SideInput
- DDC - org.apache.sysds.runtime.compress.colgroup.AColGroup.CompressionType
- DDC - org.apache.sysds.runtime.frame.data.columns.ArrayFactory.FrameArrayType
- DDCArray<T> - Class in org.apache.sysds.runtime.frame.data.columns
-
A dense dictionary version of an column array
- DDCArray(Array<T>, AMapToData) - Constructor for class org.apache.sysds.runtime.frame.data.columns.DDCArray
- DDCFOR - org.apache.sysds.runtime.compress.colgroup.AColGroup.CompressionType
- DDCScheme - Class in org.apache.sysds.runtime.compress.colgroup.scheme
- DDCSchemeMC - Class in org.apache.sysds.runtime.compress.colgroup.scheme
- DDCSchemeSC - Class in org.apache.sysds.runtime.compress.colgroup.scheme
- deactivatePrefetch() - Method in class org.apache.sysds.hops.Hop
- deallocate() - Method in class org.apache.sysds.runtime.instructions.gpu.context.CSRPointer
-
Calls cudaFree lazily on the allocated
Pointerinstances - deallocate(boolean) - Method in class org.apache.sysds.runtime.instructions.gpu.context.CSRPointer
-
Calls cudaFree lazily or eagerly on the allocated
Pointerinstances - debug - Variable in class org.apache.sysds.api.DMLOptions
- debug - Static variable in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
-
Debugging flag for Compressed Matrices
- debug - Static variable in class org.apache.sysds.runtime.frame.data.FrameBlock
-
If debugging is enabled for the FrameBlocks in stable state
- DECISIONTREE - org.apache.sysds.common.Builtins
- DECISIONTREEPREDICT - org.apache.sysds.common.Builtins
- decode(MatrixBlock, FrameBlock) - Method in class org.apache.sysds.runtime.transform.decode.Decoder
-
Block decode API converting a matrix block into a frame block.
- decode(MatrixBlock, FrameBlock) - Method in class org.apache.sysds.runtime.transform.decode.DecoderBin
- decode(MatrixBlock, FrameBlock) - Method in class org.apache.sysds.runtime.transform.decode.DecoderComposite
- decode(MatrixBlock, FrameBlock) - Method in class org.apache.sysds.runtime.transform.decode.DecoderDummycode
- decode(MatrixBlock, FrameBlock) - Method in class org.apache.sysds.runtime.transform.decode.DecoderPassThrough
- decode(MatrixBlock, FrameBlock) - Method in class org.apache.sysds.runtime.transform.decode.DecoderRecode
- decode(MatrixBlock, FrameBlock, int) - Method in class org.apache.sysds.runtime.transform.decode.Decoder
-
Block decode API converting a matrix block into a frame block in parallel.
- decode(MatrixBlock, FrameBlock, int) - Method in class org.apache.sysds.runtime.transform.decode.DecoderComposite
- decode(MatrixBlock, FrameBlock, int, int) - Method in class org.apache.sysds.runtime.transform.decode.Decoder
-
Block decode row block
- decode(MatrixBlock, FrameBlock, int, int) - Method in class org.apache.sysds.runtime.transform.decode.DecoderBin
- decode(MatrixBlock, FrameBlock, int, int) - Method in class org.apache.sysds.runtime.transform.decode.DecoderComposite
- decode(MatrixBlock, FrameBlock, int, int) - Method in class org.apache.sysds.runtime.transform.decode.DecoderDummycode
- decode(MatrixBlock, FrameBlock, int, int) - Method in class org.apache.sysds.runtime.transform.decode.DecoderPassThrough
- decode(MatrixBlock, FrameBlock, int, int) - Method in class org.apache.sysds.runtime.transform.decode.DecoderRecode
- DecodeMatrix(long, long, FrameBlock, Decoder) - Constructor for class org.apache.sysds.runtime.instructions.fed.ParameterizedBuiltinFEDInstruction.DecodeMatrix
- decoder() - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederationUtils
- Decoder - Class in org.apache.sysds.runtime.transform.decode
-
Base class for all transform decoders providing both a row and block interface for decoding matrices to frames.
- DecoderBin - Class in org.apache.sysds.runtime.transform.decode
-
Simple atomic decoder for binned columns.
- DecoderBin() - Constructor for class org.apache.sysds.runtime.transform.decode.DecoderBin
- DecoderComposite - Class in org.apache.sysds.runtime.transform.decode
-
Simple composite decoder that applies a list of decoders in specified order.
- DecoderComposite() - Constructor for class org.apache.sysds.runtime.transform.decode.DecoderComposite
- DecoderDummycode - Class in org.apache.sysds.runtime.transform.decode
-
Simple atomic decoder for dummycoded columns.
- DecoderFactory - Class in org.apache.sysds.runtime.transform.decode
- DecoderFactory() - Constructor for class org.apache.sysds.runtime.transform.decode.DecoderFactory
- DecoderFactory.DecoderType - Enum in org.apache.sysds.runtime.transform.decode
- DecoderPassThrough - Class in org.apache.sysds.runtime.transform.decode
-
Simple atomic decoder for passing through numeric columns to the output.
- DecoderPassThrough() - Constructor for class org.apache.sysds.runtime.transform.decode.DecoderPassThrough
- DecoderRecode - Class in org.apache.sysds.runtime.transform.decode
-
Simple atomic decoder for recoded columns.
- DecoderRecode() - Constructor for class org.apache.sysds.runtime.transform.decode.DecoderRecode
- decodingStep(long, long, long) - Static method in class org.apache.sysds.utils.stats.FederatedCompressionStatistics
- decompress() - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
-
Decompress block into a MatrixBlock
- decompress(int) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
-
Decompress block into a MatrixBlock
- decompress(CompressedMatrixBlock, int) - Static method in class org.apache.sysds.runtime.compress.lib.CLALibDecompress
- DECOMPRESS - org.apache.sysds.common.Builtins
- DECOMPRESS - org.apache.sysds.common.Opcodes
- DECOMPRESS - org.apache.sysds.common.Types.OpOp1
- decompressDeflate(byte[]) - Static method in class org.apache.sysds.runtime.io.cog.COGCompressionUtils
-
Decompresses a byte array that was compressed using the Deflate algorithm
- decompressDense(MatrixBlock, List<AColGroup>, double[], double, int, boolean) - Static method in class org.apache.sysds.runtime.compress.lib.CLALibDecompress
- DeCompression - Class in org.apache.sysds.lops
- DeCompression - org.apache.sysds.common.InstructionType
- DeCompression - org.apache.sysds.runtime.instructions.cp.CPInstruction.CPType
- DeCompression - org.apache.sysds.runtime.instructions.spark.SPInstruction.SPType
- DeCompression(Lop, Types.DataType, Types.ValueType, Types.ExecType) - Constructor for class org.apache.sysds.lops.DeCompression
- DECOMPRESSION_BLEN - Static variable in class org.apache.sysds.runtime.compress.lib.CLALibBinaryCellOp
- DeCompression.CompressConfig - Enum in org.apache.sysds.lops
- DeCompressionCPInstruction - Class in org.apache.sysds.runtime.instructions.cp
- DeCompressionFunction() - Constructor for class org.apache.sysds.runtime.instructions.spark.DeCompressionSPInstruction.DeCompressionFunction
- DeCompressionSPInstruction - Class in org.apache.sysds.runtime.instructions.spark
- DeCompressionSPInstruction.DeCompressionFunction - Class in org.apache.sysds.runtime.instructions.spark
- decompressTo(CompressedMatrixBlock, MatrixBlock, int, int, int, boolean) - Static method in class org.apache.sysds.runtime.compress.lib.CLALibDecompress
- decompressTo(CompressedMatrixBlock, MatrixBlock, int, int, int, boolean, boolean) - Static method in class org.apache.sysds.runtime.compress.lib.CLALibDecompress
- decompressToDenseBlock(DenseBlock, int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroup
-
Decompress a range of rows into a dense block
- decompressToDenseBlock(DenseBlock, int, int, int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroup
-
Decompress into the DenseBlock.
- decompressToDenseBlock(DenseBlock, int, int, int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ADictBasedColGroup
- decompressToDenseBlock(DenseBlock, int, int, int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupEmpty
- decompressToDenseBlock(DenseBlock, int, int, int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupLinearFunctional
- decompressToDenseBlock(DenseBlock, int, int, int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressed
- decompressToDenseBlock(DenseBlock, int, int, int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressedArray
- decompressToDenseBlock(DenseBlock, int, int, int, int, AIterator) - Method in class org.apache.sysds.runtime.compress.colgroup.ASDCZero
- decompressToDenseBlockDenseDictionary(DenseBlock, int, int, int, int, AIterator) - Method in class org.apache.sysds.runtime.compress.colgroup.ASDCZero
- decompressToDenseBlockDenseDictionaryWithProvidedIterator(DenseBlock, int, int, int, int, double[], AIterator) - Method in class org.apache.sysds.runtime.compress.colgroup.ASDCZero
- decompressToDenseBlockDenseDictionaryWithProvidedIterator(DenseBlock, int, int, int, int, double[], AIterator) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingleZeros
- decompressToDenseBlockDenseDictionaryWithProvidedIterator(DenseBlock, int, int, int, int, double[], AIterator) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCZeros
- decompressToDenseBlockTransposed(DenseBlock, int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroup
-
Decompress a range of rows into a dense transposed block.
- decompressToDenseBlockTransposed(DenseBlock, int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ADictBasedColGroup
- decompressToDenseBlockTransposed(DenseBlock, int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupEmpty
- decompressToDenseBlockTransposed(DenseBlock, int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupLinearFunctional
- decompressToDenseBlockTransposed(DenseBlock, int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressed
- decompressToDenseBlockTransposed(DenseBlock, int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressedArray
- decompressToDenseFromSparse(SparseBlock, int, int, double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.AColIndex
- decompressToDenseFromSparse(SparseBlock, int, int, double[]) - Method in interface org.apache.sysds.runtime.compress.colgroup.indexes.IColIndex
-
Decompress this column index into the dense c array.
- decompressToRange(double[], int, int, int, double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.AMapToData
- decompressToRange(double[], int, int, int, double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToByte
- decompressToRange(double[], int, int, int, double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToChar
- decompressToRange(double[], int, int, int, double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToCharPByte
- decompressToRange(double[], int, int, int, double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToInt
- decompressToRange(double[], int, int, int, double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToUByte
- decompressToRangeNoOff(double[], int, int, double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToBit
- decompressToRangeNoOff(double[], int, int, double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToChar
- decompressToRangeNoOff(double[], int, int, double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToCharPByte
- decompressToRangeNoOff(double[], int, int, double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToInt
- decompressToRangeNoOff(double[], int, int, double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToUByte
- decompressToRangeOff(double[], int, int, int, double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToBit
- decompressToRangeOff(double[], int, int, int, double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToChar
- decompressToRangeOff(double[], int, int, int, double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToCharPByte
- decompressToRangeOff(double[], int, int, int, double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToInt
- decompressToRangeOff(double[], int, int, int, double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToUByte
- decompressToSparseBlock(SparseBlock, int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroup
-
Decompress a range of rows into a sparse block Note that this is using append, so the sparse column indexes need to be sorted afterwards.
- decompressToSparseBlock(SparseBlock, int, int, int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroup
-
Decompress into the SparseBlock.
- decompressToSparseBlock(SparseBlock, int, int, int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ADictBasedColGroup
- decompressToSparseBlock(SparseBlock, int, int, int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupEmpty
- decompressToSparseBlock(SparseBlock, int, int, int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupLinearFunctional
- decompressToSparseBlock(SparseBlock, int, int, int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressed
- decompressToSparseBlock(SparseBlock, int, int, int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressedArray
- decompressToSparseBlockTransposed(SparseBlockMCSR, int) - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroup
-
Decompress the column group to the sparse transposed block.
- decompressToSparseBlockTransposed(SparseBlockMCSR, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ADictBasedColGroup
- decompressToSparseBlockTransposed(SparseBlockMCSR, int) - Method in class org.apache.sysds.runtime.compress.colgroup.AMorphingMMColGroup
- decompressToSparseBlockTransposed(SparseBlockMCSR, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupEmpty
- decompressToSparseBlockTransposed(SparseBlockMCSR, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupLinearFunctional
- decompressToSparseBlockTransposed(SparseBlockMCSR, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressed
- decompressToSparseBlockTransposed(SparseBlockMCSR, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressedArray
- decompressVec(int, double[], int, double[], int) - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.AColIndex
- decompressVec(int, double[], int, double[], int) - Method in interface org.apache.sysds.runtime.compress.colgroup.indexes.IColIndex
-
Decompress into c using the values provided.
- decrementLiveCount(Pointer) - Static method in class org.apache.sysds.runtime.lineage.LineageGPUCacheEviction
- decrementNoOfExecutedSPInst() - Static method in class org.apache.sysds.utils.Statistics
- decrementNumReferences() - Method in class org.apache.sysds.runtime.instructions.spark.data.LineageObject
- Dedup - org.apache.sysds.runtime.lineage.LineageItem.LineageItemType
- DEDUP_BLOCK - org.apache.sysds.common.Types.BlockType
- DEDUP_DELIM - Static variable in class org.apache.sysds.runtime.lineage.LineageDedupUtils
- dedupItemOpcode - Static variable in class org.apache.sysds.runtime.lineage.LineageItem
- deepClone() - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedRequest
- deepCopy() - Method in class org.apache.sysds.runtime.lineage.LineageItem
- deepCopyHopsDag(List<Hop>) - Static method in class org.apache.sysds.hops.recompile.Recompiler
-
Deep copy of hops dags for parallel recompilation.
- deepCopyHopsDag(Hop) - Static method in class org.apache.sysds.hops.recompile.Recompiler
-
Deep copy of hops dags for parallel recompilation.
- DEEPWALK - org.apache.sysds.common.Builtins
- DEFAULT - org.apache.sysds.runtime.instructions.cp.AggregateUnaryCPInstruction.AUType
- DEFAULT_BATCH_SIZE - Static variable in class org.apache.sysds.runtime.instructions.cp.ParamservBuiltinCPInstruction
- DEFAULT_BLOCK_SIZE - Static variable in class org.apache.sysds.conf.DMLConfig
- DEFAULT_BLOCK_SIZE - Static variable in class org.apache.sysds.runtime.meta.TensorCharacteristics
- DEFAULT_BLOCKSIZE - Static variable in class org.apache.sysds.hops.OptimizerUtils
-
Default blocksize if unspecified or for testing purposes
- DEFAULT_BUFFER_SIZE - Static variable in class org.apache.sysds.runtime.instructions.spark.data.FrameReblockBuffer
- DEFAULT_BUFFER_SIZE - Static variable in class org.apache.sysds.runtime.instructions.spark.data.ReblockBuffer
- DEFAULT_CLUSTER_LAUNCH_TIME - Static variable in class org.apache.sysds.resource.CloudUtils
- DEFAULT_CP_OPCODE - Static variable in class org.apache.sysds.lops.Checkpoint
- DEFAULT_DELIM_DELIMITER - Static variable in class org.apache.sysds.parser.DataExpression
- DEFAULT_DELIM_FILL - Static variable in class org.apache.sysds.parser.DataExpression
- DEFAULT_DELIM_FILL_VALUE - Static variable in class org.apache.sysds.parser.DataExpression
- DEFAULT_DELIM_HAS_HEADER_ROW - Static variable in class org.apache.sysds.parser.DataExpression
- DEFAULT_DELIM_SPARSE - Static variable in class org.apache.sysds.parser.DataExpression
- DEFAULT_DIMS - Static variable in class org.apache.sysds.runtime.data.TensorBlock
- DEFAULT_DRIVER_MEMORY - Static variable in class org.apache.sysds.resource.ResourceCompiler
- DEFAULT_DRIVER_THREADS - Static variable in class org.apache.sysds.resource.ResourceCompiler
- DEFAULT_EST_PARALLELISM - Static variable in class org.apache.sysds.runtime.controlprogram.parfor.opt.CostEstimator
- DEFAULT_EXECUTOR_MEMORY - Static variable in class org.apache.sysds.resource.ResourceCompiler
- DEFAULT_EXECUTOR_THREADS - Static variable in class org.apache.sysds.resource.ResourceCompiler
- DEFAULT_FEDERATED_INITIALIZATION_TIMEOUT - Static variable in class org.apache.sysds.conf.DMLConfig
- DEFAULT_FEDERATED_PORT - Static variable in class org.apache.sysds.conf.DMLConfig
- DEFAULT_FLOPS - Static variable in class org.apache.sysds.resource.cost.IOCostUtils
- DEFAULT_FRAME_BLOCKSIZE - Static variable in class org.apache.sysds.hops.OptimizerUtils
-
Default frame blocksize
- DEFAULT_INPLACE_SPARSEBLOCK - Static variable in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- DEFAULT_JVM_SIZE - Static variable in class org.apache.sysds.utils.stats.InfrastructureAnalyzer
- DEFAULT_LIBSVM_INDEX_DELIM - Static variable in class org.apache.sysds.parser.DataExpression
- DEFAULT_LOOP_REPETITIONS - Static variable in class org.apache.sysds.parser.StatementBlock
- DEFAULT_MAX_EXECUTORS - Static variable in class org.apache.sysds.resource.enumeration.Enumerator
-
A reasonable upper bound for the possible number of executors is required to set limits for the search space and to avoid evaluating cluster configurations that most probably would have too high distribution overhead
- DEFAULT_MBS_DISK_BANDWIDTH - Static variable in class org.apache.sysds.resource.cost.IOCostUtils.IOMetrics
- DEFAULT_MBS_HDFS_READ_BINARY_DENSE - Static variable in class org.apache.sysds.resource.cost.IOCostUtils.IOMetrics
- DEFAULT_MBS_HDFS_READ_BINARY_SPARSE - Static variable in class org.apache.sysds.resource.cost.IOCostUtils.IOMetrics
- DEFAULT_MBS_HDFS_READ_TEXT_DENSE - Static variable in class org.apache.sysds.resource.cost.IOCostUtils.IOMetrics
- DEFAULT_MBS_HDFS_READ_TEXT_SPARSE - Static variable in class org.apache.sysds.resource.cost.IOCostUtils.IOMetrics
- DEFAULT_MBS_HDFS_WRITE_BINARY_DENSE - Static variable in class org.apache.sysds.resource.cost.IOCostUtils.IOMetrics
- DEFAULT_MBS_HDFS_WRITE_BINARY_SPARSE - Static variable in class org.apache.sysds.resource.cost.IOCostUtils.IOMetrics
- DEFAULT_MBS_HDFS_WRITE_TEXT_DENSE - Static variable in class org.apache.sysds.resource.cost.IOCostUtils.IOMetrics
- DEFAULT_MBS_HDFS_WRITE_TEXT_SPARSE - Static variable in class org.apache.sysds.resource.cost.IOCostUtils.IOMetrics
- DEFAULT_MBS_HDFSREAD_BINARYBLOCK_SPARSE - Static variable in class org.apache.sysds.hops.cost.CostEstimatorStaticRuntime
- DEFAULT_MBS_MEMORY_BANDWIDTH - Static variable in class org.apache.sysds.resource.cost.IOCostUtils.IOMetrics
- DEFAULT_MBS_NETWORK_BANDWIDTH - Static variable in class org.apache.sysds.resource.cost.IOCostUtils.IOMetrics
- DEFAULT_MEM_ESTIMATE_CP - Static variable in class org.apache.sysds.runtime.controlprogram.parfor.opt.CostEstimator
- DEFAULT_MEM_ESTIMATE_SP - Static variable in class org.apache.sysds.runtime.controlprogram.parfor.opt.CostEstimator
- DEFAULT_MEM_SP - Static variable in class org.apache.sysds.runtime.controlprogram.parfor.opt.CostEstimatorHops
- DEFAULT_MEM_UTIL_FACTOR - Static variable in class org.apache.sysds.hops.OptimizerUtils
-
Default buffer pool sizes for static (15%) and unified (85%) memory
- DEFAULT_MIN_EXECUTORS - Static variable in class org.apache.sysds.resource.enumeration.Enumerator
- DEFAULT_NA_STRINGS - Static variable in class org.apache.sysds.parser.DataExpression
- DEFAULT_NAMESPACE - Static variable in class org.apache.sysds.parser.DMLProgram
- DEFAULT_NBATCHES - Static variable in class org.apache.sysds.runtime.instructions.cp.ParamservBuiltinCPInstruction
- DEFAULT_NUM_BACKUP_WORKERS - Static variable in class org.apache.sysds.runtime.instructions.cp.ParamservBuiltinCPInstruction
- DEFAULT_NUM_CPU_CORES - Static variable in class org.apache.sysds.resource.cost.IOCostUtils.IOMetrics
- DEFAULT_NUMBER_EXECUTORS - Static variable in class org.apache.sysds.resource.ResourceCompiler
- DEFAULT_NUMBER_OF_FEDERATED_WORKER_THREADS - Static variable in class org.apache.sysds.conf.DMLConfig
- DEFAULT_OPTLEVEL - Static variable in class org.apache.sysds.hops.OptimizerUtils
-
Default optimization level if unspecified
- DEFAULT_SCHEMAPARAM - Static variable in class org.apache.sysds.parser.DataExpression
- DEFAULT_SHARED_DIR_PERMISSION - Static variable in class org.apache.sysds.conf.DMLConfig
- DEFAULT_SIZE - Static variable in class org.apache.sysds.hops.OptimizerUtils
-
Default memory size, which is used if the actual estimate can not be computed e.g., when input/output dimensions are unknown.
- DEFAULT_SPARSEBLOCK - Static variable in class org.apache.sysds.runtime.data.BasicTensorBlock
- DEFAULT_SPARSEBLOCK - Static variable in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- DEFAULT_STORAGE_LEVEL - Static variable in class org.apache.sysds.lops.Checkpoint
- DEFAULT_SYSTEMDS_CONFIG_FILEPATH - Static variable in class org.apache.sysds.conf.DMLConfig
- DEFAULT_TIME_ESTIMATE - Static variable in class org.apache.sysds.runtime.controlprogram.parfor.opt.CostEstimator
- DEFAULT_TMP - Static variable in class org.apache.sysds.runtime.instructions.spark.utils.SparkUtils
- DEFAULT_UMM_UTIL_FACTOR - Static variable in class org.apache.sysds.hops.OptimizerUtils
- DEFAULT_VTYPE - Static variable in class org.apache.sysds.runtime.data.TensorBlock
- DEFAULTCPOPCODE - org.apache.sysds.common.Opcodes
- defaultFormat() - Static method in enum org.apache.sysds.common.Types.FileFormat
- defaultFormatString() - Static method in enum org.apache.sysds.common.Types.FileFormat
- defaultNullValue(Types.ValueType) - Static method in interface org.apache.sysds.runtime.frame.data.columns.ArrayFactory
- defaultOptions - Static variable in class org.apache.sysds.api.DMLOptions
- delete(Request, Long) - Method in class org.apache.sysds.runtime.controlprogram.federated.monitoring.controllers.CoordinatorController
- delete(Request, Long) - Method in interface org.apache.sysds.runtime.controlprogram.federated.monitoring.controllers.IController
- delete(Request, Long) - Method in class org.apache.sysds.runtime.controlprogram.federated.monitoring.controllers.StatisticsController
- delete(Request, Long) - Method in class org.apache.sysds.runtime.controlprogram.federated.monitoring.controllers.WorkerController
- deleteAll() - Method in class org.apache.sysds.runtime.controlprogram.caching.UnifiedMemoryManager
-
Removes all cache blocks from all memory areas and deletes all evicted representations (files in local FS).
- deleteBlock(String) - Static method in class org.apache.sysds.runtime.controlprogram.caching.LazyWriteBuffer
- deleteBlock(String) - Static method in class org.apache.sysds.runtime.controlprogram.caching.UnifiedMemoryManager
- deleteCrcFilesFromLocalFileSystem(FileSystem, Path) - Static method in class org.apache.sysds.runtime.io.IOUtilFunctions
-
Delete the CRC files from the local file system associated with a particular file and its metadata file.
- deleteCrcFilesFromLocalFileSystem(JobConf, Path) - Static method in class org.apache.sysds.runtime.io.IOUtilFunctions
- deleteFile(String) - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheMaintenanceService
- deleteFileIfExistOnHDFS(String) - Static method in class org.apache.sysds.runtime.util.HDFSTool
- deleteFileIfExistOnHDFS(Path, JobConf) - Static method in class org.apache.sysds.runtime.util.HDFSTool
- deleteFileIfExistOnLFS(Path, JobConf) - Static method in class org.apache.sysds.runtime.util.HDFSTool
- deleteFileIfExists(String) - Static method in class org.apache.sysds.runtime.util.LocalFileUtils
- deleteFileIfExists(String, boolean) - Static method in class org.apache.sysds.runtime.util.LocalFileUtils
- deleteFileWithMTDIfExistOnHDFS(String) - Static method in class org.apache.sysds.runtime.util.HDFSTool
- deleteIndexRange(int, int) - Method in class org.apache.sysds.runtime.data.SparseRowVector
- deleteIndexRange(int, int, int) - Method in class org.apache.sysds.runtime.data.SparseBlock
-
Deletes all non-zero values of the given column range [cl,cu) in row r.
- deleteIndexRange(int, int, int) - Method in class org.apache.sysds.runtime.data.SparseBlockCOO
- deleteIndexRange(int, int, int) - Method in class org.apache.sysds.runtime.data.SparseBlockCSC
- deleteIndexRange(int, int, int) - Method in class org.apache.sysds.runtime.data.SparseBlockCSR
- deleteIndexRange(int, int, int) - Method in class org.apache.sysds.runtime.data.SparseBlockDCSR
- deleteIndexRange(int, int, int) - Method in class org.apache.sysds.runtime.data.SparseBlockMCSC
- deleteIndexRange(int, int, int) - Method in class org.apache.sysds.runtime.data.SparseBlockMCSR
- deleteIndexRangeCol(int, int, int) - Method in class org.apache.sysds.runtime.data.SparseBlockCSC
- deleteIndexRangeCol(int, int, int) - Method in class org.apache.sysds.runtime.data.SparseBlockMCSC
- deleteRemoveVariableInstructions(Program) - Static method in class org.apache.sysds.api.mlcontext.MLContextUtil
-
Delete the 'remove variable' instructions from a runtime program.
- DELIM - Static variable in class org.apache.sysds.runtime.instructions.cp.StringInitCPInstruction
- DELIM_DELIMITER - Static variable in class org.apache.sysds.parser.DataExpression
- DELIM_FILL - Static variable in class org.apache.sysds.parser.DataExpression
- DELIM_FILL_VALUE - Static variable in class org.apache.sysds.parser.DataExpression
- DELIM_HAS_HEADER_ROW - Static variable in class org.apache.sysds.parser.DataExpression
- DELIM_NA_STRING_SEP - Static variable in class org.apache.sysds.parser.DataExpression
- DELIM_NA_STRINGS - Static variable in class org.apache.sysds.parser.DataExpression
- DELIM_SPARSE - Static variable in class org.apache.sysds.parser.DataExpression
- Delta - org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary.DictType
- DeltaDDC - org.apache.sysds.runtime.compress.colgroup.AColGroup.CompressionType
- DeltaDictionary - Class in org.apache.sysds.runtime.compress.colgroup.dictionary
-
This dictionary class is a specialization for the DeltaDDCColgroup.
- DeltaDictionary(double[], int) - Constructor for class org.apache.sysds.runtime.compress.colgroup.dictionary.DeltaDictionary
- DENIALCONSTRAINTS - org.apache.sysds.common.Builtins
- DENSE - org.apache.sysds.runtime.controlprogram.parfor.opt.CostEstimator.DataFormat
- DENSE_BLOCK - org.apache.sysds.common.Types.BlockType
- DenseBlock - Class in org.apache.sysds.runtime.data
-
This DenseBlock is an abstraction for different dense, row-major matrix formats.
- DenseBlock.Type - Enum in org.apache.sysds.runtime.data
- DenseBlockBool - Class in org.apache.sysds.runtime.data
- DenseBlockBool(int[]) - Constructor for class org.apache.sysds.runtime.data.DenseBlockBool
- DenseBlockBool(int[], boolean[]) - Constructor for class org.apache.sysds.runtime.data.DenseBlockBool
- DenseBlockBool(int[], BitSet) - Constructor for class org.apache.sysds.runtime.data.DenseBlockBool
- DenseBlockDRB - Class in org.apache.sysds.runtime.data
- DenseBlockFactory - Class in org.apache.sysds.runtime.data
- DenseBlockFactory() - Constructor for class org.apache.sysds.runtime.data.DenseBlockFactory
- DenseBlockFP32 - Class in org.apache.sysds.runtime.data
- DenseBlockFP32(int[]) - Constructor for class org.apache.sysds.runtime.data.DenseBlockFP32
- DenseBlockFP32(int[], float[]) - Constructor for class org.apache.sysds.runtime.data.DenseBlockFP32
- DenseBlockFP64 - Class in org.apache.sysds.runtime.data
- DenseBlockFP64(int[]) - Constructor for class org.apache.sysds.runtime.data.DenseBlockFP64
- DenseBlockFP64(int[], double[]) - Constructor for class org.apache.sysds.runtime.data.DenseBlockFP64
- DenseBlockFP64DEDUP - Class in org.apache.sysds.runtime.data
- DenseBlockInt32 - Class in org.apache.sysds.runtime.data
- DenseBlockInt32(int[]) - Constructor for class org.apache.sysds.runtime.data.DenseBlockInt32
- DenseBlockInt32(int[], int[]) - Constructor for class org.apache.sysds.runtime.data.DenseBlockInt32
- DenseBlockInt64 - Class in org.apache.sysds.runtime.data
- DenseBlockInt64(int[]) - Constructor for class org.apache.sysds.runtime.data.DenseBlockInt64
- DenseBlockInt64(int[], long[]) - Constructor for class org.apache.sysds.runtime.data.DenseBlockInt64
- DenseBlockLBool - Class in org.apache.sysds.runtime.data
- DenseBlockLBool(int[]) - Constructor for class org.apache.sysds.runtime.data.DenseBlockLBool
- DenseBlockLDRB - Class in org.apache.sysds.runtime.data
-
Dense Large Row Blocks have multiple 1D arrays (blocks), which contain complete rows.
- DenseBlockLFP32 - Class in org.apache.sysds.runtime.data
- DenseBlockLFP32(int[]) - Constructor for class org.apache.sysds.runtime.data.DenseBlockLFP32
- DenseBlockLFP64 - Class in org.apache.sysds.runtime.data
- DenseBlockLFP64(int[]) - Constructor for class org.apache.sysds.runtime.data.DenseBlockLFP64
- DenseBlockLFP64DEDUP - Class in org.apache.sysds.runtime.data
- DenseBlockLInt32 - Class in org.apache.sysds.runtime.data
- DenseBlockLInt32(int[]) - Constructor for class org.apache.sysds.runtime.data.DenseBlockLInt32
- DenseBlockLInt64 - Class in org.apache.sysds.runtime.data
- DenseBlockLInt64(int[]) - Constructor for class org.apache.sysds.runtime.data.DenseBlockLInt64
- DenseBlockLString - Class in org.apache.sysds.runtime.data
- DenseBlockLString(int[]) - Constructor for class org.apache.sysds.runtime.data.DenseBlockLString
- DenseBlockString - Class in org.apache.sysds.runtime.data
- DenseBlockString(int[]) - Constructor for class org.apache.sysds.runtime.data.DenseBlockString
- DenseBlockString(int[], String[]) - Constructor for class org.apache.sysds.runtime.data.DenseBlockString
- denseColumnMajorToRowMajor() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUObject
-
Convenience method.
- DenseEncoding - Class in org.apache.sysds.runtime.compress.estim.encoding
-
An Encoding that contains a value on each row of the input.
- DenseEncoding(AMapToData) - Constructor for class org.apache.sysds.runtime.compress.estim.encoding.DenseEncoding
- denseRowMajorToColumnMajor() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUObject
-
Convenience method.
- denseScalarOperationsInPlace(ScalarOperator) - Method in class org.apache.sysds.runtime.matrix.data.MatrixCell
- denseScalarOperationsInPlace(ScalarOperator) - Method in class org.apache.sysds.runtime.matrix.data.WeightedCell
- denseSize - Variable in class org.apache.sysds.runtime.compress.CompressionStatistics
-
Size if the input is dense
- denseToSparse() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUObject
-
Converts this GPUObject from dense to sparse format.
- denseToSparse() - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- denseToSparse(boolean) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- denseToSparse(boolean, int) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- denseToSparse(boolean, int) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- denseToSparse(MatrixBlock, boolean) - Static method in interface org.apache.sysds.runtime.matrix.data.LibMatrixDenseToSparse
-
Convert the given matrix block to a sparse allocation.
- denseToSparse(MatrixBlock, boolean, int) - Static method in interface org.apache.sysds.runtime.matrix.data.LibMatrixDenseToSparse
- denseTranspose(ExecutionContext, GPUContext, String, Pointer, Pointer, long, long) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixCUDA
-
Computes C = t(A)
- DensityMap(MatrixBlock, int) - Constructor for class org.apache.sysds.hops.estim.EstimatorDensityMap.DensityMap
- DensityMap(MatrixBlock, int, int, int, boolean) - Constructor for class org.apache.sysds.hops.estim.EstimatorDensityMap.DensityMap
- DependencyTask<E> - Class in org.apache.sysds.runtime.util
- DependencyTask(Callable<E>, List<DependencyTask<?>>) - Constructor for class org.apache.sysds.runtime.util.DependencyTask
- DependencyThreadPool - Class in org.apache.sysds.runtime.util
- DependencyThreadPool(int) - Constructor for class org.apache.sysds.runtime.util.DependencyThreadPool
- DependencyWrapperTask<E> - Class in org.apache.sysds.runtime.util
- DependencyWrapperTask(DependencyThreadPool) - Constructor for class org.apache.sysds.runtime.util.DependencyWrapperTask
- DEPTH_FIRST - org.apache.sysds.lops.compile.linearization.IDagLinearizerFactory.DagLinearizer
- dequeueTask() - Method in class org.apache.sysds.runtime.controlprogram.parfor.LocalTaskQueue
-
Synchronized read and delete from the top of the FIFO queue.
- DerbyRepository - Class in org.apache.sysds.runtime.controlprogram.federated.monitoring.repositories
- DerbyRepository() - Constructor for class org.apache.sysds.runtime.controlprogram.federated.monitoring.repositories.DerbyRepository
- deregisterRDD(int) - Method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext.MemoryManagerParRDDs
- deriveAggregateOperatorCorrectionLocation(String) - Static method in class org.apache.sysds.runtime.instructions.InstructionUtils
- deriveAggregateOperatorOpcode(String) - Static method in class org.apache.sysds.runtime.instructions.InstructionUtils
- deriveAndSetStatusFromData() - Method in class org.apache.sysds.runtime.instructions.cp.ListObject
- deriveOutputCharacteristics(EstimatorMatrixHistogram.MatrixHistogram, EstimatorMatrixHistogram.MatrixHistogram, double, SparsityEstimator.OpCode, long[]) - Static method in class org.apache.sysds.hops.estim.EstimatorMatrixHistogram.MatrixHistogram
- deriveOutputHistogram(EstimatorMatrixHistogram.MatrixHistogram, EstimatorMatrixHistogram.MatrixHistogram, double, SparsityEstimator.OpCode, long[]) - Static method in class org.apache.sysds.hops.estim.EstimatorMatrixHistogram.MatrixHistogram
- desanitizeSpaces(String) - Static method in class org.apache.sysds.runtime.transform.TfUtils
- descr - Variable in class org.apache.sysds.runtime.instructions.gpu.context.CSRPointer
-
descriptor of matrix, only CUSPARSE_MATRIX_TYPE_GENERAL supported
- DESCRIPTIONPARAM - Static variable in class org.apache.sysds.parser.DataExpression
- deserialize(String) - Static method in class org.apache.sysds.runtime.controlprogram.LocalVariableMap
- deserialize(ByteBuffer) - Method in class org.apache.sysds.runtime.controlprogram.paramserv.rpc.PSRpcCall
- deserialize(ByteBuffer) - Method in class org.apache.sysds.runtime.controlprogram.paramserv.rpc.PSRpcObject
- deserialize(ByteBuffer) - Method in class org.apache.sysds.runtime.controlprogram.paramserv.rpc.PSRpcResponse
- deserialize(Map<String, String>) - Static method in class org.apache.sysds.runtime.lineage.Lineage
- deserialize(MatrixBlock) - Method in class org.apache.sysds.runtime.io.BinaryBlockSerialization.MatrixBlockDeserializer
- deserializeBlock() - Method in class org.apache.sysds.runtime.controlprogram.caching.ByteBuffer
- deserializeSingleTrace(String) - Static method in class org.apache.sysds.runtime.lineage.Lineage
- destroy() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUContext
-
Destroys this GPUContext object.
- destroy() - Method in class org.apache.sysds.runtime.instructions.spark.data.PartitionedBroadcast
-
This method cleanups all underlying broadcasts of a partitioned broadcast, by forward the calls to SparkExecutionContext.cleanupBroadcastVariable.
- DET - org.apache.sysds.common.Builtins
- DET - org.apache.sysds.common.Opcodes
- DET - org.apache.sysds.common.Types.OpOp1
- detectSchema(double, int) - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
- detectSchema(int) - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
- detectSchema(SparkExecutionContext) - Method in class org.apache.sysds.runtime.instructions.spark.UnaryFrameSPInstruction
- detectSchema(FrameBlock, double, int) - Static method in class org.apache.sysds.runtime.frame.data.lib.FrameLibDetectSchema
- detectSchema(FrameBlock, int) - Static method in class org.apache.sysds.runtime.frame.data.lib.FrameLibDetectSchema
- DETECTSCHEMA - org.apache.sysds.common.Builtins
- DETECTSCHEMA - org.apache.sysds.common.Opcodes
- DETECTSCHEMA - org.apache.sysds.common.Types.OpOp1
- DETECTSCHEMA - org.apache.sysds.runtime.functionobjects.Builtin.BuiltinCode
- determineDataPartitionFormat(String) - Method in class org.apache.sysds.parser.ParForStatementBlock
-
Determines the PDataPartitioningFormat for read-only parent variables according to the access pattern of that variable within the parfor statement block.
- determineFrameFormatIfNeeded(Dataset<Row>, FrameMetadata) - Static method in class org.apache.sysds.api.mlcontext.MLContextConversionUtil
-
If the FrameFormat of the DataFrame has not been explicitly specified, attempt to determine the proper FrameFormat.
- determineMatrixFormatIfNeeded(Dataset<Row>, MatrixMetadata) - Static method in class org.apache.sysds.api.mlcontext.MLContextConversionUtil
-
If the MatrixFormat of the DataFrame has not been explicitly specified, attempt to determine the proper MatrixFormat.
- determineMinVectorIntermediates(CNode, CNode) - Static method in class org.apache.sysds.hops.codegen.template.TemplateUtils
- determineOutputTypeAsString(LocalVariableMap, String) - Static method in class org.apache.sysds.api.mlcontext.MLContextUtil
-
Obtain a symbol table output type as a String
- deviceCopy(String, Pointer, Pointer, int, int) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixCUDA
-
Performs a deep copy of input device double pointer corresponding to matrix
- deviceToHost(GPUContext, Pointer, double[], String, boolean) - Method in interface org.apache.sysds.runtime.matrix.data.CudaSupportFunctions
- deviceToHost(GPUContext, Pointer, double[], String, boolean) - Method in class org.apache.sysds.runtime.matrix.data.DoublePrecisionCudaSupportFunctions
- deviceToHost(GPUContext, Pointer, double[], String, boolean) - Method in class org.apache.sysds.runtime.matrix.data.SinglePrecisionCudaSupportFunctions
- DF - org.apache.sysds.api.mlcontext.FrameFormat
-
DataFrame without a row index.
- DF_DOUBLES - org.apache.sysds.api.mlcontext.MatrixFormat
-
DataFrame of doubles with no row index.
- DF_DOUBLES_WITH_INDEX - org.apache.sysds.api.mlcontext.MatrixFormat
-
DataFrame of doubles with a row index.
- DF_ID_COLUMN - Static variable in class org.apache.sysds.runtime.instructions.spark.utils.RDDConverterUtils
- DF_VECTOR - org.apache.sysds.api.mlcontext.MatrixFormat
-
Vector DataFrame with no row index.
- DF_VECTOR_WITH_INDEX - org.apache.sysds.api.mlcontext.MatrixFormat
-
Vector DataFrame with a row index.
- DF_WITH_INDEX - org.apache.sysds.api.mlcontext.FrameFormat
-
DataFrame with a row index.
- DFS_BLOCKSIZE - Static variable in class org.apache.sysds.runtime.util.HDFSTool
- DFS_PERMISSIONS_ENABLED - Static variable in class org.apache.sysds.runtime.util.HDFSTool
- DFS_REPLICATION - Static variable in class org.apache.sysds.runtime.util.HDFSTool
- diag(MatrixBlock, MatrixBlock) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixReorg
- DIAG - org.apache.sysds.common.Builtins
- DIAG - org.apache.sysds.common.Opcodes
- DIAG - org.apache.sysds.common.Types.ReOrgOp
- DIAG - org.apache.sysds.hops.estim.SparsityEstimator.OpCode
- DiagIndex - Class in org.apache.sysds.runtime.functionobjects
- Dict - org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary.DictType
- Dictionary - Class in org.apache.sysds.runtime.compress.colgroup.dictionary
-
This dictionary class aims to encapsulate the storage and operations over unique floating point values of a column group.
- DictionaryFactory - Interface in org.apache.sysds.runtime.compress.colgroup.dictionary
- DictionaryFactory.Type - Enum in org.apache.sysds.runtime.compress.colgroup.dictionary
- DictLibMatrixMult - Class in org.apache.sysds.runtime.compress.colgroup.dictionary
-
Utility interface for dictionary matrix multiplication
- dicts - Variable in class org.apache.sysds.runtime.compress.io.DictWritable
- dicts - Variable in class org.apache.sysds.runtime.compress.lib.CLALibSeparator.SeparatedGroups
- DictWritable - Class in org.apache.sysds.runtime.compress.io
- DictWritable() - Constructor for class org.apache.sysds.runtime.compress.io.DictWritable
- DictWritable.K - Class in org.apache.sysds.runtime.compress.io
- DIFFERENCESTATISTICS - org.apache.sysds.common.Builtins
- DIGIT - Static variable in class org.apache.sysds.parser.dml.DmlLexer
- DIGIT - Static variable in class org.apache.sysds.parser.dml.DmlParser
- DIGIT - Static variable in class org.apache.sysds.runtime.util.DMVUtils
- DIListEntry(double, IntArrayList) - Constructor for class org.apache.sysds.runtime.compress.utils.DoubleIntListHashMap.DIListEntry
- dim() - Method in class org.apache.sysds.runtime.compress.workload.Op
- dimsKnown() - Method in class org.apache.sysds.hops.Hop
- dimsKnown() - Method in class org.apache.sysds.parser.Identifier
- dimsKnown() - Method in class org.apache.sysds.runtime.meta.DataCharacteristics
- dimsKnown() - Method in class org.apache.sysds.runtime.meta.MatrixCharacteristics
- dimsKnown() - Method in class org.apache.sysds.runtime.meta.TensorCharacteristics
- dimsKnown(boolean) - Method in class org.apache.sysds.hops.Hop
- dimsKnown(boolean) - Method in class org.apache.sysds.runtime.meta.DataCharacteristics
- dimsKnown(boolean) - Method in class org.apache.sysds.runtime.meta.MatrixCharacteristics
- dimsKnown(boolean) - Method in class org.apache.sysds.runtime.meta.TensorCharacteristics
- dimsKnownAny() - Method in class org.apache.sysds.hops.Hop
- disableBinaryCell() - Method in class org.apache.sysds.runtime.controlprogram.parfor.DataPartitioner
- disableCaching() - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- disableJVMReuse() - Method in class org.apache.sysds.runtime.controlprogram.ParForProgramBlock
- disableOptimization() - Method in class org.apache.sysds.runtime.controlprogram.ParForProgramBlock
- disableRecompileRead() - Method in class org.apache.sysds.hops.DataOp
-
Explicitly disables recompilation of transient reads, this additional information is required because requiresRecompile is set in a top-down manner, hence any value set from a consuming operating would be overwritten by opFindExecType.
- disableUMM() - Static method in class org.apache.sysds.hops.OptimizerUtils
-
Disable unified memory manager and fallback to static partitioning.
- DISCOVER_FD - org.apache.sysds.common.Builtins
- DISCOVER_MD - org.apache.sysds.common.Builtins
- DISJOINT_CONTIGUOUS - org.apache.sysds.parser.Statement.PSScheme
- DISJOINT_RANDOM - org.apache.sysds.parser.Statement.PSScheme
- DISJOINT_ROUND_ROBIN - org.apache.sysds.parser.Statement.PSScheme
- display() - Static method in class org.apache.sysds.hops.fedplanner.FederatedCompilationTimer
- display() - Static method in class org.apache.sysds.utils.Statistics
-
Returns statistics of the DML program that was recently completed as a string
- display(int) - Static method in class org.apache.sysds.utils.Statistics
-
Returns statistics as a string
- display(StringBuilder) - Static method in class org.apache.sysds.utils.DMLCompressionStatistics
- display(DMLProgram, Program, Explain.ExplainType, Explain.ExplainCounts) - Static method in class org.apache.sysds.utils.Explain
- displayAsyncStats() - Static method in class org.apache.sysds.utils.stats.SparkStatistics
- displayComputeTime() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- displayComputeTime() - Static method in class org.apache.sysds.runtime.lineage.LineageEstimatorStatistics
- displayFedIOExecStatistics() - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- displayFedLookupTableStats() - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- displayFedLookupTableStats(long, long, double) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- displayFedPutLineageStats() - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- displayFedPutLineageStats(long, long) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- displayFedReuseReadStats() - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- displayFedReuseReadStats(long, long) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- displayFedSerializationReuseStats() - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- displayFedSerializationReuseStats(long, long) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- displayFedWorkers() - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- displayFedWorkerStats() - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- displayFloStatistics() - Static method in class org.apache.sysds.utils.stats.ParamServStatistics
- displayFSTime() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- displayGpuEvictTime() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- displayGpuPointerStats() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- displayGpuStats() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- displayHits() - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheStatistics
- displayHits() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- displayInputParameters() - Method in class org.apache.sysds.api.mlcontext.Script
-
Display the script input parameters.
- displayInputs() - Method in class org.apache.sysds.api.mlcontext.Script
-
Display the script inputs.
- displayInputs(String, Map<String, Object>, LocalVariableMap) - Static method in class org.apache.sysds.api.mlcontext.MLContextUtil
-
Obtain a display of script inputs.
- displayInputVariables() - Method in class org.apache.sysds.api.mlcontext.Script
-
Display the script input variables.
- displayLineageEstimates() - Static method in class org.apache.sysds.runtime.lineage.LineageEstimatorStatistics
- displayMap(String, Map<String, Object>) - Static method in class org.apache.sysds.api.mlcontext.MLContextUtil
-
Display the keys and values in a Map
- displayMultiLevelHits() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- displayNetworkTrafficStatistics() - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- displayOutputs() - Method in class org.apache.sysds.api.mlcontext.Script
-
Display the script outputs.
- displayOutputs(String, Set<String>, LocalVariableMap) - Static method in class org.apache.sysds.api.mlcontext.MLContextUtil
-
Obtain a display of the script outputs.
- displayOutputs(Set<String>, LocalVariableMap) - Static method in class org.apache.sysds.api.mlcontext.MLContextUtil
-
Obtain a display of the script outputs.
- displayOutputVariables() - Method in class org.apache.sysds.api.mlcontext.Script
-
Display the script output variables.
- displayReusableInsts() - Static method in class org.apache.sysds.runtime.lineage.LineageEstimatorStatistics
- displayRewrites() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- displaySet(String, Set<String>) - Static method in class org.apache.sysds.api.mlcontext.MLContextUtil
-
Display the values in a Set
- displaySize() - Static method in class org.apache.sysds.runtime.lineage.LineageEstimatorStatistics
- displaySparkHits() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- displaySparkPersist() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- displayStatistics() - Static method in class org.apache.sysds.utils.stats.CodegenStatistics
- displayStatistics() - Static method in class org.apache.sysds.utils.stats.NativeStatistics
- displayStatistics() - Static method in class org.apache.sysds.utils.stats.ParamServStatistics
- displayStatistics() - Static method in class org.apache.sysds.utils.stats.ParForStatistics
- displayStatistics() - Static method in class org.apache.sysds.utils.stats.RecompileStatistics
- displayStatistics() - Static method in class org.apache.sysds.utils.stats.SparkStatistics
- displayStatistics() - Static method in class org.apache.sysds.utils.stats.TransformStatistics
- displayStatistics(int) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- displayStatistics(FederatedStatistics.FedStatsCollection, int) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- displaySymbolTable() - Method in class org.apache.sysds.api.mlcontext.Script
-
Display the script symbol table.
- displaySymbolTable(String, LocalVariableMap) - Static method in class org.apache.sysds.api.mlcontext.MLContextUtil
-
Display the keys and values in the symbol table
- displaySymbolTable(LocalVariableMap) - Static method in class org.apache.sysds.api.mlcontext.MLContextUtil
-
Display the keys and values in the symbol table
- displayTime() - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheStatistics
- displayWrites() - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheStatistics
- displayWtrites() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- DIST - org.apache.sysds.common.Builtins
- distFunc - Variable in class org.apache.sysds.runtime.functionobjects.ParameterizedBuiltin
- DISTINCT - org.apache.sysds.runtime.compress.cost.CostEstimatorFactory.CostType
- DistinctCostEstimator - Class in org.apache.sysds.runtime.compress.cost
-
A Cost based estimator that based the compression and co-coding cost on the number of distinct elements in the column groups.
- DistinctCostEstimator(int, CompressionSettings, double) - Constructor for class org.apache.sysds.runtime.compress.cost.DistinctCostEstimator
- distinctCount(int[], int, int) - Static method in interface org.apache.sysds.runtime.compress.estim.sample.SampleEstimatorFactory
-
Estimate a distinct number of values based on frequencies.
- distinctCount(int[], int, int, SampleEstimatorFactory.EstimationType) - Static method in interface org.apache.sysds.runtime.compress.estim.sample.SampleEstimatorFactory
-
Estimate a distinct number of values based on frequencies.
- distinctCount(int[], int, int, SampleEstimatorFactory.EstimationType, HashMap<Integer, Double>) - Static method in interface org.apache.sysds.runtime.compress.estim.sample.SampleEstimatorFactory
-
Estimate a distinct number of values based on frequencies.
- distinctCount(int, int[], int[], int, int) - Static method in interface org.apache.sysds.runtime.compress.estim.sample.ShlosserJackknifeEstimator
-
Peter J.
- distinctCount(int, int[], int, int) - Static method in interface org.apache.sysds.runtime.compress.estim.sample.SmoothedJackknifeEstimator
-
Peter J.
- distinctCount(int, int[], int, int, HashMap<Integer, Double>) - Static method in interface org.apache.sysds.runtime.compress.estim.sample.HassAndStokes
-
Haas, Peter J., and Lynne Stokes.
- distinctCount(long, int[], long, long) - Static method in interface org.apache.sysds.runtime.compress.estim.sample.ShlosserEstimator
-
Peter J.
- DIV - org.apache.sysds.common.Opcodes
- DIV - org.apache.sysds.common.Types.OpOp2
- DIV - org.apache.sysds.hops.codegen.cplan.CNodeBinary.BinType
- DIV - org.apache.sysds.lops.WeightedUnaryMM.WUMMType
- DIV - org.apache.sysds.parser.Expression.BinaryOp
- DIV_LEFT - org.apache.sysds.lops.WeightedDivMM.WDivMMType
- DIV_LEFT_EPS - org.apache.sysds.lops.WeightedDivMM.WDivMMType
- DIV_RIGHT - org.apache.sysds.lops.WeightedDivMM.WDivMMType
- DIV_RIGHT_EPS - org.apache.sysds.lops.WeightedDivMM.WDivMMType
- Divide - Class in org.apache.sysds.runtime.functionobjects
- DIVIDE_PRIME - Static variable in class org.apache.sysds.runtime.util.UtilFunctions
- dml(String) - Static method in class org.apache.sysds.api.mlcontext.ScriptFactory
-
Create a DML Script object based on a string.
- DML - org.apache.sysds.hops.FunctionOp.FunctionType
- DML_FILE_PATH_ANTLR_PARSER - Static variable in class org.apache.sysds.api.DMLScript
- DmlBaseListener - Class in org.apache.sysds.parser.dml
-
This class provides an empty implementation of
DmlListener, which can be extended to create a listener which only needs to handle a subset of the available methods. - DmlBaseListener() - Constructor for class org.apache.sysds.parser.dml.DmlBaseListener
- DMLCompressionException - Exception in org.apache.sysds.runtime.compress
- DMLCompressionException(String) - Constructor for exception org.apache.sysds.runtime.compress.DMLCompressionException
- DMLCompressionException(String, Exception) - Constructor for exception org.apache.sysds.runtime.compress.DMLCompressionException
- DMLCompressionStatistics - Class in org.apache.sysds.utils
- DMLCompressionStatistics() - Constructor for class org.apache.sysds.utils.DMLCompressionStatistics
- DMLConfig - Class in org.apache.sysds.conf
- DMLConfig() - Constructor for class org.apache.sysds.conf.DMLConfig
- DMLConfig(String) - Constructor for class org.apache.sysds.conf.DMLConfig
- DMLConfig(String, boolean) - Constructor for class org.apache.sysds.conf.DMLConfig
- DMLConfig(DMLConfig) - Constructor for class org.apache.sysds.conf.DMLConfig
- DMLConfig(Element) - Constructor for class org.apache.sysds.conf.DMLConfig
- DMLException - Exception in org.apache.sysds.api
-
Exception occurring in the DML framework.
- DMLException() - Constructor for exception org.apache.sysds.api.DMLException
- DMLException(String) - Constructor for exception org.apache.sysds.api.DMLException
- DMLException(String, Throwable) - Constructor for exception org.apache.sysds.api.DMLException
- DMLException(Throwable) - Constructor for exception org.apache.sysds.api.DMLException
- dmlFromFile(String) - Static method in class org.apache.sysds.api.mlcontext.ScriptFactory
-
Create a DML Script object based on a string path to a file.
- dmlFromInputStream(InputStream) - Static method in class org.apache.sysds.api.mlcontext.ScriptFactory
-
Create a DML Script object based on an input stream.
- dmlFromLocalFile(File) - Static method in class org.apache.sysds.api.mlcontext.ScriptFactory
-
Creates a DML Script object based on a file in the local file system.
- dmlFromResource(String) - Static method in class org.apache.sysds.api.mlcontext.ScriptFactory
-
Create a DML Script object based on a resource path.
- dmlFromString(String) - Static method in class org.apache.sysds.api.mlcontext.ScriptFactory
-
Create a DML Script object based on a string.
- dmlFromUrl(String) - Static method in class org.apache.sysds.api.mlcontext.ScriptFactory
-
Create a DML Script object based on a URL path.
- dmlFromUrl(URL) - Static method in class org.apache.sysds.api.mlcontext.ScriptFactory
-
Create a DML Script object based on a URL.
- DmlLexer - Class in org.apache.sysds.parser.dml
- DmlLexer(CharStream) - Constructor for class org.apache.sysds.parser.dml.DmlLexer
- DmlListener - Interface in org.apache.sysds.parser.dml
-
This interface defines a complete listener for a parse tree produced by
DmlParser. - DMLOptions - Class in org.apache.sysds.api
-
Set of DMLOptions that can be set through the command line and
MLContextThe values have been initialized with the default values Despite there being a DML and PyDML, this class is named DMLOptions to keep it consistent withDMLOptionsandDMLOptions - DMLOptions(Options) - Constructor for class org.apache.sysds.api.DMLOptions
- DmlParser - Class in org.apache.sysds.parser.dml
- DmlParser(TokenStream) - Constructor for class org.apache.sysds.parser.dml.DmlParser
- DmlParser.AccumulatorAssignmentStatementContext - Class in org.apache.sysds.parser.dml
- DmlParser.AddSubExpressionContext - Class in org.apache.sysds.parser.dml
- DmlParser.AssignmentStatementContext - Class in org.apache.sysds.parser.dml
- DmlParser.AtomicExpressionContext - Class in org.apache.sysds.parser.dml
- DmlParser.BooleanAndExpressionContext - Class in org.apache.sysds.parser.dml
- DmlParser.BooleanNotExpressionContext - Class in org.apache.sysds.parser.dml
- DmlParser.BooleanOrExpressionContext - Class in org.apache.sysds.parser.dml
- DmlParser.BuiltinFunctionExpressionContext - Class in org.apache.sysds.parser.dml
- DmlParser.CommandlineParamExpressionContext - Class in org.apache.sysds.parser.dml
- DmlParser.CommandlinePositionExpressionContext - Class in org.apache.sysds.parser.dml
- DmlParser.ConstDoubleIdExpressionContext - Class in org.apache.sysds.parser.dml
- DmlParser.ConstFalseExpressionContext - Class in org.apache.sysds.parser.dml
- DmlParser.ConstIntIdExpressionContext - Class in org.apache.sysds.parser.dml
- DmlParser.ConstStringIdExpressionContext - Class in org.apache.sysds.parser.dml
- DmlParser.ConstTrueExpressionContext - Class in org.apache.sysds.parser.dml
- DmlParser.DataIdentifierContext - Class in org.apache.sysds.parser.dml
- DmlParser.DataIdExpressionContext - Class in org.apache.sysds.parser.dml
- DmlParser.DataTypeContext - Class in org.apache.sysds.parser.dml
- DmlParser.ExpressionContext - Class in org.apache.sysds.parser.dml
- DmlParser.ExternalFunctionDefExpressionContext - Class in org.apache.sysds.parser.dml
- DmlParser.ForStatementContext - Class in org.apache.sysds.parser.dml
- DmlParser.FunctionCallAssignmentStatementContext - Class in org.apache.sysds.parser.dml
- DmlParser.FunctionCallMultiAssignmentStatementContext - Class in org.apache.sysds.parser.dml
- DmlParser.FunctionStatementContext - Class in org.apache.sysds.parser.dml
- DmlParser.IfdefAssignmentStatementContext - Class in org.apache.sysds.parser.dml
- DmlParser.IfStatementContext - Class in org.apache.sysds.parser.dml
- DmlParser.ImportStatementContext - Class in org.apache.sysds.parser.dml
- DmlParser.IndexedExpressionContext - Class in org.apache.sysds.parser.dml
- DmlParser.InternalFunctionDefExpressionContext - Class in org.apache.sysds.parser.dml
- DmlParser.IterablePredicateColonExpressionContext - Class in org.apache.sysds.parser.dml
- DmlParser.IterablePredicateContext - Class in org.apache.sysds.parser.dml
- DmlParser.IterablePredicateSeqExpressionContext - Class in org.apache.sysds.parser.dml
- DmlParser.MatrixDataTypeCheckContext - Class in org.apache.sysds.parser.dml
- DmlParser.MatrixMulExpressionContext - Class in org.apache.sysds.parser.dml
- DmlParser.Ml_typeContext - Class in org.apache.sysds.parser.dml
- DmlParser.ModIntDivExpressionContext - Class in org.apache.sysds.parser.dml
- DmlParser.MultDivExpressionContext - Class in org.apache.sysds.parser.dml
- DmlParser.MultiIdExpressionContext - Class in org.apache.sysds.parser.dml
- DmlParser.ParameterizedExpressionContext - Class in org.apache.sysds.parser.dml
- DmlParser.ParForStatementContext - Class in org.apache.sysds.parser.dml
- DmlParser.PathStatementContext - Class in org.apache.sysds.parser.dml
- DmlParser.PowerExpressionContext - Class in org.apache.sysds.parser.dml
- DmlParser.ProgramrootContext - Class in org.apache.sysds.parser.dml
- DmlParser.RelationalExpressionContext - Class in org.apache.sysds.parser.dml
- DmlParser.SimpleDataIdentifierExpressionContext - Class in org.apache.sysds.parser.dml
- DmlParser.StatementContext - Class in org.apache.sysds.parser.dml
- DmlParser.StrictParameterizedExpressionContext - Class in org.apache.sysds.parser.dml
- DmlParser.StrictParameterizedKeyValueStringContext - Class in org.apache.sysds.parser.dml
- DmlParser.TypedArgAssignContext - Class in org.apache.sysds.parser.dml
- DmlParser.TypedArgNoAssignContext - Class in org.apache.sysds.parser.dml
- DmlParser.UnaryExpressionContext - Class in org.apache.sysds.parser.dml
- DmlParser.ValueTypeContext - Class in org.apache.sysds.parser.dml
- DmlParser.WhileStatementContext - Class in org.apache.sysds.parser.dml
- DMLParserWrapper - Class in org.apache.sysds.parser.dml
-
This is the main entry point for the Antlr4 parser.
- DMLParserWrapper() - Constructor for class org.apache.sysds.parser.dml.DMLParserWrapper
- DmlPreprocessor - Class in org.apache.sysds.parser.dml
-
Minimal pre-processing of user function definitions which take precedence over built-in functions in cases where names conflict.
- DmlPreprocessor(CustomErrorListener) - Constructor for class org.apache.sysds.parser.dml.DmlPreprocessor
- DMLProgram - Class in org.apache.sysds.parser
- DMLProgram() - Constructor for class org.apache.sysds.parser.DMLProgram
- DMLProgram(String) - Constructor for class org.apache.sysds.parser.DMLProgram
- DMLRuntimeException - Exception in org.apache.sysds.runtime
-
This exception should be thrown to flag runtime errors -- DML equivalent to java.lang.RuntimeException.
- DMLRuntimeException(Exception) - Constructor for exception org.apache.sysds.runtime.DMLRuntimeException
- DMLRuntimeException(String) - Constructor for exception org.apache.sysds.runtime.DMLRuntimeException
- DMLRuntimeException(String, Exception) - Constructor for exception org.apache.sysds.runtime.DMLRuntimeException
- DMLScript - Class in org.apache.sysds.api
- DMLScript() - Constructor for class org.apache.sysds.api.DMLScript
- DMLScriptException - Exception in org.apache.sysds.runtime
-
This exception should be thrown to flag DML Script errors, this exception is reserved for the stop instruction and script related errors that an end-user should be able to address
- DMLScriptException(String) - Constructor for exception org.apache.sysds.runtime.DMLScriptException
-
Construct a DML script exception, this exception is reserved for the stop instruction and script related errors that an end-user should be able to address The DMLScrip exception is intended not to be able to throw other exceptions on.
- DmlSyntacticValidator - Class in org.apache.sysds.parser.dml
- DmlSyntacticValidator(CustomErrorListener, Map<String, String>, String, Set<String>) - Constructor for class org.apache.sysds.parser.dml.DmlSyntacticValidator
- DmlSyntacticValidator.ConvertedDMLSyntax - Class in org.apache.sysds.parser.dml
-
Information about built in functions converted to a common format between PyDML and DML for the runtime.
- DMLTranslator - Class in org.apache.sysds.parser
- DMLTranslator(DMLProgram) - Constructor for class org.apache.sysds.parser.DMLTranslator
- dmmdd(double[], double[], double[], int, int, int, int) - Static method in class org.apache.sysds.utils.NativeHelper
- DMV - org.apache.sysds.common.Builtins
- DMVUtils - Class in org.apache.sysds.runtime.util
- DMVUtils() - Constructor for class org.apache.sysds.runtime.util.DMVUtils
- DMVUtils.LEVEL_ENUM - Enum in org.apache.sysds.runtime.util
- Dnn - org.apache.sysds.common.InstructionType
- Dnn - org.apache.sysds.runtime.instructions.cp.CPInstruction.CPType
- Dnn - org.apache.sysds.runtime.instructions.gpu.GPUInstruction.GPUINSTRUCTION_TYPE
- Dnn - org.apache.sysds.runtime.instructions.spark.SPInstruction.SPType
- DnnCPInstruction - Class in org.apache.sysds.runtime.instructions.cp
- DnnCPInstruction(CPOperand, CPOperand, CPOperand, String, String, int, double) - Constructor for class org.apache.sysds.runtime.instructions.cp.DnnCPInstruction
- DnnCPInstruction(CPOperand, CPOperand, CPOperand, String, String, ArrayList<CPOperand>, ArrayList<CPOperand>, ArrayList<CPOperand>, ArrayList<CPOperand>, int, double) - Constructor for class org.apache.sysds.runtime.instructions.cp.DnnCPInstruction
- DnnCPInstruction(CPOperand, CPOperand, CPOperand, CPOperand, String, String, ArrayList<CPOperand>, ArrayList<CPOperand>, ArrayList<CPOperand>, ArrayList<CPOperand>, int, double) - Constructor for class org.apache.sysds.runtime.instructions.cp.DnnCPInstruction
- DnnCPInstruction(CPOperand, CPOperand, CPOperand, CPOperand, ArrayList<CPOperand>, ArrayList<CPOperand>, ArrayList<CPOperand>, ArrayList<CPOperand>, int, double, String, String) - Constructor for class org.apache.sysds.runtime.instructions.cp.DnnCPInstruction
- DnnCPInstruction(CPOperand, CPOperand, CPOperand, CPOperand, CPOperand, CPOperand, CPOperand, CPOperand, CPOperand, CPOperand, CPOperand, CPOperand, CPOperand, String, String, int) - Constructor for class org.apache.sysds.runtime.instructions.cp.DnnCPInstruction
- DnnCPInstruction(CPOperand, CPOperand, CPOperand, CPOperand, CPOperand, CPOperand, CPOperand, CPOperand, CPOperand, CPOperand, CPOperand, CPOperand, CPOperand, CPOperand, CPOperand, CPOperand, String, String, double) - Constructor for class org.apache.sysds.runtime.instructions.cp.DnnCPInstruction
- DnnGPUInstruction - Class in org.apache.sysds.runtime.instructions.gpu
- DnnGPUInstruction(CPOperand, CPOperand, CPOperand, String, String, double) - Constructor for class org.apache.sysds.runtime.instructions.gpu.DnnGPUInstruction
- DnnGPUInstruction(CPOperand, CPOperand, CPOperand, String, String, ArrayList<CPOperand>, ArrayList<CPOperand>, ArrayList<CPOperand>, ArrayList<CPOperand>, double) - Constructor for class org.apache.sysds.runtime.instructions.gpu.DnnGPUInstruction
- DnnGPUInstruction(CPOperand, CPOperand, CPOperand, CPOperand, String, String, double) - Constructor for class org.apache.sysds.runtime.instructions.gpu.DnnGPUInstruction
- DnnGPUInstruction(CPOperand, CPOperand, CPOperand, CPOperand, String, String, ArrayList<CPOperand>, ArrayList<CPOperand>, ArrayList<CPOperand>, ArrayList<CPOperand>, double) - Constructor for class org.apache.sysds.runtime.instructions.gpu.DnnGPUInstruction
- DnnGPUInstruction(CPOperand, CPOperand, CPOperand, CPOperand, CPOperand, String, String, double) - Constructor for class org.apache.sysds.runtime.instructions.gpu.DnnGPUInstruction
- DnnGPUInstruction(CPOperand, CPOperand, CPOperand, CPOperand, CPOperand, CPOperand, CPOperand, String, String, double) - Constructor for class org.apache.sysds.runtime.instructions.gpu.DnnGPUInstruction
- DnnGPUInstruction(CPOperand, CPOperand, CPOperand, CPOperand, CPOperand, CPOperand, CPOperand, CPOperand, String, String, double) - Constructor for class org.apache.sysds.runtime.instructions.gpu.DnnGPUInstruction
- DnnGPUInstruction(CPOperand, CPOperand, CPOperand, CPOperand, CPOperand, CPOperand, CPOperand, CPOperand, CPOperand, CPOperand, CPOperand, CPOperand, CPOperand, String, String, double) - Constructor for class org.apache.sysds.runtime.instructions.gpu.DnnGPUInstruction
- DnnOp - Class in org.apache.sysds.hops
- DnnOp(String, Types.DataType, Types.ValueType, Types.OpOpDnn, ArrayList<Hop>) - Constructor for class org.apache.sysds.hops.DnnOp
-
Create a hop from the builtin expression
- DnnParameters - Class in org.apache.sysds.runtime.matrix.data
-
This class is container that stores parameters required for executing following operations: conv2d, conv2d_backward_data, conv2d_backward_filter, maxpooling, maxpooling_backward, lstm, lstm_backward
- DnnParameters(int, int, int, int, int, int, int, int, int, int, int, int) - Constructor for class org.apache.sysds.runtime.matrix.data.DnnParameters
- DnnParameters(int, int, int, int, MatrixBlock, MatrixBlock, MatrixBlock, MatrixBlock, MatrixBlock, boolean, int) - Constructor for class org.apache.sysds.runtime.matrix.data.DnnParameters
- DnnParameters(int, int, int, int, MatrixBlock, MatrixBlock, MatrixBlock, MatrixBlock, MatrixBlock, MatrixBlock, MatrixBlock, MatrixBlock, boolean, MatrixBlock, MatrixBlock, MatrixBlock, MatrixBlock, MatrixBlock, MatrixBlock, MatrixBlock, int) - Constructor for class org.apache.sysds.runtime.matrix.data.DnnParameters
- DnnParameters(long, long, long, long, long, long, long, long, long, long, long, int) - Constructor for class org.apache.sysds.runtime.matrix.data.DnnParameters
- DnnSPInstruction - Class in org.apache.sysds.runtime.instructions.spark
- DnnTransform - Class in org.apache.sysds.lops
- DnnTransform(Lop, Types.OpOpDnn, Types.DataType, Types.ValueType, Types.ExecType, int, double) - Constructor for class org.apache.sysds.lops.DnnTransform
-
Constructor when we have one input.
- DnnTransform(Lop, Lop, Types.OpOpDnn, Types.DataType, Types.ValueType, Types.ExecType, int) - Constructor for class org.apache.sysds.lops.DnnTransform
- DnnTransform(Lop, Lop, Lop, Types.OpOpDnn, Types.DataType, Types.ValueType, Types.ExecType, int) - Constructor for class org.apache.sysds.lops.DnnTransform
- DnnUtils - Class in org.apache.sysds.runtime.util
- DnnUtils() - Constructor for class org.apache.sysds.runtime.util.DnnUtils
- DocumentRepresentation - Class in org.apache.sysds.runtime.transform.tokenize
- DocumentRepresentation(List<Object>, List<Token>) - Constructor for class org.apache.sysds.runtime.transform.tokenize.DocumentRepresentation
- doesDataFrameLookLikeMatrix(Dataset<Row>) - Static method in class org.apache.sysds.api.mlcontext.MLContextUtil
-
Examine the DataFrame schema to determine whether the data appears to be a matrix.
- doesSymbolTableContainFrameObject(LocalVariableMap, String) - Static method in class org.apache.sysds.api.mlcontext.MLContextUtil
-
Determine if the symbol table contains a FrameObject with the given variable name.
- doesSymbolTableContainMatrixObject(LocalVariableMap, String) - Static method in class org.apache.sysds.api.mlcontext.MLContextUtil
-
Determine if the symbol table contains a MatrixObject with the given variable name.
- doFullRecompilation(Program) - Static method in class org.apache.sysds.resource.ResourceCompiler
-
Recompiling a given program for resource optimization.
- DONE - org.apache.sysds.lops.Lop.VisitStatus
- doParse(String, String, String, Map<String, String>) - Method in class org.apache.sysds.parser.dml.DMLParserWrapper
-
This function is supposed to be called directly only from DmlSyntacticValidator when it encounters 'import'
- doPartitioning(int, int, MatrixBlock, MatrixBlock) - Method in class org.apache.sysds.runtime.controlprogram.paramserv.dp.DataPartitionSparkScheme
- doPartitioning(int, int, MatrixBlock, MatrixBlock) - Method in class org.apache.sysds.runtime.controlprogram.paramserv.dp.DCSparkScheme
- doPartitioning(int, int, MatrixBlock, MatrixBlock) - Method in class org.apache.sysds.runtime.controlprogram.paramserv.dp.DRRSparkScheme
- doPartitioning(int, int, MatrixBlock, MatrixBlock) - Method in class org.apache.sysds.runtime.controlprogram.paramserv.dp.DRSparkScheme
- doPartitioning(int, int, MatrixBlock, MatrixBlock) - Method in class org.apache.sysds.runtime.controlprogram.paramserv.dp.ORSparkScheme
- doPartitioning(int, MatrixBlock, MatrixBlock) - Method in class org.apache.sysds.runtime.controlprogram.paramserv.dp.DataPartitionLocalScheme
- doPartitioning(int, MatrixBlock, MatrixBlock) - Method in class org.apache.sysds.runtime.controlprogram.paramserv.dp.DCLocalScheme
- doPartitioning(int, MatrixBlock, MatrixBlock) - Method in class org.apache.sysds.runtime.controlprogram.paramserv.dp.DRLocalScheme
- doPartitioning(int, MatrixBlock, MatrixBlock) - Method in class org.apache.sysds.runtime.controlprogram.paramserv.dp.DRRLocalScheme
- doPartitioning(int, MatrixBlock, MatrixBlock) - Method in class org.apache.sysds.runtime.controlprogram.paramserv.dp.LocalDataPartitioner
- doPartitioning(int, MatrixBlock, MatrixBlock) - Method in class org.apache.sysds.runtime.controlprogram.paramserv.dp.ORLocalScheme
- doPartitioning(int, MatrixBlock, MatrixBlock, long) - Method in class org.apache.sysds.runtime.controlprogram.paramserv.dp.SparkDataPartitioner
- doPartitioning(MatrixObject, MatrixObject) - Method in class org.apache.sysds.runtime.controlprogram.paramserv.dp.FederatedDataPartitioner
- doPartitionOnSpark(SparkExecutionContext, MatrixObject, MatrixObject, Statement.PSScheme, int) - Static method in class org.apache.sysds.runtime.controlprogram.paramserv.SparkParamservUtils
- DOT - Static variable in class org.apache.sysds.runtime.util.DMVUtils
- DOT_PRODUCT - org.apache.sysds.hops.codegen.cplan.CNodeBinary.BinType
- dotProduct(double[], double[], int[], int, int, int) - Static method in class org.apache.sysds.runtime.codegen.LibSpoofPrimitives
- dotProduct(double[], double[], int[], int, int, int) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixMult
- dotProduct(double[], double[], int, int, int) - Static method in class org.apache.sysds.runtime.codegen.LibSpoofPrimitives
- dotProduct(double[], double[], int, int, int) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixMult
- dotSplitPattern - Static variable in interface org.apache.sysds.runtime.frame.data.lib.FrameUtil
- DOUBLE - org.apache.sysds.runtime.io.cog.TIFFDataTypes
- DOUBLE - Static variable in class org.apache.sysds.parser.dml.DmlLexer
- DOUBLE - Static variable in class org.apache.sysds.parser.dml.DmlParser
- DOUBLE() - Method in class org.apache.sysds.parser.dml.DmlParser.ConstDoubleIdExpressionContext
- DOUBLE_BUFFERING_MIN - Static variable in class org.apache.sysds.runtime.util.LocalFileUtils
- DOUBLE_EPS - Static variable in class org.apache.sysds.runtime.util.UtilFunctions
- DOUBLE_EXPONENT_BIAS - Static variable in interface org.apache.sysds.utils.DoubleParser
- double_exponential_smoothing(Double[], Double, Double) - Static method in class org.apache.sysds.runtime.util.EMAUtils
- DOUBLE_MAX_EXPONENT_POWER_OF_TEN - Static variable in interface org.apache.sysds.utils.DoubleParser
- DOUBLE_MAX_EXPONENT_POWER_OF_TWO - Static variable in interface org.apache.sysds.utils.DoubleParser
- DOUBLE_MIN_EXPONENT_POWER_OF_TEN - Static variable in interface org.apache.sysds.utils.DoubleParser
- DOUBLE_POWERS_OF_TEN - Static variable in interface org.apache.sysds.utils.DoubleParser
- DOUBLE_SIGNIFICAND_WIDTH - Static variable in interface org.apache.sysds.utils.DoubleParser
- DOUBLE_SIZE - Static variable in class org.apache.sysds.hops.OptimizerUtils
- DOUBLE_VALUE_TYPE - Static variable in class org.apache.sysds.parser.Statement
- double2float(GPUContext, Pointer, Pointer, int) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixCUDA
- DoubleArray - Class in org.apache.sysds.runtime.frame.data.columns
- DoubleArray(double[]) - Constructor for class org.apache.sysds.runtime.frame.data.columns.DoubleArray
- doubleArrayCost(long) - Static method in class org.apache.sysds.utils.MemoryEstimates
-
Get the worst case memory usage of an array of doubles.
- DoubleBufferingOutputStream - Class in org.apache.sysds.runtime.util
- DoubleBufferingOutputStream(OutputStream) - Constructor for class org.apache.sysds.runtime.util.DoubleBufferingOutputStream
- DoubleBufferingOutputStream(OutputStream, int, int) - Constructor for class org.apache.sysds.runtime.util.DoubleBufferingOutputStream
- DoubleCountHashMap - Class in org.apache.sysds.runtime.compress.utils
- DoubleCountHashMap() - Constructor for class org.apache.sysds.runtime.compress.utils.DoubleCountHashMap
- DoubleCountHashMap(int) - Constructor for class org.apache.sysds.runtime.compress.utils.DoubleCountHashMap
- DoubleIdentifier - Class in org.apache.sysds.parser
- DoubleIdentifier(double) - Constructor for class org.apache.sysds.parser.DoubleIdentifier
- DoubleIdentifier(double, ParseInfo) - Constructor for class org.apache.sysds.parser.DoubleIdentifier
- DoubleIdentifier(ParserRuleContext, double, String) - Constructor for class org.apache.sysds.parser.DoubleIdentifier
- DoubleIdentifier(DoubleIdentifier, ParseInfo) - Constructor for class org.apache.sysds.parser.DoubleIdentifier
- DoubleIntListHashMap - Class in org.apache.sysds.runtime.compress.utils
-
This class provides a memory-efficient replacement for
HashMap<Double,IntArrayList>for restricted use cases. - DoubleIntListHashMap() - Constructor for class org.apache.sysds.runtime.compress.utils.DoubleIntListHashMap
- DoubleIntListHashMap(int) - Constructor for class org.apache.sysds.runtime.compress.utils.DoubleIntListHashMap
- DoubleIntListHashMap.DIListEntry - Class in org.apache.sysds.runtime.compress.utils
- doubleMatrixToMatrixObject(String, double[][]) - Static method in class org.apache.sysds.api.mlcontext.MLContextConversionUtil
-
Convert a two-dimensional double array to a
MatrixObject. - doubleMatrixToMatrixObject(String, double[][], MatrixMetadata) - Static method in class org.apache.sysds.api.mlcontext.MLContextConversionUtil
-
Convert a two-dimensional double array to a
MatrixObject. - DoubleObject - Class in org.apache.sysds.runtime.instructions.cp
- DoubleObject(double) - Constructor for class org.apache.sysds.runtime.instructions.cp.DoubleObject
- DoubleParser - Interface in org.apache.sysds.utils
-
A fast double parser inspired from https://github.com/wrandelshofer/FastDoubleParser
- DoubleParser.UInt128 - Class in org.apache.sysds.utils
- DoublePrecision() - Constructor for class org.apache.sysds.runtime.instructions.gpu.SpoofCUDAInstruction.DoublePrecision
- DoublePrecisionCudaSupportFunctions - Class in org.apache.sysds.runtime.matrix.data
- DoublePrecisionCudaSupportFunctions() - Constructor for class org.apache.sysds.runtime.matrix.data.DoublePrecisionCudaSupportFunctions
- doubleToObject(Types.ValueType, double) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- doubleToObject(Types.ValueType, double, boolean) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- DRB - org.apache.sysds.runtime.data.DenseBlock.Type
- DRIVER - org.apache.sysds.api.mlcontext.MLContext.ExecutionType
- DRIVER_AND_HADOOP - org.apache.sysds.api.mlcontext.MLContext.ExecutionType
- DRIVER_AND_SPARK - org.apache.sysds.api.mlcontext.MLContext.ExecutionType
- driverInformationBlockAddress - Variable in class org.apache.sysds.runtime.io.hdf5.H5Superblock
- driverInstance - Variable in class org.apache.sysds.resource.enumeration.EnumerationUtils.ConfigurationPoint
- DRLocalScheme - Class in org.apache.sysds.runtime.controlprogram.paramserv.dp
-
Data partitioner Disjoint_Random: for each worker, use a permutation multiply P[beg:end,] %*% X, where P is constructed for example with P=table(seq(1,nrow(X)),sample(nrow(X), nrow(X))), i.e., sampling without replacement to ensure disjointness.
- DRLocalScheme() - Constructor for class org.apache.sysds.runtime.controlprogram.paramserv.dp.DRLocalScheme
- DROP_INVALID_LENGTH - org.apache.sysds.common.Builtins
- DROP_INVALID_LENGTH - org.apache.sysds.common.Types.OpOp2
- DROP_INVALID_LENGTH - org.apache.sysds.runtime.functionobjects.Builtin.BuiltinCode
- DROP_INVALID_TYPE - org.apache.sysds.common.Builtins
- DROP_INVALID_TYPE - org.apache.sysds.common.Types.OpOp2
- DROP_INVALID_TYPE - org.apache.sysds.runtime.functionobjects.Builtin.BuiltinCode
- dropAlternativePlan(CPlanMemoTable, CPlanMemoTable.MemoTableEntry, CPlanMemoTable.MemoTableEntry) - Static method in class org.apache.sysds.hops.codegen.template.TemplateOuterProduct
- DROPINVALIDLENGTH - org.apache.sysds.common.Opcodes
- dropInvalidType(FrameBlock) - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
-
Drop the cell value which does not confirms to the data type of its column
- DROPINVALIDTYPE - org.apache.sysds.common.Opcodes
- dropLastRowsOrColumns(Types.CorrectionLocationType) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- dropLastRowsOrColumns(Types.CorrectionLocationType) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- DRRLocalScheme - Class in org.apache.sysds.runtime.controlprogram.paramserv.dp
-
Disjoint_Round_Robin data partitioner: for each worker, use a permutation multiply or simpler a removeEmpty such as removeEmpty (target=X, margin=rows, select=(seq(1,nrow(X))%%k)==id)
- DRRLocalScheme() - Constructor for class org.apache.sysds.runtime.controlprogram.paramserv.dp.DRRLocalScheme
- DRRSparkScheme - Class in org.apache.sysds.runtime.controlprogram.paramserv.dp
-
Spark Disjoint_Round_Robin data partitioner:
- DRSparkScheme - Class in org.apache.sysds.runtime.controlprogram.paramserv.dp
-
Spark data partitioner Disjoint_Random: For the current row block, find all the shifted place for each row (WorkerID => (row block ID, matrix)
- Dummycode - org.apache.sysds.runtime.transform.decode.DecoderFactory.DecoderType
- Dummycode - org.apache.sysds.runtime.transform.encode.ColumnEncoder.EncoderType
- DUMMYCODE - org.apache.sysds.runtime.transform.TfUtils.TfMethod
- duration - Variable in class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.HeavyHitterModel
- dxDesc - Variable in class org.apache.sysds.runtime.matrix.data.LibMatrixCuDNNPoolingDescriptors
- dyDesc - Variable in class org.apache.sysds.runtime.matrix.data.LibMatrixCuDNNPoolingDescriptors
E
- EAGER_CUDA_FREE - Static variable in class org.apache.sysds.api.DMLScript
- EAGER_CUDA_FREE - Static variable in class org.apache.sysds.conf.DMLConfig
- EBS_DEFAULT_ROOT_SIZE_EC2 - Static variable in class org.apache.sysds.resource.CloudUtils
- EBS_DEFAULT_ROOT_SIZE_EMR - Static variable in class org.apache.sysds.resource.CloudUtils
- EC_BEGIN - Static variable in class org.apache.sysds.runtime.util.ProgramConverter
- EC_END - Static variable in class org.apache.sysds.runtime.util.ProgramConverter
- EC2_REGEX - Static variable in class org.apache.sysds.resource.CloudUtils
- EIGEN - org.apache.sysds.common.Builtins
- EIGEN - org.apache.sysds.common.Opcodes
- EIGEN - org.apache.sysds.common.Types.OpOp1
- ELEMENT_DELIM - Static variable in class org.apache.sysds.runtime.util.ProgramConverter
- ELEMENT_DELIM2 - Static variable in class org.apache.sysds.runtime.util.ProgramConverter
- eliminateCommonSubexpressions(CNodeTpl) - Method in class org.apache.sysds.hops.codegen.template.CPlanCSERewriter
- elseBody - Variable in class org.apache.sysds.parser.dml.DmlParser.IfStatementContext
- EMA - org.apache.sysds.common.Builtins
- EMAUtils - Class in org.apache.sysds.runtime.util
- EMAUtils() - Constructor for class org.apache.sysds.runtime.util.EMAUtils
- EMPTY - org.apache.sysds.runtime.compress.colgroup.AColGroup.CompressionType
- EMPTY - org.apache.sysds.runtime.compress.colgroup.offset.OffsetFactory.OFF_TYPE_SPECIALIZATIONS
- EMPTY - org.apache.sysds.runtime.controlprogram.caching.CacheableData.CacheStatus
- EMPTY - Static variable in class org.apache.sysds.runtime.util.ProgramConverter
- EMPTY_BLOCK - org.apache.sysds.common.Types.BlockType
- EMPTY_TEXT_LINE - Static variable in class org.apache.sysds.runtime.io.IOUtilFunctions
- EMPTY_TOKEN - Static variable in class org.apache.sysds.runtime.transform.tokenize.Token
- EmptyEncoding - Class in org.apache.sysds.runtime.compress.estim.encoding
-
Empty encoding for cases where the entire group of columns is zero
- EmptyEncoding() - Constructor for class org.apache.sysds.runtime.compress.estim.encoding.EmptyEncoding
- emptyMatrixMult(MatrixBlock, MatrixBlock, MatrixBlock) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixMult
- EmptyScheme - Class in org.apache.sysds.runtime.compress.colgroup.scheme
- EmptyScheme(IColIndex) - Constructor for class org.apache.sysds.runtime.compress.colgroup.scheme.EmptyScheme
- enableCaching() - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- enableCleanup(boolean) - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
-
Enables or disables the cleanup of the associated data object on clearData().
- enableCleanup(boolean) - Method in class org.apache.sysds.runtime.instructions.cp.ListObject
-
Sets the cleanupFlag values recursively for every element of type CacheableData in the list and in its sublists to the provided flag value.
- enableCleanup(Queue<Boolean>) - Method in class org.apache.sysds.runtime.instructions.cp.ListObject
-
Sets the cleanupFlag values recursively for every element of type CacheableData in the list and in its sublists to the provided values in flags.
- enableColocatedPartitionedMatrix(String) - Method in class org.apache.sysds.runtime.controlprogram.ParForProgramBlock
- enableFunctionRecompile(String, String...) - Method in class org.apache.sysds.api.jmlc.PreparedScript
-
Enables function recompilation, selectively for the given functions.
- enableNative - Variable in class org.apache.sysds.runtime.matrix.data.DnnParameters
- enableUMM() - Static method in class org.apache.sysds.hops.OptimizerUtils
-
Enable unified memory manager and initialize with the default size (85%).
- encode(CacheBlock<?>) - Method in class org.apache.sysds.runtime.transform.encode.MultiColumnEncoder
- encode(CacheBlock<?>, boolean) - Method in class org.apache.sysds.runtime.transform.encode.MultiColumnEncoder
- encode(CacheBlock<?>, int) - Method in class org.apache.sysds.runtime.transform.encode.MultiColumnEncoder
- encode(CacheBlock<?>, int, boolean) - Method in class org.apache.sysds.runtime.transform.encode.MultiColumnEncoder
- encode(FrameBlock, MatrixBlock) - Method in class org.apache.sysds.runtime.transform.encode.EncoderMVImpute
- encode(FrameBlock, MatrixBlock) - Method in class org.apache.sysds.runtime.transform.encode.EncoderOmit
- encode(FrameBlock, MatrixBlock) - Method in class org.apache.sysds.runtime.transform.encode.LegacyEncoder
-
Block encode: build and apply (transform encode).
- encode(MatrixBlock) - Method in class org.apache.sysds.runtime.compress.colgroup.scheme.ACLAScheme
- encode(MatrixBlock) - Method in class org.apache.sysds.runtime.compress.colgroup.scheme.CompressionScheme
-
Encode the given matrix block, it is assumed that the given MatrixBlock already fit the current scheme.
- encode(MatrixBlock) - Method in interface org.apache.sysds.runtime.compress.colgroup.scheme.ICLAScheme
-
Encode the given matrix block into the scheme provided in the instance.
- encode(MatrixBlock) - Method in interface org.apache.sysds.runtime.compress.plan.IPlanEncode
-
Encode a given matrix block subject to the plan given, while erroring out in case of breaking compression
- encode(MatrixBlock) - Method in class org.apache.sysds.runtime.compress.plan.NaivePlanEncode
- encode(MatrixBlock, int) - Method in class org.apache.sysds.runtime.compress.colgroup.scheme.CompressionScheme
-
Encode the given matrix block, it is assumed that the given MatrixBlock already fit the current scheme.
- encode(MatrixBlock, IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.scheme.ACLAScheme
- encode(MatrixBlock, IColIndex) - Method in interface org.apache.sysds.runtime.compress.colgroup.scheme.ICLAScheme
-
Encode a given matrix block into the scheme provided in the instance but overwrite what columns to use.
- encode(MultiColumnEncoder, FrameBlock, int) - Static method in class org.apache.sysds.runtime.transform.encode.CompressedEncode
- encodeFederatedFrames(FederationMap, MultiColumnEncoder, MatrixObject) - Static method in class org.apache.sysds.runtime.instructions.fed.MultiReturnParameterizedBuiltinFEDInstruction
- Encoder - Interface in org.apache.sysds.runtime.transform.encode
- encodeRawString(String) - Static method in class org.apache.sysds.runtime.util.DMVUtils
- EncoderFactory - Interface in org.apache.sysds.runtime.transform.encode
- EncoderMVImpute - Class in org.apache.sysds.runtime.transform.encode
- EncoderMVImpute() - Constructor for class org.apache.sysds.runtime.transform.encode.EncoderMVImpute
- EncoderMVImpute(int[], EncoderMVImpute.MVMethod[], String[], KahanObject[], long[], List<Integer>, int) - Constructor for class org.apache.sysds.runtime.transform.encode.EncoderMVImpute
- EncoderMVImpute(JSONObject, String[], int, int, int) - Constructor for class org.apache.sysds.runtime.transform.encode.EncoderMVImpute
- EncoderMVImpute.MVMethod - Enum in org.apache.sysds.runtime.transform.encode
- EncoderOmit - Class in org.apache.sysds.runtime.transform.encode
- EncoderOmit() - Constructor for class org.apache.sysds.runtime.transform.encode.EncoderOmit
- EncoderOmit(boolean) - Constructor for class org.apache.sysds.runtime.transform.encode.EncoderOmit
- EncoderOmit(int[], int) - Constructor for class org.apache.sysds.runtime.transform.encode.EncoderOmit
- EncoderOmit(JSONObject, String[], int, int, int) - Constructor for class org.apache.sysds.runtime.transform.encode.EncoderOmit
- encodeT(MatrixBlock) - Method in class org.apache.sysds.runtime.compress.colgroup.scheme.ACLAScheme
- encodeT(MatrixBlock) - Method in interface org.apache.sysds.runtime.compress.colgroup.scheme.ICLAScheme
-
Encode the given matrix block into the scheme provided in the instance, the input data is transposed The method is unsafe in the sense that if the encoding scheme does not fit, there is no guarantee that an error is thrown.
- encodeT(MatrixBlock, IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.scheme.ACLAScheme
- encodeT(MatrixBlock, IColIndex) - Method in interface org.apache.sysds.runtime.compress.colgroup.scheme.ICLAScheme
-
Encode a given matrix block into the scheme provided in the instance but overwrite what columns to use.
- EncodingFactory - Interface in org.apache.sysds.runtime.compress.estim.encoding
- encodingStep(long, long, long) - Static method in class org.apache.sysds.utils.stats.FederatedCompressionStatistics
- encrypt(long, double[]) - Static method in class org.apache.sysds.runtime.controlprogram.paramserv.NativeHEHelper
-
encrypts data with public key stored in client setPublicKey() must have been called before calling this
- encrypt(MatrixObject) - Method in class org.apache.sysds.runtime.controlprogram.paramserv.homomorphicEncryption.SEALClient
-
encrypts one block of data with public key stored statically and returns it setPublicKey() must have been called before calling this
- Encrypted - Class in org.apache.sysds.runtime.instructions.cp
-
This class abstracts over an encrypted data.
- Encrypted(int[], DataCharacteristics, byte[], Types.DataType) - Constructor for class org.apache.sysds.runtime.instructions.cp.Encrypted
- ENCRYPTED_CIPHER - org.apache.sysds.common.Types.DataType
- ENCRYPTED_PLAIN - org.apache.sysds.common.Types.DataType
- END - org.apache.sysds.runtime.iogen.MappingTrieNode.Type
- end_indexes_h - Variable in class org.apache.sysds.runtime.matrix.data.DnnParameters
- end_indexes_w - Variable in class org.apache.sysds.runtime.matrix.data.DnnParameters
- endOfFileAddress - Variable in class org.apache.sysds.runtime.io.hdf5.H5Superblock
- endTime - Variable in class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.EventStageModel
- endWithValueString() - Method in class org.apache.sysds.runtime.iogen.ColIndexStructure
- endWithValueString() - Method in class org.apache.sysds.runtime.iogen.RowIndexStructure
- endWithValueStrings() - Method in class org.apache.sysds.runtime.iogen.ColIndexStructure
- endWithValueStrings() - Method in class org.apache.sysds.runtime.iogen.CustomProperties
- endWithValueStrings() - Method in class org.apache.sysds.runtime.iogen.RowIndexStructure
- enqueueTask(T) - Method in class org.apache.sysds.runtime.controlprogram.parfor.LocalTaskQueue
-
Synchronized insert of a new task to the end of the FIFO queue.
- ensureAllocatedColumns(int) - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
-
Allocate column data structures if necessary, i.e., if schema specified but not all column data structures created yet.
- ensureColumnCompatibility(int) - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
-
Checks for matching column sizes in case of existing columns.
- ensureComputeCapability() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUContext
-
Makes sure that GPU that SystemDS is trying to use has the minimum compute capability needed.
- enterAccumulatorAssignmentStatement(DmlParser.AccumulatorAssignmentStatementContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by the
AccumulatorAssignmentStatementlabeled alternative inDmlParser.statement(). - enterAccumulatorAssignmentStatement(DmlParser.AccumulatorAssignmentStatementContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by the
AccumulatorAssignmentStatementlabeled alternative inDmlParser.statement(). - enterAccumulatorAssignmentStatement(DmlParser.AccumulatorAssignmentStatementContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterAccumulatorAssignmentStatement(DmlParser.AccumulatorAssignmentStatementContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterAddSubExpression(DmlParser.AddSubExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by the
AddSubExpressionlabeled alternative inDmlParser.expression(). - enterAddSubExpression(DmlParser.AddSubExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by the
AddSubExpressionlabeled alternative inDmlParser.expression(). - enterAddSubExpression(DmlParser.AddSubExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterAddSubExpression(DmlParser.AddSubExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterAssignmentStatement(DmlParser.AssignmentStatementContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by the
AssignmentStatementlabeled alternative inDmlParser.statement(). - enterAssignmentStatement(DmlParser.AssignmentStatementContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by the
AssignmentStatementlabeled alternative inDmlParser.statement(). - enterAssignmentStatement(DmlParser.AssignmentStatementContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterAssignmentStatement(DmlParser.AssignmentStatementContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterAtomicExpression(DmlParser.AtomicExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by the
AtomicExpressionlabeled alternative inDmlParser.expression(). - enterAtomicExpression(DmlParser.AtomicExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by the
AtomicExpressionlabeled alternative inDmlParser.expression(). - enterAtomicExpression(DmlParser.AtomicExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterAtomicExpression(DmlParser.AtomicExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterBooleanAndExpression(DmlParser.BooleanAndExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by the
BooleanAndExpressionlabeled alternative inDmlParser.expression(). - enterBooleanAndExpression(DmlParser.BooleanAndExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by the
BooleanAndExpressionlabeled alternative inDmlParser.expression(). - enterBooleanAndExpression(DmlParser.BooleanAndExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterBooleanAndExpression(DmlParser.BooleanAndExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterBooleanNotExpression(DmlParser.BooleanNotExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by the
BooleanNotExpressionlabeled alternative inDmlParser.expression(). - enterBooleanNotExpression(DmlParser.BooleanNotExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by the
BooleanNotExpressionlabeled alternative inDmlParser.expression(). - enterBooleanNotExpression(DmlParser.BooleanNotExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterBooleanNotExpression(DmlParser.BooleanNotExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterBooleanOrExpression(DmlParser.BooleanOrExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by the
BooleanOrExpressionlabeled alternative inDmlParser.expression(). - enterBooleanOrExpression(DmlParser.BooleanOrExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by the
BooleanOrExpressionlabeled alternative inDmlParser.expression(). - enterBooleanOrExpression(DmlParser.BooleanOrExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterBooleanOrExpression(DmlParser.BooleanOrExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterBuiltinFunctionExpression(DmlParser.BuiltinFunctionExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by the
BuiltinFunctionExpressionlabeled alternative inDmlParser.expression(). - enterBuiltinFunctionExpression(DmlParser.BuiltinFunctionExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by the
BuiltinFunctionExpressionlabeled alternative inDmlParser.expression(). - enterBuiltinFunctionExpression(DmlParser.BuiltinFunctionExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterBuiltinFunctionExpression(DmlParser.BuiltinFunctionExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterCommandlineParamExpression(DmlParser.CommandlineParamExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by the
CommandlineParamExpressionlabeled alternative inDmlParser.dataIdentifier(). - enterCommandlineParamExpression(DmlParser.CommandlineParamExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by the
CommandlineParamExpressionlabeled alternative inDmlParser.dataIdentifier(). - enterCommandlineParamExpression(DmlParser.CommandlineParamExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterCommandlineParamExpression(DmlParser.CommandlineParamExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterCommandlinePositionExpression(DmlParser.CommandlinePositionExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by the
CommandlinePositionExpressionlabeled alternative inDmlParser.dataIdentifier(). - enterCommandlinePositionExpression(DmlParser.CommandlinePositionExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by the
CommandlinePositionExpressionlabeled alternative inDmlParser.dataIdentifier(). - enterCommandlinePositionExpression(DmlParser.CommandlinePositionExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterCommandlinePositionExpression(DmlParser.CommandlinePositionExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterConstDoubleIdExpression(DmlParser.ConstDoubleIdExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by the
ConstDoubleIdExpressionlabeled alternative inDmlParser.expression(). - enterConstDoubleIdExpression(DmlParser.ConstDoubleIdExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by the
ConstDoubleIdExpressionlabeled alternative inDmlParser.expression(). - enterConstDoubleIdExpression(DmlParser.ConstDoubleIdExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterConstDoubleIdExpression(DmlParser.ConstDoubleIdExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterConstFalseExpression(DmlParser.ConstFalseExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by the
ConstFalseExpressionlabeled alternative inDmlParser.expression(). - enterConstFalseExpression(DmlParser.ConstFalseExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by the
ConstFalseExpressionlabeled alternative inDmlParser.expression(). - enterConstFalseExpression(DmlParser.ConstFalseExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterConstFalseExpression(DmlParser.ConstFalseExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterConstIntIdExpression(DmlParser.ConstIntIdExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by the
ConstIntIdExpressionlabeled alternative inDmlParser.expression(). - enterConstIntIdExpression(DmlParser.ConstIntIdExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by the
ConstIntIdExpressionlabeled alternative inDmlParser.expression(). - enterConstIntIdExpression(DmlParser.ConstIntIdExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterConstIntIdExpression(DmlParser.ConstIntIdExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterConstStringIdExpression(DmlParser.ConstStringIdExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by the
ConstStringIdExpressionlabeled alternative inDmlParser.expression(). - enterConstStringIdExpression(DmlParser.ConstStringIdExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by the
ConstStringIdExpressionlabeled alternative inDmlParser.expression(). - enterConstStringIdExpression(DmlParser.ConstStringIdExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterConstStringIdExpression(DmlParser.ConstStringIdExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterConstTrueExpression(DmlParser.ConstTrueExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by the
ConstTrueExpressionlabeled alternative inDmlParser.expression(). - enterConstTrueExpression(DmlParser.ConstTrueExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by the
ConstTrueExpressionlabeled alternative inDmlParser.expression(). - enterConstTrueExpression(DmlParser.ConstTrueExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterConstTrueExpression(DmlParser.ConstTrueExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterDataIdExpression(DmlParser.DataIdExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by the
DataIdExpressionlabeled alternative inDmlParser.expression(). - enterDataIdExpression(DmlParser.DataIdExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by the
DataIdExpressionlabeled alternative inDmlParser.expression(). - enterDataIdExpression(DmlParser.DataIdExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterDataIdExpression(DmlParser.DataIdExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterEveryRule(ParserRuleContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
- enterEveryRule(ParserRuleContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterEveryRule(ParserRuleContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterExternalFunctionDefExpression(DmlParser.ExternalFunctionDefExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by the
ExternalFunctionDefExpressionlabeled alternative inDmlParser.functionStatement(). - enterExternalFunctionDefExpression(DmlParser.ExternalFunctionDefExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by the
ExternalFunctionDefExpressionlabeled alternative inDmlParser.functionStatement(). - enterExternalFunctionDefExpression(DmlParser.ExternalFunctionDefExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterExternalFunctionDefExpression(DmlParser.ExternalFunctionDefExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterForStatement(DmlParser.ForStatementContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by the
ForStatementlabeled alternative inDmlParser.statement(). - enterForStatement(DmlParser.ForStatementContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by the
ForStatementlabeled alternative inDmlParser.statement(). - enterForStatement(DmlParser.ForStatementContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterForStatement(DmlParser.ForStatementContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterFunctionCallAssignmentStatement(DmlParser.FunctionCallAssignmentStatementContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by the
FunctionCallAssignmentStatementlabeled alternative inDmlParser.statement(). - enterFunctionCallAssignmentStatement(DmlParser.FunctionCallAssignmentStatementContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by the
FunctionCallAssignmentStatementlabeled alternative inDmlParser.statement(). - enterFunctionCallAssignmentStatement(DmlParser.FunctionCallAssignmentStatementContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterFunctionCallAssignmentStatement(DmlParser.FunctionCallAssignmentStatementContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterFunctionCallMultiAssignmentStatement(DmlParser.FunctionCallMultiAssignmentStatementContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by the
FunctionCallMultiAssignmentStatementlabeled alternative inDmlParser.statement(). - enterFunctionCallMultiAssignmentStatement(DmlParser.FunctionCallMultiAssignmentStatementContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by the
FunctionCallMultiAssignmentStatementlabeled alternative inDmlParser.statement(). - enterFunctionCallMultiAssignmentStatement(DmlParser.FunctionCallMultiAssignmentStatementContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterFunctionCallMultiAssignmentStatement(DmlParser.FunctionCallMultiAssignmentStatementContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterIfdefAssignmentStatement(DmlParser.IfdefAssignmentStatementContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by the
IfdefAssignmentStatementlabeled alternative inDmlParser.statement(). - enterIfdefAssignmentStatement(DmlParser.IfdefAssignmentStatementContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by the
IfdefAssignmentStatementlabeled alternative inDmlParser.statement(). - enterIfdefAssignmentStatement(DmlParser.IfdefAssignmentStatementContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterIfdefAssignmentStatement(DmlParser.IfdefAssignmentStatementContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterIfStatement(DmlParser.IfStatementContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by the
IfStatementlabeled alternative inDmlParser.statement(). - enterIfStatement(DmlParser.IfStatementContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by the
IfStatementlabeled alternative inDmlParser.statement(). - enterIfStatement(DmlParser.IfStatementContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterIfStatement(DmlParser.IfStatementContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterImportStatement(DmlParser.ImportStatementContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by the
ImportStatementlabeled alternative inDmlParser.statement(). - enterImportStatement(DmlParser.ImportStatementContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by the
ImportStatementlabeled alternative inDmlParser.statement(). - enterImportStatement(DmlParser.ImportStatementContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterImportStatement(DmlParser.ImportStatementContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterIndexedExpression(DmlParser.IndexedExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by the
IndexedExpressionlabeled alternative inDmlParser.dataIdentifier(). - enterIndexedExpression(DmlParser.IndexedExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by the
IndexedExpressionlabeled alternative inDmlParser.dataIdentifier(). - enterIndexedExpression(DmlParser.IndexedExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterIndexedExpression(DmlParser.IndexedExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterInternalFunctionDefExpression(DmlParser.InternalFunctionDefExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by the
InternalFunctionDefExpressionlabeled alternative inDmlParser.functionStatement(). - enterInternalFunctionDefExpression(DmlParser.InternalFunctionDefExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by the
InternalFunctionDefExpressionlabeled alternative inDmlParser.functionStatement(). - enterInternalFunctionDefExpression(DmlParser.InternalFunctionDefExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterInternalFunctionDefExpression(DmlParser.InternalFunctionDefExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterIterablePredicateColonExpression(DmlParser.IterablePredicateColonExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by the
IterablePredicateColonExpressionlabeled alternative inDmlParser.iterablePredicate(). - enterIterablePredicateColonExpression(DmlParser.IterablePredicateColonExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by the
IterablePredicateColonExpressionlabeled alternative inDmlParser.iterablePredicate(). - enterIterablePredicateColonExpression(DmlParser.IterablePredicateColonExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterIterablePredicateColonExpression(DmlParser.IterablePredicateColonExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterIterablePredicateSeqExpression(DmlParser.IterablePredicateSeqExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by the
IterablePredicateSeqExpressionlabeled alternative inDmlParser.iterablePredicate(). - enterIterablePredicateSeqExpression(DmlParser.IterablePredicateSeqExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by the
IterablePredicateSeqExpressionlabeled alternative inDmlParser.iterablePredicate(). - enterIterablePredicateSeqExpression(DmlParser.IterablePredicateSeqExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterIterablePredicateSeqExpression(DmlParser.IterablePredicateSeqExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterMatrixDataTypeCheck(DmlParser.MatrixDataTypeCheckContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by the
MatrixDataTypeChecklabeled alternative inDmlParser.dataType(). - enterMatrixDataTypeCheck(DmlParser.MatrixDataTypeCheckContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by the
MatrixDataTypeChecklabeled alternative inDmlParser.dataType(). - enterMatrixDataTypeCheck(DmlParser.MatrixDataTypeCheckContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterMatrixDataTypeCheck(DmlParser.MatrixDataTypeCheckContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterMatrixMulExpression(DmlParser.MatrixMulExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by the
MatrixMulExpressionlabeled alternative inDmlParser.expression(). - enterMatrixMulExpression(DmlParser.MatrixMulExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by the
MatrixMulExpressionlabeled alternative inDmlParser.expression(). - enterMatrixMulExpression(DmlParser.MatrixMulExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterMatrixMulExpression(DmlParser.MatrixMulExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterMl_type(DmlParser.Ml_typeContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by
DmlParser.ml_type(). - enterMl_type(DmlParser.Ml_typeContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by
DmlParser.ml_type(). - enterMl_type(DmlParser.Ml_typeContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterMl_type(DmlParser.Ml_typeContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterModIntDivExpression(DmlParser.ModIntDivExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by the
ModIntDivExpressionlabeled alternative inDmlParser.expression(). - enterModIntDivExpression(DmlParser.ModIntDivExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by the
ModIntDivExpressionlabeled alternative inDmlParser.expression(). - enterModIntDivExpression(DmlParser.ModIntDivExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterModIntDivExpression(DmlParser.ModIntDivExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterMultDivExpression(DmlParser.MultDivExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by the
MultDivExpressionlabeled alternative inDmlParser.expression(). - enterMultDivExpression(DmlParser.MultDivExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by the
MultDivExpressionlabeled alternative inDmlParser.expression(). - enterMultDivExpression(DmlParser.MultDivExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterMultDivExpression(DmlParser.MultDivExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterMultiIdExpression(DmlParser.MultiIdExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by the
MultiIdExpressionlabeled alternative inDmlParser.expression(). - enterMultiIdExpression(DmlParser.MultiIdExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by the
MultiIdExpressionlabeled alternative inDmlParser.expression(). - enterMultiIdExpression(DmlParser.MultiIdExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterMultiIdExpression(DmlParser.MultiIdExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterParameterizedExpression(DmlParser.ParameterizedExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by
DmlParser.parameterizedExpression(). - enterParameterizedExpression(DmlParser.ParameterizedExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by
DmlParser.parameterizedExpression(). - enterParameterizedExpression(DmlParser.ParameterizedExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterParameterizedExpression(DmlParser.ParameterizedExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterParForStatement(DmlParser.ParForStatementContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by the
ParForStatementlabeled alternative inDmlParser.statement(). - enterParForStatement(DmlParser.ParForStatementContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by the
ParForStatementlabeled alternative inDmlParser.statement(). - enterParForStatement(DmlParser.ParForStatementContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterParForStatement(DmlParser.ParForStatementContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterPathStatement(DmlParser.PathStatementContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by the
PathStatementlabeled alternative inDmlParser.statement(). - enterPathStatement(DmlParser.PathStatementContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by the
PathStatementlabeled alternative inDmlParser.statement(). - enterPathStatement(DmlParser.PathStatementContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterPathStatement(DmlParser.PathStatementContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterPowerExpression(DmlParser.PowerExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by the
PowerExpressionlabeled alternative inDmlParser.expression(). - enterPowerExpression(DmlParser.PowerExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by the
PowerExpressionlabeled alternative inDmlParser.expression(). - enterPowerExpression(DmlParser.PowerExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterPowerExpression(DmlParser.PowerExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterProgramroot(DmlParser.ProgramrootContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by
DmlParser.programroot(). - enterProgramroot(DmlParser.ProgramrootContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by
DmlParser.programroot(). - enterProgramroot(DmlParser.ProgramrootContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterProgramroot(DmlParser.ProgramrootContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterRelationalExpression(DmlParser.RelationalExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by the
RelationalExpressionlabeled alternative inDmlParser.expression(). - enterRelationalExpression(DmlParser.RelationalExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by the
RelationalExpressionlabeled alternative inDmlParser.expression(). - enterRelationalExpression(DmlParser.RelationalExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterRelationalExpression(DmlParser.RelationalExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.AccumulatorAssignmentStatementContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.AddSubExpressionContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.AssignmentStatementContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.AtomicExpressionContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.BooleanAndExpressionContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.BooleanNotExpressionContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.BooleanOrExpressionContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.BuiltinFunctionExpressionContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.CommandlineParamExpressionContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.CommandlinePositionExpressionContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.ConstDoubleIdExpressionContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.ConstFalseExpressionContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.ConstIntIdExpressionContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.ConstStringIdExpressionContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.ConstTrueExpressionContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.DataIdExpressionContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.ExternalFunctionDefExpressionContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.ForStatementContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.FunctionCallAssignmentStatementContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.FunctionCallMultiAssignmentStatementContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.IfdefAssignmentStatementContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.IfStatementContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.ImportStatementContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.IndexedExpressionContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.InternalFunctionDefExpressionContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.IterablePredicateColonExpressionContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.IterablePredicateSeqExpressionContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.MatrixDataTypeCheckContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.MatrixMulExpressionContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.Ml_typeContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.ModIntDivExpressionContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.MultDivExpressionContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.MultiIdExpressionContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.ParameterizedExpressionContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.ParForStatementContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.PathStatementContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.PowerExpressionContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.ProgramrootContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.RelationalExpressionContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.SimpleDataIdentifierExpressionContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.StrictParameterizedExpressionContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.StrictParameterizedKeyValueStringContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.TypedArgAssignContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.TypedArgNoAssignContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.UnaryExpressionContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.ValueTypeContext
- enterRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.WhileStatementContext
- enterSimpleDataIdentifierExpression(DmlParser.SimpleDataIdentifierExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by the
SimpleDataIdentifierExpressionlabeled alternative inDmlParser.dataIdentifier(). - enterSimpleDataIdentifierExpression(DmlParser.SimpleDataIdentifierExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by the
SimpleDataIdentifierExpressionlabeled alternative inDmlParser.dataIdentifier(). - enterSimpleDataIdentifierExpression(DmlParser.SimpleDataIdentifierExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterSimpleDataIdentifierExpression(DmlParser.SimpleDataIdentifierExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterStrictParameterizedExpression(DmlParser.StrictParameterizedExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by
DmlParser.strictParameterizedExpression(). - enterStrictParameterizedExpression(DmlParser.StrictParameterizedExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by
DmlParser.strictParameterizedExpression(). - enterStrictParameterizedExpression(DmlParser.StrictParameterizedExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterStrictParameterizedExpression(DmlParser.StrictParameterizedExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterStrictParameterizedKeyValueString(DmlParser.StrictParameterizedKeyValueStringContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by
DmlParser.strictParameterizedKeyValueString(). - enterStrictParameterizedKeyValueString(DmlParser.StrictParameterizedKeyValueStringContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by
DmlParser.strictParameterizedKeyValueString(). - enterStrictParameterizedKeyValueString(DmlParser.StrictParameterizedKeyValueStringContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterStrictParameterizedKeyValueString(DmlParser.StrictParameterizedKeyValueStringContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterTypedArgAssign(DmlParser.TypedArgAssignContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by
DmlParser.typedArgAssign(). - enterTypedArgAssign(DmlParser.TypedArgAssignContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by
DmlParser.typedArgAssign(). - enterTypedArgAssign(DmlParser.TypedArgAssignContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterTypedArgAssign(DmlParser.TypedArgAssignContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterTypedArgNoAssign(DmlParser.TypedArgNoAssignContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by
DmlParser.typedArgNoAssign(). - enterTypedArgNoAssign(DmlParser.TypedArgNoAssignContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by
DmlParser.typedArgNoAssign(). - enterTypedArgNoAssign(DmlParser.TypedArgNoAssignContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterTypedArgNoAssign(DmlParser.TypedArgNoAssignContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterUnaryExpression(DmlParser.UnaryExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by the
UnaryExpressionlabeled alternative inDmlParser.expression(). - enterUnaryExpression(DmlParser.UnaryExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by the
UnaryExpressionlabeled alternative inDmlParser.expression(). - enterUnaryExpression(DmlParser.UnaryExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterUnaryExpression(DmlParser.UnaryExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterValueType(DmlParser.ValueTypeContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by
DmlParser.valueType(). - enterValueType(DmlParser.ValueTypeContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by
DmlParser.valueType(). - enterValueType(DmlParser.ValueTypeContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterValueType(DmlParser.ValueTypeContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- enterWhileStatement(DmlParser.WhileStatementContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Enter a parse tree produced by the
WhileStatementlabeled alternative inDmlParser.statement(). - enterWhileStatement(DmlParser.WhileStatementContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Enter a parse tree produced by the
WhileStatementlabeled alternative inDmlParser.statement(). - enterWhileStatement(DmlParser.WhileStatementContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- enterWhileStatement(DmlParser.WhileStatementContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- ENTITY_ADDRESS_COL - Static variable in class org.apache.sysds.runtime.controlprogram.federated.monitoring.repositories.Constants
- ENTITY_CLASS_SUFFIX - Static variable in class org.apache.sysds.runtime.controlprogram.federated.monitoring.repositories.Constants
- ENTITY_DOUBLE_COL - Static variable in class org.apache.sysds.runtime.controlprogram.federated.monitoring.repositories.Constants
- ENTITY_EVENT_ID_COL - Static variable in class org.apache.sysds.runtime.controlprogram.federated.monitoring.repositories.Constants
- ENTITY_ID_COL - Static variable in class org.apache.sysds.runtime.controlprogram.federated.monitoring.repositories.Constants
- ENTITY_MONITORING_KEY_COL - Static variable in class org.apache.sysds.runtime.controlprogram.federated.monitoring.repositories.Constants
- ENTITY_NAME_COL - Static variable in class org.apache.sysds.runtime.controlprogram.federated.monitoring.repositories.Constants
- ENTITY_NUMBER_COL - Static variable in class org.apache.sysds.runtime.controlprogram.federated.monitoring.repositories.Constants
- ENTITY_STRING_COL - Static variable in class org.apache.sysds.runtime.controlprogram.federated.monitoring.repositories.Constants
- ENTITY_TIMESTAMP_COL - Static variable in class org.apache.sysds.runtime.controlprogram.federated.monitoring.repositories.Constants
- ENTITY_WORKER_ID_COL - Static variable in class org.apache.sysds.runtime.controlprogram.federated.monitoring.repositories.Constants
- entrySet() - Method in class org.apache.sysds.runtime.controlprogram.LocalVariableMap
- entrySet() - Method in class org.apache.sysds.runtime.frame.data.columns.HashMapToInt
- enumerateHopDAG(Hop, FederatedMemoTable, Map<String, List<Hop>>, Map<String, List<Hop>>, Map<String, List<Hop>>, Set<Hop>, Set<Hop>, double, boolean) - Static method in class org.apache.sysds.hops.fedplanner.FederatedPlanCostEnumerator
-
Enumerates the statement hop DAG within a statement block.
- enumerateProgram(DMLProgram, boolean) - Static method in class org.apache.sysds.hops.fedplanner.FederatedPlanCostEnumerator
-
Enumerates the entire DML program to generate federated execution plans.
- enumerateStatementBlock(StatementBlock, FederatedMemoTable, Map<String, List<Hop>>, Map<String, List<Hop>>, Set<Hop>, Set<Hop>, double, boolean) - Static method in class org.apache.sysds.hops.fedplanner.FederatedPlanCostEnumerator
-
Enumerates the statement block and updates the transient and memoization tables.
- enumerateStatementBlockBody(List<StatementBlock>, FederatedMemoTable, Map<String, List<Hop>>, Map<String, List<Hop>>, Map<String, List<Hop>>, Set<Hop>, Set<Hop>, double) - Static method in class org.apache.sysds.hops.fedplanner.FederatedPlanCostEnumerator
-
Enumerates the statement blocks within a body and updates the transient and memoization tables.
- EnumerationUtils - Class in org.apache.sysds.resource.enumeration
- EnumerationUtils() - Constructor for class org.apache.sysds.resource.enumeration.EnumerationUtils
- EnumerationUtils.ConfigurationPoint - Class in org.apache.sysds.resource.enumeration
-
Simple data structure to hold cluster configurations
- EnumerationUtils.InstanceSearchSpace - Class in org.apache.sysds.resource.enumeration
-
Data structure representing a projected search space for VM instances as node's memory mapped to further maps with the node's numbers of cores for the given memory mapped to a list of unique object of type
CloudInstancewhich have this corresponding characteristics (memory and cores). - EnumerationUtils.SolutionPoint - Class in org.apache.sysds.resource.enumeration
-
Data structure to hold all data related to cost estimation
- Enumerator - Class in org.apache.sysds.resource.enumeration
- Enumerator(Enumerator.Builder) - Constructor for class org.apache.sysds.resource.enumeration.Enumerator
- Enumerator.Builder - Class in org.apache.sysds.resource.enumeration
- Enumerator.EnumerationStrategy - Enum in org.apache.sysds.resource.enumeration
- Enumerator.OptimizationStrategy - Enum in org.apache.sysds.resource.enumeration
- EnvironmentHelper - Class in org.apache.sysds.utils
-
This class is useful in setting environment variable for loading MKL library (done by Native Helper)
- EnvironmentHelper() - Constructor for class org.apache.sysds.utils.EnvironmentHelper
- EOF() - Method in class org.apache.sysds.parser.dml.DmlParser.ProgramrootContext
- EPOCH - org.apache.sysds.parser.Statement.PSCheckpointing
- EPOCH - org.apache.sysds.parser.Statement.PSFrequency
- EPOCH10 - org.apache.sysds.parser.Statement.PSCheckpointing
- eq(double, double) - Static method in interface org.apache.sysds.runtime.compress.utils.Util
-
Nan Enabled equals operator returns true on Nan == Nan.
- EQUAL - org.apache.sysds.common.Opcodes
- EQUAL - org.apache.sysds.common.Types.OpOp2
- EQUAL - org.apache.sysds.hops.codegen.cplan.CNodeBinary.BinType
- EQUAL - org.apache.sysds.parser.Expression.RelationalOp
- equalDims(Object) - Method in class org.apache.sysds.runtime.meta.DataCharacteristics
- equalDims(Object) - Method in class org.apache.sysds.runtime.meta.MatrixCharacteristics
- equalDims(Object) - Method in class org.apache.sysds.runtime.meta.TensorCharacteristics
- equalPlanRefs(CPlanMemoTable.MemoTableEntry) - Method in class org.apache.sysds.hops.codegen.template.CPlanMemoTable.MemoTableEntry
- equals(double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- equals(double[]) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Indicate if this object is equal to the given array of doubles.
- equals(double[], int) - Method in class org.apache.sysds.runtime.data.SparseBlock
-
Get if the dense double array is equivalent to this sparse Block.
- equals(double[], int, double) - Method in class org.apache.sysds.runtime.data.SparseBlock
-
Get if the dense double array is equivalent to this sparse Block.
- equals(Object) - Method in class org.apache.sysds.hops.codegen.cplan.CNode
- equals(Object) - Method in class org.apache.sysds.hops.codegen.cplan.CNodeBinary
- equals(Object) - Method in class org.apache.sysds.hops.codegen.cplan.CNodeCell
- equals(Object) - Method in class org.apache.sysds.hops.codegen.cplan.CNodeData
- equals(Object) - Method in class org.apache.sysds.hops.codegen.cplan.CNodeMultiAgg
- equals(Object) - Method in class org.apache.sysds.hops.codegen.cplan.CNodeNary
- equals(Object) - Method in class org.apache.sysds.hops.codegen.cplan.CNodeOuterProduct
- equals(Object) - Method in class org.apache.sysds.hops.codegen.cplan.CNodeRow
- equals(Object) - Method in class org.apache.sysds.hops.codegen.cplan.CNodeTernary
- equals(Object) - Method in class org.apache.sysds.hops.codegen.cplan.CNodeTpl
- equals(Object) - Method in class org.apache.sysds.hops.codegen.cplan.CNodeUnary
- equals(Object) - Method in class org.apache.sysds.hops.codegen.opt.InterestingPoint
- equals(Object) - Method in class org.apache.sysds.hops.codegen.opt.PlanSelection.VisitMarkCost
- equals(Object) - Method in class org.apache.sysds.hops.codegen.template.CPlanMemoTable.MemoTableEntry
- equals(Object) - Method in class org.apache.sysds.hops.codegen.template.TemplateBase
- equals(Object) - Method in class org.apache.sysds.hops.ipa.FunctionCallSizeInfo
- equals(Object) - Method in class org.apache.sysds.parser.DataIdentifier
- equals(Object) - Method in class org.apache.sysds.parser.Expression
- equals(Object) - Method in class org.apache.sysds.parser.ParForStatementBlock.ResultVar
- equals(Object) - Method in class org.apache.sysds.runtime.compress.cocode.ColIndexes
- equals(Object) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- equals(Object) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
- equals(Object) - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.AColIndex
- equals(Object) - Method in interface org.apache.sysds.runtime.compress.colgroup.indexes.IColIndex
- equals(Object) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.AMapToData
- equals(Object) - Method in class org.apache.sysds.runtime.compress.colgroup.offset.AOffset
- equals(Object) - Method in class org.apache.sysds.runtime.compress.estim.encoding.AEncode
- equals(Object) - Method in interface org.apache.sysds.runtime.compress.estim.encoding.IEncode
- equals(Object) - Method in class org.apache.sysds.runtime.compress.utils.DblArray
- equals(Object) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedRange
- equals(Object) - Method in class org.apache.sysds.runtime.controlprogram.ParForProgramBlock.PartitionFormat
- equals(Object) - Method in class org.apache.sysds.runtime.data.DenseBlock
- equals(Object) - Method in class org.apache.sysds.runtime.data.SparseBlock
- equals(Object) - Method in class org.apache.sysds.runtime.data.TensorIndexes
- equals(Object) - Method in class org.apache.sysds.runtime.frame.data.columns.Array
- equals(Object) - Method in class org.apache.sysds.runtime.frame.data.columns.ColumnMetadata
- equals(Object) - Method in class org.apache.sysds.runtime.instructions.cp.CM_COV_Object
- equals(Object) - Method in class org.apache.sysds.runtime.instructions.cp.KahanObject
- equals(Object) - Method in class org.apache.sysds.runtime.instructions.spark.data.BlockPartitioner
- equals(Object) - Method in class org.apache.sysds.runtime.lineage.LineageItem
- equals(Object) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- equals(Object) - Method in class org.apache.sysds.runtime.matrix.data.MatrixCell
- equals(Object) - Method in class org.apache.sysds.runtime.matrix.data.MatrixIndexes
- equals(Object) - Method in class org.apache.sysds.runtime.matrix.data.MatrixValue.CellIndex
- equals(Object) - Method in class org.apache.sysds.runtime.matrix.data.TripleIndexes
- equals(Object) - Method in class org.apache.sysds.runtime.matrix.data.WeightedCell
- equals(Object) - Method in class org.apache.sysds.runtime.meta.DataCharacteristics
- equals(Object) - Method in class org.apache.sysds.runtime.meta.MatrixCharacteristics
- equals(Object) - Method in class org.apache.sysds.runtime.meta.MetaData
- equals(Object) - Method in class org.apache.sysds.runtime.meta.TensorCharacteristics
- equals(Object) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderComposite
- equals(Object) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderDummycode
- equals(Object) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderRecode
- equals(Object) - Method in class org.apache.sysds.runtime.transform.encode.EncoderOmit
- equals(List<T>, List<T>) - Static method in class org.apache.sysds.runtime.util.CollectionUtils
- equals(IDictionary) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.DeltaDictionary
- equals(IDictionary) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- equals(IDictionary) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionary
- equals(IDictionary) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionarySlice
- equals(IDictionary) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Indicate if the other dictionary is equal to this.
- equals(IDictionary) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- equals(IDictionary) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.PlaceHolderDict
- equals(IDictionary) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.QDictionary
- equals(IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.ArrayIndex
- equals(IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.CombinedIndex
- equals(IColIndex) - Method in interface org.apache.sysds.runtime.compress.colgroup.indexes.IColIndex
- equals(IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.RangeIndex
- equals(IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.SingleIndex
- equals(IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.TwoIndex
- equals(IColIndex) - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.TwoRangesIndex
- equals(AMapToData) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.AMapToData
-
Indicate if the given encoding is equivalent to this encoding
- equals(AMapToData) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToBit
- equals(AMapToData) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToByte
- equals(AMapToData) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToChar
- equals(AMapToData) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToCharPByte
- equals(AMapToData) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToInt
- equals(AMapToData) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToZero
- equals(AIterator) - Method in class org.apache.sysds.runtime.compress.colgroup.offset.AIterator
-
Unsafe version of equals, note that it should only compare iterators stemming from the same Offset Object.
- equals(AOffset) - Method in class org.apache.sysds.runtime.compress.colgroup.offset.AOffset
- equals(IEncode) - Method in class org.apache.sysds.runtime.compress.estim.encoding.ConstEncoding
- equals(IEncode) - Method in class org.apache.sysds.runtime.compress.estim.encoding.DenseEncoding
- equals(IEncode) - Method in class org.apache.sysds.runtime.compress.estim.encoding.EmptyEncoding
- equals(IEncode) - Method in interface org.apache.sysds.runtime.compress.estim.encoding.IEncode
-
Indicate if the given encoding is equivalent to this encoding
- equals(IEncode) - Method in class org.apache.sysds.runtime.compress.estim.encoding.SparseEncoding
- equals(DblArray) - Method in class org.apache.sysds.runtime.compress.utils.DblArray
- equals(DenseBlock, double) - Method in class org.apache.sysds.runtime.data.DenseBlock
-
Verify if the values in this dense block is equivalent to that dense block, not taking into account the dimensions of the contained values.
- equals(SparseBlock, double) - Method in class org.apache.sysds.runtime.data.SparseBlock
-
Verify if the values in this sparse block is equivalent to that sparse block, not taking into account the dimensions of the contained values.
- equals(Array<Boolean>) - Method in class org.apache.sysds.runtime.frame.data.columns.BitSetArray
- equals(Array<Boolean>) - Method in class org.apache.sysds.runtime.frame.data.columns.BooleanArray
- equals(Array<Character>) - Method in class org.apache.sysds.runtime.frame.data.columns.CharArray
- equals(Array<Double>) - Method in class org.apache.sysds.runtime.frame.data.columns.DoubleArray
- equals(Array<Float>) - Method in class org.apache.sysds.runtime.frame.data.columns.FloatArray
- equals(Array<Integer>) - Method in class org.apache.sysds.runtime.frame.data.columns.IntegerArray
- equals(Array<Long>) - Method in class org.apache.sysds.runtime.frame.data.columns.LongArray
- equals(Array<Object>) - Method in class org.apache.sysds.runtime.frame.data.columns.HashIntegerArray
- equals(Array<Object>) - Method in class org.apache.sysds.runtime.frame.data.columns.HashLongArray
- equals(Array<String>) - Method in class org.apache.sysds.runtime.frame.data.columns.StringArray
- equals(Array<T>) - Method in class org.apache.sysds.runtime.frame.data.columns.Array
-
Equals operation on arrays.
- equals(Array<T>) - Method in class org.apache.sysds.runtime.frame.data.columns.DDCArray
- equals(Array<T>) - Method in class org.apache.sysds.runtime.frame.data.columns.OptionalArray
- equals(Array<T>) - Method in class org.apache.sysds.runtime.frame.data.columns.RaggedArray
- equals(ColumnMetadata) - Method in class org.apache.sysds.runtime.frame.data.columns.ColumnMetadata
- equals(MatrixBlock) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
-
Analyze if the matrixBlocks are equivalent, the comparsion supports if the differnet sides are differently allocated such as sparse and dense.
- equals(MatrixBlock, MatrixBlock) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixEquals
-
Analyze if the two matrix blocks are equivalent, this functions even if the underlying allocation and data structure varies.
- equals(MatrixBlock, MatrixBlock, double) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixEquals
-
Analyze if the two matrix blocks are equivalent, this functions even if the underlying allocation and data structure varies.
- Equals - Class in org.apache.sysds.runtime.functionobjects
- EQUI_HEIGHT - org.apache.sysds.runtime.transform.encode.ColumnEncoderBin.BinMethod
- EQUI_HEIGHT_APPROX - org.apache.sysds.runtime.transform.encode.ColumnEncoderBin.BinMethod
- EQUI_WIDTH - org.apache.sysds.runtime.transform.encode.ColumnEncoderBin.BinMethod
- EQZERO - org.apache.sysds.hops.estim.SparsityEstimator.OpCode
- ERROR - org.apache.sysds.runtime.controlprogram.federated.FederatedResponse.ResponseType
- ERROR - org.apache.sysds.runtime.controlprogram.paramserv.rpc.PSRpcResponse.Type
- ERROR_MSG_DELIMITER - Static variable in exception org.apache.sysds.api.DMLException
- errorPrint(Exception) - Static method in class org.apache.sysds.api.DMLScript
-
Print the error in a user friendly manner.
- estim(MMNode) - Method in class org.apache.sysds.hops.estim.EstimatorBasicAvg
- estim(MMNode) - Method in class org.apache.sysds.hops.estim.EstimatorBasicWorst
- estim(MMNode) - Method in class org.apache.sysds.hops.estim.EstimatorBitsetMM
- estim(MMNode) - Method in class org.apache.sysds.hops.estim.EstimatorDensityMap
- estim(MMNode) - Method in class org.apache.sysds.hops.estim.EstimatorLayeredGraph
- estim(MMNode) - Method in class org.apache.sysds.hops.estim.EstimatorMatrixHistogram
- estim(MMNode) - Method in class org.apache.sysds.hops.estim.EstimatorSample
- estim(MMNode) - Method in class org.apache.sysds.hops.estim.EstimatorSampleRa
- estim(MMNode) - Method in class org.apache.sysds.hops.estim.SparsityEstimator
-
Estimates the output sparsity of a DAG of matrix multiplications for the given operator graph of a single root node.
- estim(MMNode, boolean) - Method in class org.apache.sysds.hops.estim.EstimatorMatrixHistogram
- estim(MatrixBlock, SparsityEstimator.OpCode) - Method in class org.apache.sysds.hops.estim.EstimatorBasicAvg
- estim(MatrixBlock, SparsityEstimator.OpCode) - Method in class org.apache.sysds.hops.estim.EstimatorBasicWorst
- estim(MatrixBlock, SparsityEstimator.OpCode) - Method in class org.apache.sysds.hops.estim.EstimatorBitsetMM
- estim(MatrixBlock, SparsityEstimator.OpCode) - Method in class org.apache.sysds.hops.estim.EstimatorDensityMap
- estim(MatrixBlock, SparsityEstimator.OpCode) - Method in class org.apache.sysds.hops.estim.EstimatorLayeredGraph
- estim(MatrixBlock, SparsityEstimator.OpCode) - Method in class org.apache.sysds.hops.estim.EstimatorMatrixHistogram
- estim(MatrixBlock, SparsityEstimator.OpCode) - Method in class org.apache.sysds.hops.estim.EstimatorSample
- estim(MatrixBlock, SparsityEstimator.OpCode) - Method in class org.apache.sysds.hops.estim.EstimatorSampleRa
- estim(MatrixBlock, SparsityEstimator.OpCode) - Method in class org.apache.sysds.hops.estim.SparsityEstimator
-
Estimates the output sparsity for a given unary operation.
- estim(MatrixBlock, MatrixBlock) - Method in class org.apache.sysds.hops.estim.EstimatorBasicAvg
- estim(MatrixBlock, MatrixBlock) - Method in class org.apache.sysds.hops.estim.EstimatorBasicWorst
- estim(MatrixBlock, MatrixBlock) - Method in class org.apache.sysds.hops.estim.EstimatorBitsetMM
- estim(MatrixBlock, MatrixBlock) - Method in class org.apache.sysds.hops.estim.EstimatorDensityMap
- estim(MatrixBlock, MatrixBlock) - Method in class org.apache.sysds.hops.estim.EstimatorLayeredGraph
- estim(MatrixBlock, MatrixBlock) - Method in class org.apache.sysds.hops.estim.EstimatorMatrixHistogram
- estim(MatrixBlock, MatrixBlock) - Method in class org.apache.sysds.hops.estim.EstimatorSample
- estim(MatrixBlock, MatrixBlock) - Method in class org.apache.sysds.hops.estim.EstimatorSampleRa
- estim(MatrixBlock, MatrixBlock) - Method in class org.apache.sysds.hops.estim.SparsityEstimator
-
Estimates the output sparsity for a single matrix multiplication.
- estim(MatrixBlock, MatrixBlock, SparsityEstimator.OpCode) - Method in class org.apache.sysds.hops.estim.EstimatorBasicAvg
- estim(MatrixBlock, MatrixBlock, SparsityEstimator.OpCode) - Method in class org.apache.sysds.hops.estim.EstimatorBasicWorst
- estim(MatrixBlock, MatrixBlock, SparsityEstimator.OpCode) - Method in class org.apache.sysds.hops.estim.EstimatorBitsetMM
- estim(MatrixBlock, MatrixBlock, SparsityEstimator.OpCode) - Method in class org.apache.sysds.hops.estim.EstimatorDensityMap
- estim(MatrixBlock, MatrixBlock, SparsityEstimator.OpCode) - Method in class org.apache.sysds.hops.estim.EstimatorLayeredGraph
- estim(MatrixBlock, MatrixBlock, SparsityEstimator.OpCode) - Method in class org.apache.sysds.hops.estim.EstimatorMatrixHistogram
- estim(MatrixBlock, MatrixBlock, SparsityEstimator.OpCode) - Method in class org.apache.sysds.hops.estim.EstimatorSample
- estim(MatrixBlock, MatrixBlock, SparsityEstimator.OpCode) - Method in class org.apache.sysds.hops.estim.EstimatorSampleRa
- estim(MatrixBlock, MatrixBlock, SparsityEstimator.OpCode) - Method in class org.apache.sysds.hops.estim.SparsityEstimator
-
Estimates the output sparsity for a given binary operation.
- estimateCompressedSizeInMemory() - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
-
Obtain an upper bound on the memory used to store the compressed block.
- estimatedCostCoCoded - Variable in class org.apache.sysds.runtime.compress.CompressionStatistics
-
Summed cost after cocoding
- estimatedCostCols - Variable in class org.apache.sysds.runtime.compress.CompressionStatistics
-
Summed cost estimated from individual columns
- estimateDistinctValues(MatrixBlock, CountDistinctOperator) - Static method in interface org.apache.sysds.runtime.matrix.data.LibMatrixCountDistinct
-
Public method to count the number of distinct values inside a matrix.
- estimatedSizeCoCoded - Variable in class org.apache.sysds.runtime.compress.CompressionStatistics
-
Estimated size of compressing after co-coding
- estimatedSizeCols - Variable in class org.apache.sysds.runtime.compress.CompressionStatistics
-
Estimated size of compressing individual columns
- estimateExecutionTime(Program, CloudInstance, CloudInstance) - Static method in class org.apache.sysds.resource.cost.CostEstimator
-
Entry point for estimating the execution time of a program.
- estimateInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroup
-
Get the upper bound estimate of in memory allocation for the column group.
- estimateInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroupOffset
- estimateInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroupValue
- estimateInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.ADictBasedColGroup
- estimateInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDC
- estimateInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDCFOR
- estimateInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupLinearFunctional
- estimateInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDC
- estimateInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCFOR
- estimateInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingle
- estimateInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingleZeros
- estimateInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCZeros
- estimateInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressed
- estimateInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressedArray
- estimateInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.ArrayIndex
- estimateInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.CombinedIndex
- estimateInMemorySize() - Method in interface org.apache.sysds.runtime.compress.colgroup.indexes.IColIndex
-
Get the in memory size of this object.
- estimateInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.RangeIndex
- estimateInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.SingleIndex
- estimateInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.TwoIndex
- estimateInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.TwoRangesIndex
- estimateInMemorySize() - Static method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetEmpty
- estimateInMemorySize() - Static method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetSingle
- estimateInMemorySize() - Static method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetTwo
- estimateInMemorySize(int) - Static method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetByte
- estimateInMemorySize(int) - Static method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetByteNZ
- estimateInMemorySize(int) - Static method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetByteUNZ
- estimateInMemorySize(int) - Static method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetChar
- estimateInMemorySize(int) - Static method in class org.apache.sysds.runtime.frame.data.columns.BitSetArray
- estimateInMemorySize(int) - Static method in class org.apache.sysds.runtime.frame.data.columns.BooleanArray
- estimateInMemorySize(int) - Static method in class org.apache.sysds.runtime.frame.data.columns.CharArray
- estimateInMemorySize(int, int) - Static method in interface org.apache.sysds.runtime.compress.colgroup.mapping.MapToFactory
-
Estimate the size in memory of a MapToFactory.
- estimateInMemorySize(int, int) - Static method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetFactory
-
Avg diff only works assuming a normal distribution of the offsets.
- estimateInMemorySize(int, int, int) - Static method in class org.apache.sysds.runtime.frame.data.columns.DDCArray
- estimateInMemorySizeCONST(int, boolean, double, boolean) - Static method in interface org.apache.sysds.runtime.compress.colgroup.ColGroupSizes
- estimateInMemorySizeDDC(int, boolean, int, int, double, boolean) - Static method in interface org.apache.sysds.runtime.compress.colgroup.ColGroupSizes
- estimateInMemorySizeEMPTY(int, boolean) - Static method in interface org.apache.sysds.runtime.compress.colgroup.ColGroupSizes
- estimateInMemorySizeGroup(int, boolean) - Static method in interface org.apache.sysds.runtime.compress.colgroup.ColGroupSizes
- estimateInMemorySizeGroupValue(int, boolean, int, double, boolean) - Static method in interface org.apache.sysds.runtime.compress.colgroup.ColGroupSizes
- estimateInMemorySizeLinearFunctional(int, boolean) - Static method in interface org.apache.sysds.runtime.compress.colgroup.ColGroupSizes
- estimateInMemorySizeOffset(int, boolean, int, int, int, double, boolean) - Static method in interface org.apache.sysds.runtime.compress.colgroup.ColGroupSizes
- estimateInMemorySizeOLE(int, boolean, int, int, int, double, boolean) - Static method in interface org.apache.sysds.runtime.compress.colgroup.ColGroupSizes
- estimateInMemorySizeRLE(int, boolean, int, int, int, double, boolean) - Static method in interface org.apache.sysds.runtime.compress.colgroup.ColGroupSizes
- estimateInMemorySizeSDC(int, boolean, int, int, int, double, boolean, boolean) - Static method in interface org.apache.sysds.runtime.compress.colgroup.ColGroupSizes
- estimateInMemorySizeStatic() - Static method in class org.apache.sysds.runtime.compress.colgroup.indexes.RangeIndex
- estimateInMemorySizeStatic() - Static method in class org.apache.sysds.runtime.compress.colgroup.indexes.SingleIndex
- estimateInMemorySizeStatic() - Static method in class org.apache.sysds.runtime.compress.colgroup.indexes.TwoIndex
- estimateInMemorySizeStatic() - Static method in class org.apache.sysds.runtime.compress.colgroup.indexes.TwoRangesIndex
- estimateInMemorySizeStatic(int) - Static method in class org.apache.sysds.runtime.compress.colgroup.indexes.ArrayIndex
- estimateInMemorySizeUncompressed(int, boolean, int, double) - Static method in interface org.apache.sysds.runtime.compress.colgroup.ColGroupSizes
- estimateMemory() - Method in class org.apache.sysds.runtime.data.DenseBlockFP64DEDUP
- estimateMemory(int, int, int) - Static method in class org.apache.sysds.runtime.data.DenseBlockFP64DEDUP
- estimateMemory(long, long) - Static method in class org.apache.sysds.runtime.data.DenseBlock
- estimateMemory(long, long) - Static method in class org.apache.sysds.runtime.data.DenseBlockFP64
- estimateMemory(long, long, long) - Static method in class org.apache.sysds.runtime.data.DenseBlockFP64DEDUP
- estimateMemoryCost(int, boolean) - Static method in interface org.apache.sysds.runtime.compress.colgroup.indexes.ColIndexFactory
- estimateNnz() - Method in class org.apache.sysds.hops.estim.EstimatorLayeredGraph.LayeredGraph
- estimateNnzBasedOnFileSize(Path, long, long, int, double) - Static method in class org.apache.sysds.runtime.util.HDFSTool
- estimatePartitionedSizeExactSparsity(long, long, long, double) - Static method in class org.apache.sysds.hops.OptimizerUtils
-
Estimates the footprint (in bytes) for a partitioned in-memory representation of a matrix with dimensions=(nrows,ncols) and sparsity=sp.
- estimatePartitionedSizeExactSparsity(long, long, long, double, boolean) - Static method in class org.apache.sysds.hops.OptimizerUtils
- estimatePartitionedSizeExactSparsity(long, long, long, long) - Static method in class org.apache.sysds.hops.OptimizerUtils
-
Estimates the footprint (in bytes) for a partitioned in-memory representation of a matrix with dimensions=(nrows,ncols) and number of non-zeros nnz.
- estimatePartitionedSizeExactSparsity(long, long, long, long, boolean) - Static method in class org.apache.sysds.hops.OptimizerUtils
- estimatePartitionedSizeExactSparsity(Hop) - Static method in class org.apache.sysds.hops.OptimizerUtils
-
Estimates the footprint (in bytes) for a partitioned in-memory representation of a matrix with the hops dimensions and number of non-zeros nnz.
- estimatePartitionedSizeExactSparsity(DataCharacteristics) - Static method in class org.apache.sysds.hops.OptimizerUtils
-
Estimates the footprint (in bytes) for a partitioned in-memory representation of a matrix with the given matrix characteristics
- estimatePartitionedSizeExactSparsity(DataCharacteristics, boolean) - Static method in class org.apache.sysds.hops.OptimizerUtils
- estimateRangeExecutors(int, long, int) - Method in class org.apache.sysds.resource.enumeration.Enumerator
-
Estimates the minimum and maximum number of executors based on given VM instance characteristics, the enumeration strategy and the user-defined configurations
- estimateRangeExecutors(int, long, int) - Method in class org.apache.sysds.resource.enumeration.GridBasedEnumerator
- estimateRangeExecutors(int, long, int) - Method in class org.apache.sysds.resource.enumeration.InterestBasedEnumerator
- estimateRangeExecutors(int, long, int) - Method in class org.apache.sysds.resource.enumeration.PruneBasedEnumerator
- estimateSerializationBufferSize() - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedRequest
- estimateSerializationBufferSize() - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedResponse
- estimateSize(long, long) - Static method in class org.apache.sysds.hops.OptimizerUtils
-
Similar to estimate() except that it provides worst-case estimates when the optimization type is ROBUST.
- estimateSize(long, long) - Static method in class org.apache.sysds.runtime.instructions.gpu.context.CSRPointer
-
Estimate the size of a CSR matrix in GPU memory Size of pointers is not needed and is not added in
- estimateSize(DataCharacteristics) - Static method in class org.apache.sysds.hops.OptimizerUtils
- estimateSizeDenseInMemory() - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- estimateSizeDenseInMemory(long, long) - Static method in class org.apache.sysds.runtime.data.DenseBlockFactory
- estimateSizeDenseInMemory(long, long) - Static method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- estimateSizeEmptyBlock(long, long) - Static method in class org.apache.sysds.hops.OptimizerUtils
- estimateSizeExactFrame(long, long) - Static method in class org.apache.sysds.hops.OptimizerUtils
- estimateSizeExactSparsity(long, long, double) - Static method in class org.apache.sysds.hops.OptimizerUtils
-
Estimates the footprint (in bytes) for an in-memory representation of a matrix with dimensions=(nrows,ncols) and sparsity=sp.
- estimateSizeExactSparsity(long, long, long) - Static method in class org.apache.sysds.hops.OptimizerUtils
-
Estimates the footprint (in bytes) for an in-memory representation of a matrix with dimensions=(nrows,ncols) and and number of non-zeros nnz.
- estimateSizeExactSparsity(DataCharacteristics) - Static method in class org.apache.sysds.hops.OptimizerUtils
- estimateSizeInMemory() - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- estimateSizeInMemory() - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- estimateSizeInMemory(long, long) - Static method in class org.apache.sysds.runtime.data.SparseBlockCSR
- estimateSizeInMemory(long, long, double) - Static method in class org.apache.sysds.runtime.data.SparseBlockCOO
-
Get the estimated in-memory size of the sparse block in COO with the given dimensions w/o accounting for overallocation.
- estimateSizeInMemory(long, long, double) - Static method in class org.apache.sysds.runtime.data.SparseBlockCSC
-
Get the estimated in-memory size of the sparse block in CSC with the given dimensions w/o accounting for overallocation.
- estimateSizeInMemory(long, long, double) - Static method in class org.apache.sysds.runtime.data.SparseBlockCSR
-
Get the estimated in-memory size of the sparse block in CSR with the given dimensions w/o accounting for overallocation.
- estimateSizeInMemory(long, long, double) - Static method in class org.apache.sysds.runtime.data.SparseBlockDCSR
-
Get the estimated in-memory size of the sparse block in CSR with the given dimensions w/o accounting for overallocation.
- estimateSizeInMemory(long, long, double) - Static method in class org.apache.sysds.runtime.data.SparseBlockMCSC
-
Get the estimated in-memory size of the sparse block in MCSC with the given dimensions w/o accounting for overallocation.
- estimateSizeInMemory(long, long, double) - Static method in class org.apache.sysds.runtime.data.SparseBlockMCSR
-
Get the estimated in-memory size of the sparse block in MCSR with the given dimensions w/o accounting for overallocation.
- estimateSizeInMemory(long, long, double) - Static method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- estimateSizeInMemory(long, long, long) - Static method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- estimateSizeInMemory(DataCharacteristics) - Static method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- estimateSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- estimateSizeOnDisk() - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- estimateSizeOnDisk(long, long, long) - Static method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- estimateSizeSparseInMemory() - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- estimateSizeSparseInMemory(long, long, double) - Static method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- estimateSizeSparseInMemory(long, long, double, boolean) - Static method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- estimateSizeSparseInMemory(long, long, double, SparseBlock.Type) - Static method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- estimateSizeSparseInMemory(SparseBlock.Type) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- estimateSizeSparseInMemory(SparseBlock.Type, long, long, double) - Static method in class org.apache.sysds.runtime.data.SparseBlockFactory
- estimateSizeTextOutput(int[], long, Types.FileFormat) - Static method in class org.apache.sysds.hops.OptimizerUtils
- estimateSizeTextOutput(long, long, long, Types.FileFormat) - Static method in class org.apache.sysds.hops.OptimizerUtils
- EstimationFactors - Class in org.apache.sysds.runtime.compress.estim
-
Compressed Size Estimation factors.
- EstimationFactors(int, int) - Constructor for class org.apache.sysds.runtime.compress.estim.EstimationFactors
- EstimationFactors(int, int, double) - Constructor for class org.apache.sysds.runtime.compress.estim.EstimationFactors
- EstimationFactors(int, int, int, double) - Constructor for class org.apache.sysds.runtime.compress.estim.EstimationFactors
- EstimationFactors(int, int, int, int[], int, int, boolean, boolean, double, double) - Constructor for class org.apache.sysds.runtime.compress.estim.EstimationFactors
- EstimationFactors(int, int, int, int[], int, int, int, boolean, boolean, double, double) - Constructor for class org.apache.sysds.runtime.compress.estim.EstimationFactors
- estimationType - Variable in class org.apache.sysds.runtime.compress.CompressionSettings
-
The sample type used for sampling
- EstimationUtils - Class in org.apache.sysds.hops.estim
- EstimationUtils() - Constructor for class org.apache.sysds.hops.estim.EstimationUtils
- EstimatorBasicAvg - Class in org.apache.sysds.hops.estim
-
Basic average case estimator for matrix sparsity: sp = 1 - Math.pow(1-sp1*sp2, k)
- EstimatorBasicAvg() - Constructor for class org.apache.sysds.hops.estim.EstimatorBasicAvg
- EstimatorBasicWorst - Class in org.apache.sysds.hops.estim
-
Basic average case estimator for matrix sparsity: sp = Math.min(1, sp1 * k) * Math.min(1, sp2 * k).
- EstimatorBasicWorst() - Constructor for class org.apache.sysds.hops.estim.EstimatorBasicWorst
- EstimatorBitsetMM - Class in org.apache.sysds.hops.estim
-
This estimator implements a naive but rather common approach of boolean matrix multiplies which allows to infer the exact non-zero structure and thus is also useful for sparse result preallocation.
- EstimatorBitsetMM() - Constructor for class org.apache.sysds.hops.estim.EstimatorBitsetMM
- EstimatorBitsetMM(int) - Constructor for class org.apache.sysds.hops.estim.EstimatorBitsetMM
- EstimatorBitsetMM.BitsetMatrix - Class in org.apache.sysds.hops.estim
- EstimatorBitsetMM.BitsetMatrix1 - Class in org.apache.sysds.hops.estim
-
This class represents a boolean matrix and provides key operations.
- EstimatorBitsetMM.BitsetMatrix2 - Class in org.apache.sysds.hops.estim
- EstimatorDensityMap - Class in org.apache.sysds.hops.estim
-
This estimator implements an approach called density maps, as introduced in David Kernert, Frank Köhler, Wolfgang Lehner: SpMacho - Optimizing Sparse Linear Algebra Expressions with Probabilistic Density Estimation.
- EstimatorDensityMap() - Constructor for class org.apache.sysds.hops.estim.EstimatorDensityMap
- EstimatorDensityMap(int) - Constructor for class org.apache.sysds.hops.estim.EstimatorDensityMap
- EstimatorDensityMap.DensityMap - Class in org.apache.sysds.hops.estim
- EstimatorLayeredGraph - Class in org.apache.sysds.hops.estim
-
This estimator implements an approach based on a so-called layered graph, introduced in Edith Cohen.
- EstimatorLayeredGraph() - Constructor for class org.apache.sysds.hops.estim.EstimatorLayeredGraph
- EstimatorLayeredGraph(int) - Constructor for class org.apache.sysds.hops.estim.EstimatorLayeredGraph
- EstimatorLayeredGraph.LayeredGraph - Class in org.apache.sysds.hops.estim
- EstimatorMatrixHistogram - Class in org.apache.sysds.hops.estim
-
This estimator implements a remarkably simple yet effective approach for incorporating structural properties into sparsity estimation.
- EstimatorMatrixHistogram() - Constructor for class org.apache.sysds.hops.estim.EstimatorMatrixHistogram
- EstimatorMatrixHistogram(boolean) - Constructor for class org.apache.sysds.hops.estim.EstimatorMatrixHistogram
- EstimatorMatrixHistogram.MatrixHistogram - Class in org.apache.sysds.hops.estim
- EstimatorSample - Class in org.apache.sysds.hops.estim
-
This estimator implements an approach based on row/column sampling Yongyang Yu, MingJie Tang, Walid G.
- EstimatorSample() - Constructor for class org.apache.sysds.hops.estim.EstimatorSample
- EstimatorSample(double) - Constructor for class org.apache.sysds.hops.estim.EstimatorSample
- EstimatorSample(double, boolean) - Constructor for class org.apache.sysds.hops.estim.EstimatorSample
- EstimatorSampleRa - Class in org.apache.sysds.hops.estim
-
This estimator implements an approach based on row/column sampling Rasmus Resen Amossen, Andrea Campagna, Rasmus Pagh: Better Size Estimation for Sparse Matrix Products.
- EstimatorSampleRa() - Constructor for class org.apache.sysds.hops.estim.EstimatorSampleRa
- EstimatorSampleRa(double) - Constructor for class org.apache.sysds.hops.estim.EstimatorSampleRa
- EstimatorSampleRa(int, double, double, double, int) - Constructor for class org.apache.sysds.hops.estim.EstimatorSampleRa
- estimIntern(EstimatorDensityMap.DensityMap, EstimatorDensityMap.DensityMap, SparsityEstimator.OpCode) - Method in class org.apache.sysds.hops.estim.EstimatorDensityMap
-
Computes the output density map given the density maps of the input operands.
- estimIntern(EstimatorMatrixHistogram.MatrixHistogram, EstimatorMatrixHistogram.MatrixHistogram, SparsityEstimator.OpCode, long[]) - Method in class org.apache.sysds.hops.estim.EstimatorMatrixHistogram
- EVAL - org.apache.sysds.common.Builtins
- EVAL - org.apache.sysds.common.Opcodes
- EVAL - org.apache.sysds.common.Types.OpOpN
- EVAL - org.apache.sysds.runtime.functionobjects.Builtin.BuiltinCode
- EVALLIST - org.apache.sysds.common.Builtins
- EvalNaryCPInstruction - Class in org.apache.sysds.runtime.instructions.cp
-
Eval built-in function instruction Note: it supports only single matrix[double] output
- EvalNaryCPInstruction(Operator, String, String, CPOperand, CPOperand...) - Constructor for class org.apache.sysds.runtime.instructions.cp.EvalNaryCPInstruction
- evalSparseFormatInMemory() - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- evalSparseFormatInMemory() - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
-
Evaluates if this matrix block should be in sparse format in memory.
- evalSparseFormatInMemory(boolean) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- evalSparseFormatInMemory(long, long, long) - Static method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
-
Evaluates if a matrix block with the given characteristics should be in sparse format in memory.
- evalSparseFormatInMemory(long, long, long, boolean) - Static method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- evalSparseFormatInMemory(DataCharacteristics) - Static method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- evalSparseFormatOnDisk() - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- evalSparseFormatOnDisk() - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
-
Evaluates if this matrix block should be in sparse format on disk.
- evalSparseFormatOnDisk(long, long, long) - Static method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
-
Evaluates if a matrix block with the given characteristics should be in sparse format on disk (or in any other serialized representation).
- evaluateSingleNodeExecution(long, int) - Method in class org.apache.sysds.resource.enumeration.Enumerator
- evaluateSingleNodeExecution(long, int) - Method in class org.apache.sysds.resource.enumeration.GridBasedEnumerator
- evaluateSingleNodeExecution(long, int) - Method in class org.apache.sysds.resource.enumeration.InterestBasedEnumerator
- evaluateSingleNodeExecution(long, int) - Method in class org.apache.sysds.resource.enumeration.PruneBasedEnumerator
- eventId - Variable in class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.EventStageModel
- EventModel - Class in org.apache.sysds.runtime.controlprogram.federated.monitoring.models
- EventModel() - Constructor for class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.EventModel
- events - Variable in class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.StatisticsModel
- events - Variable in class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.StatisticsOptions
- EventStageModel - Class in org.apache.sysds.runtime.controlprogram.federated.monitoring.models
- EventStageModel() - Constructor for class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.EventStageModel
- EventStageModel(Long, Long, String) - Constructor for class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.EventStageModel
- EventStageModel(Long, String) - Constructor for class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.EventStageModel
- EVICT - org.apache.sysds.common.Opcodes
- evictBuffer(String) - Method in class org.apache.sysds.runtime.controlprogram.caching.ByteBuffer
- EvictCPInstruction - Class in org.apache.sysds.runtime.instructions.cp
- EVICTION_SHADOW_BUFFER_CURR_BYTES - Static variable in class org.apache.sysds.api.DMLScript
- EVICTION_SHADOW_BUFFER_MAX_BYTES - Static variable in class org.apache.sysds.api.DMLScript
- EVICTION_SHADOW_BUFFERSIZE - Static variable in class org.apache.sysds.conf.DMLConfig
- EvictionPolicyBasedComparator(long) - Constructor for class org.apache.sysds.runtime.instructions.gpu.context.GPUMemoryManager.EvictionPolicyBasedComparator
- EvictLineageCache - org.apache.sysds.common.InstructionType
- EvictLineageCache - org.apache.sysds.runtime.instructions.cp.CPInstruction.CPType
- EXACT_DYNAMIC_BUFF - org.apache.sysds.hops.codegen.SpoofCompiler.RegisterAlloc
- EXACT_STATIC_BUFF - org.apache.sysds.hops.codegen.SpoofCompiler.RegisterAlloc
- examSparsity() - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
-
Evaluates if this matrix block should be in sparse format in memory.
- examSparsity(boolean) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
-
Evaluates if this matrix block should be in sparse format in memory.
- examSparsity(boolean, int) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- examSparsity(boolean, int) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
-
Evaluates if this matrix block should be in sparse format in memory.
- examSparsity(int) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
-
Evaluates if this matrix block should be in sparse format in memory.
- examSparsityTime - Static variable in class org.apache.sysds.utils.Statistics
- exceedsCachingThreshold(long, double) - Static method in class org.apache.sysds.hops.OptimizerUtils
-
Indicates if the given matrix characteristics exceed the threshold for caching, i.e., the matrix should be cached.
- except(List<T>, List<T>) - Static method in class org.apache.sysds.runtime.util.CollectionUtils
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedWorkerHandler
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.apache.sysds.runtime.controlprogram.federated.monitoring.FederatedMonitoringServerHandler
- exchangeChild(OptNode, OptNode) - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode
- exec(SpoofCUDAOperator) - Method in class org.apache.sysds.runtime.codegen.SpoofCUDAOperator.PrecisionProxy
- exec(SpoofCUDAOperator) - Method in class org.apache.sysds.runtime.instructions.gpu.SpoofCUDAInstruction.DoublePrecision
- exec(SpoofCUDAOperator) - Method in class org.apache.sysds.runtime.instructions.gpu.SpoofCUDAInstruction.SinglePrecision
- EXEC_INST - org.apache.sysds.runtime.controlprogram.federated.FederatedRequest.RequestType
- EXEC_MODE - Static variable in class org.apache.sysds.parser.ParForStatementBlock
- EXEC_TIME - org.apache.sysds.runtime.controlprogram.parfor.opt.CostEstimator.TestMeasure
- EXEC_TIME_THRESHOLD - Static variable in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptimizerHeuristic
- EXEC_UDF - org.apache.sysds.runtime.controlprogram.federated.FederatedRequest.RequestType
- execCleanup(long, long...) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederationMap
- execMode - Variable in class org.apache.sysds.api.DMLOptions
- execute() - Method in class org.apache.sysds.api.mlcontext.Script
-
Execute the script and return the results as an MLResults object.
- execute(boolean) - Method in class org.apache.sysds.runtime.functionobjects.FunctionObject
- execute(boolean) - Method in class org.apache.sysds.runtime.functionobjects.Not
- execute(boolean, boolean) - Method in class org.apache.sysds.runtime.functionobjects.And
- execute(boolean, boolean) - Method in class org.apache.sysds.runtime.functionobjects.FunctionObject
- execute(boolean, boolean) - Method in class org.apache.sysds.runtime.functionobjects.Max
- execute(boolean, boolean) - Method in class org.apache.sysds.runtime.functionobjects.Min
- execute(boolean, boolean) - Method in class org.apache.sysds.runtime.functionobjects.Or
- execute(boolean, boolean) - Method in class org.apache.sysds.runtime.functionobjects.Xor
- execute(double) - Method in class org.apache.sysds.runtime.functionobjects.Builtin
- execute(double) - Method in class org.apache.sysds.runtime.functionobjects.FunctionObject
- execute(double) - Method in class org.apache.sysds.runtime.functionobjects.Multiply2
- execute(double) - Method in class org.apache.sysds.runtime.functionobjects.Not
- execute(double) - Method in class org.apache.sysds.runtime.functionobjects.Power2
- execute(double, double) - Method in class org.apache.sysds.runtime.functionobjects.And
- execute(double, double) - Method in class org.apache.sysds.runtime.functionobjects.BitwAnd
- execute(double, double) - Method in class org.apache.sysds.runtime.functionobjects.BitwOr
- execute(double, double) - Method in class org.apache.sysds.runtime.functionobjects.BitwShiftL
- execute(double, double) - Method in class org.apache.sysds.runtime.functionobjects.BitwShiftR
- execute(double, double) - Method in class org.apache.sysds.runtime.functionobjects.BitwXor
- execute(double, double) - Method in class org.apache.sysds.runtime.functionobjects.Builtin
- execute(double, double) - Method in class org.apache.sysds.runtime.functionobjects.Divide
- execute(double, double) - Method in class org.apache.sysds.runtime.functionobjects.Equals
-
execute() method that returns double is required since current map-reduce runtime can only produce matrices of doubles.
- execute(double, double) - Method in class org.apache.sysds.runtime.functionobjects.FunctionObject
- execute(double, double) - Method in class org.apache.sysds.runtime.functionobjects.GreaterThan
-
execute() method that returns double is required since current map-reduce runtime can only produce matrices of doubles.
- execute(double, double) - Method in class org.apache.sysds.runtime.functionobjects.GreaterThanEquals
-
execute() method that returns double is required since current map-reduce runtime can only produce matrices of doubles.
- execute(double, double) - Method in class org.apache.sysds.runtime.functionobjects.IntegerDivide
- execute(double, double) - Method in class org.apache.sysds.runtime.functionobjects.LessThan
-
execute() method that returns double is required since current map-reduce runtime can only produce matrices of doubles.
- execute(double, double) - Method in class org.apache.sysds.runtime.functionobjects.LessThanEquals
-
execute() method that returns double is required since current map-reduce runtime can only produce matrices of doubles.
- execute(double, double) - Method in class org.apache.sysds.runtime.functionobjects.Max
- execute(double, double) - Method in class org.apache.sysds.runtime.functionobjects.Min
- execute(double, double) - Method in class org.apache.sysds.runtime.functionobjects.Minus
- execute(double, double) - Method in class org.apache.sysds.runtime.functionobjects.Minus1Multiply
- execute(double, double) - Method in class org.apache.sysds.runtime.functionobjects.MinusMultiply
- execute(double, double) - Method in class org.apache.sysds.runtime.functionobjects.MinusNz
- execute(double, double) - Method in class org.apache.sysds.runtime.functionobjects.Modulus
- execute(double, double) - Method in class org.apache.sysds.runtime.functionobjects.Multiply
- execute(double, double) - Method in class org.apache.sysds.runtime.functionobjects.Multiply2
- execute(double, double) - Method in class org.apache.sysds.runtime.functionobjects.NotEquals
-
execute() method that returns double is required since current map-reduce runtime can only produce matrices of doubles.
- execute(double, double) - Method in class org.apache.sysds.runtime.functionobjects.Or
- execute(double, double) - Method in class org.apache.sysds.runtime.functionobjects.Plus
- execute(double, double) - Method in class org.apache.sysds.runtime.functionobjects.PlusMultiply
- execute(double, double) - Method in class org.apache.sysds.runtime.functionobjects.Power
- execute(double, double) - Method in class org.apache.sysds.runtime.functionobjects.Power2
- execute(double, double) - Method in class org.apache.sysds.runtime.functionobjects.Xor
- execute(double, double, double) - Method in class org.apache.sysds.runtime.functionobjects.IfElse
- execute(double, double, double) - Method in class org.apache.sysds.runtime.functionobjects.MinusMultiply
- execute(double, double, double) - Method in class org.apache.sysds.runtime.functionobjects.PlusMultiply
- execute(double, double, double) - Method in class org.apache.sysds.runtime.functionobjects.TernaryValueFunction
- execute(double, double, double, boolean, CTableMap) - Method in class org.apache.sysds.runtime.functionobjects.CTable
- execute(double, double, double, boolean, CTableMap, MatrixBlock) - Method in class org.apache.sysds.runtime.functionobjects.CTable
- execute(double, double, double, boolean, MatrixBlock) - Method in class org.apache.sysds.runtime.functionobjects.CTable
- execute(int, double, double, int, int[], double[]) - Method in class org.apache.sysds.runtime.functionobjects.CTable
- execute(int, int) - Method in interface org.apache.sysds.runtime.matrix.data.LibMatrixDNNRotate180.Rotate180Worker
- execute(long) - Method in class org.apache.sysds.runtime.functionobjects.Builtin
- execute(long) - Method in class org.apache.sysds.runtime.functionobjects.FunctionObject
- execute(long, boolean, FederatedRange[], FederatedRequest, FederatedRequest[], FederatedRequest[], FederatedRequest...) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederationMap
- execute(long, boolean, FederatedRange[], FederatedRequest, FederatedRequest, FederatedRequest, FederatedRequest) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederationMap
- execute(long, boolean, FederatedRequest...) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederationMap
- execute(long, boolean, FederatedRequest[], FederatedRequest...) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederationMap
- execute(long, boolean, FederatedRequest[], FederatedRequest[], FederatedRequest...) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederationMap
- execute(long, double, double) - Method in class org.apache.sysds.runtime.functionobjects.CTable
- execute(long, long) - Method in class org.apache.sysds.runtime.functionobjects.BitwAnd
- execute(long, long) - Method in class org.apache.sysds.runtime.functionobjects.BitwOr
- execute(long, long) - Method in class org.apache.sysds.runtime.functionobjects.BitwShiftL
- execute(long, long) - Method in class org.apache.sysds.runtime.functionobjects.BitwShiftR
- execute(long, long) - Method in class org.apache.sysds.runtime.functionobjects.BitwXor
- execute(long, long) - Method in class org.apache.sysds.runtime.functionobjects.Builtin
- execute(long, long) - Method in class org.apache.sysds.runtime.functionobjects.Divide
- execute(long, long) - Method in class org.apache.sysds.runtime.functionobjects.FunctionObject
- execute(long, long) - Method in class org.apache.sysds.runtime.functionobjects.IntegerDivide
- execute(long, long) - Method in class org.apache.sysds.runtime.functionobjects.Max
- execute(long, long) - Method in class org.apache.sysds.runtime.functionobjects.Min
- execute(long, long) - Method in class org.apache.sysds.runtime.functionobjects.Minus
- execute(long, long) - Method in class org.apache.sysds.runtime.functionobjects.Minus1Multiply
- execute(long, long) - Method in class org.apache.sysds.runtime.functionobjects.MinusNz
- execute(long, long) - Method in class org.apache.sysds.runtime.functionobjects.Modulus
- execute(long, long) - Method in class org.apache.sysds.runtime.functionobjects.Multiply
- execute(long, long) - Method in class org.apache.sysds.runtime.functionobjects.Multiply2
- execute(long, long) - Method in class org.apache.sysds.runtime.functionobjects.Plus
- execute(long, long) - Method in class org.apache.sysds.runtime.functionobjects.Power
- execute(long, long) - Method in class org.apache.sysds.runtime.functionobjects.Power2
- execute(long, FederatedRequest...) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederationMap
- execute(long, FederatedRequest[], FederatedRequest...) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederationMap
- execute(Runnable) - Method in class org.apache.sysds.runtime.util.CommonThreadPool
- execute(Runnable) - Method in class org.apache.sysds.runtime.util.CommonThreadPool.SameThreadExecutorService
- execute(String) - Method in class org.apache.sysds.runtime.functionobjects.Builtin
- execute(String) - Method in class org.apache.sysds.runtime.functionobjects.FunctionObject
- execute(String, String) - Method in class org.apache.sysds.runtime.functionobjects.FunctionObject
- execute(String, String) - Method in class org.apache.sysds.runtime.functionobjects.Plus
- execute(ArrayList<MatrixBlock>, ArrayList<ScalarObject>) - Method in class org.apache.sysds.runtime.codegen.SpoofOperator
- execute(ArrayList<MatrixBlock>, ArrayList<ScalarObject>) - Method in class org.apache.sysds.runtime.codegen.SpoofOuterProduct
- execute(ArrayList<MatrixBlock>, ArrayList<ScalarObject>, int) - Method in class org.apache.sysds.runtime.codegen.SpoofCellwise
- execute(ArrayList<MatrixBlock>, ArrayList<ScalarObject>, int) - Method in class org.apache.sysds.runtime.codegen.SpoofOperator
- execute(ArrayList<MatrixBlock>, ArrayList<ScalarObject>, int) - Method in class org.apache.sysds.runtime.codegen.SpoofOuterProduct
- execute(ArrayList<MatrixBlock>, ArrayList<ScalarObject>, int) - Method in class org.apache.sysds.runtime.codegen.SpoofRowwise
- execute(ArrayList<MatrixBlock>, ArrayList<ScalarObject>, int, long) - Method in class org.apache.sysds.runtime.codegen.SpoofCellwise
- execute(ArrayList<MatrixBlock>, ArrayList<ScalarObject>, MatrixBlock) - Method in class org.apache.sysds.runtime.codegen.SpoofCellwise
- execute(ArrayList<MatrixBlock>, ArrayList<ScalarObject>, MatrixBlock) - Method in class org.apache.sysds.runtime.codegen.SpoofMultiAggregate
- execute(ArrayList<MatrixBlock>, ArrayList<ScalarObject>, MatrixBlock) - Method in class org.apache.sysds.runtime.codegen.SpoofOperator
- execute(ArrayList<MatrixBlock>, ArrayList<ScalarObject>, MatrixBlock) - Method in class org.apache.sysds.runtime.codegen.SpoofOuterProduct
- execute(ArrayList<MatrixBlock>, ArrayList<ScalarObject>, MatrixBlock) - Method in class org.apache.sysds.runtime.codegen.SpoofRowwise
- execute(ArrayList<MatrixBlock>, ArrayList<ScalarObject>, MatrixBlock, boolean, boolean, long) - Method in class org.apache.sysds.runtime.codegen.SpoofRowwise
- execute(ArrayList<MatrixBlock>, ArrayList<ScalarObject>, MatrixBlock, int) - Method in class org.apache.sysds.runtime.codegen.SpoofCellwise
- execute(ArrayList<MatrixBlock>, ArrayList<ScalarObject>, MatrixBlock, int) - Method in class org.apache.sysds.runtime.codegen.SpoofMultiAggregate
- execute(ArrayList<MatrixBlock>, ArrayList<ScalarObject>, MatrixBlock, int) - Method in class org.apache.sysds.runtime.codegen.SpoofOperator
- execute(ArrayList<MatrixBlock>, ArrayList<ScalarObject>, MatrixBlock, int) - Method in class org.apache.sysds.runtime.codegen.SpoofOuterProduct
- execute(ArrayList<MatrixBlock>, ArrayList<ScalarObject>, MatrixBlock, int) - Method in class org.apache.sysds.runtime.codegen.SpoofRowwise
- execute(ArrayList<MatrixBlock>, ArrayList<ScalarObject>, MatrixBlock, int, long) - Method in class org.apache.sysds.runtime.codegen.SpoofCellwise
- execute(ArrayList<MatrixBlock>, ArrayList<ScalarObject>, MatrixBlock, int, long) - Method in class org.apache.sysds.runtime.codegen.SpoofMultiAggregate
- execute(HashMap<String, String>) - Method in class org.apache.sysds.runtime.functionobjects.FunctionObject
- execute(HashMap<String, String>) - Method in class org.apache.sysds.runtime.functionobjects.ParameterizedBuiltin
- execute(CommandLine, PropertiesConfiguration) - Static method in class org.apache.sysds.resource.ResourceOptimizer
- execute(Script) - Method in class org.apache.sysds.api.mlcontext.MLContext
-
Execute a DML or PYDML Script.
- execute(Script) - Method in class org.apache.sysds.api.mlcontext.ScriptExecutor
-
Execute a DML or PYDML script.
- execute(Script, ScriptExecutor) - Method in class org.apache.sysds.api.mlcontext.MLContext
-
Execute a DML or PYDML Script object using a ScriptExecutor.
- execute(ExecutionContext) - Method in class org.apache.sysds.runtime.controlprogram.BasicProgramBlock
- execute(ExecutionContext) - Method in class org.apache.sysds.runtime.controlprogram.ForProgramBlock
- execute(ExecutionContext) - Method in class org.apache.sysds.runtime.controlprogram.FunctionProgramBlock
- execute(ExecutionContext) - Method in class org.apache.sysds.runtime.controlprogram.IfProgramBlock
- execute(ExecutionContext) - Method in class org.apache.sysds.runtime.controlprogram.ParForProgramBlock
- execute(ExecutionContext) - Method in class org.apache.sysds.runtime.controlprogram.Program
- execute(ExecutionContext) - Method in class org.apache.sysds.runtime.controlprogram.ProgramBlock
-
Executes this program block (incl recompilation if required).
- execute(ExecutionContext) - Method in class org.apache.sysds.runtime.controlprogram.WhileProgramBlock
- execute(ExecutionContext, ArrayList<MatrixObject>, ArrayList<ScalarObject>) - Method in class org.apache.sysds.runtime.codegen.SpoofCUDACellwise
- execute(ExecutionContext, ArrayList<MatrixObject>, ArrayList<ScalarObject>) - Method in interface org.apache.sysds.runtime.codegen.SpoofCUDAOperator
- execute(ExecutionContext, ArrayList<MatrixObject>, ArrayList<ScalarObject>) - Method in class org.apache.sysds.runtime.codegen.SpoofCUDARowwise
- execute(ExecutionContext, ArrayList<MatrixObject>, ArrayList<ScalarObject>, String) - Method in class org.apache.sysds.runtime.codegen.SpoofCUDACellwise
- execute(ExecutionContext, ArrayList<MatrixObject>, ArrayList<ScalarObject>, String) - Method in interface org.apache.sysds.runtime.codegen.SpoofCUDAOperator
- execute(ExecutionContext, ArrayList<MatrixObject>, ArrayList<ScalarObject>, String) - Method in class org.apache.sysds.runtime.codegen.SpoofCUDARowwise
- execute(ExecutionContext, Data...) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics.FedStatsCollectFunction
- execute(ExecutionContext, Data...) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedUDF
-
Execute the user-defined function on a set of data objects (e.g., matrix objects, frame objects, or scalars), which are looked up by specified input IDs and passed in the same order.
- execute(ExecutionContext, Data...) - Method in class org.apache.sysds.runtime.instructions.fed.MultiReturnParameterizedBuiltinFEDInstruction.CreateFrameEncoder
- execute(ExecutionContext, Data...) - Method in class org.apache.sysds.runtime.instructions.fed.MultiReturnParameterizedBuiltinFEDInstruction.ExecuteFrameEncoder
- execute(ExecutionContext, Data...) - Method in class org.apache.sysds.runtime.instructions.fed.ParameterizedBuiltinFEDInstruction.DecodeMatrix
- execute(ExecutionContext, Data...) - Method in class org.apache.sysds.runtime.instructions.fed.QuantilePickFEDInstruction.CreateMatrixFromFrame
- execute(ExecutionContext, Data...) - Method in class org.apache.sysds.runtime.instructions.fed.QuantilePickFEDInstruction.GetHistogram
- execute(ExecutionContext, Data...) - Method in class org.apache.sysds.runtime.instructions.fed.QuantilePickFEDInstruction.GetValuesInRange
- execute(ExecutionContext, Data...) - Method in class org.apache.sysds.runtime.instructions.fed.QuantilePickFEDInstruction.GetValuesInRanges
- execute(ExecutionContext, Data...) - Method in class org.apache.sysds.runtime.instructions.fed.QuantilePickFEDInstruction.MinMax
- execute(ExecutionContext, Data...) - Method in class org.apache.sysds.runtime.instructions.fed.ReorgFEDInstruction.DiagMatrix
- execute(ExecutionContext, Data...) - Method in class org.apache.sysds.runtime.instructions.fed.ReorgFEDInstruction.Rdiag
- execute(ExecutionContext, Data...) - Method in class org.apache.sysds.runtime.instructions.fed.ReorgFEDInstruction.SliceMatrix
- execute(Data, double) - Method in class org.apache.sysds.runtime.functionobjects.CM
-
Special case for weights w2==1
- execute(Data, double) - Method in class org.apache.sysds.runtime.functionobjects.FunctionObject
- execute(Data, double) - Method in class org.apache.sysds.runtime.functionobjects.KahanPlus
- execute(Data, double) - Method in class org.apache.sysds.runtime.functionobjects.KahanPlusSq
-
Square the given term, then add to the existing sum using the Kahan summation algorithm.
- execute(Data, double, double) - Method in class org.apache.sysds.runtime.functionobjects.CM
-
General case for arbitrary weights w2
- execute(Data, double, double) - Method in class org.apache.sysds.runtime.functionobjects.COV
-
Special case for weights w2==1
- execute(Data, double, double) - Method in class org.apache.sysds.runtime.functionobjects.FunctionObject
- execute(Data, double, double) - Method in class org.apache.sysds.runtime.functionobjects.KahanPlus
- execute(Data, double, double) - Method in class org.apache.sysds.runtime.functionobjects.KahanPlusSq
-
Add the given sum and correction factor to the existing sum in the KahanObject using the Kahan summation algorithm.
- execute(Data, double, double) - Method in class org.apache.sysds.runtime.functionobjects.Mean
- execute(Data, double, double, double) - Method in class org.apache.sysds.runtime.functionobjects.COV
-
General case for arbitrary weights w2
- execute(Data, double, double, double) - Method in class org.apache.sysds.runtime.functionobjects.FunctionObject
- execute(Data, Data) - Method in class org.apache.sysds.runtime.functionobjects.CM
-
Combining stats from two partitions of the data.
- execute(Data, Data) - Method in class org.apache.sysds.runtime.functionobjects.COV
- execute(Data, Data) - Method in class org.apache.sysds.runtime.functionobjects.FunctionObject
- execute(MatrixBlock, MatrixBlock, MatrixBlock, CTableMap, int) - Method in class org.apache.sysds.runtime.functionobjects.CTable
- execute(MatrixIndexes, MatrixIndexes) - Method in class org.apache.sysds.runtime.functionobjects.DiagIndex
- execute(MatrixIndexes, MatrixIndexes) - Method in class org.apache.sysds.runtime.functionobjects.IndexFunction
- execute(MatrixIndexes, MatrixIndexes) - Method in class org.apache.sysds.runtime.functionobjects.OffsetColumnIndex
- execute(MatrixIndexes, MatrixIndexes) - Method in class org.apache.sysds.runtime.functionobjects.ReduceAll
- execute(MatrixIndexes, MatrixIndexes) - Method in class org.apache.sysds.runtime.functionobjects.ReduceCol
- execute(MatrixIndexes, MatrixIndexes) - Method in class org.apache.sysds.runtime.functionobjects.ReduceDiag
- execute(MatrixIndexes, MatrixIndexes) - Method in class org.apache.sysds.runtime.functionobjects.ReduceRow
- execute(MatrixIndexes, MatrixIndexes) - Method in class org.apache.sysds.runtime.functionobjects.RevIndex
- execute(MatrixIndexes, MatrixIndexes) - Method in class org.apache.sysds.runtime.functionobjects.RollIndex
- execute(MatrixIndexes, MatrixIndexes) - Method in class org.apache.sysds.runtime.functionobjects.SortIndex
- execute(MatrixIndexes, MatrixIndexes) - Method in class org.apache.sysds.runtime.functionobjects.SwapIndex
- execute(MatrixValue.CellIndex, MatrixValue.CellIndex) - Method in class org.apache.sysds.runtime.functionobjects.DiagIndex
- execute(MatrixValue.CellIndex, MatrixValue.CellIndex) - Method in class org.apache.sysds.runtime.functionobjects.IndexFunction
- execute(MatrixValue.CellIndex, MatrixValue.CellIndex) - Method in class org.apache.sysds.runtime.functionobjects.OffsetColumnIndex
- execute(MatrixValue.CellIndex, MatrixValue.CellIndex) - Method in class org.apache.sysds.runtime.functionobjects.ReduceAll
- execute(MatrixValue.CellIndex, MatrixValue.CellIndex) - Method in class org.apache.sysds.runtime.functionobjects.ReduceCol
- execute(MatrixValue.CellIndex, MatrixValue.CellIndex) - Method in class org.apache.sysds.runtime.functionobjects.ReduceDiag
- execute(MatrixValue.CellIndex, MatrixValue.CellIndex) - Method in class org.apache.sysds.runtime.functionobjects.ReduceRow
- execute(MatrixValue.CellIndex, MatrixValue.CellIndex) - Method in class org.apache.sysds.runtime.functionobjects.RevIndex
- execute(MatrixValue.CellIndex, MatrixValue.CellIndex) - Method in class org.apache.sysds.runtime.functionobjects.RollIndex
- execute(MatrixValue.CellIndex, MatrixValue.CellIndex) - Method in class org.apache.sysds.runtime.functionobjects.SortIndex
- execute(MatrixValue.CellIndex, MatrixValue.CellIndex) - Method in class org.apache.sysds.runtime.functionobjects.SwapIndex
- execute_d(long) - Static method in class org.apache.sysds.runtime.codegen.SpoofCUDACellwise
- execute_d(long) - Static method in class org.apache.sysds.runtime.codegen.SpoofCUDARowwise
- execute_dp(long) - Method in class org.apache.sysds.runtime.codegen.SpoofCUDACellwise
- execute_dp(long) - Method in interface org.apache.sysds.runtime.codegen.SpoofCUDAOperator
- execute_dp(long) - Method in class org.apache.sysds.runtime.codegen.SpoofCUDARowwise
- execute_f(long) - Static method in class org.apache.sysds.runtime.codegen.SpoofCUDACellwise
- execute_f(long) - Static method in class org.apache.sysds.runtime.codegen.SpoofCUDARowwise
- EXECUTE_PIPELINE - org.apache.sysds.common.Builtins
- execute_sp(long) - Method in class org.apache.sysds.runtime.codegen.SpoofCUDACellwise
- execute_sp(long) - Method in interface org.apache.sysds.runtime.codegen.SpoofCUDAOperator
- execute_sp(long) - Method in class org.apache.sysds.runtime.codegen.SpoofCUDARowwise
- execute2(KahanObject, double) - Method in class org.apache.sysds.runtime.functionobjects.KahanFunction
-
Add the given term to the existing sum with a function applied using the Kahan summation algorithm.
- execute2(KahanObject, double) - Method in class org.apache.sysds.runtime.functionobjects.KahanPlus
-
Simplified version of execute(Data in1, double in2) without exception handling and casts.
- execute2(KahanObject, double) - Method in class org.apache.sysds.runtime.functionobjects.KahanPlusSq
- execute2(KahanObject, double, double) - Method in class org.apache.sysds.runtime.functionobjects.Mean
-
Simplified version of execute(Data in1, double in2) without exception handling and casts.
- execute3(KahanObject, double, int) - Method in class org.apache.sysds.runtime.functionobjects.KahanFunction
- execute3(KahanObject, double, int) - Method in class org.apache.sysds.runtime.functionobjects.KahanPlus
- execute3(KahanObject, double, int) - Method in class org.apache.sysds.runtime.functionobjects.KahanPlusSq
- executeFederatedOperation(InetSocketAddress, int, FederatedRequest...) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedData
-
Executes an federated operation on a federated worker.
- executeFederatedOperation(InetSocketAddress, FederatedRequest...) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedData
-
Executes an federated operation on a federated worker.
- executeFederatedOperation(FederatedRequest...) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedData
- executeFederatedOperation(FederatedRequest...) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedLocalData
- ExecuteFrameEncoder(long, long, MultiColumnEncoder) - Constructor for class org.apache.sysds.runtime.instructions.fed.MultiReturnParameterizedBuiltinFEDInstruction.ExecuteFrameEncoder
- executeInMemoryReblock(ExecutionContext, String, String) - Static method in class org.apache.sysds.hops.recompile.Recompiler
- executeInMemoryReblock(ExecutionContext, String, String, LineageItem) - Static method in class org.apache.sysds.hops.recompile.Recompiler
- executeMultipleSlices(long, boolean, FederatedRequest[][], FederatedRequest[]) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederationMap
- executeParallelMerge(int) - Method in class org.apache.sysds.runtime.controlprogram.parfor.ResultMerge
-
Merge all given input matrices in parallel into the given output matrix.
- executeParallelMerge(int) - Method in class org.apache.sysds.runtime.controlprogram.parfor.ResultMergeFrameLocalMemory
- executeParallelMerge(int) - Method in class org.apache.sysds.runtime.controlprogram.parfor.ResultMergeLocalAutomatic
- executeParallelMerge(int) - Method in class org.apache.sysds.runtime.controlprogram.parfor.ResultMergeLocalFile
- executeParallelMerge(int) - Method in class org.apache.sysds.runtime.controlprogram.parfor.ResultMergeLocalMemory
- executeParallelMerge(int) - Method in class org.apache.sysds.runtime.controlprogram.parfor.ResultMergeRemoteSpark
- executeParallelMerge(int) - Method in class org.apache.sysds.runtime.controlprogram.parfor.ResultMergeRemoteSparkWCompare
- executePredicate(ArrayList<Instruction>, Hop, boolean, Types.ValueType, ExecutionContext) - Method in class org.apache.sysds.runtime.controlprogram.ProgramBlock
-
Executes given predicate instructions (incl recompilation if required)
- executeRewrites(Instruction, ExecutionContext) - Static method in class org.apache.sysds.runtime.lineage.LineageRewriteReuse
- executeRoll(long, boolean, FederatedRequest, FederatedRequest, long) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederationMap
- executeRuntimeProgram(ScriptExecutor, int) - Static method in class org.apache.sysds.api.ScriptExecutorUtils
-
Execute the runtime program.
- executeRuntimeProgram(Program, ExecutionContext, DMLConfig, int, Set<String>) - Static method in class org.apache.sysds.api.ScriptExecutorUtils
-
Execute the runtime program.
- executeScalar(double) - Method in class org.apache.sysds.runtime.matrix.operators.LeftScalarOperator
- executeScalar(double) - Method in class org.apache.sysds.runtime.matrix.operators.RightScalarOperator
- executeScalar(double) - Method in class org.apache.sysds.runtime.matrix.operators.ScalarOperator
-
Apply the scalar operator over a given input value.
- executeScript() - Method in class org.apache.sysds.api.jmlc.PreparedScript
-
Executes the prepared script over the bound inputs, creating the result variables according to bound and registered outputs.
- executeScript(String[]) - Static method in class org.apache.sysds.api.DMLScript
-
Single entry point for all public invocation alternatives (e.g., main, executeScript, JaqlUdf etc)
- executeSerialMerge() - Method in class org.apache.sysds.runtime.controlprogram.parfor.ResultMerge
-
Merge all given input matrices sequentially into the given output matrix.
- executeSerialMerge() - Method in class org.apache.sysds.runtime.controlprogram.parfor.ResultMergeFrameLocalMemory
- executeSerialMerge() - Method in class org.apache.sysds.runtime.controlprogram.parfor.ResultMergeLocalAutomatic
- executeSerialMerge() - Method in class org.apache.sysds.runtime.controlprogram.parfor.ResultMergeLocalFile
- executeSerialMerge() - Method in class org.apache.sysds.runtime.controlprogram.parfor.ResultMergeLocalMemory
- executeSerialMerge() - Method in class org.apache.sysds.runtime.controlprogram.parfor.ResultMergeRemoteSpark
- executeSerialMerge() - Method in class org.apache.sysds.runtime.controlprogram.parfor.ResultMergeRemoteSparkWCompare
- ExecutionConfig - Class in org.apache.sysds.runtime.instructions.gpu.context
-
Java Wrapper to specify CUDA execution configuration for launching custom kernels
- ExecutionConfig(int, int) - Constructor for class org.apache.sysds.runtime.instructions.gpu.context.ExecutionConfig
-
Convenience constructor for setting the number of blocks, number of threads and the shared memory size
- ExecutionConfig(int, int, int) - Constructor for class org.apache.sysds.runtime.instructions.gpu.context.ExecutionConfig
-
Convenience constructor for setting the number of blocks, number of threads and the shared memory size
- ExecutionConfig(int, int, int, int) - Constructor for class org.apache.sysds.runtime.instructions.gpu.context.ExecutionConfig
-
Convenience constructor for setting the number of blocks, number of threads and the shared memory size
- ExecutionConfig(int, int, int, int, int) - Constructor for class org.apache.sysds.runtime.instructions.gpu.context.ExecutionConfig
-
Convenience constructor for setting the number of blocks, number of threads and the shared memory size
- ExecutionContext - Class in org.apache.sysds.runtime.controlprogram.context
- ExecutionContext(LocalVariableMap) - Constructor for class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- ExecutionContextFactory - Class in org.apache.sysds.runtime.controlprogram.context
- ExecutionContextFactory() - Constructor for class org.apache.sysds.runtime.controlprogram.context.ExecutionContextFactory
- ExecutionContextMap - Class in org.apache.sysds.runtime.controlprogram.federated
- ExecutionContextMap() - Constructor for class org.apache.sysds.runtime.controlprogram.federated.ExecutionContextMap
- executorInstance - Variable in class org.apache.sysds.resource.enumeration.EnumerationUtils.ConfigurationPoint
- EXISTS - org.apache.sysds.common.Builtins
- EXISTS - org.apache.sysds.common.Opcodes
- EXISTS - org.apache.sysds.common.Types.OpOp1
- EXISTS - org.apache.sysds.runtime.instructions.cp.AggregateUnaryCPInstruction.AUType
- existsCorrection() - Method in class org.apache.sysds.runtime.matrix.operators.AggregateOperator
- existsFileOnHDFS(String) - Static method in class org.apache.sysds.runtime.util.HDFSTool
- exitAccumulatorAssignmentStatement(DmlParser.AccumulatorAssignmentStatementContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by the
AccumulatorAssignmentStatementlabeled alternative inDmlParser.statement(). - exitAccumulatorAssignmentStatement(DmlParser.AccumulatorAssignmentStatementContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by the
AccumulatorAssignmentStatementlabeled alternative inDmlParser.statement(). - exitAccumulatorAssignmentStatement(DmlParser.AccumulatorAssignmentStatementContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitAccumulatorAssignmentStatement(DmlParser.AccumulatorAssignmentStatementContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitAddSubExpression(DmlParser.AddSubExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by the
AddSubExpressionlabeled alternative inDmlParser.expression(). - exitAddSubExpression(DmlParser.AddSubExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by the
AddSubExpressionlabeled alternative inDmlParser.expression(). - exitAddSubExpression(DmlParser.AddSubExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitAddSubExpression(DmlParser.AddSubExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitAssignmentStatement(DmlParser.AssignmentStatementContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by the
AssignmentStatementlabeled alternative inDmlParser.statement(). - exitAssignmentStatement(DmlParser.AssignmentStatementContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by the
AssignmentStatementlabeled alternative inDmlParser.statement(). - exitAssignmentStatement(DmlParser.AssignmentStatementContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitAssignmentStatement(DmlParser.AssignmentStatementContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitAtomicExpression(DmlParser.AtomicExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by the
AtomicExpressionlabeled alternative inDmlParser.expression(). - exitAtomicExpression(DmlParser.AtomicExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by the
AtomicExpressionlabeled alternative inDmlParser.expression(). - exitAtomicExpression(DmlParser.AtomicExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitAtomicExpression(DmlParser.AtomicExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitBooleanAndExpression(DmlParser.BooleanAndExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by the
BooleanAndExpressionlabeled alternative inDmlParser.expression(). - exitBooleanAndExpression(DmlParser.BooleanAndExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by the
BooleanAndExpressionlabeled alternative inDmlParser.expression(). - exitBooleanAndExpression(DmlParser.BooleanAndExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitBooleanAndExpression(DmlParser.BooleanAndExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitBooleanNotExpression(DmlParser.BooleanNotExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by the
BooleanNotExpressionlabeled alternative inDmlParser.expression(). - exitBooleanNotExpression(DmlParser.BooleanNotExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by the
BooleanNotExpressionlabeled alternative inDmlParser.expression(). - exitBooleanNotExpression(DmlParser.BooleanNotExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitBooleanNotExpression(DmlParser.BooleanNotExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitBooleanOrExpression(DmlParser.BooleanOrExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by the
BooleanOrExpressionlabeled alternative inDmlParser.expression(). - exitBooleanOrExpression(DmlParser.BooleanOrExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by the
BooleanOrExpressionlabeled alternative inDmlParser.expression(). - exitBooleanOrExpression(DmlParser.BooleanOrExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitBooleanOrExpression(DmlParser.BooleanOrExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitBuiltinFunctionExpression(DmlParser.BuiltinFunctionExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by the
BuiltinFunctionExpressionlabeled alternative inDmlParser.expression(). - exitBuiltinFunctionExpression(DmlParser.BuiltinFunctionExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by the
BuiltinFunctionExpressionlabeled alternative inDmlParser.expression(). - exitBuiltinFunctionExpression(DmlParser.BuiltinFunctionExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitBuiltinFunctionExpression(DmlParser.BuiltinFunctionExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitCommandlineParamExpression(DmlParser.CommandlineParamExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by the
CommandlineParamExpressionlabeled alternative inDmlParser.dataIdentifier(). - exitCommandlineParamExpression(DmlParser.CommandlineParamExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by the
CommandlineParamExpressionlabeled alternative inDmlParser.dataIdentifier(). - exitCommandlineParamExpression(DmlParser.CommandlineParamExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitCommandlineParamExpression(DmlParser.CommandlineParamExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitCommandlinePositionExpression(DmlParser.CommandlinePositionExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by the
CommandlinePositionExpressionlabeled alternative inDmlParser.dataIdentifier(). - exitCommandlinePositionExpression(DmlParser.CommandlinePositionExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by the
CommandlinePositionExpressionlabeled alternative inDmlParser.dataIdentifier(). - exitCommandlinePositionExpression(DmlParser.CommandlinePositionExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitCommandlinePositionExpression(DmlParser.CommandlinePositionExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitConstDoubleIdExpression(DmlParser.ConstDoubleIdExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by the
ConstDoubleIdExpressionlabeled alternative inDmlParser.expression(). - exitConstDoubleIdExpression(DmlParser.ConstDoubleIdExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by the
ConstDoubleIdExpressionlabeled alternative inDmlParser.expression(). - exitConstDoubleIdExpression(DmlParser.ConstDoubleIdExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitConstDoubleIdExpression(DmlParser.ConstDoubleIdExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitConstFalseExpression(DmlParser.ConstFalseExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by the
ConstFalseExpressionlabeled alternative inDmlParser.expression(). - exitConstFalseExpression(DmlParser.ConstFalseExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by the
ConstFalseExpressionlabeled alternative inDmlParser.expression(). - exitConstFalseExpression(DmlParser.ConstFalseExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitConstFalseExpression(DmlParser.ConstFalseExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitConstIntIdExpression(DmlParser.ConstIntIdExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by the
ConstIntIdExpressionlabeled alternative inDmlParser.expression(). - exitConstIntIdExpression(DmlParser.ConstIntIdExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by the
ConstIntIdExpressionlabeled alternative inDmlParser.expression(). - exitConstIntIdExpression(DmlParser.ConstIntIdExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitConstIntIdExpression(DmlParser.ConstIntIdExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitConstStringIdExpression(DmlParser.ConstStringIdExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by the
ConstStringIdExpressionlabeled alternative inDmlParser.expression(). - exitConstStringIdExpression(DmlParser.ConstStringIdExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by the
ConstStringIdExpressionlabeled alternative inDmlParser.expression(). - exitConstStringIdExpression(DmlParser.ConstStringIdExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitConstStringIdExpression(DmlParser.ConstStringIdExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitConstTrueExpression(DmlParser.ConstTrueExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by the
ConstTrueExpressionlabeled alternative inDmlParser.expression(). - exitConstTrueExpression(DmlParser.ConstTrueExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by the
ConstTrueExpressionlabeled alternative inDmlParser.expression(). - exitConstTrueExpression(DmlParser.ConstTrueExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitConstTrueExpression(DmlParser.ConstTrueExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitDataIdExpression(DmlParser.DataIdExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by the
DataIdExpressionlabeled alternative inDmlParser.expression(). - exitDataIdExpression(DmlParser.DataIdExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by the
DataIdExpressionlabeled alternative inDmlParser.expression(). - exitDataIdExpression(DmlParser.DataIdExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitDataIdExpression(DmlParser.DataIdExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitEveryRule(ParserRuleContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
- exitEveryRule(ParserRuleContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitEveryRule(ParserRuleContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitExternalFunctionDefExpression(DmlParser.ExternalFunctionDefExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by the
ExternalFunctionDefExpressionlabeled alternative inDmlParser.functionStatement(). - exitExternalFunctionDefExpression(DmlParser.ExternalFunctionDefExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by the
ExternalFunctionDefExpressionlabeled alternative inDmlParser.functionStatement(). - exitExternalFunctionDefExpression(DmlParser.ExternalFunctionDefExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitExternalFunctionDefExpression(DmlParser.ExternalFunctionDefExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitForStatement(DmlParser.ForStatementContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by the
ForStatementlabeled alternative inDmlParser.statement(). - exitForStatement(DmlParser.ForStatementContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by the
ForStatementlabeled alternative inDmlParser.statement(). - exitForStatement(DmlParser.ForStatementContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitForStatement(DmlParser.ForStatementContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitFunctionCallAssignmentStatement(DmlParser.FunctionCallAssignmentStatementContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by the
FunctionCallAssignmentStatementlabeled alternative inDmlParser.statement(). - exitFunctionCallAssignmentStatement(DmlParser.FunctionCallAssignmentStatementContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by the
FunctionCallAssignmentStatementlabeled alternative inDmlParser.statement(). - exitFunctionCallAssignmentStatement(DmlParser.FunctionCallAssignmentStatementContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitFunctionCallAssignmentStatement(DmlParser.FunctionCallAssignmentStatementContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitFunctionCallMultiAssignmentStatement(DmlParser.FunctionCallMultiAssignmentStatementContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by the
FunctionCallMultiAssignmentStatementlabeled alternative inDmlParser.statement(). - exitFunctionCallMultiAssignmentStatement(DmlParser.FunctionCallMultiAssignmentStatementContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by the
FunctionCallMultiAssignmentStatementlabeled alternative inDmlParser.statement(). - exitFunctionCallMultiAssignmentStatement(DmlParser.FunctionCallMultiAssignmentStatementContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitFunctionCallMultiAssignmentStatement(DmlParser.FunctionCallMultiAssignmentStatementContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitIfdefAssignmentStatement(DmlParser.IfdefAssignmentStatementContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by the
IfdefAssignmentStatementlabeled alternative inDmlParser.statement(). - exitIfdefAssignmentStatement(DmlParser.IfdefAssignmentStatementContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by the
IfdefAssignmentStatementlabeled alternative inDmlParser.statement(). - exitIfdefAssignmentStatement(DmlParser.IfdefAssignmentStatementContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitIfdefAssignmentStatement(DmlParser.IfdefAssignmentStatementContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitIfStatement(DmlParser.IfStatementContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by the
IfStatementlabeled alternative inDmlParser.statement(). - exitIfStatement(DmlParser.IfStatementContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by the
IfStatementlabeled alternative inDmlParser.statement(). - exitIfStatement(DmlParser.IfStatementContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitIfStatement(DmlParser.IfStatementContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitImportStatement(DmlParser.ImportStatementContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by the
ImportStatementlabeled alternative inDmlParser.statement(). - exitImportStatement(DmlParser.ImportStatementContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by the
ImportStatementlabeled alternative inDmlParser.statement(). - exitImportStatement(DmlParser.ImportStatementContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitImportStatement(DmlParser.ImportStatementContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitIndexedExpression(DmlParser.IndexedExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by the
IndexedExpressionlabeled alternative inDmlParser.dataIdentifier(). - exitIndexedExpression(DmlParser.IndexedExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by the
IndexedExpressionlabeled alternative inDmlParser.dataIdentifier(). - exitIndexedExpression(DmlParser.IndexedExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitIndexedExpression(DmlParser.IndexedExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
-
DML uses 1-based indexing.;
- exitInternalFunctionDefExpression(DmlParser.InternalFunctionDefExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by the
InternalFunctionDefExpressionlabeled alternative inDmlParser.functionStatement(). - exitInternalFunctionDefExpression(DmlParser.InternalFunctionDefExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by the
InternalFunctionDefExpressionlabeled alternative inDmlParser.functionStatement(). - exitInternalFunctionDefExpression(DmlParser.InternalFunctionDefExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitInternalFunctionDefExpression(DmlParser.InternalFunctionDefExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitIterablePredicateColonExpression(DmlParser.IterablePredicateColonExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by the
IterablePredicateColonExpressionlabeled alternative inDmlParser.iterablePredicate(). - exitIterablePredicateColonExpression(DmlParser.IterablePredicateColonExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by the
IterablePredicateColonExpressionlabeled alternative inDmlParser.iterablePredicate(). - exitIterablePredicateColonExpression(DmlParser.IterablePredicateColonExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitIterablePredicateColonExpression(DmlParser.IterablePredicateColonExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitIterablePredicateSeqExpression(DmlParser.IterablePredicateSeqExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by the
IterablePredicateSeqExpressionlabeled alternative inDmlParser.iterablePredicate(). - exitIterablePredicateSeqExpression(DmlParser.IterablePredicateSeqExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by the
IterablePredicateSeqExpressionlabeled alternative inDmlParser.iterablePredicate(). - exitIterablePredicateSeqExpression(DmlParser.IterablePredicateSeqExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitIterablePredicateSeqExpression(DmlParser.IterablePredicateSeqExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitMatrixDataTypeCheck(DmlParser.MatrixDataTypeCheckContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by the
MatrixDataTypeChecklabeled alternative inDmlParser.dataType(). - exitMatrixDataTypeCheck(DmlParser.MatrixDataTypeCheckContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by the
MatrixDataTypeChecklabeled alternative inDmlParser.dataType(). - exitMatrixDataTypeCheck(DmlParser.MatrixDataTypeCheckContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitMatrixDataTypeCheck(DmlParser.MatrixDataTypeCheckContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitMatrixMulExpression(DmlParser.MatrixMulExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by the
MatrixMulExpressionlabeled alternative inDmlParser.expression(). - exitMatrixMulExpression(DmlParser.MatrixMulExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by the
MatrixMulExpressionlabeled alternative inDmlParser.expression(). - exitMatrixMulExpression(DmlParser.MatrixMulExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitMatrixMulExpression(DmlParser.MatrixMulExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitMl_type(DmlParser.Ml_typeContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by
DmlParser.ml_type(). - exitMl_type(DmlParser.Ml_typeContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by
DmlParser.ml_type(). - exitMl_type(DmlParser.Ml_typeContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitMl_type(DmlParser.Ml_typeContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitModIntDivExpression(DmlParser.ModIntDivExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by the
ModIntDivExpressionlabeled alternative inDmlParser.expression(). - exitModIntDivExpression(DmlParser.ModIntDivExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by the
ModIntDivExpressionlabeled alternative inDmlParser.expression(). - exitModIntDivExpression(DmlParser.ModIntDivExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitModIntDivExpression(DmlParser.ModIntDivExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitMultDivExpression(DmlParser.MultDivExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by the
MultDivExpressionlabeled alternative inDmlParser.expression(). - exitMultDivExpression(DmlParser.MultDivExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by the
MultDivExpressionlabeled alternative inDmlParser.expression(). - exitMultDivExpression(DmlParser.MultDivExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitMultDivExpression(DmlParser.MultDivExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitMultiIdExpression(DmlParser.MultiIdExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by the
MultiIdExpressionlabeled alternative inDmlParser.expression(). - exitMultiIdExpression(DmlParser.MultiIdExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by the
MultiIdExpressionlabeled alternative inDmlParser.expression(). - exitMultiIdExpression(DmlParser.MultiIdExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitMultiIdExpression(DmlParser.MultiIdExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitParameterizedExpression(DmlParser.ParameterizedExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by
DmlParser.parameterizedExpression(). - exitParameterizedExpression(DmlParser.ParameterizedExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by
DmlParser.parameterizedExpression(). - exitParameterizedExpression(DmlParser.ParameterizedExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitParameterizedExpression(DmlParser.ParameterizedExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitParForStatement(DmlParser.ParForStatementContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by the
ParForStatementlabeled alternative inDmlParser.statement(). - exitParForStatement(DmlParser.ParForStatementContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by the
ParForStatementlabeled alternative inDmlParser.statement(). - exitParForStatement(DmlParser.ParForStatementContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitParForStatement(DmlParser.ParForStatementContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitPathStatement(DmlParser.PathStatementContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by the
PathStatementlabeled alternative inDmlParser.statement(). - exitPathStatement(DmlParser.PathStatementContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by the
PathStatementlabeled alternative inDmlParser.statement(). - exitPathStatement(DmlParser.PathStatementContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitPathStatement(DmlParser.PathStatementContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitPowerExpression(DmlParser.PowerExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by the
PowerExpressionlabeled alternative inDmlParser.expression(). - exitPowerExpression(DmlParser.PowerExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by the
PowerExpressionlabeled alternative inDmlParser.expression(). - exitPowerExpression(DmlParser.PowerExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitPowerExpression(DmlParser.PowerExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitProgramroot(DmlParser.ProgramrootContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by
DmlParser.programroot(). - exitProgramroot(DmlParser.ProgramrootContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by
DmlParser.programroot(). - exitProgramroot(DmlParser.ProgramrootContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitProgramroot(DmlParser.ProgramrootContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitRelationalExpression(DmlParser.RelationalExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by the
RelationalExpressionlabeled alternative inDmlParser.expression(). - exitRelationalExpression(DmlParser.RelationalExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by the
RelationalExpressionlabeled alternative inDmlParser.expression(). - exitRelationalExpression(DmlParser.RelationalExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitRelationalExpression(DmlParser.RelationalExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.AccumulatorAssignmentStatementContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.AddSubExpressionContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.AssignmentStatementContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.AtomicExpressionContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.BooleanAndExpressionContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.BooleanNotExpressionContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.BooleanOrExpressionContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.BuiltinFunctionExpressionContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.CommandlineParamExpressionContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.CommandlinePositionExpressionContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.ConstDoubleIdExpressionContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.ConstFalseExpressionContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.ConstIntIdExpressionContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.ConstStringIdExpressionContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.ConstTrueExpressionContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.DataIdExpressionContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.ExternalFunctionDefExpressionContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.ForStatementContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.FunctionCallAssignmentStatementContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.FunctionCallMultiAssignmentStatementContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.IfdefAssignmentStatementContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.IfStatementContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.ImportStatementContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.IndexedExpressionContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.InternalFunctionDefExpressionContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.IterablePredicateColonExpressionContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.IterablePredicateSeqExpressionContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.MatrixDataTypeCheckContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.MatrixMulExpressionContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.Ml_typeContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.ModIntDivExpressionContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.MultDivExpressionContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.MultiIdExpressionContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.ParameterizedExpressionContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.ParForStatementContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.PathStatementContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.PowerExpressionContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.ProgramrootContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.RelationalExpressionContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.SimpleDataIdentifierExpressionContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.StrictParameterizedExpressionContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.StrictParameterizedKeyValueStringContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.TypedArgAssignContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.TypedArgNoAssignContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.UnaryExpressionContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.ValueTypeContext
- exitRule(ParseTreeListener) - Method in class org.apache.sysds.parser.dml.DmlParser.WhileStatementContext
- exitSimpleDataIdentifierExpression(DmlParser.SimpleDataIdentifierExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by the
SimpleDataIdentifierExpressionlabeled alternative inDmlParser.dataIdentifier(). - exitSimpleDataIdentifierExpression(DmlParser.SimpleDataIdentifierExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by the
SimpleDataIdentifierExpressionlabeled alternative inDmlParser.dataIdentifier(). - exitSimpleDataIdentifierExpression(DmlParser.SimpleDataIdentifierExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitSimpleDataIdentifierExpression(DmlParser.SimpleDataIdentifierExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitStrictParameterizedExpression(DmlParser.StrictParameterizedExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by
DmlParser.strictParameterizedExpression(). - exitStrictParameterizedExpression(DmlParser.StrictParameterizedExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by
DmlParser.strictParameterizedExpression(). - exitStrictParameterizedExpression(DmlParser.StrictParameterizedExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitStrictParameterizedExpression(DmlParser.StrictParameterizedExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitStrictParameterizedKeyValueString(DmlParser.StrictParameterizedKeyValueStringContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by
DmlParser.strictParameterizedKeyValueString(). - exitStrictParameterizedKeyValueString(DmlParser.StrictParameterizedKeyValueStringContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by
DmlParser.strictParameterizedKeyValueString(). - exitStrictParameterizedKeyValueString(DmlParser.StrictParameterizedKeyValueStringContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitStrictParameterizedKeyValueString(DmlParser.StrictParameterizedKeyValueStringContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitTypedArgAssign(DmlParser.TypedArgAssignContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by
DmlParser.typedArgAssign(). - exitTypedArgAssign(DmlParser.TypedArgAssignContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by
DmlParser.typedArgAssign(). - exitTypedArgAssign(DmlParser.TypedArgAssignContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitTypedArgAssign(DmlParser.TypedArgAssignContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitTypedArgNoAssign(DmlParser.TypedArgNoAssignContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by
DmlParser.typedArgNoAssign(). - exitTypedArgNoAssign(DmlParser.TypedArgNoAssignContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by
DmlParser.typedArgNoAssign(). - exitTypedArgNoAssign(DmlParser.TypedArgNoAssignContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitTypedArgNoAssign(DmlParser.TypedArgNoAssignContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitUnaryExpression(DmlParser.UnaryExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by the
UnaryExpressionlabeled alternative inDmlParser.expression(). - exitUnaryExpression(DmlParser.UnaryExpressionContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by the
UnaryExpressionlabeled alternative inDmlParser.expression(). - exitUnaryExpression(DmlParser.UnaryExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitUnaryExpression(DmlParser.UnaryExpressionContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitValueType(DmlParser.ValueTypeContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by
DmlParser.valueType(). - exitValueType(DmlParser.ValueTypeContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by
DmlParser.valueType(). - exitValueType(DmlParser.ValueTypeContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitValueType(DmlParser.ValueTypeContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exitWhileStatement(DmlParser.WhileStatementContext) - Method in class org.apache.sysds.parser.dml.DmlBaseListener
-
Exit a parse tree produced by the
WhileStatementlabeled alternative inDmlParser.statement(). - exitWhileStatement(DmlParser.WhileStatementContext) - Method in interface org.apache.sysds.parser.dml.DmlListener
-
Exit a parse tree produced by the
WhileStatementlabeled alternative inDmlParser.statement(). - exitWhileStatement(DmlParser.WhileStatementContext) - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- exitWhileStatement(DmlParser.WhileStatementContext) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- exp(ExecutionContext, GPUContext, String, MatrixObject, String) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixCUDA
-
Performs an "exp" operation on a matrix on the GPU
- EXP - org.apache.sysds.common.Builtins
- EXP - org.apache.sysds.common.Opcodes
- EXP - org.apache.sysds.common.Types.OpOp1
- EXP - org.apache.sysds.hops.codegen.cplan.CNodeUnary.UnaryType
- EXP - org.apache.sysds.runtime.functionobjects.Builtin.BuiltinCode
- EXP - org.apache.sysds.runtime.functionobjects.ParameterizedBuiltin.ProbabilityDistributionCode
- expandPlan(MatrixBlock) - Method in interface org.apache.sysds.runtime.compress.plan.IPlanEncode
-
Given a block expand the plan to enable encoding of the given block.
- expandPlan(MatrixBlock) - Method in class org.apache.sysds.runtime.compress.plan.NaivePlanEncode
- expandPlanMultiThread(MatrixBlock) - Method in class org.apache.sysds.runtime.compress.plan.NaivePlanEncode
- expandPlanSingleThread(MatrixBlock) - Method in class org.apache.sysds.runtime.compress.plan.NaivePlanEncode
- expectedNnz - Variable in class org.apache.sysds.runtime.io.ReadProperties
- expHash(int) - Static method in class org.apache.sysds.utils.Hash
-
Compute exponentially distributed hash values in range 0..a.length eg: 50% == 0 , 25% == 1 12.5 % == 2 etc.
- ExpHash - org.apache.sysds.utils.Hash.HashType
- explain() - Method in class org.apache.sysds.api.jmlc.PreparedScript
-
Explain the DML/PyDML program and view result as a string.
- explain(boolean) - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptTree
-
Explain tool: prints the hierarchical plan (including all available detail information, if necessary) to
stdout. - explain(int, boolean) - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode
-
Explain tool: prints the hierarchical plan to
stdout. - explain(List<Instruction>) - Static method in class org.apache.sysds.utils.Explain
- explain(List<Instruction>, int) - Static method in class org.apache.sysds.utils.Explain
- explain(CNode) - Static method in class org.apache.sysds.utils.Explain
- explain(CNode, int) - Static method in class org.apache.sysds.utils.Explain
- explain(Hop) - Static method in class org.apache.sysds.utils.Explain
- explain(Hop, int) - Static method in class org.apache.sysds.utils.Explain
- explain(DMLProgram) - Static method in class org.apache.sysds.utils.Explain
- explain(DMLProgram, Program, Explain.ExplainType) - Static method in class org.apache.sysds.utils.Explain
- explain(DMLProgram, Program, Explain.ExplainType, Explain.ExplainCounts) - Static method in class org.apache.sysds.utils.Explain
- explain(StatementBlock) - Static method in class org.apache.sysds.utils.Explain
- explain(Program) - Static method in class org.apache.sysds.utils.Explain
- explain(ProgramBlock) - Static method in class org.apache.sysds.utils.Explain
- explain(Program, Explain.ExplainCounts) - Static method in class org.apache.sysds.utils.Explain
- explain(Instruction) - Static method in class org.apache.sysds.utils.Explain
- explain(LineageItem) - Static method in class org.apache.sysds.utils.Explain
- Explain - Class in org.apache.sysds.utils
- Explain() - Constructor for class org.apache.sysds.utils.Explain
- EXPLAIN - Static variable in class org.apache.sysds.api.DMLScript
- Explain.ExplainCounts - Class in org.apache.sysds.utils
- Explain.ExplainType - Enum in org.apache.sysds.utils
- ExplainCounts() - Constructor for class org.apache.sysds.utils.Explain.ExplainCounts
- explainCPlan(CNodeTpl) - Static method in class org.apache.sysds.utils.Explain
- explainDegreeOfParallelism() - Static method in class org.apache.sysds.utils.Explain
- explainDegreeOfParallelism(Explain.ExplainCounts) - Static method in class org.apache.sysds.utils.Explain
- explainFunctionCallGraph(FunctionCallGraph, Set<String>, String, int) - Static method in class org.apache.sysds.utils.Explain
- explainHops(List<Hop>) - Static method in class org.apache.sysds.utils.Explain
- explainHops(List<Hop>, int) - Static method in class org.apache.sysds.utils.Explain
- explainLineageAsInstruction(LineageItem, Statistics.LineageNGramExtension) - Static method in class org.apache.sysds.runtime.lineage.LineageItemUtils
- explainLineageItems(LineageItem[]) - Static method in class org.apache.sysds.utils.Explain
- explainLineageItems(LineageItem[], int) - Static method in class org.apache.sysds.utils.Explain
- explainLineageType(LineageItem, Statistics.LineageNGramExtension) - Static method in class org.apache.sysds.runtime.lineage.LineageItemUtils
- explainLineageWithTypes(LineageItem, Statistics.LineageNGramExtension) - Static method in class org.apache.sysds.runtime.lineage.LineageItemUtils
- explainMemoryBudget() - Static method in class org.apache.sysds.utils.Explain
- explainMemoryBudget(Explain.ExplainCounts) - Static method in class org.apache.sysds.utils.Explain
- explainProgramBlocks(List<ProgramBlock>) - Static method in class org.apache.sysds.utils.Explain
- explainSingleLineageItem(LineageItem) - Static method in class org.apache.sysds.runtime.lineage.LineageItemUtils
- explainTaskGraph(List<DependencyTask<?>>) - Static method in class org.apache.sysds.runtime.util.DependencyThreadPool
- explainType - Variable in class org.apache.sysds.api.DMLOptions
- exponentialMovingAverageImputation(FrameBlock, int, String, int, Double, Double, Double) - Static method in class org.apache.sysds.runtime.util.EMAUtils
- exportData() - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- exportData(int) - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
-
Writes, or flushes, the cache block data to HDFS.
- exportData(String, String) - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- exportData(String, String, int, FileFormatProperties) - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
-
Synchronized because there might be parallel threads (parfor local) that access the same object (in case it was created before the loop).
- exportData(String, String, FileFormatProperties) - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- exportLineageItems(long, LocalVariableMap, ArrayList<ParForStatementBlock.ResultVar>, Lineage) - Static method in class org.apache.sysds.runtime.controlprogram.parfor.RemoteParForUtils
-
Export lineage for remote Spark parfor workers.
- exportResultVariables(long, LocalVariableMap, ArrayList<ParForStatementBlock.ResultVar>) - Static method in class org.apache.sysds.runtime.controlprogram.parfor.RemoteParForUtils
-
For remote Spark parfor workers.
- expr - Variable in class org.apache.sysds.parser.dml.ExpressionInfo
- expression - Variable in class org.apache.sysds.parser.dml.DmlParser.MultiIdExpressionContext
- expression() - Method in class org.apache.sysds.parser.dml.DmlParser.AccumulatorAssignmentStatementContext
- expression() - Method in class org.apache.sysds.parser.dml.DmlParser.AddSubExpressionContext
- expression() - Method in class org.apache.sysds.parser.dml.DmlParser.AssignmentStatementContext
- expression() - Method in class org.apache.sysds.parser.dml.DmlParser.AtomicExpressionContext
- expression() - Method in class org.apache.sysds.parser.dml.DmlParser.BooleanAndExpressionContext
- expression() - Method in class org.apache.sysds.parser.dml.DmlParser.BooleanNotExpressionContext
- expression() - Method in class org.apache.sysds.parser.dml.DmlParser.BooleanOrExpressionContext
- expression() - Method in class org.apache.sysds.parser.dml.DmlParser
- expression() - Method in class org.apache.sysds.parser.dml.DmlParser.IfdefAssignmentStatementContext
- expression() - Method in class org.apache.sysds.parser.dml.DmlParser.IfStatementContext
- expression() - Method in class org.apache.sysds.parser.dml.DmlParser.IndexedExpressionContext
- expression() - Method in class org.apache.sysds.parser.dml.DmlParser.IterablePredicateColonExpressionContext
- expression() - Method in class org.apache.sysds.parser.dml.DmlParser.IterablePredicateSeqExpressionContext
- expression() - Method in class org.apache.sysds.parser.dml.DmlParser.MatrixMulExpressionContext
- expression() - Method in class org.apache.sysds.parser.dml.DmlParser.ModIntDivExpressionContext
- expression() - Method in class org.apache.sysds.parser.dml.DmlParser.MultDivExpressionContext
- expression() - Method in class org.apache.sysds.parser.dml.DmlParser.MultiIdExpressionContext
- expression() - Method in class org.apache.sysds.parser.dml.DmlParser.ParameterizedExpressionContext
- expression() - Method in class org.apache.sysds.parser.dml.DmlParser.PowerExpressionContext
- expression() - Method in class org.apache.sysds.parser.dml.DmlParser.RelationalExpressionContext
- expression() - Method in class org.apache.sysds.parser.dml.DmlParser.StrictParameterizedExpressionContext
- expression() - Method in class org.apache.sysds.parser.dml.DmlParser.TypedArgAssignContext
- expression() - Method in class org.apache.sysds.parser.dml.DmlParser.UnaryExpressionContext
- expression() - Method in class org.apache.sysds.parser.dml.DmlParser.WhileStatementContext
- expression(int) - Method in class org.apache.sysds.parser.dml.DmlParser.AddSubExpressionContext
- expression(int) - Method in class org.apache.sysds.parser.dml.DmlParser.BooleanAndExpressionContext
- expression(int) - Method in class org.apache.sysds.parser.dml.DmlParser.BooleanOrExpressionContext
- expression(int) - Method in class org.apache.sysds.parser.dml.DmlParser.IndexedExpressionContext
- expression(int) - Method in class org.apache.sysds.parser.dml.DmlParser.IterablePredicateColonExpressionContext
- expression(int) - Method in class org.apache.sysds.parser.dml.DmlParser.IterablePredicateSeqExpressionContext
- expression(int) - Method in class org.apache.sysds.parser.dml.DmlParser.MatrixMulExpressionContext
- expression(int) - Method in class org.apache.sysds.parser.dml.DmlParser.ModIntDivExpressionContext
- expression(int) - Method in class org.apache.sysds.parser.dml.DmlParser.MultDivExpressionContext
- expression(int) - Method in class org.apache.sysds.parser.dml.DmlParser.MultiIdExpressionContext
- expression(int) - Method in class org.apache.sysds.parser.dml.DmlParser.PowerExpressionContext
- expression(int) - Method in class org.apache.sysds.parser.dml.DmlParser.RelationalExpressionContext
- Expression - Class in org.apache.sysds.parser
- Expression() - Constructor for class org.apache.sysds.parser.Expression
- Expression.BinaryOp - Enum in org.apache.sysds.parser
-
Binary operators.
- Expression.BooleanOp - Enum in org.apache.sysds.parser
-
Boolean operators.
- Expression.DataOp - Enum in org.apache.sysds.parser
-
Data operators.
- Expression.FunctCallOp - Enum in org.apache.sysds.parser
-
Function call operators.
- Expression.RelationalOp - Enum in org.apache.sysds.parser
-
Relational operators.
- ExpressionContext() - Constructor for class org.apache.sysds.parser.dml.DmlParser.ExpressionContext
- ExpressionContext(ParserRuleContext, int) - Constructor for class org.apache.sysds.parser.dml.DmlParser.ExpressionContext
- ExpressionInfo - Class in org.apache.sysds.parser.dml
-
This class exists solely to prevent compiler warnings.
- ExpressionInfo() - Constructor for class org.apache.sysds.parser.dml.ExpressionInfo
- ExpressionList - Class in org.apache.sysds.parser
- ExpressionList(ArrayList<Expression>) - Constructor for class org.apache.sysds.parser.ExpressionList
- EXT_SPACE - Static variable in class org.apache.sysds.runtime.transform.TfUtils
- extendLineageItem(LineageItem, Statistics.LineageNGramExtension) - Static method in class org.apache.sysds.utils.Statistics
- EXTERNAL - org.apache.sysds.parser.Expression.FunctCallOp
- ExternalFunctionDefExpressionContext(DmlParser.FunctionStatementContext) - Constructor for class org.apache.sysds.parser.dml.DmlParser.ExternalFunctionDefExpressionContext
- extract(ArrayList<Hop>, RecompileStatus) - Method in class org.apache.sysds.hops.MemoTable
- extractAllPrefixStringsOfAColSingleLine(int, boolean, boolean) - Method in class org.apache.sysds.runtime.iogen.FormatIdentifyer
- extractAllPrefixStringsOfAColSingleLine(int, ArrayList<Integer>, boolean, boolean) - Method in class org.apache.sysds.runtime.iogen.FormatIdentifyer
- extractAllPrefixStringsOfColsSingleLine(boolean, boolean) - Method in class org.apache.sysds.runtime.iogen.FormatIdentifyer
- extractBitmap(IColIndex, MatrixBlock, boolean, int, boolean) - Static method in class org.apache.sysds.runtime.compress.bitmap.BitmapEncoder
-
Generate uncompressed bitmaps for a set of columns in an uncompressed matrix block.
- extractBitmap(IColIndex, MatrixBlock, int, CompressionSettings) - Static method in class org.apache.sysds.runtime.compress.bitmap.BitmapEncoder
- ExtractBlockForBinaryReblock - Class in org.apache.sysds.runtime.instructions.spark.functions
- ExtractBlockForBinaryReblock(DataCharacteristics, DataCharacteristics) - Constructor for class org.apache.sysds.runtime.instructions.spark.functions.ExtractBlockForBinaryReblock
- extractCommon(double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.AMorphingMMColGroup
-
extract common value from group and return non morphing group
- extractCommon(double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDCFOR
- extractCommon(double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDC
- extractCommon(double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCFOR
- extractCommon(double[]) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingle
- extractCommon(double[]) - Method in interface org.apache.sysds.runtime.compress.colgroup.IFrameOfReferenceGroup
-
extract common value from group and return non morphing group
- extractDAGOutputStatistics(List<Hop>, LocalVariableMap) - Static method in class org.apache.sysds.hops.recompile.Recompiler
- extractDAGOutputStatistics(List<Hop>, LocalVariableMap, boolean) - Static method in class org.apache.sysds.hops.recompile.Recompiler
- extractDAGOutputStatistics(Hop, LocalVariableMap, boolean) - Static method in class org.apache.sysds.hops.recompile.Recompiler
- extractDouble(double[], int, int) - Method in class org.apache.sysds.runtime.frame.data.columns.Array
-
Extract the sub array into the ret array as doubles.
- extractDouble(double[], int, int) - Method in class org.apache.sysds.runtime.frame.data.columns.DDCArray
- extractFacts(int, double, double, CompressionSettings) - Method in class org.apache.sysds.runtime.compress.estim.encoding.ConstEncoding
- extractFacts(int, double, double, CompressionSettings) - Method in class org.apache.sysds.runtime.compress.estim.encoding.DenseEncoding
- extractFacts(int, double, double, CompressionSettings) - Method in class org.apache.sysds.runtime.compress.estim.encoding.EmptyEncoding
- extractFacts(int, double, double, CompressionSettings) - Method in interface org.apache.sysds.runtime.compress.estim.encoding.IEncode
-
Extract the compression facts for this column group.
- extractFacts(int, double, double, CompressionSettings) - Method in class org.apache.sysds.runtime.compress.estim.encoding.SparseEncoding
- ExtractGroup - Class in org.apache.sysds.runtime.instructions.spark.functions
- ExtractGroup(long, long, Operator) - Constructor for class org.apache.sysds.runtime.instructions.spark.functions.ExtractGroup
- ExtractGroup.ExtractGroupBroadcast - Class in org.apache.sysds.runtime.instructions.spark.functions
- ExtractGroup.ExtractGroupJoin - Class in org.apache.sysds.runtime.instructions.spark.functions
- ExtractGroupBroadcast(PartitionedBroadcast<MatrixBlock>, long, long, Operator) - Constructor for class org.apache.sysds.runtime.instructions.spark.functions.ExtractGroup.ExtractGroupBroadcast
- ExtractGroupJoin(long, long, Operator) - Constructor for class org.apache.sysds.runtime.instructions.spark.functions.ExtractGroup.ExtractGroupJoin
- ExtractGroupNWeights - Class in org.apache.sysds.runtime.instructions.spark.functions
- ExtractGroupNWeights() - Constructor for class org.apache.sysds.runtime.instructions.spark.functions.ExtractGroupNWeights
- extractIntID(String) - Static method in class org.apache.sysds.runtime.controlprogram.parfor.util.IDHandler
- extractIntIDFromLong(long, int) - Static method in class org.apache.sysds.runtime.controlprogram.parfor.util.IDHandler
-
Extract int ID from long value
- extractMaxMemoryOpt(String) - Static method in class org.apache.sysds.utils.stats.InfrastructureAnalyzer
- extractMostCommonValueInColumns(MatrixBlock) - Static method in interface org.apache.sysds.runtime.compress.colgroup.ColGroupUtils
- extractTriangular(MatrixBlock, boolean, boolean, boolean) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- extractTriangular(MatrixBlock, boolean, boolean, boolean) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- extractValues() - Method in class org.apache.sysds.runtime.compress.utils.ACountHashMap
- extractValues() - Method in class org.apache.sysds.runtime.compress.utils.DblArrayIntListHashMap
- extractValues() - Method in class org.apache.sysds.runtime.compress.utils.DoubleIntListHashMap
- extractValues() - Method in class org.apache.sysds.runtime.compress.utils.IntArrayList
-
Returns the underlying array of offsets.
- extractValues(boolean) - Method in class org.apache.sysds.runtime.compress.utils.IntArrayList
- extractValues(double[], IColIndex) - Static method in interface org.apache.sysds.runtime.compress.utils.Util
- ExtraSamples - org.apache.sysds.runtime.io.cog.IFDTagDictionary
F
- F - org.apache.sysds.runtime.functionobjects.ParameterizedBuiltin.ProbabilityDistributionCode
- F1SCORE - org.apache.sysds.common.Builtins
- FACTOR_NUM_ITERATIONS - Static variable in class org.apache.sysds.runtime.controlprogram.parfor.opt.CostEstimator
- FACTORING - org.apache.sysds.runtime.controlprogram.ParForProgramBlock.PTaskPartitioner
- FACTORING_CMAX - org.apache.sysds.runtime.controlprogram.ParForProgramBlock.PTaskPartitioner
- FACTORING_CMIN - org.apache.sysds.runtime.controlprogram.ParForProgramBlock.PTaskPartitioner
- FAIR_SCHEDULER_MODE - Static variable in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
- FALSE - org.apache.sysds.lops.Compression.CompressConfig
- FALSE - org.apache.sysds.lops.DeCompression.CompressConfig
- falseStringLiteral() - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- FastBufferedDataInputStream - Class in org.apache.sysds.runtime.util
- FastBufferedDataInputStream(InputStream) - Constructor for class org.apache.sysds.runtime.util.FastBufferedDataInputStream
- FastBufferedDataInputStream(InputStream, int) - Constructor for class org.apache.sysds.runtime.util.FastBufferedDataInputStream
- FastBufferedDataOutputStream - Class in org.apache.sysds.runtime.util
-
This buffered output stream is essentially a merged version of BufferedOutputStream and DataOutputStream, wrt SystemDS requirements.
- FastBufferedDataOutputStream(OutputStream) - Constructor for class org.apache.sysds.runtime.util.FastBufferedDataOutputStream
- FastBufferedDataOutputStream(OutputStream, int) - Constructor for class org.apache.sysds.runtime.util.FastBufferedDataOutputStream
- FastStringTokenizer - Class in org.apache.sysds.runtime.util
-
This string tokenizer is essentially a simplified StringTokenizer.
- FastStringTokenizer(char) - Constructor for class org.apache.sysds.runtime.util.FastStringTokenizer
-
Constructs a new StringTokenizer for string using the specified delimiter
- FCall - org.apache.sysds.common.InstructionType
- FCall - org.apache.sysds.runtime.instructions.cp.CPInstruction.CPType
- FCALL - org.apache.sysds.common.Opcodes
- FCALL - org.apache.sysds.runtime.compress.workload.AWTreeNode.WTNodeType
- FDR - org.apache.sysds.common.Builtins
- FeatureHash - org.apache.sysds.runtime.transform.encode.ColumnEncoder.EncoderType
- FeatureHashSparseApplyTask(ColumnEncoderFeatureHash, CacheBlock<?>, MatrixBlock, int) - Constructor for class org.apache.sysds.runtime.transform.encode.ColumnEncoderFeatureHash.FeatureHashSparseApplyTask
- FeatureHashSparseApplyTask(ColumnEncoderFeatureHash, CacheBlock<?>, MatrixBlock, int, int, int) - Constructor for class org.apache.sysds.runtime.transform.encode.ColumnEncoderFeatureHash.FeatureHashSparseApplyTask
- FED - org.apache.sysds.common.Types.ExecType
-
FED: indicate that the instruction should be executed as a Federated instruction
- FED_ADDRESSES - Static variable in class org.apache.sysds.parser.DataExpression
- FED_FRAME_IDENTIFIER - Static variable in class org.apache.sysds.runtime.instructions.fed.InitFEDInstruction
- FED_LOCAL_OBJECT - Static variable in class org.apache.sysds.parser.DataExpression
- FED_MATRIX_IDENTIFIER - Static variable in class org.apache.sysds.runtime.instructions.fed.InitFEDInstruction
- FED_RANGES - Static variable in class org.apache.sysds.parser.DataExpression
- FED_STATISTICS - Static variable in class org.apache.sysds.api.DMLScript
- FED_STATISTICS_COUNT - Static variable in class org.apache.sysds.api.DMLScript
- FED_TYPE - Static variable in class org.apache.sysds.parser.DataExpression
- FED_WORKER - Static variable in class org.apache.sysds.api.DMLScript
- Federated - Class in org.apache.sysds.lops
- Federated - org.apache.sysds.lops.Lop.Type
- Federated(HashMap<String, Lop>, Types.DataType, Types.ValueType) - Constructor for class org.apache.sysds.lops.Federated
- FEDERATED - org.apache.sysds.common.Types.FileFormat
- FEDERATED - org.apache.sysds.common.Types.OpOpData
- FEDERATED - org.apache.sysds.parser.Expression.DataOp
- FEDERATED - org.apache.sysds.parser.Statement.PSModeType
- FEDERATED - org.apache.sysds.runtime.instructions.Instruction.IType
- FEDERATED_COMPILATION - Static variable in class org.apache.sysds.hops.OptimizerUtils
-
Compile federated instructions based on input federation state and privacy constraints.
- FEDERATED_COMPRESSION - Static variable in class org.apache.sysds.conf.DMLConfig
- FEDERATED_INST_PREFIX - Static variable in class org.apache.sysds.runtime.instructions.Instruction
- FEDERATED_MONITOR_FREQUENCY - Static variable in class org.apache.sysds.conf.DMLConfig
-
Trigger frequency of the collecting and parsing statistics process on registered workers for monitoring in seconds
- FEDERATED_PAR_CONN - Static variable in class org.apache.sysds.conf.DMLConfig
- FEDERATED_PAR_INST - Static variable in class org.apache.sysds.conf.DMLConfig
- FEDERATED_PLANNER - Static variable in class org.apache.sysds.conf.DMLConfig
- FEDERATED_READCACHE - Static variable in class org.apache.sysds.conf.DMLConfig
- FEDERATED_RUNTIME - org.apache.sysds.conf.CompilerConfig.ConfigType
- FEDERATED_SPECS - Static variable in class org.apache.sysds.hops.OptimizerUtils
- FEDERATED_TIMEOUT - Static variable in class org.apache.sysds.conf.DMLConfig
- FEDERATED_VALID_PARAM_NAMES - Static variable in class org.apache.sysds.parser.DataExpression
- federatedCompilation - Variable in class org.apache.sysds.api.DMLOptions
- FederatedCompilationTimer - Class in org.apache.sysds.hops.fedplanner
- FederatedCompilationTimer() - Constructor for class org.apache.sysds.hops.fedplanner.FederatedCompilationTimer
- FederatedCompilationTimer.TimeEntry - Class in org.apache.sysds.hops.fedplanner
- FederatedCompressionStatistics - Class in org.apache.sysds.utils.stats
- FederatedCompressionStatistics() - Constructor for class org.apache.sysds.utils.stats.FederatedCompressionStatistics
- FederatedData - Class in org.apache.sysds.runtime.controlprogram.federated
- FederatedData(Types.DataType, InetSocketAddress, String) - Constructor for class org.apache.sysds.runtime.controlprogram.federated.FederatedData
- FederatedData(Types.DataType, InetSocketAddress, String, long) - Constructor for class org.apache.sysds.runtime.controlprogram.federated.FederatedData
- FederatedData.FederatedRequestEncoder - Class in org.apache.sysds.runtime.controlprogram.federated
- FederatedDataPartitioner - Class in org.apache.sysds.runtime.controlprogram.paramserv.dp
- FederatedDataPartitioner(Statement.FederatedPSScheme, int) - Constructor for class org.apache.sysds.runtime.controlprogram.paramserv.dp.FederatedDataPartitioner
- FederatedLocalData - Class in org.apache.sysds.runtime.controlprogram.federated
- FederatedLocalData(long, CacheableData<?>) - Constructor for class org.apache.sysds.runtime.controlprogram.federated.FederatedLocalData
- FederatedLookupTable - Class in org.apache.sysds.runtime.controlprogram.federated
-
Lookup table mapping from a FedUniqueCoordID (funCID) to an ExecutionContextMap (ECM) so that every coordinator can address federated variables with its own local sequential variable IDs.
- FederatedLookupTable() - Constructor for class org.apache.sysds.runtime.controlprogram.federated.FederatedLookupTable
- FederatedMemoTable - Class in org.apache.sysds.hops.fedplanner
-
A Memoization Table for managing federated plans (FedPlan) based on combinations of Hops and fedOutTypes.
- FederatedMemoTable() - Constructor for class org.apache.sysds.hops.fedplanner.FederatedMemoTable
- FederatedMemoTable.FedPlan - Class in org.apache.sysds.hops.fedplanner
-
Represents a single federated execution plan with its associated costs and dependencies.
- FederatedMemoTable.FedPlanVariants - Class in org.apache.sysds.hops.fedplanner
-
Represents a collection of federated execution plan variants for a specific Hop and FederatedOutput.
- FederatedMemoTable.HopCommon - Class in org.apache.sysds.hops.fedplanner
-
Represents common properties and costs associated with a Hop.
- FederatedMemoTablePrinter - Class in org.apache.sysds.hops.fedplanner
- FederatedMemoTablePrinter() - Constructor for class org.apache.sysds.hops.fedplanner.FederatedMemoTablePrinter
- FederatedMonitoringServer - Class in org.apache.sysds.runtime.controlprogram.federated.monitoring
- FederatedMonitoringServer(int, boolean) - Constructor for class org.apache.sysds.runtime.controlprogram.federated.monitoring.FederatedMonitoringServer
- FederatedMonitoringServerHandler - Class in org.apache.sysds.runtime.controlprogram.federated.monitoring
- FederatedMonitoringServerHandler() - Constructor for class org.apache.sysds.runtime.controlprogram.federated.monitoring.FederatedMonitoringServerHandler
- FederatedPlanCostEnumerator - Class in org.apache.sysds.hops.fedplanner
- FederatedPlanCostEnumerator() - Constructor for class org.apache.sysds.hops.fedplanner.FederatedPlanCostEnumerator
- FederatedPlanCostEstimator - Class in org.apache.sysds.hops.fedplanner
-
Cost estimator for federated execution plans.
- FederatedPlanCostEstimator() - Constructor for class org.apache.sysds.hops.fedplanner.FederatedPlanCostEstimator
- FederatedPlannerFedAll - Class in org.apache.sysds.hops.fedplanner
-
Baseline federated planner that compiles all hops that support federated execution on federated inputs to forced federated operations.
- FederatedPlannerFedAll() - Constructor for class org.apache.sysds.hops.fedplanner.FederatedPlannerFedAll
- FederatedPlannerFedHeuristic - Class in org.apache.sysds.hops.fedplanner
- FederatedPlannerFedHeuristic() - Constructor for class org.apache.sysds.hops.fedplanner.FederatedPlannerFedHeuristic
- FederatedPlannerUtils - Class in org.apache.sysds.hops.fedplanner
-
Utility class for federated planners.
- FederatedPlannerUtils() - Constructor for class org.apache.sysds.hops.fedplanner.FederatedPlannerUtils
- FederatedPSControlThread - Class in org.apache.sysds.runtime.controlprogram.paramserv
- FederatedPSControlThread(int, String, Statement.PSFrequency, Statement.PSRuntimeBalancing, boolean, int, long, int, ExecutionContext, ParamServer, int, boolean, boolean) - Constructor for class org.apache.sysds.runtime.controlprogram.paramserv.FederatedPSControlThread
- FederatedRange - Class in org.apache.sysds.runtime.controlprogram.federated
- FederatedRange(long[], long[]) - Constructor for class org.apache.sysds.runtime.controlprogram.federated.FederatedRange
-
Create a range with the indexes of each dimension between their respective
beginDimsandendDimsvalues. - FederatedRange(FederatedRange) - Constructor for class org.apache.sysds.runtime.controlprogram.federated.FederatedRange
-
Does a deep copy of another
FederatedRangeobject. - FederatedRange(FederatedRange, long) - Constructor for class org.apache.sysds.runtime.controlprogram.federated.FederatedRange
- FederatedReadCache - Class in org.apache.sysds.runtime.controlprogram.federated
- FederatedReadCache() - Constructor for class org.apache.sysds.runtime.controlprogram.federated.FederatedReadCache
- FederatedReadCache.ReadCacheEntry - Class in org.apache.sysds.runtime.controlprogram.federated
-
Class representing an entry of the federated read cache.
- FederatedRequest - Class in org.apache.sysds.runtime.controlprogram.federated
- FederatedRequest(FederatedRequest.RequestType) - Constructor for class org.apache.sysds.runtime.controlprogram.federated.FederatedRequest
- FederatedRequest(FederatedRequest.RequestType, long) - Constructor for class org.apache.sysds.runtime.controlprogram.federated.FederatedRequest
- FederatedRequest(FederatedRequest.RequestType, long, Object...) - Constructor for class org.apache.sysds.runtime.controlprogram.federated.FederatedRequest
- FederatedRequest(FederatedRequest.RequestType, long, List<Object>) - Constructor for class org.apache.sysds.runtime.controlprogram.federated.FederatedRequest
- FederatedRequest(FederatedRequest.RequestType, LineageItem, long, Object...) - Constructor for class org.apache.sysds.runtime.controlprogram.federated.FederatedRequest
- FederatedRequest.RequestType - Enum in org.apache.sysds.runtime.controlprogram.federated
- FederatedRequestEncoder() - Constructor for class org.apache.sysds.runtime.controlprogram.federated.FederatedData.FederatedRequestEncoder
- FederatedResponse - Class in org.apache.sysds.runtime.controlprogram.federated
- FederatedResponse(FederatedResponse.ResponseType) - Constructor for class org.apache.sysds.runtime.controlprogram.federated.FederatedResponse
- FederatedResponse(FederatedResponse.ResponseType, Object) - Constructor for class org.apache.sysds.runtime.controlprogram.federated.FederatedResponse
- FederatedResponse(FederatedResponse.ResponseType, Object[]) - Constructor for class org.apache.sysds.runtime.controlprogram.federated.FederatedResponse
- FederatedResponse(FederatedResponse.ResponseType, Object[], LineageItem) - Constructor for class org.apache.sysds.runtime.controlprogram.federated.FederatedResponse
- FederatedResponse(FederatedResponse.ResponseType, Object, LineageItem) - Constructor for class org.apache.sysds.runtime.controlprogram.federated.FederatedResponse
- FederatedResponse.ResponseType - Enum in org.apache.sysds.runtime.controlprogram.federated
- FederatedResponseEncoder() - Constructor for class org.apache.sysds.runtime.controlprogram.federated.FederatedWorker.FederatedResponseEncoder
- FederatedSSLUtil - Class in org.apache.sysds.runtime.controlprogram.federated
- FederatedStatistics - Class in org.apache.sysds.runtime.controlprogram.federated
- FederatedStatistics() - Constructor for class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- FederatedStatistics.FedStatsCollectFunction - Class in org.apache.sysds.runtime.controlprogram.federated
- FederatedStatistics.FedStatsCollection - Class in org.apache.sysds.runtime.controlprogram.federated
- FederatedUDF - Class in org.apache.sysds.runtime.controlprogram.federated
- FederatedWorker - Class in org.apache.sysds.runtime.controlprogram.federated
- FederatedWorker(int, boolean) - Constructor for class org.apache.sysds.runtime.controlprogram.federated.FederatedWorker
- FederatedWorker.FederatedResponseEncoder - Class in org.apache.sysds.runtime.controlprogram.federated
- FederatedWorkerHandler - Class in org.apache.sysds.runtime.controlprogram.federated
-
Note: federated worker handler created for every command; and concurrent parfor threads at coordinator need separate execution contexts at the federated sites too
- FederatedWorkerHandler(FederatedLookupTable, FederatedReadCache, FederatedWorkloadAnalyzer) - Constructor for class org.apache.sysds.runtime.controlprogram.federated.FederatedWorkerHandler
-
Create a Federated Worker Handler.
- FederatedWorkerHandler(FederatedLookupTable, FederatedReadCache, FederatedWorkloadAnalyzer, Timing) - Constructor for class org.apache.sysds.runtime.controlprogram.federated.FederatedWorkerHandler
- FederatedWorkerHandlerException - Exception in org.apache.sysds.runtime.controlprogram.federated
-
Exception to throw when an exception occurs in FederatedWorkerHandler during handling of FederatedRequest.
- FederatedWorkerHandlerException(String) - Constructor for exception org.apache.sysds.runtime.controlprogram.federated.FederatedWorkerHandlerException
-
Create new instance of FederatedWorkerHandlerException with a message.
- FederatedWorkerHandlerException(String, Throwable) - Constructor for exception org.apache.sysds.runtime.controlprogram.federated.FederatedWorkerHandlerException
-
Create new instance of FederatedWorkerHandlerException with a message and a throwable representing the original cause of the exception.
- FederatedWorkloadAnalyzer - Class in org.apache.sysds.runtime.controlprogram.federated
- FederatedWorkloadAnalyzer() - Constructor for class org.apache.sysds.runtime.controlprogram.federated.FederatedWorkloadAnalyzer
- federateFrame(FrameObject, List<Pair<FederatedRange, FederatedData>>) - Static method in class org.apache.sysds.runtime.instructions.fed.InitFEDInstruction
- federateFrame(FrameObject, List<Pair<FederatedRange, FederatedData>>, CacheBlock<?>[]) - Static method in class org.apache.sysds.runtime.instructions.fed.InitFEDInstruction
- federateLocalData(CacheableData<?>) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederationUtils
- federateMatrix(CacheableData<?>, List<Pair<FederatedRange, FederatedData>>) - Static method in class org.apache.sysds.runtime.instructions.fed.InitFEDInstruction
- federateMatrix(CacheableData<?>, List<Pair<FederatedRange, FederatedData>>, CacheBlock<?>[]) - Static method in class org.apache.sysds.runtime.instructions.fed.InitFEDInstruction
- FederationMap - Class in org.apache.sysds.runtime.controlprogram.federated
- FederationMap(long, List<Pair<FederatedRange, FederatedData>>) - Constructor for class org.apache.sysds.runtime.controlprogram.federated.FederationMap
- FederationMap(long, List<Pair<FederatedRange, FederatedData>>, FTypes.FType) - Constructor for class org.apache.sysds.runtime.controlprogram.federated.FederationMap
- FederationMap(List<Pair<FederatedRange, FederatedData>>) - Constructor for class org.apache.sysds.runtime.controlprogram.federated.FederationMap
- FederationUtils - Class in org.apache.sysds.runtime.controlprogram.federated
- FederationUtils() - Constructor for class org.apache.sysds.runtime.controlprogram.federated.FederationUtils
- FEDINIT - org.apache.sysds.common.Opcodes
- FEDInstruction - Class in org.apache.sysds.runtime.instructions.fed
- FEDInstruction.FederatedOutput - Enum in org.apache.sysds.runtime.instructions.fed
- FEDInstruction.FEDType - Enum in org.apache.sysds.runtime.instructions.fed
- FEDInstructionParser - Class in org.apache.sysds.runtime.instructions
- FEDInstructionParser() - Constructor for class org.apache.sysds.runtime.instructions.FEDInstructionParser
- FEDInstructionUtils - Class in org.apache.sysds.runtime.instructions.fed
- FEDInstructionUtils() - Constructor for class org.apache.sysds.runtime.instructions.fed.FEDInstructionUtils
- fedMonitoring - Variable in class org.apache.sysds.api.DMLOptions
- fedMonitoringAddress - Variable in class org.apache.sysds.api.DMLOptions
- fedMonitoringPort - Variable in class org.apache.sysds.api.DMLOptions
- FedPlan(double, FederatedMemoTable.FedPlanVariants, List<Pair<Long, FEDInstruction.FederatedOutput>>) - Constructor for class org.apache.sysds.hops.fedplanner.FederatedMemoTable.FedPlan
- FedPlanVariants(FederatedMemoTable.HopCommon, FEDInstruction.FederatedOutput) - Constructor for class org.apache.sysds.hops.fedplanner.FederatedMemoTable.FedPlanVariants
- fedStats - Variable in class org.apache.sysds.api.DMLOptions
- FedStatsCollectFunction() - Constructor for class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics.FedStatsCollectFunction
- FedStatsCollection() - Constructor for class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics.FedStatsCollection
- fedStatsCount - Variable in class org.apache.sysds.api.DMLOptions
- fedWorker - Variable in class org.apache.sysds.api.DMLOptions
- fedWorkerPort - Variable in class org.apache.sysds.api.DMLOptions
- FF_PREDICT - org.apache.sysds.common.Builtins
- FF_TRAIN - org.apache.sysds.common.Builtins
- fft(double[], double[], int, int, int, boolean) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixFourier
-
Function to perform FFT for two given double arrays.
- fft(MatrixBlock, int) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixFourier
-
Function to perform FFT for a given matrix.
- fft(MatrixBlock, MatrixBlock, int) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixFourier
-
Function to perform FFT for two given matrices.
- FFT - org.apache.sysds.common.Builtins
- FFT - org.apache.sysds.common.Opcodes
- fft_linearized(MatrixBlock, int) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixFourier
-
Function to perform FFT for each row of a given matrix.
- fft_linearized(MatrixBlock, MatrixBlock, int) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixFourier
-
Function to perform FFT for each row of two given matrices.
- FFT_LINEARIZED - org.apache.sysds.common.Builtins
- FFT_LINEARIZED - org.apache.sysds.common.Opcodes
- fft_one_dim(double[], double[], double[], double[], int, int, int, int) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixFourier
-
Function to perform one-dimensional FFT for two given double arrays.
- FIFO - org.apache.sysds.runtime.controlprogram.caching.LazyWriteBuffer.RPolicy
- FILE_SEPARATOR - Static variable in class org.apache.sysds.lops.Lop
- FileFormatProperties - Class in org.apache.sysds.runtime.io
- FileFormatProperties() - Constructor for class org.apache.sysds.runtime.io.FileFormatProperties
- FileFormatProperties(int) - Constructor for class org.apache.sysds.runtime.io.FileFormatProperties
- FileFormatPropertiesCOG - Class in org.apache.sysds.runtime.io
- FileFormatPropertiesCOG() - Constructor for class org.apache.sysds.runtime.io.FileFormatPropertiesCOG
- FileFormatPropertiesCOG(String) - Constructor for class org.apache.sysds.runtime.io.FileFormatPropertiesCOG
- FileFormatPropertiesCSV - Class in org.apache.sysds.runtime.io
- FileFormatPropertiesCSV() - Constructor for class org.apache.sysds.runtime.io.FileFormatPropertiesCSV
- FileFormatPropertiesCSV(boolean, String, boolean) - Constructor for class org.apache.sysds.runtime.io.FileFormatPropertiesCSV
- FileFormatPropertiesCSV(boolean, String, boolean, double, String) - Constructor for class org.apache.sysds.runtime.io.FileFormatPropertiesCSV
- FileFormatPropertiesHDF5 - Class in org.apache.sysds.runtime.io
- FileFormatPropertiesHDF5() - Constructor for class org.apache.sysds.runtime.io.FileFormatPropertiesHDF5
- FileFormatPropertiesHDF5(String) - Constructor for class org.apache.sysds.runtime.io.FileFormatPropertiesHDF5
- FileFormatPropertiesLIBSVM - Class in org.apache.sysds.runtime.io
- FileFormatPropertiesLIBSVM() - Constructor for class org.apache.sysds.runtime.io.FileFormatPropertiesLIBSVM
- FileFormatPropertiesLIBSVM(String, String) - Constructor for class org.apache.sysds.runtime.io.FileFormatPropertiesLIBSVM
- FileFormatPropertiesLIBSVM(String, String, boolean) - Constructor for class org.apache.sysds.runtime.io.FileFormatPropertiesLIBSVM
- FileFormatPropertiesMM - Class in org.apache.sysds.runtime.io
- FileFormatPropertiesMM() - Constructor for class org.apache.sysds.runtime.io.FileFormatPropertiesMM
- FileFormatPropertiesMM(FileFormatPropertiesMM.MMFormat, FileFormatPropertiesMM.MMField, FileFormatPropertiesMM.MMSymmetry) - Constructor for class org.apache.sysds.runtime.io.FileFormatPropertiesMM
- FileFormatPropertiesMM.MMField - Enum in org.apache.sysds.runtime.io
- FileFormatPropertiesMM.MMFormat - Enum in org.apache.sysds.runtime.io
- FileFormatPropertiesMM.MMSymmetry - Enum in org.apache.sysds.runtime.io
- filePath - Variable in class org.apache.sysds.api.DMLOptions
- filePath - Variable in class org.apache.sysds.parser.dml.DmlParser.ImportStatementContext
- fill(double) - Method in class org.apache.sysds.runtime.data.DenseBlock
- fill(double) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- fill(int) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.AMapToData
-
Fill the map with a given value.
- fill(int) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToBit
- fill(int) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToByte
- fill(int) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToChar
- fill(int) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToCharPByte
- fill(int) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToInt
- fill(int) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToUByte
- fill(int) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToZero
- fill(Boolean) - Method in class org.apache.sysds.runtime.frame.data.columns.BitSetArray
- fill(Boolean) - Method in class org.apache.sysds.runtime.frame.data.columns.BooleanArray
- fill(Character) - Method in class org.apache.sysds.runtime.frame.data.columns.CharArray
- fill(Double) - Method in class org.apache.sysds.runtime.frame.data.columns.DoubleArray
- fill(Float) - Method in class org.apache.sysds.runtime.frame.data.columns.FloatArray
- fill(Integer) - Method in class org.apache.sysds.runtime.frame.data.columns.IntegerArray
- fill(Long) - Method in class org.apache.sysds.runtime.frame.data.columns.LongArray
- fill(Object) - Method in class org.apache.sysds.runtime.frame.data.columns.HashIntegerArray
- fill(Object) - Method in class org.apache.sysds.runtime.frame.data.columns.HashLongArray
- fill(String) - Method in class org.apache.sysds.runtime.frame.data.columns.ACompressedArray
- fill(String) - Method in class org.apache.sysds.runtime.frame.data.columns.Array
-
fill the entire array with specific value.
- fill(String) - Method in class org.apache.sysds.runtime.frame.data.columns.BitSetArray
- fill(String) - Method in class org.apache.sysds.runtime.frame.data.columns.BooleanArray
- fill(String) - Method in class org.apache.sysds.runtime.frame.data.columns.CharArray
- fill(String) - Method in class org.apache.sysds.runtime.frame.data.columns.DoubleArray
- fill(String) - Method in class org.apache.sysds.runtime.frame.data.columns.FloatArray
- fill(String) - Method in class org.apache.sysds.runtime.frame.data.columns.HashIntegerArray
- fill(String) - Method in class org.apache.sysds.runtime.frame.data.columns.HashLongArray
- fill(String) - Method in class org.apache.sysds.runtime.frame.data.columns.IntegerArray
- fill(String) - Method in class org.apache.sysds.runtime.frame.data.columns.LongArray
- fill(String) - Method in class org.apache.sysds.runtime.frame.data.columns.OptionalArray
- fill(String) - Method in class org.apache.sysds.runtime.frame.data.columns.RaggedArray
- fill(String) - Method in class org.apache.sysds.runtime.frame.data.columns.StringArray
- fill(T) - Method in class org.apache.sysds.runtime.frame.data.columns.ACompressedArray
- fill(T) - Method in class org.apache.sysds.runtime.frame.data.columns.Array
-
fill the entire array with specific value.
- fill(T) - Method in class org.apache.sysds.runtime.frame.data.columns.OptionalArray
- fill(T) - Method in class org.apache.sysds.runtime.frame.data.columns.RaggedArray
- FILL_VALUE_MESSAGE - Static variable in class org.apache.sysds.runtime.io.hdf5.H5Constants
- fillBias(MatrixBlock, double[], int, int, int, int, int) - Static method in class org.apache.sysds.runtime.util.DnnUtils
- fillBlock(int, int, int, double) - Method in class org.apache.sysds.runtime.data.DenseBlock
-
Fill a certain range of elements of a block.
- fillBlock(int, int, int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockBool
- fillBlock(int, int, int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockFP32
- fillBlock(int, int, int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockFP64
- fillBlock(int, int, int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockFP64DEDUP
- fillBlock(int, int, int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockInt32
- fillBlock(int, int, int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockInt64
- fillBlock(int, int, int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockLBool
- fillBlock(int, int, int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockLFP32
- fillBlock(int, int, int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockLFP64
- fillBlock(int, int, int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockLFP64DEDUP
- fillBlock(int, int, int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockLInt32
- fillBlock(int, int, int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockLInt64
- fillBlock(int, int, int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockLString
- fillBlock(int, int, int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockString
- fillData(ByteBuffer, double[]) - Method in class org.apache.sysds.runtime.io.hdf5.H5DoubleDataType
- FillOrder - org.apache.sysds.runtime.io.cog.IFDTagDictionary
- fillRow(int, double) - Method in class org.apache.sysds.runtime.data.DenseBlock
-
Fill the DenseBlock row index with the value specified.
- fillRow(int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockBool
- fillRow(int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockFP32
- fillRow(int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockFP64
- fillRow(int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockFP64DEDUP
- fillRow(int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockInt32
- fillRow(int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockInt64
- fillRow(int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockLBool
- fillRow(int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockLFP32
- fillRow(int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockLFP64
- fillRow(int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockLFP64DEDUP
- fillRow(int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockLInt32
- fillRow(int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockLInt64
- fillRow(int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockLString
- fillRow(int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockString
- filter(IndexRange) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederationMap
- FilterDiagMatrixBlocksFunction - Class in org.apache.sysds.runtime.instructions.spark.functions
- FilterDiagMatrixBlocksFunction() - Constructor for class org.apache.sysds.runtime.instructions.spark.functions.FilterDiagMatrixBlocksFunction
- FilterNonEmptyBlocksFunction - Class in org.apache.sysds.runtime.instructions.spark.functions
- FilterNonEmptyBlocksFunction() - Constructor for class org.apache.sysds.runtime.instructions.spark.functions.FilterNonEmptyBlocksFunction
- FilterNonEmptyBlocksFunction2 - Class in org.apache.sysds.runtime.instructions.spark.functions
- FilterNonEmptyBlocksFunction2() - Constructor for class org.apache.sysds.runtime.instructions.spark.functions.FilterNonEmptyBlocksFunction2
- findClass(String) - Method in class org.apache.sysds.runtime.codegen.ByteClassLoader
- findCoCodesByPartitioning(AComEst, CompressedSizeInfo, int, ACostEstimate, CompressionSettings) - Static method in interface org.apache.sysds.runtime.compress.cocode.CoCoderFactory
-
Main entry point of CoCode.
- findCtableOperationByInputDataTypes(Types.DataType, Types.DataType, Types.DataType) - Static method in class org.apache.sysds.lops.Ctable
- findDominantPattern(Map<String, Double>, double) - Static method in class org.apache.sysds.runtime.util.DMVUtils
- findEmpty(boolean[]) - Method in class org.apache.sysds.runtime.frame.data.columns.Array
-
Find the empty rows, it is assumed that the input is to be only modified to set variables to true.
- findEmptyInverse(boolean[]) - Method in class org.apache.sysds.runtime.frame.data.columns.Array
-
Find the filled rows, it is assumed that the input i to be only modified to set variables to true;
- findEmptyInverse(boolean[]) - Method in class org.apache.sysds.runtime.frame.data.columns.BitSetArray
- findExecTypeTernaryOp() - Method in class org.apache.sysds.hops.TernaryOp
- findGroupsInIndex(IColIndex, List<AColGroup>) - Static method in class org.apache.sysds.runtime.compress.lib.CLALibCombineGroups
- findIndex(int) - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.ArrayIndex
- findIndex(int) - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.CombinedIndex
- findIndex(int) - Method in interface org.apache.sysds.runtime.compress.colgroup.indexes.IColIndex
-
Find the index of the value given return negative if non existing.
- findIndex(int) - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.RangeIndex
- findIndex(int) - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.SingleIndex
- findIndex(int) - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.TwoIndex
- findIndex(int) - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.TwoRangesIndex
- findRemovableConditionalPatternInOuterProduct(Hop) - Static method in class org.apache.sysds.hops.codegen.template.TemplateUtils
- findValue(double) - Method in class org.apache.sysds.runtime.iogen.RawIndex
- findValue(Object, Types.ValueType) - Method in class org.apache.sysds.runtime.iogen.RawIndex
- FINE_GRAINED_PRIVACY - Static variable in class org.apache.sysds.parser.DataExpression
- firstOccurrenceOfNR(LineageItem, int) - Static method in class org.apache.sysds.runtime.lineage.LineageDebugger
- FIT_PIPELINE - org.apache.sysds.common.Builtins
- FIX_INVALID_LENGTHS - org.apache.sysds.common.Builtins
- FIX_INVALID_LENGTHS_APPLY - org.apache.sysds.common.Builtins
- FIXED - org.apache.sysds.runtime.controlprogram.ParForProgramBlock.PTaskPartitioner
- FLAG_DYN_RECOMPILE - Static variable in class org.apache.sysds.conf.CompilerConfig
- FLAG_PARREADWRITE_BINARY - Static variable in class org.apache.sysds.conf.CompilerConfig
- FLAG_PARREADWRITE_TEXT - Static variable in class org.apache.sysds.conf.CompilerConfig
- FLATTENQUANTILE - org.apache.sysds.common.Builtins
- flip() - Method in class org.apache.sysds.hops.estim.EstimatorBitsetMM.BitsetMatrix1
- flip() - Method in class org.apache.sysds.hops.estim.EstimatorBitsetMM.BitsetMatrix2
- FLOAT - org.apache.sysds.runtime.io.cog.TIFFDataTypes
- float2double(GPUContext, Pointer, Pointer, int) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixCUDA
- FloatArray - Class in org.apache.sysds.runtime.frame.data.columns
- FloatArray(float[]) - Constructor for class org.apache.sysds.runtime.frame.data.columns.FloatArray
- FloatArray(int) - Constructor for class org.apache.sysds.runtime.frame.data.columns.FloatArray
- floatArrayCost(long) - Static method in class org.apache.sysds.utils.MemoryEstimates
-
Get the worst case memory usage of an array of integers.
- FLOATING_POINT - org.apache.sysds.runtime.io.cog.SampleFormatDataTypes
- FLOATING_POINT_PRECISION - Static variable in class org.apache.sysds.api.DMLScript
- FLOATING_POINT_PRECISION - Static variable in class org.apache.sysds.conf.DMLConfig
- floatPattern - Static variable in interface org.apache.sysds.runtime.frame.data.lib.FrameUtil
- floor(ExecutionContext, GPUContext, String, MatrixObject, String) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixCUDA
-
Performs an "floor" operation on a matrix on the GPU
- FLOOR - org.apache.sysds.common.Builtins
- FLOOR - org.apache.sysds.common.Opcodes
- FLOOR - org.apache.sysds.common.Types.OpOp1
- FLOOR - org.apache.sysds.hops.codegen.cplan.CNodeUnary.UnaryType
- FLOOR - org.apache.sysds.runtime.functionobjects.Builtin.BuiltinCode
- flush() - Method in class org.apache.sysds.runtime.util.DoubleBufferingOutputStream
- flush() - Method in class org.apache.sysds.runtime.util.FastBufferedDataOutputStream
- flushBufferToBinaryBlocks() - Method in class org.apache.sysds.runtime.instructions.spark.data.ReblockBuffer
- flushBufferToBinaryBlocks(ArrayList<Pair<Long, FrameBlock>>) - Method in class org.apache.sysds.runtime.instructions.spark.data.FrameReblockBuffer
- flushCellBufferToSparseBlock(SparseBlock) - Method in class org.apache.sysds.runtime.io.ReaderTextCellParallel.CellBuffer
- flushCellBufferToSparseBlockMCSR(SparseBlockMCSR) - Method in class org.apache.sysds.runtime.io.ReaderTextCellParallel.CellBuffer
- fmt - Variable in class org.apache.sysds.runtime.io.ReadProperties
- fn - Variable in class org.apache.sysds.runtime.matrix.operators.BinaryOperator
- fn - Variable in class org.apache.sysds.runtime.matrix.operators.CMOperator
- fn - Variable in class org.apache.sysds.runtime.matrix.operators.COVOperator
- fn - Variable in class org.apache.sysds.runtime.matrix.operators.QuaternaryOperator
- fn - Variable in class org.apache.sysds.runtime.matrix.operators.ReorgOperator
- fn - Variable in class org.apache.sysds.runtime.matrix.operators.ScalarOperator
- fn - Variable in class org.apache.sysds.runtime.matrix.operators.SimpleOperator
- fn - Variable in class org.apache.sysds.runtime.matrix.operators.TernaryOperator
- fn - Variable in class org.apache.sysds.runtime.matrix.operators.UnaryOperator
- footprintInMapper(long, long, long, long, long, long) - Static method in class org.apache.sysds.hops.BinaryOp
-
Estimates the memory footprint of MapMult operation depending on which input is put into distributed cache.
- FOR - org.apache.sysds.runtime.compress.workload.AWTreeNode.WTNodeType
- FOR - org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode.NodeType
- forbidden(String) - Static method in class org.apache.sysds.runtime.controlprogram.federated.monitoring.Response
- FORCE_ACCELERATOR - Static variable in class org.apache.sysds.api.DMLScript
- FORCE_CP_ON_REMOTE_SPARK - Static variable in class org.apache.sysds.runtime.controlprogram.ParForProgramBlock
- FORCE_DIST_RM_EMPTY - Static variable in class org.apache.sysds.hops.ParameterizedBuiltinOp
- FORCE_DIST_SORT_INDEXES - Static variable in class org.apache.sysds.hops.ReorgOp
- FORCE_REPLICATION - Static variable in class org.apache.sysds.hops.QuaternaryOp
- FORCED_APPEND_METHOD - Static variable in class org.apache.sysds.hops.BinaryOp
- FORCED_BINARY_METHOD - Static variable in class org.apache.sysds.hops.BinaryOp
- FORCED_LEFT_INDEXING - Static variable in class org.apache.sysds.hops.LeftIndexingOp
- FORCED_MMULT_METHOD - Static variable in class org.apache.sysds.hops.AggBinaryOp
- forceEviction() - Static method in class org.apache.sysds.runtime.controlprogram.caching.LazyWriteBuffer
-
Evicts all buffer pool entries.
- forceEviction() - Static method in class org.apache.sysds.runtime.controlprogram.caching.UnifiedMemoryManager
-
Evicts all buffer pool entries.
- forceGPU - Variable in class org.apache.sysds.api.DMLOptions
- forEach(BiConsumer<? super K, ? super Integer>) - Method in class org.apache.sysds.runtime.frame.data.columns.HashMapToInt
- forEachParallel(BiFunction<FederatedRange, FederatedData, Void>) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederationMap
-
Execute a function for each
FederatedRange+FederatedDatapair. - FORMAT_TYPE - Static variable in class org.apache.sysds.parser.DataExpression
- FormatIdentifyer - Class in org.apache.sysds.runtime.iogen
- FormatIdentifyer(String, FrameBlock) - Constructor for class org.apache.sysds.runtime.iogen.FormatIdentifyer
- FormatIdentifyer(String, MatrixBlock) - Constructor for class org.apache.sysds.runtime.iogen.FormatIdentifyer
- formatMemorySize(long) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
-
Format a memory size with g/m/k quantifiers into its number representation.
- formatProperties - Variable in class org.apache.sysds.runtime.io.ReadProperties
- ForProgramBlock - Class in org.apache.sysds.runtime.controlprogram
- ForProgramBlock(Program, String) - Constructor for class org.apache.sysds.runtime.controlprogram.ForProgramBlock
- ForStatement - Class in org.apache.sysds.parser
- ForStatement() - Constructor for class org.apache.sysds.parser.ForStatement
- ForStatementBlock - Class in org.apache.sysds.parser
- ForStatementBlock() - Constructor for class org.apache.sysds.parser.ForStatementBlock
- ForStatementContext(DmlParser.StatementContext) - Constructor for class org.apache.sysds.parser.dml.DmlParser.ForStatementContext
- FOUT - org.apache.sysds.runtime.instructions.fed.FEDInstruction.FederatedOutput
- FP32 - org.apache.sysds.common.Types.ValueType
- FP32 - org.apache.sysds.runtime.frame.data.columns.ArrayFactory.FrameArrayType
- FP64 - org.apache.sysds.common.Types.ValueType
- FP64 - org.apache.sysds.runtime.frame.data.columns.ArrayFactory.FrameArrayType
- FP64_DICT - org.apache.sysds.runtime.compress.colgroup.dictionary.DictionaryFactory.Type
- Frame - Class in org.apache.sysds.api.mlcontext
-
Frame encapsulates a SystemDS frame.
- Frame(JavaPairRDD<Long, FrameBlock>, FrameMetadata) - Constructor for class org.apache.sysds.api.mlcontext.Frame
-
Create a Frame, specifying the SystemDS binary-block frame and its metadata.
- Frame(Dataset<Row>) - Constructor for class org.apache.sysds.api.mlcontext.Frame
-
Convert a Spark DataFrame to a SystemDS binary-block representation.
- Frame(Dataset<Row>, long, long) - Constructor for class org.apache.sysds.api.mlcontext.Frame
-
Convert a Spark DataFrame to a SystemDS binary-block representation, specifying the number of rows and columns.
- Frame(Dataset<Row>, FrameMetadata) - Constructor for class org.apache.sysds.api.mlcontext.Frame
-
Convert a Spark DataFrame to a SystemDS binary-block representation.
- Frame(FrameObject, SparkExecutionContext) - Constructor for class org.apache.sysds.api.mlcontext.Frame
- FRAME - org.apache.sysds.common.Opcodes
- FRAME - org.apache.sysds.common.Types.DataType
-
Two or One Dimensional heterogeneous DataType
- FRAME - org.apache.sysds.parser.Expression.DataOp
- FRAME_DATA_TYPE - Static variable in class org.apache.sysds.parser.Statement
- FRAME_OPCODE - Static variable in class org.apache.sysds.lops.DataGen
- FRAME_ROW_REPLICATE - org.apache.sysds.common.Builtins
- FRAME_ROW_REPLICATE - org.apache.sysds.common.Types.OpOp2
- FRAME_ROW_REPLICATE - org.apache.sysds.runtime.functionobjects.Builtin.BuiltinCode
- FRAME_SORT - org.apache.sysds.common.Builtins
- FRAME_VALID_PARAM_NAMES - Static variable in class org.apache.sysds.parser.DataExpression
- FRAME_VAR_NAME_PREFIX - Static variable in class org.apache.sysds.lops.Lop
- FrameAppendCPInstruction - Class in org.apache.sysds.runtime.instructions.cp
- FrameAppendMSPInstruction - Class in org.apache.sysds.runtime.instructions.spark
- FrameAppendRSPInstruction - Class in org.apache.sysds.runtime.instructions.spark
- FrameBlock - Class in org.apache.sysds.runtime.frame.data
- FrameBlock() - Constructor for class org.apache.sysds.runtime.frame.data.FrameBlock
- FrameBlock(int, Types.ValueType) - Constructor for class org.apache.sysds.runtime.frame.data.FrameBlock
- FrameBlock(Types.ValueType[]) - Constructor for class org.apache.sysds.runtime.frame.data.FrameBlock
- FrameBlock(Types.ValueType[], int) - Constructor for class org.apache.sysds.runtime.frame.data.FrameBlock
- FrameBlock(Types.ValueType[], String[]) - Constructor for class org.apache.sysds.runtime.frame.data.FrameBlock
- FrameBlock(Types.ValueType[], String[][]) - Constructor for class org.apache.sysds.runtime.frame.data.FrameBlock
- FrameBlock(Types.ValueType[], String[], int) - Constructor for class org.apache.sysds.runtime.frame.data.FrameBlock
- FrameBlock(Types.ValueType[], String[], String[][]) - Constructor for class org.apache.sysds.runtime.frame.data.FrameBlock
-
allocate a FrameBlock with the given data arrays.
- FrameBlock(Types.ValueType[], String[], ColumnMetadata[], Array<?>[]) - Constructor for class org.apache.sysds.runtime.frame.data.FrameBlock
- FrameBlock(Types.ValueType[], String, int) - Constructor for class org.apache.sysds.runtime.frame.data.FrameBlock
-
FrameBlock constructor with constant
- FrameBlock(Array<?>[]) - Constructor for class org.apache.sysds.runtime.frame.data.FrameBlock
-
Create a FrameBlock containing columns of the specified arrays
- FrameBlock(Array<?>[], String[]) - Constructor for class org.apache.sysds.runtime.frame.data.FrameBlock
-
Create a FrameBlock containing columns of the specified arrays and names
- FrameBlock(FrameBlock) - Constructor for class org.apache.sysds.runtime.frame.data.FrameBlock
-
Copy constructor for frame blocks, which uses a shallow copy for the schema (column types and names) but a deep copy for meta data and actual column data.
- FrameBlock.FrameMapFunction - Class in org.apache.sysds.runtime.frame.data
- frameBlockToFrameObject(String, FrameBlock, FrameMetadata) - Static method in class org.apache.sysds.api.mlcontext.MLContextConversionUtil
-
Convert a
FrameBlockto aFrameObject. - FrameCodeGen - Class in org.apache.sysds.runtime.iogen.codegen
- FrameCodeGen(CustomProperties, String) - Constructor for class org.apache.sysds.runtime.iogen.codegen.FrameCodeGen
- FrameCompressionSettings - Class in org.apache.sysds.runtime.frame.data.compress
- FrameCompressionSettingsBuilder - Class in org.apache.sysds.runtime.frame.data.compress
- FrameCompressionSettingsBuilder() - Constructor for class org.apache.sysds.runtime.frame.data.compress.FrameCompressionSettingsBuilder
- FrameFormat - Enum in org.apache.sysds.api.mlcontext
-
FrameFormat represents the different frame formats supported by the MLContext API.
- FrameFromMatrixBlock - Class in org.apache.sysds.runtime.frame.data.lib
- FrameGenerateReader - Class in org.apache.sysds.runtime.iogen.template
- FrameGenerateReader(CustomProperties) - Constructor for class org.apache.sysds.runtime.iogen.template.FrameGenerateReader
- FrameGenerateReaderParallel - Class in org.apache.sysds.runtime.iogen.template
- FrameGenerateReaderParallel(CustomProperties) - Constructor for class org.apache.sysds.runtime.iogen.template.FrameGenerateReaderParallel
- FrameIndexingCPInstruction - Class in org.apache.sysds.runtime.instructions.cp
- FrameIndexingSPInstruction - Class in org.apache.sysds.runtime.instructions.spark
-
This class implements the frame indexing functionality inside Spark.
- FRAMEINIT - org.apache.sysds.common.Types.OpOpDG
- FrameLibAppend - Class in org.apache.sysds.runtime.frame.data.lib
- FrameLibApplySchema - Class in org.apache.sysds.runtime.frame.data.lib
- FrameLibCompress - Interface in org.apache.sysds.runtime.frame.data.lib
- FrameLibDetectSchema - Class in org.apache.sysds.runtime.frame.data.lib
- FrameLibRemoveEmpty - Class in org.apache.sysds.runtime.frame.data.lib
- FrameMapFunction() - Constructor for class org.apache.sysds.runtime.frame.data.FrameBlock.FrameMapFunction
- FrameMetadata - Class in org.apache.sysds.api.mlcontext
-
Frame metadata, such as the number of rows, the number of columns, the number of non-zero values, the number of rows per block, and the number of columns per block in the frame.
- FrameMetadata() - Constructor for class org.apache.sysds.api.mlcontext.FrameMetadata
- FrameMetadata(int, int) - Constructor for class org.apache.sysds.api.mlcontext.FrameMetadata
-
Constructor to create a FrameMetadata object based on the number of rows and the number of columns in a frame.
- FrameMetadata(int, int, int) - Constructor for class org.apache.sysds.api.mlcontext.FrameMetadata
-
Constructor to create a FrameMetadata object based on the number of rows, the number of columns, and the number of non-zero values in a frame.
- FrameMetadata(int, int, int, int) - Constructor for class org.apache.sysds.api.mlcontext.FrameMetadata
-
Constructor to create a FrameMetadata object based on the number of rows, the number of columns, the number of non-zero values, the number of rows per block, and the number of columns per block in a frame.
- FrameMetadata(Long, Long) - Constructor for class org.apache.sysds.api.mlcontext.FrameMetadata
-
Constructor to create a FrameMetadata object based on the number of rows and the number of columns in a frame.
- FrameMetadata(Long, Long, Integer) - Constructor for class org.apache.sysds.api.mlcontext.FrameMetadata
-
Constructor to create a FrameMetadata object based on the number of rows, the number of columns, the number of rows per block, and the number of columns per block in a frame.
- FrameMetadata(Long, Long, Long) - Constructor for class org.apache.sysds.api.mlcontext.FrameMetadata
-
Constructor to create a FrameMetadata object based on the number of rows, the number of columns, and the number of non-zero values in a frame.
- FrameMetadata(Long, Long, Long, Integer) - Constructor for class org.apache.sysds.api.mlcontext.FrameMetadata
-
Constructor to create a FrameMetadata object based on the number of rows, the number of columns, the number of non-zero values, the number of rows per block, and the number of columns per block in a frame.
- FrameMetadata(String) - Constructor for class org.apache.sysds.api.mlcontext.FrameMetadata
-
Constructor to create a FrameMetadata object based on a string representation of a frame schema.
- FrameMetadata(FrameFormat) - Constructor for class org.apache.sysds.api.mlcontext.FrameMetadata
-
Constructor to create a FrameMetadata object based on frame format.
- FrameMetadata(FrameFormat, int, int) - Constructor for class org.apache.sysds.api.mlcontext.FrameMetadata
-
Constructor to create a FrameMetadata object based on frame format, the number of rows, and the number of columns in a frame.
- FrameMetadata(FrameFormat, int, int, int) - Constructor for class org.apache.sysds.api.mlcontext.FrameMetadata
-
Constructor to create a FrameMetadata object based on frame format, the number of rows, the number of columns, and the number of non-zero values in a frame.
- FrameMetadata(FrameFormat, int, int, int, int) - Constructor for class org.apache.sysds.api.mlcontext.FrameMetadata
-
Constructor to create a FrameMetadata object based on frame format, the number of rows, the number of columns, the number of non-zero values, the number of rows per block, and the number of columns per block in a frame.
- FrameMetadata(FrameFormat, Long, Long) - Constructor for class org.apache.sysds.api.mlcontext.FrameMetadata
-
Constructor to create a FrameMetadata object based on frame format, the number of rows, and the number of columns in a frame.
- FrameMetadata(FrameFormat, Long, Long, Long) - Constructor for class org.apache.sysds.api.mlcontext.FrameMetadata
-
Constructor to create a FrameMetadata object based on frame format, the number of rows, the number of columns, and the number of non-zero values in a frame.
- FrameMetadata(FrameFormat, Long, Long, Long, Integer) - Constructor for class org.apache.sysds.api.mlcontext.FrameMetadata
-
Constructor to create a FrameMetadata object based on frame format, the number of rows, the number of columns, the number of non-zero values, the number of rows per block, and the number of columns per block in a frame.
- FrameMetadata(FrameFormat, FrameSchema) - Constructor for class org.apache.sysds.api.mlcontext.FrameMetadata
-
Constructor to create a FrameMetadata object based on frame format and frame schema.
- FrameMetadata(FrameFormat, FrameSchema, int, int) - Constructor for class org.apache.sysds.api.mlcontext.FrameMetadata
-
Constructor to create a FrameMetadata object based on frame format, frame schema, the number of rows, and the number of columns in a frame.
- FrameMetadata(FrameFormat, FrameSchema, int, int, int, int) - Constructor for class org.apache.sysds.api.mlcontext.FrameMetadata
-
Constructor to create a FrameMetadata object based on frame format, frame schema, the number of rows, the number of columns, the number of non-zero values, the number of rows per block, and the number of columns per block in a frame.
- FrameMetadata(FrameFormat, FrameSchema, Long, Long) - Constructor for class org.apache.sysds.api.mlcontext.FrameMetadata
-
Constructor to create a FrameMetadata object based on frame format, frame schema, the number of rows, and the number of columns in a frame.
- FrameMetadata(FrameFormat, FrameSchema, Long, Long, Long, Integer) - Constructor for class org.apache.sysds.api.mlcontext.FrameMetadata
-
Constructor to create a FrameMetadata object based on frame format, frame schema, the number of rows, the number of columns, the number of non-zero values, the number of rows per block, and the number of columns per block in a frame.
- FrameMetadata(FrameSchema) - Constructor for class org.apache.sysds.api.mlcontext.FrameMetadata
-
Constructor to create a FrameMetadata object based on frame schema.
- FrameMetadata(FrameSchema, MatrixCharacteristics) - Constructor for class org.apache.sysds.api.mlcontext.FrameMetadata
-
Constructor to create a FrameMetadata object based on the frame schema and a DataCharacteristics object.
- FrameMetadata(DataCharacteristics) - Constructor for class org.apache.sysds.api.mlcontext.FrameMetadata
-
Constructor to create a FrameMetadata object based on a DataCharacteristics object.
- FrameObject - Class in org.apache.sysds.runtime.controlprogram.caching
- FrameObject(String) - Constructor for class org.apache.sysds.runtime.controlprogram.caching.FrameObject
- FrameObject(String, MetaData) - Constructor for class org.apache.sysds.runtime.controlprogram.caching.FrameObject
- FrameObject(String, MetaData, Types.ValueType[]) - Constructor for class org.apache.sysds.runtime.controlprogram.caching.FrameObject
- FrameObject(FrameObject) - Constructor for class org.apache.sysds.runtime.controlprogram.caching.FrameObject
-
Copy constructor that copies meta data but NO data.
- frameObjectTo2DStringArray(FrameObject) - Static method in class org.apache.sysds.api.mlcontext.MLContextConversionUtil
-
Convert a
FrameObjectto a two-dimensional string array. - frameObjectToBinaryBlocks(FrameObject, SparkExecutionContext) - Static method in class org.apache.sysds.api.mlcontext.MLContextConversionUtil
-
Convert a
FrameObjectto aJavaPairRDD<Long, FrameBlock>. - frameObjectToDataFrame(FrameObject, SparkExecutionContext) - Static method in class org.apache.sysds.api.mlcontext.MLContextConversionUtil
-
Convert a
FrameObjectto aDataFrame. - frameObjectToJavaRDDStringCSV(FrameObject, String) - Static method in class org.apache.sysds.api.mlcontext.MLContextConversionUtil
-
Convert a
FrameObjectto aJavaRDD<String>in CSV format. - frameObjectToJavaRDDStringIJV(FrameObject) - Static method in class org.apache.sysds.api.mlcontext.MLContextConversionUtil
-
Convert a
FrameObjectto aJavaRDD<String>in IJV format. - frameObjectToListStringCSV(FrameObject, String) - Static method in class org.apache.sysds.api.mlcontext.MLContextConversionUtil
-
Convert a
FrameObjectto aList<String>in CSV format. - frameObjectToListStringIJV(FrameObject) - Static method in class org.apache.sysds.api.mlcontext.MLContextConversionUtil
-
Convert a
FrameObjectto aList<String>in IJV format. - frameObjectToRDDStringCSV(FrameObject, String) - Static method in class org.apache.sysds.api.mlcontext.MLContextConversionUtil
-
Convert a
FrameObjectto aRDD<String>in CSV format. - frameObjectToRDDStringIJV(FrameObject) - Static method in class org.apache.sysds.api.mlcontext.MLContextConversionUtil
-
Convert a
FrameObjectto aRDD<String>in IJV format. - FrameRDDAggregateUtils - Class in org.apache.sysds.runtime.instructions.spark.utils
- FrameRDDAggregateUtils() - Constructor for class org.apache.sysds.runtime.instructions.spark.utils.FrameRDDAggregateUtils
- FrameRDDConverterUtils - Class in org.apache.sysds.runtime.instructions.spark.utils
- FrameRDDConverterUtils() - Constructor for class org.apache.sysds.runtime.instructions.spark.utils.FrameRDDConverterUtils
- FrameRDDConverterUtils.LongFrameToLongWritableFrameFunction - Class in org.apache.sysds.runtime.instructions.spark.utils
- FrameRDDConverterUtils.LongWritableFrameToLongFrameFunction - Class in org.apache.sysds.runtime.instructions.spark.utils
- FrameRDDConverterUtils.LongWritableTextToLongTextFunction - Class in org.apache.sysds.runtime.instructions.spark.utils
- FrameRDDConverterUtils.LongWritableToSerFunction - Class in org.apache.sysds.runtime.instructions.spark.utils
- FrameReader - Class in org.apache.sysds.runtime.io
-
Base class for all format-specific frame readers.
- FrameReader() - Constructor for class org.apache.sysds.runtime.io.FrameReader
- FrameReaderBinaryBlock - Class in org.apache.sysds.runtime.io
-
Single-threaded frame binary block reader.
- FrameReaderBinaryBlock() - Constructor for class org.apache.sysds.runtime.io.FrameReaderBinaryBlock
- FrameReaderBinaryBlockParallel - Class in org.apache.sysds.runtime.io
-
Multi-threaded frame binary block reader.
- FrameReaderBinaryBlockParallel() - Constructor for class org.apache.sysds.runtime.io.FrameReaderBinaryBlockParallel
- FrameReaderFactory - Class in org.apache.sysds.runtime.io
- FrameReaderFactory() - Constructor for class org.apache.sysds.runtime.io.FrameReaderFactory
- FrameReaderJSONL - Class in org.apache.sysds.runtime.io
- FrameReaderJSONL() - Constructor for class org.apache.sysds.runtime.io.FrameReaderJSONL
- FrameReaderJSONLParallel - Class in org.apache.sysds.runtime.io
- FrameReaderJSONLParallel() - Constructor for class org.apache.sysds.runtime.io.FrameReaderJSONLParallel
- FrameReaderParquet - Class in org.apache.sysds.runtime.io
-
Single-threaded frame parquet reader.
- FrameReaderParquet() - Constructor for class org.apache.sysds.runtime.io.FrameReaderParquet
- FrameReaderParquetParallel - Class in org.apache.sysds.runtime.io
-
Multi-threaded frame parquet reader.
- FrameReaderParquetParallel() - Constructor for class org.apache.sysds.runtime.io.FrameReaderParquetParallel
- FrameReaderProto - Class in org.apache.sysds.runtime.io
- FrameReaderProto() - Constructor for class org.apache.sysds.runtime.io.FrameReaderProto
- FrameReaderTextCell - Class in org.apache.sysds.runtime.io
-
Single-threaded frame textcell reader.
- FrameReaderTextCell() - Constructor for class org.apache.sysds.runtime.io.FrameReaderTextCell
- FrameReaderTextCellParallel - Class in org.apache.sysds.runtime.io
-
Multi-threaded frame textcell reader.
- FrameReaderTextCellParallel() - Constructor for class org.apache.sysds.runtime.io.FrameReaderTextCellParallel
- FrameReaderTextCellParallel.ReadTask - Class in org.apache.sysds.runtime.io
- FrameReaderTextCSV - Class in org.apache.sysds.runtime.io
-
Single-threaded frame text csv reader.
- FrameReaderTextCSV(FileFormatPropertiesCSV) - Constructor for class org.apache.sysds.runtime.io.FrameReaderTextCSV
- FrameReaderTextCSVParallel - Class in org.apache.sysds.runtime.io
-
Multi-threaded frame text csv reader.
- FrameReaderTextCSVParallel(FileFormatPropertiesCSV) - Constructor for class org.apache.sysds.runtime.io.FrameReaderTextCSVParallel
- FrameReblockBuffer - Class in org.apache.sysds.runtime.instructions.spark.data
- FrameReblockBuffer(int, long, long, Types.ValueType[]) - Constructor for class org.apache.sysds.runtime.instructions.spark.data.FrameReblockBuffer
- frameRowReplication(FrameBlock) - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
- FrameSchema - Class in org.apache.sysds.api.mlcontext
-
The frame schema, stored as a list of
ValueTypevalues. - FrameSchema() - Constructor for class org.apache.sysds.api.mlcontext.FrameSchema
- FrameSchema(String) - Constructor for class org.apache.sysds.api.mlcontext.FrameSchema
-
Constructor that specifies the schema as a comma-separated string.
- FrameSchema(List<Types.ValueType>) - Constructor for class org.apache.sysds.api.mlcontext.FrameSchema
-
Constructor that specifies the schema as a list of
ValueTypevalues. - FrameUtil - Interface in org.apache.sysds.runtime.frame.data.lib
- FrameWriter - Class in org.apache.sysds.runtime.io
-
Base class for all format-specific frame writers.
- FrameWriter() - Constructor for class org.apache.sysds.runtime.io.FrameWriter
- FrameWriterBinaryBlock - Class in org.apache.sysds.runtime.io
-
Single-threaded frame binary block writer.
- FrameWriterBinaryBlock() - Constructor for class org.apache.sysds.runtime.io.FrameWriterBinaryBlock
- FrameWriterBinaryBlockParallel - Class in org.apache.sysds.runtime.io
-
Multi-threaded frame binary block writer.
- FrameWriterBinaryBlockParallel() - Constructor for class org.apache.sysds.runtime.io.FrameWriterBinaryBlockParallel
- FrameWriterCompressed - Class in org.apache.sysds.runtime.io
- FrameWriterCompressed(boolean) - Constructor for class org.apache.sysds.runtime.io.FrameWriterCompressed
- FrameWriterFactory - Class in org.apache.sysds.runtime.io
- FrameWriterFactory() - Constructor for class org.apache.sysds.runtime.io.FrameWriterFactory
- FrameWriterJSONL - Class in org.apache.sysds.runtime.io
- FrameWriterJSONL() - Constructor for class org.apache.sysds.runtime.io.FrameWriterJSONL
- FrameWriterJSONLParallel - Class in org.apache.sysds.runtime.io
- FrameWriterJSONLParallel() - Constructor for class org.apache.sysds.runtime.io.FrameWriterJSONLParallel
- FrameWriterParquet - Class in org.apache.sysds.runtime.io
-
Single-threaded frame parquet writer.
- FrameWriterParquet() - Constructor for class org.apache.sysds.runtime.io.FrameWriterParquet
- FrameWriterParquetParallel - Class in org.apache.sysds.runtime.io
-
Multi-threaded frame parquet reader.
- FrameWriterParquetParallel() - Constructor for class org.apache.sysds.runtime.io.FrameWriterParquetParallel
- FrameWriterProto - Class in org.apache.sysds.runtime.io
- FrameWriterProto() - Constructor for class org.apache.sysds.runtime.io.FrameWriterProto
- FrameWriterTextCell - Class in org.apache.sysds.runtime.io
-
Single-threaded frame text cell writer.
- FrameWriterTextCell() - Constructor for class org.apache.sysds.runtime.io.FrameWriterTextCell
- FrameWriterTextCellParallel - Class in org.apache.sysds.runtime.io
-
Multi-threaded frame text cell writer.
- FrameWriterTextCellParallel() - Constructor for class org.apache.sysds.runtime.io.FrameWriterTextCellParallel
- FrameWriterTextCSV - Class in org.apache.sysds.runtime.io
-
Single-threaded frame text csv writer.
- FrameWriterTextCSV(FileFormatPropertiesCSV) - Constructor for class org.apache.sysds.runtime.io.FrameWriterTextCSV
- FrameWriterTextCSVParallel - Class in org.apache.sysds.runtime.io
-
Single-threaded frame text csv writer.
- FrameWriterTextCSVParallel(FileFormatPropertiesCSV) - Constructor for class org.apache.sysds.runtime.io.FrameWriterTextCSVParallel
- free(String, Pointer, boolean) - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUMemoryManager
-
Deallocate the pointer
- free(Pointer) - Method in class org.apache.sysds.runtime.instructions.gpu.context.CudaMemoryAllocator
-
Frees memory on the device
- free(Pointer) - Method in interface org.apache.sysds.runtime.instructions.gpu.context.GPUMemoryAllocator
-
Frees memory on the device
- free(Pointer) - Method in class org.apache.sysds.runtime.instructions.gpu.context.UnifiedMemoryAllocator
-
Frees memory on the device
- freeAllGPUContexts() - Static method in class org.apache.sysds.runtime.instructions.gpu.context.GPUContextPool
-
Unreserves all GPUContexts
- FreeByteCounts - org.apache.sysds.runtime.io.cog.IFDTagDictionary
- freeEvictedBlob() - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
-
Low-level cache I/O method that deletes the file containing the evicted data blob, without reading it.
- freeMat - Variable in class org.apache.sysds.hops.codegen.opt.ReachabilityGraph.SubProblem
- freeMemory() - Method in class org.apache.sysds.runtime.controlprogram.caching.ByteBuffer
- FreeOffsets - org.apache.sysds.runtime.io.cog.IFDTagDictionary
- freePos - Variable in class org.apache.sysds.hops.codegen.opt.ReachabilityGraph.SubProblem
- FREPLICATE - org.apache.sysds.common.Opcodes
- frequency(Types.ValueType[], Types.ValueType) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- FREQUENCYENCODE - org.apache.sysds.common.Builtins
- FREQUENCYENCODEAPPLY - org.apache.sysds.common.Builtins
- from - Variable in class org.apache.sysds.parser.dml.DmlParser.IterablePredicateColonExpressionContext
- from - Variable in class org.apache.sysds.parser.dml.DmlParser.IterablePredicateSeqExpressionContext
- from - Variable in class org.apache.sysds.parser.dml.ExpressionInfo
- fromExternalString(String) - Static method in enum org.apache.sysds.common.Types.ValueType
-
Parse an external string representation to the internal Enum ValueTypes supported.
- fromFloatBuffer(FloatBuffer, double[]) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixNative
- fromIndexedFrameBlock(List<Pair<Long, FrameBlock>>) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.SparkUtils
- fromIndexedFrameBlock(Pair<Long, FrameBlock>) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.SparkUtils
- fromIndexedMatrixBlock(List<IndexedMatrixValue>) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.SparkUtils
- fromIndexedMatrixBlock(IndexedMatrixValue) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.SparkUtils
- fromIndexedMatrixBlockToPair(List<IndexedMatrixValue>) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.SparkUtils
- fromIndexedMatrixBlockToPair(IndexedMatrixValue) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.SparkUtils
- FS_DEFAULTFS - Static variable in class org.apache.sysds.runtime.util.HDFSTool
- FSREAD_DENSE - Static variable in class org.apache.sysds.runtime.lineage.LineageCacheConfig
- FSREAD_SPARSE - Static variable in class org.apache.sysds.runtime.lineage.LineageCacheConfig
- FSWRITE_DENSE - Static variable in class org.apache.sysds.runtime.lineage.LineageCacheConfig
- FSWRITE_SPARSE - Static variable in class org.apache.sysds.runtime.lineage.LineageCacheConfig
- FTypes - Class in org.apache.sysds.hops.fedplanner
- FTypes() - Constructor for class org.apache.sysds.hops.fedplanner.FTypes
- FTypes.AlignType - Enum in org.apache.sysds.hops.fedplanner
- FTypes.FederatedPlanner - Enum in org.apache.sysds.hops.fedplanner
- FTypes.FPartitioning - Enum in org.apache.sysds.hops.fedplanner
- FTypes.FReplication - Enum in org.apache.sysds.hops.fedplanner
- FTypes.FType - Enum in org.apache.sysds.hops.fedplanner
- FULL - org.apache.sysds.hops.fedplanner.FTypes.AlignType
- FULL - org.apache.sysds.hops.fedplanner.FTypes.FReplication
- FULL - org.apache.sysds.hops.fedplanner.FTypes.FType
- FULL_AGG - org.apache.sysds.runtime.codegen.SpoofCellwise.CellType
- FULL_AGG - org.apache.sysds.runtime.codegen.SpoofRowwise.RowType
- FULL_T - org.apache.sysds.hops.fedplanner.FTypes.AlignType
- FULLEXIST - org.apache.sysds.runtime.iogen.MappingProperties.DataProperties
- FUNC_DELIM - Static variable in class org.apache.sysds.runtime.lineage.LineageItemUtils
- FUNCCALL - org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode.NodeType
- FUNCTION_UNFOLD_NAMEPREFIX - Static variable in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptimizerRuleBased
- functionBlocks - Variable in class org.apache.sysds.parser.dml.DmlParser.ProgramrootContext
- FunctionCallAssignmentStatementContext(DmlParser.StatementContext) - Constructor for class org.apache.sysds.parser.dml.DmlParser.FunctionCallAssignmentStatementContext
- FunctionCallCP - Class in org.apache.sysds.lops
- FunctionCallCP - org.apache.sysds.lops.Lop.Type
- FunctionCallCP(ArrayList<Lop>, String, String, String[], String[], boolean, Types.ExecType) - Constructor for class org.apache.sysds.lops.FunctionCallCP
- FunctionCallCP(ArrayList<Lop>, String, String, String[], String[], boolean, Types.ExecType, int) - Constructor for class org.apache.sysds.lops.FunctionCallCP
- FunctionCallCP(ArrayList<Lop>, String, String, String[], String[], ArrayList<Hop>, boolean, Types.ExecType) - Constructor for class org.apache.sysds.lops.FunctionCallCP
- FunctionCallCP(ArrayList<Lop>, String, String, String[], String[], ArrayList<Hop>, boolean, Types.ExecType, int) - Constructor for class org.apache.sysds.lops.FunctionCallCP
- FunctionCallCPInstruction - Class in org.apache.sysds.runtime.instructions.cp
- FunctionCallCPInstruction(String, String, boolean, CPOperand[], List<String>, List<String>, String) - Constructor for class org.apache.sysds.runtime.instructions.cp.FunctionCallCPInstruction
- FunctionCallCPInstruction(String, String, boolean, CPOperand[], LineageItem[], List<String>, List<String>, String) - Constructor for class org.apache.sysds.runtime.instructions.cp.FunctionCallCPInstruction
- FunctionCallCPSingle - org.apache.sysds.lops.Lop.Type
- FunctionCallGraph - Class in org.apache.sysds.hops.ipa
- FunctionCallGraph(DMLProgram) - Constructor for class org.apache.sysds.hops.ipa.FunctionCallGraph
-
Constructs the function call graph for all functions reachable from the main program.
- FunctionCallGraph(StatementBlock) - Constructor for class org.apache.sysds.hops.ipa.FunctionCallGraph
-
Constructs the function call graph for all functions reachable from the given statement block.
- FunctionCallIdentifier - Class in org.apache.sysds.parser
- FunctionCallIdentifier() - Constructor for class org.apache.sysds.parser.FunctionCallIdentifier
- FunctionCallIdentifier(ArrayList<ParameterExpression>) - Constructor for class org.apache.sysds.parser.FunctionCallIdentifier
- FunctionCallMultiAssignmentStatementContext(DmlParser.StatementContext) - Constructor for class org.apache.sysds.parser.dml.DmlParser.FunctionCallMultiAssignmentStatementContext
- FunctionCallSizeInfo - Class in org.apache.sysds.hops.ipa
-
Auxiliary data structure to hold function call summaries in terms of information about number of function calls, consistent dimensions, consistent sparsity, and dimension-preserving functions.
- FunctionCallSizeInfo(FunctionCallGraph) - Constructor for class org.apache.sysds.hops.ipa.FunctionCallSizeInfo
-
Constructs the function call summary for all functions reachable from the main program.
- FunctionCallSizeInfo(FunctionCallGraph, boolean) - Constructor for class org.apache.sysds.hops.ipa.FunctionCallSizeInfo
-
Constructs the function call summary for all functions reachable from the main program.
- FunctionDictionary<T extends Types.FunctionBlock> - Class in org.apache.sysds.parser
-
Dictionary of all functions of a namespace, represented as a simple key-value map of function names and function statement blocks.
- FunctionDictionary() - Constructor for class org.apache.sysds.parser.FunctionDictionary
- functionName - Variable in class org.apache.sysds.parser.dml.DmlSyntacticValidator.ConvertedDMLSyntax
- functionName - Variable in class org.apache.sysds.parser.dml.StatementInfo
- FunctionObject - Class in org.apache.sysds.runtime.functionobjects
- FunctionObject() - Constructor for class org.apache.sysds.runtime.functionobjects.FunctionObject
- FunctionOp - Class in org.apache.sysds.hops
-
This FunctionOp represents the call to a DML-bodied or external function.
- FunctionOp(FunctionOp.FunctionType, String, String, String[], List<Hop>, String[], boolean) - Constructor for class org.apache.sysds.hops.FunctionOp
- FunctionOp(FunctionOp.FunctionType, String, String, String[], List<Hop>, String[], boolean, boolean) - Constructor for class org.apache.sysds.hops.FunctionOp
- FunctionOp(FunctionOp.FunctionType, String, String, String[], List<Hop>, String[], ArrayList<Hop>) - Constructor for class org.apache.sysds.hops.FunctionOp
- FunctionOp.FunctionType - Enum in org.apache.sysds.hops
- FUNCTIONOUTPUT - org.apache.sysds.common.Types.OpOpData
- FunctionProgramBlock - Class in org.apache.sysds.runtime.controlprogram
- FunctionProgramBlock(Program, List<DataIdentifier>, List<DataIdentifier>) - Constructor for class org.apache.sysds.runtime.controlprogram.FunctionProgramBlock
- functionStatement - Variable in class org.apache.sysds.parser.dml.DmlParser.ProgramrootContext
- functionStatement() - Method in class org.apache.sysds.parser.dml.DmlParser
- functionStatement() - Method in class org.apache.sysds.parser.dml.DmlParser.ProgramrootContext
- functionStatement(int) - Method in class org.apache.sysds.parser.dml.DmlParser.ProgramrootContext
- FunctionStatement - Class in org.apache.sysds.parser
- FunctionStatement() - Constructor for class org.apache.sysds.parser.FunctionStatement
- FunctionStatementBlock - Class in org.apache.sysds.parser
- FunctionStatementBlock() - Constructor for class org.apache.sysds.parser.FunctionStatementBlock
- FunctionStatementContext() - Constructor for class org.apache.sysds.parser.dml.DmlParser.FunctionStatementContext
- FunctionStatementContext(ParserRuleContext, int) - Constructor for class org.apache.sysds.parser.dml.DmlParser.FunctionStatementContext
- fuse(Hop, Hop) - Method in class org.apache.sysds.hops.codegen.template.TemplateBase
-
Indicates if the template can be expanded to the given hop starting from an open template at the input.
- fuse(Hop, Hop) - Method in class org.apache.sysds.hops.codegen.template.TemplateCell
- fuse(Hop, Hop) - Method in class org.apache.sysds.hops.codegen.template.TemplateMultiAgg
- fuse(Hop, Hop) - Method in class org.apache.sysds.hops.codegen.template.TemplateOuterProduct
- fuse(Hop, Hop) - Method in class org.apache.sysds.hops.codegen.template.TemplateRow
- FUSE_ALL - org.apache.sysds.hops.codegen.SpoofCompiler.PlanSelector
- FUSE_COST_BASED - org.apache.sysds.hops.codegen.SpoofCompiler.PlanSelector
- FUSE_COST_BASED_V2 - org.apache.sysds.hops.codegen.SpoofCompiler.PlanSelector
- FUSE_NO_REDUNDANCY - org.apache.sysds.hops.codegen.SpoofCompiler.PlanSelector
- fusedSeqRexpand(int, MatrixBlock, double) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixReorg
-
The DML code to activate this function:
- fusedSeqRexpand(int, MatrixBlock, double, MatrixBlock, boolean) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixReorg
-
The DML code to activate this function:
- fusedSeqRexpand(int, MatrixBlock, double, MatrixBlock, boolean, int) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixReorg
-
The DML code to activate this function:
G
- GAGG_FN - Static variable in class org.apache.sysds.parser.Statement
- GAGG_FN_CM - Static variable in class org.apache.sysds.parser.Statement
- GAGG_FN_CM_ORDER - Static variable in class org.apache.sysds.parser.Statement
- GAGG_FN_COUNT - Static variable in class org.apache.sysds.parser.Statement
- GAGG_FN_MAX - Static variable in class org.apache.sysds.parser.Statement
- GAGG_FN_MEAN - Static variable in class org.apache.sysds.parser.Statement
- GAGG_FN_MIN - Static variable in class org.apache.sysds.parser.Statement
- GAGG_FN_SUM - Static variable in class org.apache.sysds.parser.Statement
- GAGG_FN_VARIANCE - Static variable in class org.apache.sysds.parser.Statement
- GAGG_GROUPS - Static variable in class org.apache.sysds.parser.Statement
- GAGG_NUM_GROUPS - Static variable in class org.apache.sysds.parser.Statement
- GAGG_TARGET - Static variable in class org.apache.sysds.parser.Statement
- GAGG_WEIGHTS - Static variable in class org.apache.sysds.parser.Statement
- GAlignedAppend - org.apache.sysds.common.InstructionType
- GAlignedAppend - org.apache.sysds.runtime.instructions.spark.SPInstruction.SPType
- GALIGNEDAPPEND - org.apache.sysds.common.Opcodes
- GAppend - org.apache.sysds.common.InstructionType
- GAppend - org.apache.sysds.runtime.instructions.spark.SPInstruction.SPType
- GAPPEND - org.apache.sysds.common.Opcodes
- GARCH - org.apache.sysds.common.Builtins
- gatherMemStats(boolean) - Method in class org.apache.sysds.api.jmlc.Connection
-
Sets a boolean flag indicating if memory profiling statistics should be gathered.
- GAUSSIAN_CLASSIFIER - org.apache.sysds.common.Builtins
- GBtoBytes(double) - Static method in class org.apache.sysds.resource.CloudUtils
- GDALNoData - org.apache.sysds.runtime.io.cog.IFDTagDictionary
- genColsIndices(int) - Static method in interface org.apache.sysds.runtime.compress.utils.Util
- genColsIndices(int, int) - Static method in interface org.apache.sysds.runtime.compress.utils.Util
- genColsIndicesOffset(int, int) - Static method in interface org.apache.sysds.runtime.compress.utils.Util
- GENERAL - org.apache.sysds.runtime.io.FileFormatPropertiesMM.MMSymmetry
- generalCached() - Static method in class org.apache.sysds.runtime.util.CommonThreadPool
-
Get if the current threads that calls have a cached thread pool available.
- generateA() - Method in class org.apache.sysds.runtime.controlprogram.paramserv.HEParamServer
- generateA() - Method in class org.apache.sysds.runtime.controlprogram.paramserv.homomorphicEncryption.SEALServer
-
this generates the a constant.
- generateA(long) - Static method in class org.apache.sysds.runtime.controlprogram.paramserv.NativeHEHelper
-
this generates the a constant.
- generateCode(DMLProgram) - Static method in class org.apache.sysds.hops.codegen.SpoofCompiler
- generateCode(Program) - Static method in class org.apache.sysds.hops.codegen.SpoofCompiler
- generateCodeCPP() - Method in class org.apache.sysds.runtime.iogen.codegen.FrameCodeGen
- generateCodeCPP() - Method in class org.apache.sysds.runtime.iogen.codegen.MatrixCodeGen
- generateCodeCPP() - Method in class org.apache.sysds.runtime.iogen.template.TemplateCodeGenBase
- generateCodeFromHopDAGs(ArrayList<Hop>) - Static method in class org.apache.sysds.hops.codegen.SpoofCompiler
- generateCodeFromHopDAGsToInst(Hop) - Static method in class org.apache.sysds.hops.codegen.SpoofCompiler
- generateCodeFromHopDAGsToInst(StatementBlock, ArrayList<Hop>) - Static method in class org.apache.sysds.hops.codegen.SpoofCompiler
- generateCodeFromProgramBlock(ProgramBlock) - Static method in class org.apache.sysds.hops.codegen.SpoofCompiler
- generateCodeFromStatementBlock(StatementBlock) - Static method in class org.apache.sysds.hops.codegen.SpoofCompiler
- generateCodeJava(FormatIdentifyer) - Method in class org.apache.sysds.runtime.iogen.codegen.FrameCodeGen
- generateCodeJava(FormatIdentifyer) - Method in class org.apache.sysds.runtime.iogen.codegen.MatrixCodeGen
- generateCodeJava(FormatIdentifyer) - Method in class org.apache.sysds.runtime.iogen.template.TemplateCodeGenBase
- generateEC2ConfigJson(CloudInstance, String) - Static method in class org.apache.sysds.resource.CloudUtils
-
Generates json file storing the instance type and relevant characteristics for single node executions.
- generateEMRConfigurationsJson(EnumerationUtils.ConfigurationPoint, String) - Static method in class org.apache.sysds.resource.CloudUtils
-
Generate json file with configurations attribute for launching AWS EMR cluster with Spark
- generateEMRInstanceGroupsJson(EnumerationUtils.ConfigurationPoint, String) - Static method in class org.apache.sysds.resource.CloudUtils
-
Generates json file with instance groups argument for launching AWS EMR cluster
- generateMonitoringKey() - Method in class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.CoordinatorModel
- generateParseIssuesMessage(String, List<CustomErrorListener.ParseIssue>) - Static method in class org.apache.sysds.parser.dml.CustomErrorListener
-
Generate a message displaying information about the parse issues that occurred.
- generatePartialPublicKey() - Method in class org.apache.sysds.runtime.controlprogram.paramserv.homomorphicEncryption.SEALClient
-
generates a partial public key stores a partial private key corresponding to the partial public key in ctx
- generatePartialPublicKey(long) - Static method in class org.apache.sysds.runtime.controlprogram.paramserv.NativeHEHelper
-
generates a partial public key stores a partial private key corresponding to the partial public key in client
- generatePartitialRuntimeProgram(Program, ArrayList<StatementBlock>) - Static method in class org.apache.sysds.runtime.controlprogram.parfor.opt.ProgramRecompiler
- generatePermutation(int, long) - Static method in class org.apache.sysds.runtime.controlprogram.paramserv.ParamservUtils
-
Generate the permutation
- generateRandomFrameBlock(int, int, Types.ValueType[], Random) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
-
Generates a random FrameBlock with given parameters.
- generateRandomMatrix(MatrixBlock, RandomMatrixGenerator, Well1024a, long) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixDatagen
-
Function to generate a matrix of random numbers.
- generateRandomMatrix(MatrixBlock, RandomMatrixGenerator, Well1024a, long, int) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixDatagen
-
Function to generate a matrix of random numbers.
- generateRandomSeed() - Static method in class org.apache.sysds.hops.DataGenOp
- generateRandomValueFromValueType(Types.ValueType, Random) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
-
Generates a random value for a given Value Type
- GenerateReader - Class in org.apache.sysds.runtime.iogen
- GenerateReader(SampleProperties) - Constructor for class org.apache.sysds.runtime.iogen.GenerateReader
- GenerateReader.GenerateReaderFrame - Class in org.apache.sysds.runtime.iogen
- GenerateReader.GenerateReaderMatrix - Class in org.apache.sysds.runtime.iogen
- GenerateReaderFrame(String, FrameBlock, boolean) - Constructor for class org.apache.sysds.runtime.iogen.GenerateReader.GenerateReaderFrame
- GenerateReaderFrame(SampleProperties) - Constructor for class org.apache.sysds.runtime.iogen.GenerateReader.GenerateReaderFrame
- GenerateReaderMatrix(String, MatrixBlock, boolean) - Constructor for class org.apache.sysds.runtime.iogen.GenerateReader.GenerateReaderMatrix
- GenerateReaderMatrix(SampleProperties) - Constructor for class org.apache.sysds.runtime.iogen.GenerateReader.GenerateReaderMatrix
- generateReplicationMatrix(int, int, long) - Static method in class org.apache.sysds.runtime.controlprogram.paramserv.ParamservUtils
-
Generates a matrix which when left multiplied with the input matrix will replicate n data rows
- generateSample(MatrixBlock, long, int, boolean, long) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixDatagen
-
Generates a sample of size
sizefrom a range of values [1,range]. - generateSequence(MatrixBlock, double, double, double) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixDatagen
-
Method to generate a sequence according to the given parameters.
- generateSubsampleMatrix(int, int, long) - Static method in class org.apache.sysds.runtime.controlprogram.paramserv.ParamservUtils
-
Generates a matrix which when left multiplied with the input matrix will subsample
- generateUniqueSeedPath(String) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixDatagen
- GENERIC - org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode.NodeType
- GENERIC_SUCCESS_MSG - Static variable in class org.apache.sysds.runtime.controlprogram.federated.monitoring.controllers.Constants
- genOffsetBitmap(int[], int) - Static method in class org.apache.sysds.runtime.compress.colgroup.ColGroupOLE
-
Encodes the bitmap in blocks of offsets.
- genRLEBitmap(int[], int) - Static method in class org.apache.sysds.runtime.compress.colgroup.ColGroupRLE
-
Encodes the bitmap as a series of run lengths and offsets.
- genScheme(AColGroup.CompressionType, int) - Static method in class org.apache.sysds.runtime.compress.lib.CLALibScheme
-
Generate a scheme with the given type of columnGroup and number of columns in each group
- genUncompressedCompressedMatrixBlock(MatrixBlock) - Static method in class org.apache.sysds.runtime.compress.CompressedMatrixBlockFactory
-
Generate a CompressedMatrixBlock Object that contains a single uncompressed matrix block column group.
- GeoAsciiParamsTag - org.apache.sysds.runtime.io.cog.IFDTagDictionary
- GeoDoubleParamsTag - org.apache.sysds.runtime.io.cog.IFDTagDictionary
- GeoKeyDirectoryTag - org.apache.sysds.runtime.io.cog.IFDTagDictionary
- get() - Method in enum org.apache.sysds.parser.BuiltinConstant
- get() - Method in class org.apache.sysds.runtime.compress.io.CompressedWriteBlock
- get() - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedReadCache.ReadCacheEntry
- get() - Method in class org.apache.sysds.runtime.frame.data.columns.ACompressedArray
- get() - Method in class org.apache.sysds.runtime.frame.data.columns.Array
-
Get the underlying array out of the column Group, it is the responsibility of the caller to know what type it is.
- get() - Method in class org.apache.sysds.runtime.frame.data.columns.BitSetArray
- get() - Method in class org.apache.sysds.runtime.frame.data.columns.BooleanArray
- get() - Method in class org.apache.sysds.runtime.frame.data.columns.CharArray
- get() - Method in class org.apache.sysds.runtime.frame.data.columns.DoubleArray
- get() - Method in class org.apache.sysds.runtime.frame.data.columns.FloatArray
- get() - Method in class org.apache.sysds.runtime.frame.data.columns.HashIntegerArray
- get() - Method in class org.apache.sysds.runtime.frame.data.columns.HashLongArray
- get() - Method in class org.apache.sysds.runtime.frame.data.columns.IntegerArray
- get() - Method in class org.apache.sysds.runtime.frame.data.columns.LongArray
- get() - Method in class org.apache.sysds.runtime.frame.data.columns.OptionalArray
- get() - Method in class org.apache.sysds.runtime.frame.data.columns.RaggedArray
- get() - Method in class org.apache.sysds.runtime.frame.data.columns.StringArray
- get() - Static method in class org.apache.sysds.runtime.util.CommonThreadPool
-
Get the shared Executor thread pool, that have the number of threads of the host system
- get(boolean, boolean) - Static method in enum org.apache.sysds.hops.codegen.SpoofCompiler.PlanCachePolicy
- get(double) - Method in class org.apache.sysds.runtime.compress.utils.ACount.DCounts
- get(double) - Method in class org.apache.sysds.runtime.compress.utils.ACount
- get(double) - Method in class org.apache.sysds.runtime.compress.utils.DoubleIntListHashMap
- get(int) - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.ArrayIndex
- get(int) - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.CombinedIndex
- get(int) - Method in interface org.apache.sysds.runtime.compress.colgroup.indexes.IColIndex
-
Get the index at a specific location, Note that many of the underlying implementations does not throw exceptions on indexes that are completely wrong, so all implementations that use this index should always be well behaved.
- get(int) - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.RangeIndex
- get(int) - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.SingleIndex
- get(int) - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.TwoIndex
- get(int) - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.TwoRangesIndex
- get(int) - Method in class org.apache.sysds.runtime.compress.colgroup.scheme.CompressionScheme
-
Get the encoding in a specific index.
- get(int) - Method in class org.apache.sysds.runtime.compress.SingletonLookupHashMap
- get(int) - Method in class org.apache.sysds.runtime.compress.utils.IntArrayList
- get(int) - Method in class org.apache.sysds.runtime.data.SparseBlock
-
Get values of row r in the format of a sparse row.
- get(int) - Method in class org.apache.sysds.runtime.data.SparseBlockCOO
- get(int) - Method in class org.apache.sysds.runtime.data.SparseBlockCSC
- get(int) - Method in class org.apache.sysds.runtime.data.SparseBlockCSR
- get(int) - Method in class org.apache.sysds.runtime.data.SparseBlockDCSR
- get(int) - Method in class org.apache.sysds.runtime.data.SparseBlockMCSC
- get(int) - Method in class org.apache.sysds.runtime.data.SparseBlockMCSR
- get(int) - Method in class org.apache.sysds.runtime.data.SparseRow
-
Gets the value of a specified column.
- get(int) - Method in class org.apache.sysds.runtime.data.SparseRowScalar
- get(int) - Method in class org.apache.sysds.runtime.data.SparseRowVector
- get(int) - Method in class org.apache.sysds.runtime.frame.data.columns.Array
-
Get the value at a given index.
- get(int) - Method in class org.apache.sysds.runtime.frame.data.columns.BitSetArray
- get(int) - Method in class org.apache.sysds.runtime.frame.data.columns.BooleanArray
- get(int) - Method in class org.apache.sysds.runtime.frame.data.columns.CharArray
- get(int) - Method in class org.apache.sysds.runtime.frame.data.columns.DDCArray
- get(int) - Method in class org.apache.sysds.runtime.frame.data.columns.DoubleArray
- get(int) - Method in class org.apache.sysds.runtime.frame.data.columns.FloatArray
- get(int) - Method in class org.apache.sysds.runtime.frame.data.columns.HashIntegerArray
- get(int) - Method in class org.apache.sysds.runtime.frame.data.columns.HashLongArray
- get(int) - Method in class org.apache.sysds.runtime.frame.data.columns.IntegerArray
- get(int) - Method in class org.apache.sysds.runtime.frame.data.columns.LongArray
- get(int) - Method in class org.apache.sysds.runtime.frame.data.columns.OptionalArray
- get(int) - Method in class org.apache.sysds.runtime.frame.data.columns.RaggedArray
- get(int) - Method in class org.apache.sysds.runtime.frame.data.columns.StringArray
- get(int) - Method in class org.apache.sysds.runtime.lineage.BooleanArray32
- get(int) - Static method in class org.apache.sysds.runtime.util.CommonThreadPool
-
Get a Executor thread pool, that have the number of threads specified in k.
- get(int) - Method in class org.apache.sysds.utils.stats.NGramBuilder.NGramEntry
- get(int[]) - Method in class org.apache.sysds.runtime.data.BasicTensorBlock
- get(int[]) - Method in class org.apache.sysds.runtime.data.DataTensorBlock
- get(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlock
-
Get the value of a given cell
- get(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockBool
- get(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockFP32
- get(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockFP64
- get(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockFP64DEDUP
- get(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockInt32
- get(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockInt64
- get(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockLBool
- get(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockLFP32
- get(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockLFP64
- get(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockLFP64DEDUP
- get(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockLInt32
- get(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockLInt64
- get(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockLString
- get(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockString
- get(int[]) - Method in class org.apache.sysds.runtime.data.TensorBlock
- get(int, int) - Method in class org.apache.sysds.hops.estim.EstimatorBitsetMM.BitsetMatrix
- get(int, int) - Method in class org.apache.sysds.hops.estim.EstimatorBitsetMM.BitsetMatrix1
- get(int, int) - Method in class org.apache.sysds.hops.estim.EstimatorBitsetMM.BitsetMatrix2
- get(int, int) - Method in class org.apache.sysds.hops.estim.EstimatorDensityMap.DensityMap
- get(int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroup
-
Get the value at a global row/column position.
- get(int, int) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- get(int, int) - Method in class org.apache.sysds.runtime.data.BasicTensorBlock
- get(int, int) - Method in interface org.apache.sysds.runtime.data.Block
-
Get value of matrix cell (r,c).
- get(int, int) - Method in class org.apache.sysds.runtime.data.DataTensorBlock
- get(int, int) - Method in class org.apache.sysds.runtime.data.DenseBlock
-
Get the value for a given row and column.
- get(int, int) - Method in class org.apache.sysds.runtime.data.DenseBlockBool
- get(int, int) - Method in class org.apache.sysds.runtime.data.DenseBlockFP32
- get(int, int) - Method in class org.apache.sysds.runtime.data.DenseBlockFP64
- get(int, int) - Method in class org.apache.sysds.runtime.data.DenseBlockFP64DEDUP
- get(int, int) - Method in class org.apache.sysds.runtime.data.DenseBlockInt32
- get(int, int) - Method in class org.apache.sysds.runtime.data.DenseBlockInt64
- get(int, int) - Method in class org.apache.sysds.runtime.data.DenseBlockLBool
- get(int, int) - Method in class org.apache.sysds.runtime.data.DenseBlockLFP32
- get(int, int) - Method in class org.apache.sysds.runtime.data.DenseBlockLFP64
- get(int, int) - Method in class org.apache.sysds.runtime.data.DenseBlockLFP64DEDUP
- get(int, int) - Method in class org.apache.sysds.runtime.data.DenseBlockLInt32
- get(int, int) - Method in class org.apache.sysds.runtime.data.DenseBlockLInt64
- get(int, int) - Method in class org.apache.sysds.runtime.data.DenseBlockLString
- get(int, int) - Method in class org.apache.sysds.runtime.data.DenseBlockString
- get(int, int) - Method in class org.apache.sysds.runtime.data.SparseBlock
-
Get value of matrix cell (r,c).
- get(int, int) - Method in class org.apache.sysds.runtime.data.SparseBlockCOO
- get(int, int) - Method in class org.apache.sysds.runtime.data.SparseBlockCSC
- get(int, int) - Method in class org.apache.sysds.runtime.data.SparseBlockCSR
- get(int, int) - Method in class org.apache.sysds.runtime.data.SparseBlockDCSR
- get(int, int) - Method in class org.apache.sysds.runtime.data.SparseBlockMCSC
- get(int, int) - Method in class org.apache.sysds.runtime.data.SparseBlockMCSR
- get(int, int) - Method in class org.apache.sysds.runtime.data.TensorBlock
- get(int, int) - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
-
Gets a boxed object of the value in position (r,c).
- get(int, int) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- get(int, int) - Method in class org.apache.sysds.runtime.matrix.data.MatrixCell
- get(int, int) - Method in class org.apache.sysds.runtime.matrix.data.MatrixValue
- get(long) - Method in class org.apache.sysds.hops.codegen.template.CPlanMemoTable
- get(long) - Method in class org.apache.sysds.runtime.compress.utils.HashMapLongInt
- get(long) - Method in class org.apache.sysds.runtime.controlprogram.federated.ExecutionContextMap
- get(long, TemplateBase.TemplateType) - Method in class org.apache.sysds.hops.codegen.template.CPlanMemoTable
- get(Double) - Method in class org.apache.sysds.runtime.compress.utils.ACount.DCounts
- get(Long) - Method in class org.apache.sysds.runtime.controlprogram.federated.monitoring.services.CoordinatorService
- get(Long) - Method in class org.apache.sysds.runtime.controlprogram.federated.monitoring.services.WorkerService
- get(Object) - Method in class org.apache.sysds.runtime.frame.data.columns.HashMapToInt
- get(String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain a serializable object as output
- get(String) - Static method in enum org.apache.sysds.common.Builtins
- get(String) - Method in class org.apache.sysds.runtime.controlprogram.LocalVariableMap
-
Retrieves the data object given its name.
- get(String) - Method in class org.apache.sysds.runtime.lineage.Lineage
- get(String) - Method in class org.apache.sysds.runtime.lineage.LineageMap
- get(String, boolean) - Static method in enum org.apache.sysds.common.Builtins
- get(String, boolean) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedReadCache
-
Get the data from the ReadCacheEntry corresponding to the specified filename, if the data from this filename has already been read.
- get(Future<T>) - Static method in class org.apache.sysds.runtime.io.IOUtilFunctions
- get(Types.DataType, Types.FileFormat) - Static method in class org.apache.sysds.runtime.io.InputOutputInfo
- get(ColIndexes) - Method in class org.apache.sysds.runtime.compress.cocode.Memorizer
- get(ColIndexes) - Method in class org.apache.sysds.runtime.compress.cocode.MemorizerV2
- get(DblArray) - Method in class org.apache.sysds.runtime.compress.utils.ACount.DArrCounts
- get(DblArray) - Method in class org.apache.sysds.runtime.compress.utils.DblArrayIntListHashMap
- get(Request, Long) - Method in class org.apache.sysds.runtime.controlprogram.federated.monitoring.controllers.CoordinatorController
- get(Request, Long) - Method in interface org.apache.sysds.runtime.controlprogram.federated.monitoring.controllers.IController
- get(Request, Long) - Method in class org.apache.sysds.runtime.controlprogram.federated.monitoring.controllers.StatisticsController
- get(Request, Long) - Method in class org.apache.sysds.runtime.controlprogram.federated.monitoring.controllers.WorkerController
- get(CPOperand) - Method in class org.apache.sysds.runtime.lineage.Lineage
- get(CPOperand) - Method in class org.apache.sysds.runtime.lineage.LineageMap
- get(Operator) - Static method in class org.apache.sysds.runtime.matrix.data.sketch.MatrixSketchFactory
- get(JSONObject, String) - Static method in class org.apache.sysds.utils.JSONHelper
- get(T) - Method in class org.apache.sysds.runtime.compress.utils.ACount
- get(T) - Method in class org.apache.sysds.runtime.compress.utils.ACountHashMap
- GET_ACCURACY - org.apache.sysds.common.Builtins
- GET_VAR - org.apache.sysds.runtime.controlprogram.federated.FederatedRequest.RequestType
- getAcquireMTime() - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheStatistics
- getAcquireRTime() - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheStatistics
- getActiveMap() - Method in class org.apache.sysds.runtime.lineage.LineageDedupBlock
- getActiveMLContext() - Static method in class org.apache.sysds.api.mlcontext.MLContext
-
Retrieve the currently active MLContext.
- getActiveMLContext() - Static method in class org.apache.sysds.utils.MLContextProxy
- getActiveMLContextForAPI() - Static method in class org.apache.sysds.utils.MLContextProxy
- getActualValueCount() - Method in class org.apache.sysds.runtime.iogen.ReaderMapping
- getActualValueCount() - Method in class org.apache.sysds.runtime.iogen.ReaderMappingIndex
- getAdditionalIFDs() - Method in class org.apache.sysds.runtime.io.cog.COGHeader
- getAddress() - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedData
- getAddress() - Method in class org.apache.sysds.runtime.io.hdf5.H5SymbolTableEntry
- getAddress() - Method in class org.apache.sysds.runtime.io.hdf5.message.H5DataLayoutMessage
- getAddressOfDataSegment() - Method in class org.apache.sysds.runtime.io.hdf5.H5LocalHeap
- getAggDirection(String) - Static method in class org.apache.sysds.runtime.instructions.InstructionUtils
- getAggFunctions(SpoofCellwise.AggOp[]) - Static method in class org.apache.sysds.runtime.codegen.SpoofMultiAggregate
- getAggInst() - Method in class org.apache.sysds.runtime.controlprogram.paramserv.ParamServer
- getAggOp() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeCell
- getAggOp() - Method in class org.apache.sysds.runtime.codegen.SpoofCellwise
- getAggOp(String) - Static method in class org.apache.sysds.runtime.instructions.InstructionUtils
- getAggOp(Hop) - Static method in class org.apache.sysds.hops.codegen.template.TemplateUtils
- getAggOps() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeMultiAgg
- getAggOps() - Method in class org.apache.sysds.runtime.codegen.SpoofMultiAggregate
- getAggOpType() - Method in class org.apache.sysds.runtime.functionobjects.CM
- getAggOpType() - Method in class org.apache.sysds.runtime.matrix.operators.CMOperator
- getAggOpType(String, String) - Static method in class org.apache.sysds.runtime.matrix.operators.CMOperator
- getAggregateOperator(SpoofCellwise.AggOp) - Static method in class org.apache.sysds.runtime.instructions.spark.SpoofSPInstruction
- getAggType() - Method in class org.apache.sysds.lops.Lop
-
Method to get aggregate type if applicable.
- getAggType() - Method in class org.apache.sysds.lops.MapMult
- getAggType() - Method in class org.apache.sysds.lops.MMCJ
- getAggType() - Method in class org.apache.sysds.lops.PartialAggregate
- getAggType() - Method in class org.apache.sysds.lops.RightIndex
- getAggType() - Method in class org.apache.sysds.runtime.instructions.spark.AggregateUnarySketchSPInstruction
- getAggType() - Method in class org.apache.sysds.runtime.instructions.spark.AggregateUnarySPInstruction
- getAggType() - Method in class org.apache.sysds.runtime.instructions.spark.CpmmSPInstruction
- getAggType() - Method in class org.apache.sysds.runtime.instructions.spark.MapmmSPInstruction
- getAggUnaryInstTime(UnarySPInstruction, VarStats, VarStats, IOCostUtils.IOMetrics) - Static method in class org.apache.sysds.resource.cost.SparkCostUtils
- getAlias() - Method in enum org.apache.sysds.common.Builtins
- getAlignedBlockSizes(int, int, int) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- getAll() - Method in class org.apache.sysds.runtime.controlprogram.federated.monitoring.services.CoordinatorService
- getAll() - Method in class org.apache.sysds.runtime.controlprogram.federated.monitoring.services.WorkerService
- getAll(Long, StatisticsOptions) - Method in class org.apache.sysds.runtime.controlprogram.federated.monitoring.services.StatisticsService
- getAll(Request) - Method in class org.apache.sysds.runtime.controlprogram.federated.monitoring.controllers.CoordinatorController
- getAll(Request) - Method in interface org.apache.sysds.runtime.controlprogram.federated.monitoring.controllers.IController
- getAll(Request) - Method in class org.apache.sysds.runtime.controlprogram.federated.monitoring.controllers.StatisticsController
- getAll(Request) - Method in class org.apache.sysds.runtime.controlprogram.federated.monitoring.controllers.WorkerController
- getAllCachedPointers() - Static method in class org.apache.sysds.runtime.lineage.LineageGPUCacheEviction
- getAllCandidateWorkloads(DMLProgram) - Static method in class org.apache.sysds.runtime.compress.workload.WorkloadAnalyzer
- getAllCompressionSizes() - Method in class org.apache.sysds.runtime.compress.estim.CompressedSizeInfoColGroup
- getAllEntities(Class<T>) - Method in class org.apache.sysds.runtime.controlprogram.federated.monitoring.repositories.DerbyRepository
- getAllEntities(Class<T>) - Method in interface org.apache.sysds.runtime.controlprogram.federated.monitoring.repositories.IRepository
- getAllEntitiesByField(String, Object, Class<T>) - Method in class org.apache.sysds.runtime.controlprogram.federated.monitoring.repositories.DerbyRepository
- getAllEntitiesByField(String, Object, Class<T>) - Method in interface org.apache.sysds.runtime.controlprogram.federated.monitoring.repositories.IRepository
- getAllEntitiesByField(String, Object, Class<T>, int) - Method in class org.apache.sysds.runtime.controlprogram.federated.monitoring.repositories.DerbyRepository
- getAllEntitiesByField(String, Object, Class<T>, int) - Method in interface org.apache.sysds.runtime.controlprogram.federated.monitoring.repositories.IRepository
- getAllExpr() - Method in class org.apache.sysds.parser.BuiltinFunctionExpression
- getAllInputStats(List<Hop>) - Method in class org.apache.sysds.hops.MemoTable
- getAllInputStats(Hop) - Method in class org.apache.sysds.hops.MemoTable
- getAllKeys() - Method in class org.apache.sysds.runtime.iogen.TextTrie
- getAllocatedSize() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUObject
- getAllParents(CNode) - Static method in class org.apache.sysds.hops.codegen.template.TemplateUtils
- getAllParents(CNode, Map<Long, Set<Long>>) - Static method in class org.apache.sysds.hops.codegen.template.TemplateUtils
- getAllPointers() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPULazyCudaFreeMemoryManager
- getAllRefs(long) - Method in class org.apache.sysds.hops.codegen.template.CPlanMemoTable
- getAllSequentialKeys() - Method in class org.apache.sysds.runtime.iogen.MappingTrie
- getAllSubStringsOfStringContainIntersect(String, BitSet) - Method in class org.apache.sysds.runtime.iogen.MappingTrie
- getAndFnObject() - Static method in class org.apache.sysds.runtime.functionobjects.And
- getAppendInstTime(AppendSPInstruction, VarStats, VarStats, VarStats, IOCostUtils.IOMetrics, IOCostUtils.IOMetrics) - Static method in class org.apache.sysds.resource.cost.SparkCostUtils
- getAppendType() - Method in class org.apache.sysds.runtime.instructions.cp.AppendCPInstruction
- getApplyTasks(CacheBlock<?>, MatrixBlock, int, int[]) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoder
- getApplyTasks(CacheBlock<?>, MatrixBlock, int, int[]) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderComposite
- getApplyTasks(DocumentRepresentation[], FrameBlock) - Method in class org.apache.sysds.runtime.transform.tokenize.applier.TokenizerApplier
- getArity() - Method in class org.apache.sysds.runtime.instructions.gpu.BuiltinUnaryGPUInstruction
- getArray() - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.ArrayIndex
-
For performance reasons we can extract the array.
- getAsByteArray() - Method in class org.apache.sysds.runtime.frame.data.columns.Array
-
Return the current allocated Array as a byte[], this is used to serialize the allocated Arrays out to the PythonAPI.
- getAsByteArray() - Method in class org.apache.sysds.runtime.frame.data.columns.BitSetArray
- getAsByteArray() - Method in class org.apache.sysds.runtime.frame.data.columns.BooleanArray
- getAsByteArray() - Method in class org.apache.sysds.runtime.frame.data.columns.CharArray
- getAsByteArray() - Method in class org.apache.sysds.runtime.frame.data.columns.DDCArray
- getAsByteArray() - Method in class org.apache.sysds.runtime.frame.data.columns.DoubleArray
- getAsByteArray() - Method in class org.apache.sysds.runtime.frame.data.columns.FloatArray
- getAsByteArray() - Method in class org.apache.sysds.runtime.frame.data.columns.HashIntegerArray
- getAsByteArray() - Method in class org.apache.sysds.runtime.frame.data.columns.HashLongArray
- getAsByteArray() - Method in class org.apache.sysds.runtime.frame.data.columns.IntegerArray
- getAsByteArray() - Method in class org.apache.sysds.runtime.frame.data.columns.LongArray
- getAsByteArray() - Method in class org.apache.sysds.runtime.frame.data.columns.OptionalArray
- getAsByteArray() - Method in class org.apache.sysds.runtime.frame.data.columns.RaggedArray
- getAsByteArray() - Method in class org.apache.sysds.runtime.frame.data.columns.StringArray
- getAsciiAtIdx(String, int) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- getAsDouble(int) - Method in class org.apache.sysds.runtime.frame.data.columns.Array
-
Get the index's value.
- getAsDouble(int) - Method in class org.apache.sysds.runtime.frame.data.columns.BitSetArray
- getAsDouble(int) - Method in class org.apache.sysds.runtime.frame.data.columns.BooleanArray
- getAsDouble(int) - Method in class org.apache.sysds.runtime.frame.data.columns.CharArray
- getAsDouble(int) - Method in class org.apache.sysds.runtime.frame.data.columns.DDCArray
- getAsDouble(int) - Method in class org.apache.sysds.runtime.frame.data.columns.DoubleArray
- getAsDouble(int) - Method in class org.apache.sysds.runtime.frame.data.columns.FloatArray
- getAsDouble(int) - Method in class org.apache.sysds.runtime.frame.data.columns.HashIntegerArray
- getAsDouble(int) - Method in class org.apache.sysds.runtime.frame.data.columns.HashLongArray
- getAsDouble(int) - Method in class org.apache.sysds.runtime.frame.data.columns.IntegerArray
- getAsDouble(int) - Method in class org.apache.sysds.runtime.frame.data.columns.LongArray
- getAsDouble(int) - Method in class org.apache.sysds.runtime.frame.data.columns.OptionalArray
- getAsDouble(int) - Method in class org.apache.sysds.runtime.frame.data.columns.RaggedArray
- getAsDouble(int) - Method in class org.apache.sysds.runtime.frame.data.columns.StringArray
- getAsNaNDouble(int) - Method in class org.apache.sysds.runtime.frame.data.columns.Array
-
Get the index's value.
- getAsNaNDouble(int) - Method in class org.apache.sysds.runtime.frame.data.columns.DDCArray
- getAsNaNDouble(int) - Method in class org.apache.sysds.runtime.frame.data.columns.OptionalArray
- getAsNaNDouble(int) - Method in class org.apache.sysds.runtime.frame.data.columns.RaggedArray
- getAsNaNDouble(int) - Method in class org.apache.sysds.runtime.frame.data.columns.StringArray
- getAsyncBroadcastCount() - Static method in class org.apache.sysds.utils.stats.SparkStatistics
- getAsyncPrefetchCount() - Static method in class org.apache.sysds.utils.stats.SparkStatistics
- getAsyncSparkOpCount() - Static method in class org.apache.sysds.utils.stats.SparkStatistics
- getasyncTriggerCheckpointCount() - Static method in class org.apache.sysds.utils.stats.SparkStatistics
- getATN() - Method in class org.apache.sysds.parser.dml.DmlLexer
- getATN() - Method in class org.apache.sysds.parser.dml.DmlParser
- getAUType() - Method in class org.apache.sysds.runtime.instructions.cp.AggregateUnaryCPInstruction
- getAvailableCount() - Static method in class org.apache.sysds.runtime.instructions.gpu.context.GPUContextPool
-
Get the number of free GPUContexts
- getAvailableMemory() - Method in class org.apache.sysds.runtime.instructions.gpu.context.CudaMemoryAllocator
-
Gets the available memory on GPU that SystemDS can use.
- getAvailableMemory() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUContext
-
Gets the available memory on GPU that SystemDS can use.
- getAvailableMemory() - Method in interface org.apache.sysds.runtime.instructions.gpu.context.GPUMemoryAllocator
-
Gets the available memory on GPU that SystemDS can use.
- getAvailableMemory() - Method in class org.apache.sysds.runtime.instructions.gpu.context.UnifiedMemoryAllocator
-
Gets the available memory on GPU that SystemDS can use.
- getAvailableSpace() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheEviction
- getAvgEntrySize() - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderComposite
- getBackward(MatrixObject, ArrayList<Data>, ExecutionContext) - Static method in class org.apache.sysds.runtime.util.AutoDiff
- getBalancedBlockSizesDefault(int, int, boolean) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- getBands() - Method in class org.apache.sysds.runtime.io.cog.COGProperties
- getBasic1NSequenceMax(Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- getBasicTensor() - Method in class org.apache.sysds.runtime.data.TensorBlock
- getBasicTypeString(Object) - Static method in class org.apache.sysds.api.mlcontext.MLContextUtil
-
Obtain the SystemDS scalar value type string equivalent of an accepted basic type (Integer, Boolean, Double, String)
- getBeginColumn() - Method in class org.apache.sysds.hops.Hop
- getBeginColumn() - Method in class org.apache.sysds.lops.Lop
- getBeginColumn() - Method in class org.apache.sysds.parser.ConditionalPredicate
- getBeginColumn() - Method in class org.apache.sysds.parser.Expression
- getBeginColumn() - Method in interface org.apache.sysds.parser.ParseInfo
- getBeginColumn() - Method in class org.apache.sysds.parser.Statement
- getBeginColumn() - Method in class org.apache.sysds.parser.StatementBlock
- getBeginColumn() - Method in class org.apache.sysds.runtime.controlprogram.ProgramBlock
- getBeginColumn() - Method in class org.apache.sysds.runtime.instructions.Instruction
- getBeginDims() - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedRange
- getBeginDimsInt() - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedRange
- getBeginLine() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeTpl
- getBeginLine() - Method in class org.apache.sysds.hops.Hop
- getBeginLine() - Method in class org.apache.sysds.lops.Lop
- getBeginLine() - Method in class org.apache.sysds.parser.ConditionalPredicate
- getBeginLine() - Method in class org.apache.sysds.parser.Expression
- getBeginLine() - Method in interface org.apache.sysds.parser.ParseInfo
- getBeginLine() - Method in class org.apache.sysds.parser.Statement
- getBeginLine() - Method in class org.apache.sysds.parser.StatementBlock
- getBeginLine() - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode
- getBeginLine() - Method in class org.apache.sysds.runtime.controlprogram.ProgramBlock
- getBeginLine() - Method in class org.apache.sysds.runtime.instructions.Instruction
- getBest(long) - Method in class org.apache.sysds.hops.codegen.template.CPlanMemoTable
- getBest(long, TemplateBase.TemplateType) - Method in class org.apache.sysds.hops.codegen.template.CPlanMemoTable
- getBest(long, TemplateBase.TemplateType, TemplateBase.TemplateType) - Method in class org.apache.sysds.hops.codegen.template.CPlanMemoTable
- getBestCompressionType() - Method in class org.apache.sysds.runtime.compress.estim.CompressedSizeInfoColGroup
- getBestCompressionType(CompressionSettings) - Method in class org.apache.sysds.runtime.compress.estim.CompressedSizeInfoColGroup
- getBinaryAccessType(MatrixBlock, MatrixBlock) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixBincell
- getBinaryAccessTypeExtended(MatrixBlock, MatrixBlock) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixBincell
- getBinaryInstTime(BinaryCPInstruction, VarStats, VarStats, VarStats, VarStats, IOCostUtils.IOMetrics) - Static method in class org.apache.sysds.resource.cost.CPCostUtils
- getBinaryInstTime(SPInstruction, VarStats, VarStats, VarStats, IOCostUtils.IOMetrics, IOCostUtils.IOMetrics) - Static method in class org.apache.sysds.resource.cost.SparkCostUtils
- getBinaryMatrixBlockRDDHandleForVariable(String) - Method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
-
Spark instructions should call this for all matrix inputs except broadcast variables.
- getBinaryMatrixBlockRDDHandleForVariable(String, int, boolean) - Method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
- getBinaryMatrixCharacteristics(Expression, Expression) - Static method in class org.apache.sysds.parser.Expression
-
Returns the matrix characteristics for scalar-scalar, scalar-matrix, matrix-scalar, matrix-matrix operations.
- getBinaryOp(String) - Static method in class org.apache.sysds.parser.Expression
-
Convert string value to binary operator.
- getBinaryOperatorOpOp2() - Method in class org.apache.sysds.runtime.matrix.operators.BinaryOperator
-
Method for getting the hop binary operator type for a given function object.
- getBinaryOpSparsity(double, double, Types.OpOp2, boolean) - Static method in class org.apache.sysds.hops.OptimizerUtils
-
Estimates the result sparsity for matrix-matrix binary operations (A op B)
- getBinaryOpSparsityConditionalSparseSafe(double, Types.OpOp2, LiteralOp) - Static method in class org.apache.sysds.hops.OptimizerUtils
- getBinaryTensorBlockRDDHandleForVariable(String) - Method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
-
Spark instructions should call this for all tensor inputs except broadcast variables.
- getBinaryTensorBlockRDDHandleForVariable(String, int, boolean) - Method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
- getBinMaxs() - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderBin
- getBinMethod() - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderBin
- getBinMins() - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderBin
- getBitOffset() - Method in class org.apache.sysds.runtime.io.hdf5.H5DoubleDataType
- getBitPrecision() - Method in class org.apache.sysds.runtime.io.hdf5.H5DoubleDataType
- getBitsPerSample() - Method in class org.apache.sysds.runtime.io.cog.COGProperties
- getBitwAndFnObject() - Static method in class org.apache.sysds.runtime.functionobjects.BitwAnd
- getBitwOrFnObject() - Static method in class org.apache.sysds.runtime.functionobjects.BitwOr
- getBitwShiftLFnObject() - Static method in class org.apache.sysds.runtime.functionobjects.BitwShiftL
- getBitwShiftRFnObject() - Static method in class org.apache.sysds.runtime.functionobjects.BitwShiftR
- getBitwXorFnObject() - Static method in class org.apache.sysds.runtime.functionobjects.BitwXor
- getBlock(int[]) - Method in class org.apache.sysds.runtime.instructions.spark.data.PartitionedBlock
- getBlock(int[]) - Method in class org.apache.sysds.runtime.instructions.spark.data.PartitionedBroadcast
- getBlock(int, int) - Method in class org.apache.sysds.runtime.instructions.spark.data.PartitionedBlock
- getBlock(int, int) - Method in class org.apache.sysds.runtime.instructions.spark.data.PartitionedBroadcast
- getBlockBounds(TensorIndexes, long[], int, int[], int[]) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- getBlockLength() - Method in class org.apache.sysds.runtime.instructions.spark.ReblockSPInstruction
- getBlocksize() - Method in class org.apache.sysds.api.mlcontext.Metadata
-
Obtain the number of rows/cols per block
- getBlocksize() - Static method in class org.apache.sysds.conf.ConfigurationManager
- getBlocksize() - Method in class org.apache.sysds.hops.Hop
- getBlocksize() - Method in class org.apache.sysds.hops.rewrite.ProgramRewriteStatus
- getBlocksize() - Method in class org.apache.sysds.lops.OutputParameters
- getBlocksize() - Method in class org.apache.sysds.parser.Identifier
- getBlocksize() - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- getBlocksize() - Method in class org.apache.sysds.runtime.controlprogram.caching.MatrixObject
- getBlocksize() - Method in class org.apache.sysds.runtime.controlprogram.federated.MatrixLineagePair
- getBlocksize() - Method in class org.apache.sysds.runtime.instructions.cp.DataGenCPInstruction
- getBlocksize() - Method in class org.apache.sysds.runtime.instructions.spark.data.PartitionedBlock
- getBlocksize() - Method in class org.apache.sysds.runtime.instructions.spark.RandSPInstruction
- getBlocksize() - Method in class org.apache.sysds.runtime.io.FileFormatProperties
- getBlocksize() - Method in class org.apache.sysds.runtime.meta.DataCharacteristics
- getBlockSize(FileSystem) - Static method in class org.apache.sysds.utils.stats.InfrastructureAnalyzer
- getBlockSizes(int, int) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- getBody() - Method in class org.apache.sysds.parser.ForStatement
- getBody() - Method in class org.apache.sysds.parser.FunctionStatement
- getBody() - Method in class org.apache.sysds.parser.WhileStatement
- getBody() - Method in class org.apache.sysds.runtime.controlprogram.federated.monitoring.Request
- getBool(CompilerConfig.ConfigType) - Method in class org.apache.sysds.conf.CompilerConfig
- getBoolean(String) - Method in class org.apache.sysds.api.jmlc.ResultVariables
-
Obtain the boolean value represented by the given output variable.
- getBoolean(String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain a
booleanoutput - getBooleanOp(String) - Static method in class org.apache.sysds.parser.Expression
-
Convert string value to boolean operator.
- getBooleanValue() - Method in class org.apache.sysds.hops.LiteralOp
- getBooleanValue() - Method in class org.apache.sysds.lops.Data
- getBooleanValue() - Method in class org.apache.sysds.runtime.instructions.cp.BooleanObject
- getBooleanValue() - Method in class org.apache.sysds.runtime.instructions.cp.DoubleObject
- getBooleanValue() - Method in class org.apache.sysds.runtime.instructions.cp.IntObject
- getBooleanValue() - Method in class org.apache.sysds.runtime.instructions.cp.ScalarObject
- getBooleanValue() - Method in class org.apache.sysds.runtime.instructions.cp.StringObject
- getBooleanValue(String) - Method in class org.apache.sysds.conf.DMLConfig
- getBooleanValue(LiteralOp) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- getBooleanValueSafe(LiteralOp) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- getBoundOutputParamNames() - Method in class org.apache.sysds.runtime.instructions.cp.FunctionCallCPInstruction
- getBroadcast() - Method in class org.apache.sysds.runtime.instructions.spark.CumulativeOffsetSPInstruction
- getBroadcastForFrameVariable(String) - Method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
- getBroadcastForMatrixObject(MatrixObject) - Method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
- getBroadcastForTensorObject(TensorObject) - Method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
- getBroadcastForTensorVariable(String) - Method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
- getBroadcastForVariable(String) - Method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
- getBroadcastHandle() - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- getBroadcastInput() - Method in class org.apache.sysds.lops.AppendM
- getBroadcastInput() - Method in class org.apache.sysds.lops.Binary
- getBroadcastInput() - Method in class org.apache.sysds.lops.BinaryM
- getBroadcastInput() - Method in class org.apache.sysds.lops.LeftIndex
- getBroadcastInput() - Method in class org.apache.sysds.lops.Lop
-
Method to get the input to be broadcast.
- getBroadcastInput() - Method in class org.apache.sysds.lops.MapMult
- getBroadcastInput() - Method in class org.apache.sysds.lops.MapMultChain
- getBroadcastInput() - Method in class org.apache.sysds.lops.PMMJ
- getBroadcastMemoryBudget() - Static method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
-
Obtains the available memory budget for broadcast variables in bytes.
- getBroadcastMemoryBudget() - Method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext.SparkClusterConfig
- getBroadcasts() - Method in class org.apache.sysds.runtime.instructions.spark.data.PartitionedBroadcast
- getBroadcastSize() - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- getbTreeAddress() - Method in class org.apache.sysds.runtime.io.hdf5.H5SymbolTableEntry
- getbTreeAddress() - Method in class org.apache.sysds.runtime.io.hdf5.message.H5SymbolTableMessage
- getBufferedInputStream() - Method in class org.apache.sysds.runtime.io.hdf5.H5RootObject
- getBufferedOutputStream() - Method in class org.apache.sysds.runtime.io.hdf5.H5RootObject
- getBufferPoolLimit() - Static method in class org.apache.sysds.hops.OptimizerUtils
-
Returns buffer pool size as set in the config
- getBuildTask(CacheBlock<?>) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoder
- getBuildTask(CacheBlock<?>) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderBagOfWords
- getBuildTask(CacheBlock<?>) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderBin
- getBuildTask(CacheBlock<?>) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderRecode
- getBuildTasks(CacheBlock<?>) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoder
- getBuildTasks(CacheBlock<?>) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderComposite
- getBuildTasks(CacheBlock<?>) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderDummycode
- getBuildTasks(CacheBlock<?>) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderFeatureHash
- getBuildTasks(CacheBlock<?>) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderPassThrough
- getBuildTasks(CacheBlock<?>) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderUDF
- getBuildTasks(FrameBlock) - Method in class org.apache.sysds.runtime.transform.tokenize.Tokenizer
- getBuildTasks(DocumentRepresentation[]) - Method in class org.apache.sysds.runtime.transform.tokenize.applier.TokenizerApplier
- getBuiltinCode() - Method in class org.apache.sysds.runtime.functionobjects.Builtin
- getBuiltinFnObject(String) - Static method in class org.apache.sysds.runtime.functionobjects.Builtin
- getBuiltinFnObject(Builtin.BuiltinCode) - Static method in class org.apache.sysds.runtime.functionobjects.Builtin
- getBuiltinFunctionDictionary() - Method in class org.apache.sysds.parser.DMLProgram
- getBuiltinFunctionExpression(ParserRuleContext, String, ArrayList<ParameterExpression>, String) - Static method in class org.apache.sysds.parser.BuiltinFunctionExpression
- getBuiltinNaryInstTime(BuiltinNaryCPInstruction, VarStats[], VarStats, IOCostUtils.IOMetrics) - Static method in class org.apache.sysds.resource.cost.CPCostUtils
- getBytes() - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheDataOutput
- getBytes(ByteBuffer) - Static method in class org.apache.sysds.runtime.io.IOUtilFunctions
- getBytesPerTile() - Method in class org.apache.sysds.runtime.io.cog.COGProperties
- getC(T) - Method in class org.apache.sysds.runtime.compress.utils.ACountHashMap
- getCache() - Method in class org.apache.sysds.runtime.frame.data.columns.Array
-
Get the current cached recode map.
- getCacheableData(String) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- getCacheableData(CPOperand) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- getCacheBlockSize(CacheBlock<?>) - Static method in class org.apache.sysds.runtime.controlprogram.caching.LazyWriteBuffer
- getCacheBlockSize(CacheBlock<?>) - Static method in class org.apache.sysds.runtime.controlprogram.caching.UnifiedMemoryManager
- getCachedDecompressed() - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
-
Get the cached decompressed matrix (if it exists otherwise null).
- getCachedJobConf() - Static method in class org.apache.sysds.conf.ConfigurationManager
-
Returns a cached JobConf object, intended for global use by all operations with read-only access to job conf.
- getCacheLimit() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheEviction
- getCacheLineage() - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- getCacheLineageItem(LineageItem) - Method in class org.apache.sysds.runtime.instructions.cp.UnaryMatrixCPInstruction
- getCachePolicy() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheConfig
- getCacheStatus() - Method in class org.apache.sysds.runtime.lineage.LineageCacheEntry
- getCacheType() - Method in class org.apache.sysds.runtime.instructions.spark.MapmmSPInstruction
- getCacheType() - Method in class org.apache.sysds.runtime.instructions.spark.PmmSPInstruction
- getCacheType() - Method in class org.apache.sysds.runtime.io.hdf5.H5SymbolTableEntry
- getCacheType() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheConfig
- getCalledFunctions(String) - Method in class org.apache.sysds.hops.ipa.FunctionCallGraph
-
Returns all functions called from the given function.
- getCalledFunctions(String, String) - Method in class org.apache.sysds.hops.ipa.FunctionCallGraph
-
Returns all functions called from the given function.
- getCapacity() - Method in class org.apache.sysds.runtime.instructions.spark.data.FrameReblockBuffer
- getCapacity() - Method in class org.apache.sysds.runtime.instructions.spark.data.ReblockBuffer
- getCastInstTime(CastSPInstruction, VarStats, VarStats, IOCostUtils.IOMetrics) - Static method in class org.apache.sysds.resource.cost.SparkCostUtils
- getCBind() - Method in class org.apache.sysds.runtime.instructions.spark.AppendSPInstruction
- getCells() - Method in class org.apache.sysds.resource.cost.VarStats
- getCellsWithSparsity() - Method in class org.apache.sysds.resource.cost.VarStats
- getCellType() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeCell
- getCellType() - Method in class org.apache.sysds.runtime.codegen.SpoofCellwise
- getCellType(Hop) - Static method in class org.apache.sysds.hops.codegen.template.TemplateUtils
- getCentralMomentInstTime(CentralMomentSPInstruction, VarStats, VarStats, VarStats, IOCostUtils.IOMetrics) - Static method in class org.apache.sysds.resource.cost.SparkCostUtils
- getChannelNames() - Method in class org.apache.sysds.parser.dml.DmlLexer
- getCharPositionInLine() - Method in class org.apache.sysds.parser.dml.CustomErrorListener.ParseIssue
-
Obtain character position of the parse issue.
- getCheckpointPositions() - Method in class org.apache.sysds.parser.StatementBlock
- getChecksum(int) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedRequest
- getChildAddresses() - Method in class org.apache.sysds.runtime.io.hdf5.H5BTree
- getChildBlocks() - Method in class org.apache.sysds.runtime.controlprogram.BasicProgramBlock
- getChildBlocks() - Method in class org.apache.sysds.runtime.controlprogram.ForProgramBlock
- getChildBlocks() - Method in class org.apache.sysds.runtime.controlprogram.FunctionProgramBlock
- getChildBlocks() - Method in class org.apache.sysds.runtime.controlprogram.IfProgramBlock
- getChildBlocks() - Method in class org.apache.sysds.runtime.controlprogram.parfor.ParForBody
- getChildBlocks() - Method in class org.apache.sysds.runtime.controlprogram.ProgramBlock
-
Get the list of child program blocks if nested; otherwise this method returns null.
- getChildBlocks() - Method in class org.apache.sysds.runtime.controlprogram.WhileProgramBlock
- getChildBlocksElseBody() - Method in class org.apache.sysds.runtime.controlprogram.IfProgramBlock
- getChildBlocksIfBody() - Method in class org.apache.sysds.runtime.controlprogram.IfProgramBlock
- getChildCosts(FederatedMemoTable.HopCommon, FederatedMemoTable, List<Hop>, double[][], double[]) - Static method in class org.apache.sysds.hops.fedplanner.FederatedPlanCostEstimator
- getChildFedPlans() - Method in class org.apache.sysds.hops.fedplanner.FederatedMemoTable.FedPlan
- getChildNodes() - Method in class org.apache.sysds.runtime.compress.workload.AWTreeNode
- getChildReferencePos(Hop, Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- getChildren() - Method in class org.apache.sysds.runtime.iogen.codegen.CodeGenTrieNode
- getChildren() - Method in class org.apache.sysds.runtime.iogen.MappingTrieNode
- getChilds() - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode
- getCK() - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptTree
- getCkMaxCP() - Static method in class org.apache.sysds.utils.stats.InfrastructureAnalyzer
-
Gets the maximum local parallelism constraint.
- getCkMaxMR() - Static method in class org.apache.sysds.utils.stats.InfrastructureAnalyzer
-
Gets the maximum remote parallelism constraint
- getClass(String) - Static method in class org.apache.sysds.runtime.codegen.CodegenUtils
- getClass(String, byte[]) - Static method in class org.apache.sysds.runtime.codegen.CodegenUtils
- getClassBits() - Method in class org.apache.sysds.runtime.io.hdf5.H5DoubleDataType
- getClassCompile() - Static method in class org.apache.sysds.utils.stats.CodegenStatistics
- getClassCompileTime() - Static method in class org.apache.sysds.utils.stats.CodegenStatistics
- getClassData(String) - Static method in class org.apache.sysds.runtime.codegen.CodegenUtils
- getClassname() - Method in class org.apache.sysds.hops.codegen.cplan.CNode
- getClassName() - Method in class org.apache.sysds.hops.codegen.SpoofFusedOp
- getClassSync(String, byte[]) - Static method in class org.apache.sysds.runtime.codegen.CodegenUtils
- getCleanupStates() - Method in class org.apache.sysds.runtime.instructions.cp.ListObject
-
Gets list of current cleanupFlag values recursively for every element in the list and in its sublists of type CacheableData.
- getClusterUtilization(boolean) - Static method in class org.apache.sysds.utils.stats.InfrastructureAnalyzer
-
Gets the fraction of running map/reduce tasks to existing map/reduce task slots.
- getCM() - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptTree
- getCMAggOpType(int) - Static method in class org.apache.sysds.runtime.matrix.operators.CMOperator
- getCMFnObject(CM) - Static method in class org.apache.sysds.runtime.functionobjects.CM
- getCMFnObject(CMOperator.AggregateOperationTypes) - Static method in class org.apache.sysds.runtime.functionobjects.CM
- getCmMax() - Static method in class org.apache.sysds.utils.stats.InfrastructureAnalyzer
-
Gets the maximum memory constraint [in bytes].
- getCode(CacheBlock<?>) - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheBlockFactory
- getCodegenLTrace(String) - Static method in class org.apache.sysds.runtime.lineage.LineageCodegenItem
- getCol() - Method in class org.apache.sysds.runtime.io.hdf5.H5RootObject
- getCol(int) - Method in class org.apache.sysds.runtime.data.SparseBlockCSC
- getCol(int) - Method in class org.apache.sysds.runtime.data.SparseBlockMCSC
- getColBlockize(int) - Method in class org.apache.sysds.hops.estim.EstimatorDensityMap.DensityMap
- getColCounts() - Method in class org.apache.sysds.hops.estim.EstimatorMatrixHistogram.MatrixHistogram
- getColGroupForColumn(int) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
-
Get the column group allocated and associated with a specific column Id; There is some search involved in this since we do not know where to look for the column and which Column group contains the value.
- getColGroupInfo(IColIndex) - Method in class org.apache.sysds.runtime.compress.estim.AComEst
-
Method for extracting Compressed Size Info of specified columns, together in a single ColGroup
- getColGroupInfo(IColIndex, int, int) - Method in class org.apache.sysds.runtime.compress.estim.AComEst
-
A method to extract the Compressed Size Info for a given list of columns, This method further limits the estimated number of unique values, since in some cases the estimated number of uniques is estimated higher than the number estimated in sub groups of the given colIndexes.
- getColGroupInfo(IColIndex, int, int) - Method in class org.apache.sysds.runtime.compress.estim.ComEstCompressed
- getColGroupInfo(IColIndex, int, int) - Method in class org.apache.sysds.runtime.compress.estim.ComEstCompressedSample
- getColGroupInfo(IColIndex, int, int) - Method in class org.apache.sysds.runtime.compress.estim.ComEstExact
- getColGroupInfo(IColIndex, int, int) - Method in class org.apache.sysds.runtime.compress.estim.ComEstSample
- getColGroups() - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
-
Get the column groups of this CompressedMatrixBlock
- getColGroupType() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupConst
- getColGroupType() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDC
- getColGroupType() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDCFOR
- getColGroupType() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupEmpty
- getColGroupType() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupLinearFunctional
- getColGroupType() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupOLE
- getColGroupType() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupRLE
- getColGroupType() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDC
- getColGroupType() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCFOR
- getColGroupType() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingle
- getColGroupType() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingleZeros
- getColGroupType() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCZeros
- getColGroupType() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressed
- getColID() - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoder
- getColIndex() - Method in class org.apache.sysds.runtime.iogen.codegen.CodeGenTrieNode
- getColIndexBegin() - Method in class org.apache.sysds.runtime.iogen.ColIndexStructure
- getColIndexBeginPos() - Method in class org.apache.sysds.runtime.iogen.codegen.CodeGenTrieNode
- getColIndexStructure() - Method in class org.apache.sysds.runtime.iogen.CustomProperties
- getColIndices() - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroup
-
Obtain the offsets of the columns in the matrix block that make up the group
- getColKeyPatterns() - Method in class org.apache.sysds.runtime.iogen.CustomProperties
- getColList() - Method in class org.apache.sysds.runtime.transform.encode.LegacyEncoder
- getColLower() - Method in class org.apache.sysds.runtime.instructions.cp.IndexingCPInstruction
- getColLower() - Method in class org.apache.sysds.runtime.instructions.spark.IndexingSPInstruction
- getColLowerBound() - Method in class org.apache.sysds.parser.IndexedIdentifier
- getColLowerEqualsUpper() - Method in class org.apache.sysds.parser.IndexedIdentifier
- getColMapping(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoder
-
Obtain the column mapping of encoded frames based on the passed meta data frame.
- getColMapping(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.MultiColumnEncoder
-
Obtain the column mapping of encoded frames based on the passed meta data frame.
- getColMapping(FrameBlock, MatrixBlock) - Method in class org.apache.sysds.runtime.transform.encode.LegacyEncoder
-
Obtain the column mapping of encoded frames based on the passed meta data frame.
- getColMaxs() - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderBin
- getColMins() - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderBin
- getColnames() - Method in class org.apache.sysds.runtime.transform.decode.Decoder
- getCols() - Method in class org.apache.sysds.hops.cost.VarStats
- getCols() - Method in class org.apache.sysds.hops.estim.EstimatorMatrixHistogram.MatrixHistogram
- getCols() - Method in class org.apache.sysds.hops.estim.MMNode
- getCols() - Method in class org.apache.sysds.runtime.data.SparseBlockMCSC
-
Helper function for MCSC
- getCols() - Method in class org.apache.sysds.runtime.functionobjects.SortIndex
- getCols() - Method in class org.apache.sysds.runtime.instructions.cp.DataGenCPInstruction
- getCols() - Method in class org.apache.sysds.runtime.instructions.cp.StringInitCPInstruction
- getCols() - Method in class org.apache.sysds.runtime.instructions.spark.RandSPInstruction
- getCols() - Method in class org.apache.sysds.runtime.io.cog.COGProperties
- getCols() - Method in class org.apache.sysds.runtime.meta.DataCharacteristics
- getCols() - Method in class org.apache.sysds.runtime.meta.MatrixCharacteristics
- getCols() - Method in class org.apache.sysds.runtime.meta.TensorCharacteristics
- getColumn(int) - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
- getColumnData(int) - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
- getColumnEncoder(int, Class<T>) - Method in class org.apache.sysds.runtime.transform.encode.MultiColumnEncoder
- getColumnEncoders() - Method in class org.apache.sysds.runtime.transform.encode.MultiColumnEncoder
- getColumnEncoders(Class<T>) - Method in class org.apache.sysds.runtime.transform.encode.MultiColumnEncoder
- getColumnIndex() - Method in class org.apache.sysds.runtime.matrix.data.MatrixIndexes
- getColumnMapping(IColIndex, IColIndex) - Static method in interface org.apache.sysds.runtime.compress.colgroup.indexes.ColIndexFactory
-
Provide a mapping from a to the combined columns shifted over to column positions in the combined.
- getColumnMetadata() - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
- getColumnMetadata(int) - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
- getColumnName(int) - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
-
Returns the column name for the requested column.
- getColumnNameIDMap() - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
-
Creates a mapping from column names to column IDs, i.e., 1-based column indexes
- getColumnNames() - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
-
Returns the column names of the frame block.
- getColumnNames(boolean) - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
-
Returns the column names of the frame block.
- getColumnNamesAsFrame() - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
- getColumns() - Method in class org.apache.sysds.runtime.compress.estim.CompressedSizeInfoColGroup
- getColumns() - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
- getColumnType(int) - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
- getColUpper() - Method in class org.apache.sysds.runtime.instructions.cp.IndexingCPInstruction
- getColUpper() - Method in class org.apache.sysds.runtime.instructions.spark.IndexingSPInstruction
- getColUpperBound() - Method in class org.apache.sysds.parser.IndexedIdentifier
- getColValueType(int) - Method in class org.apache.sysds.runtime.data.DataTensorBlock
- getCOMFnObject() - Static method in class org.apache.sysds.runtime.functionobjects.COV
- getCommon() - Method in class org.apache.sysds.runtime.compress.colgroup.AMorphingMMColGroup
-
Get common vector, note this should not materialize anything but simply point to things that are already allocated.
- getCommon() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDCFOR
- getCommon() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDC
- getCommon() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCFOR
- getCommon() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingle
- getCommonNGrams(NGramBuilder<String, Statistics.NGramStats>, int) - Static method in class org.apache.sysds.utils.Statistics
- getComparator() - Static method in class org.apache.sysds.utils.Statistics.NGramStats
- getCompAssRW() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheConfig
- getCompiledFunction(String, long) - Static method in class org.apache.sysds.runtime.frame.data.FrameBlock
- getCompilerConfig() - Method in class org.apache.sysds.api.jmlc.PreparedScript
-
Get the compiler configuration object associated with the prepared script instance.
- getCompilerConfig() - Static method in class org.apache.sysds.conf.ConfigurationManager
-
Gets the current thread-local compiler configuration.
- getCompilerConfigFlag(CompilerConfig.ConfigType) - Static method in class org.apache.sysds.conf.ConfigurationManager
-
Get a boolean compiler config in a robust manner, returning false if config not existing.
- getCompileTime() - Static method in class org.apache.sysds.utils.Statistics
- getCompileTime() - Static method in class org.apache.sysds.utils.stats.CodegenStatistics
- getComplementPPredOperation() - Method in class org.apache.sysds.hops.BinaryOp
- getCompletePath() - Method in class org.apache.sysds.parser.ImportStatement
- getCompositeEncodersForID(int) - Method in class org.apache.sysds.runtime.transform.encode.MultiColumnEncoder
- getCompressConfig() - Static method in class org.apache.sysds.conf.ConfigurationManager
- getCompressedMultiplications() - Method in class org.apache.sysds.runtime.compress.cost.InstructionTypeCounter
- getCompressedSize() - Method in class org.apache.sysds.hops.Hop
- getCompressedSize() - Method in class org.apache.sysds.lops.OutputParameters
- getCompressedSize() - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- getCompression() - Method in class org.apache.sysds.runtime.io.cog.COGProperties
- getCompressionCodec() - Static method in class org.apache.sysds.runtime.io.IOUtilFunctions
- getCompressionEncodingType() - Static method in class org.apache.sysds.runtime.io.IOUtilFunctions
- getCompressionInfo(int) - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroup
-
Get the compression info for this column group.
- getCompressionInfo(int) - Method in class org.apache.sysds.runtime.compress.colgroup.ASDC
- getCompressionInfo(int) - Method in class org.apache.sysds.runtime.compress.colgroup.ASDCZero
- getCompressionInfo(int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupConst
- getCompressionInfo(int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDC
- getCompressionInfo(int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDCFOR
- getCompressionInfo(int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupEmpty
- getCompressionInfo(int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupLinearFunctional
- getCompressionInfo(int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupOLE
- getCompressionInfo(int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupRLE
- getCompressionInfo(int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressed
- getCompressionInfo(int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressedArray
- getCompressionScheme() - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroup
-
Get the compression scheme for this column group to enable compression of other data.
- getCompressionScheme() - Method in class org.apache.sysds.runtime.compress.colgroup.ASDC
- getCompressionScheme() - Method in class org.apache.sysds.runtime.compress.colgroup.ASDCZero
- getCompressionScheme() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupConst
- getCompressionScheme() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDC
- getCompressionScheme() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDCFOR
- getCompressionScheme() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupEmpty
- getCompressionScheme() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupLinearFunctional
- getCompressionScheme() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupOLE
- getCompressionScheme() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupRLE
- getCompressionScheme() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCFOR
- getCompressionScheme() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressed
- getCompressionScheme() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressedArray
- getCompressionSize(AColGroup.CompressionType) - Method in class org.apache.sysds.runtime.compress.estim.CompressedSizeInfoColGroup
- getCompType() - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroup
-
Obtain the compression type.
- getCompType() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupConst
- getCompType() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDC
- getCompType() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDCFOR
- getCompType() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupEmpty
- getCompType() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupLinearFunctional
- getCompType() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupOLE
- getCompType() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupRLE
- getCompType() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDC
- getCompType() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCFOR
- getCompType() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingle
- getCompType() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingleZeros
- getCompType() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCZeros
- getCompType() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressed
- getCompType() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressedArray
- getComputationInstTime(ComputationCPInstruction, VarStats, VarStats, VarStats, VarStats, VarStats, IOCostUtils.IOMetrics) - Static method in class org.apache.sysds.resource.cost.CPCostUtils
- getComputeEstimate() - Method in class org.apache.sysds.lops.Lop
- getConditionalPredicate() - Method in class org.apache.sysds.parser.IfStatement
- getConditionalPredicate() - Method in class org.apache.sysds.parser.WhileStatement
- getConfig() - Method in class org.apache.sysds.api.mlcontext.ScriptExecutor
-
Obtain the SystemDS configuration properties.
- getConfigForSimpleMatrixOperations(int, int) - Static method in class org.apache.sysds.runtime.instructions.gpu.context.ExecutionConfig
-
Use this for simple vector operations and use following in the kernel
int index = blockIdx.x * blockDim.x + threadIdx.x - getConfigForSimpleVectorOperations(int) - Static method in class org.apache.sysds.runtime.instructions.gpu.context.ExecutionConfig
-
Use this for simple vector operations and use following in the kernel
int index = blockIdx.x * blockDim.x + threadIdx.x - getConfigInfo() - Method in class org.apache.sysds.conf.DMLConfig
- getConflictToken(int[]) - Method in class org.apache.sysds.runtime.iogen.FormatIdentifyer
- getConnection() - Method in class org.apache.sysds.api.PythonDMLScript
- getConstant() - Method in class org.apache.sysds.runtime.functionobjects.MinusMultiply
- getConstant() - Method in class org.apache.sysds.runtime.functionobjects.PlusMultiply
- getConstant() - Method in class org.apache.sysds.runtime.matrix.operators.ScalarOperator
- getConstantValue() - Method in class org.apache.sysds.hops.DataGenOp
- getConstDim2() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeRow
- getConstDim2() - Method in class org.apache.sysds.runtime.codegen.SpoofRowwise
- getConstIn() - Method in class org.apache.sysds.parser.StatementBlock
- getConstOut() - Method in class org.apache.sysds.parser.StatementBlock
- getConstrainedNumThreads(int) - Static method in class org.apache.sysds.hops.OptimizerUtils
- getContext() - Method in class org.apache.sysds.runtime.codegen.SpoofCUDACellwise
- getContext() - Method in interface org.apache.sysds.runtime.codegen.SpoofCUDAOperator
- getContext() - Method in class org.apache.sysds.runtime.codegen.SpoofCUDARowwise
- getContext() - Method in class org.apache.sysds.runtime.controlprogram.federated.monitoring.Request
- getConv2dBackwardDataWorkers(DnnParameters) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixDNNConv2d
-
Factory method that returns list of callable tasks for performing conv2d backward data
- getConv2dBackwardFilterWorkers(DnnParameters) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixDNNConv2d
-
Factory method that returns list of callable tasks for performing conv2d backward filter
- getConv2dOutputMap(String, String, String, String) - Static method in class org.apache.sysds.runtime.util.DnnUtils
- getConv2dWorkers(DnnParameters) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixDNNConv2d
-
Factory method that returns list of callable tasks for performing conv2d
- getCoordinatorHostId() - Method in class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.CoordinatorConnectionModel
- getCoordinatorsTrafficBytes() - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- getCorrection() - Method in class org.apache.sysds.runtime.instructions.spark.data.CorrMatrixBlock
- getCorrectionLocation() - Method in class org.apache.sysds.lops.PartialAggregate
-
This method computes the location of "correction" terms in the output produced by PartialAgg instruction.
- getCorrectionLocation(Types.AggOp, Types.Direction) - Static method in class org.apache.sysds.lops.PartialAggregate
- getCost() - Method in class org.apache.sysds.resource.cost.RDDStats
-
Meant to be used at testing
- getCost(int, int, int, int, double) - Method in class org.apache.sysds.runtime.compress.cost.ComputationCostEstimator
-
Get the cost of a column group.
- getCost(Collection<AColGroup>, int) - Method in class org.apache.sysds.runtime.compress.cost.ACostEstimate
-
Get the cost of a collection of column groups.
- getCost(AColGroup, int) - Method in class org.apache.sysds.runtime.compress.cost.ACostEstimate
-
Get the cost of a compressed columnGroup.
- getCost(AColGroup, int) - Method in class org.apache.sysds.runtime.compress.cost.ComputationCostEstimator
- getCost(AColGroup, int) - Method in class org.apache.sysds.runtime.compress.cost.DistinctCostEstimator
- getCost(AColGroup, int) - Method in class org.apache.sysds.runtime.compress.cost.HybridCostEstimator
- getCost(AColGroup, int) - Method in class org.apache.sysds.runtime.compress.cost.MemoryCostEstimator
- getCost(CompressedMatrixBlock) - Method in class org.apache.sysds.runtime.compress.cost.ACostEstimate
-
Get cost of a compressed matrix block
- getCost(ComputationCostEstimator, int) - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroup
-
Get the computation cost associated with this column group.
- getCost(ComputationCostEstimator, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupConst
- getCost(ComputationCostEstimator, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDC
- getCost(ComputationCostEstimator, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDCFOR
- getCost(ComputationCostEstimator, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupEmpty
- getCost(ComputationCostEstimator, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupLinearFunctional
- getCost(ComputationCostEstimator, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupOLE
- getCost(ComputationCostEstimator, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupRLE
- getCost(ComputationCostEstimator, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDC
- getCost(ComputationCostEstimator, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCFOR
- getCost(ComputationCostEstimator, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingle
- getCost(ComputationCostEstimator, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingleZeros
- getCost(ComputationCostEstimator, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCZeros
- getCost(ComputationCostEstimator, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressed
- getCost(ComputationCostEstimator, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressedArray
- getCost(CompressedSizeInfo) - Method in class org.apache.sysds.runtime.compress.cost.ACostEstimate
-
Get cost of an entire compression plan
- getCost(CompressedSizeInfoColGroup) - Method in class org.apache.sysds.runtime.compress.cost.ACostEstimate
-
Get cost of a single column group estimate.
- getCost(MatrixBlock) - Method in class org.apache.sysds.runtime.compress.cost.ACostEstimate
-
Get the cost of a matrix block.
- getCost(MatrixBlock) - Method in class org.apache.sysds.runtime.compress.cost.ComputationCostEstimator
- getCost(MatrixBlock) - Method in class org.apache.sysds.runtime.compress.cost.DistinctCostEstimator
- getCost(MatrixBlock) - Method in class org.apache.sysds.runtime.compress.cost.HybridCostEstimator
- getCost(MatrixBlock) - Method in class org.apache.sysds.runtime.compress.cost.MemoryCostEstimator
- getCostModelType() - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.Optimizer
- getCostModelType() - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptimizerHeuristic
- getCostModelType() - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptimizerRuleBased
- getCostRatio() - Method in class org.apache.sysds.runtime.compress.CompressionStatistics
- getCostsWeightFactor() - Method in class org.apache.sysds.resource.enumeration.Enumerator
-
Meant to be used for testing purposes
- getCounter() - Method in class org.apache.sysds.runtime.compress.cost.CostEstimatorBuilder
- getCounts() - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroupValue
-
Returns the counts of values inside the dictionary.
- getCounts() - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.AMapToData
-
Get the number of counts of each unique value contained in this map.
- getCounts(int[]) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDC
- getCounts(int[]) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDCFOR
- getCounts(int[]) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupOLE
- getCounts(int[]) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupRLE
- getCounts(int[]) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDC
- getCounts(int[]) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCFOR
- getCounts(int[]) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingle
- getCounts(int[]) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingleZeros
- getCounts(int[]) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCZeros
- getCounts(int[]) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.AMapToData
-
Get the number of counts of each unique value contained in this map.
- getCounts(int[]) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToBit
- getCounts(int[]) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToByte
- getCounts(int[]) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToChar
- getCounts(int[]) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToCharPByte
- getCounts(int[]) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToInt
- getCounts(int[]) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToUByte
- getCounts(int[]) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToZero
- getCPHeavyHitterCode(Instruction) - Static method in class org.apache.sysds.utils.Statistics
- getCPHeavyHitterCount(String) - Static method in class org.apache.sysds.utils.Statistics
- getCPHeavyHitterOpCodes() - Static method in class org.apache.sysds.utils.Statistics
- getCPHeavyHittersMem(int) - Static method in class org.apache.sysds.utils.Statistics
- getCPInstructionType() - Method in class org.apache.sysds.runtime.instructions.cp.CPInstruction
- getCPlanCompile() - Static method in class org.apache.sysds.utils.stats.CodegenStatistics
- getCPRecodeMaps() - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderRecode
- getCPRecodeMapsPartial() - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderRecode
- getCPType(String) - Static method in class org.apache.sysds.runtime.instructions.InstructionUtils
- getCPTypeByOpcode(String) - Static method in class org.apache.sysds.runtime.instructions.InstructionUtils
- getCPUTime(long, int, IOCostUtils.IOMetrics, RDDStats, RDDStats...) - Static method in class org.apache.sysds.resource.cost.SparkCostUtils
-
Computes an estimate for the time needed by the CPU to execute (including memory access) an instruction by providing number of floating operations.
- getCPUTime(long, IOCostUtils.IOMetrics, VarStats, VarStats...) - Static method in class org.apache.sysds.resource.cost.CPCostUtils
- getCreateVarInstructions(String, String) - Method in class org.apache.sysds.lops.Data
- getCTableFnObject() - Static method in class org.apache.sysds.runtime.functionobjects.CTable
- getCtableInstTime(CtableSPInstruction, VarStats, VarStats, VarStats, VarStats, IOCostUtils.IOMetrics) - Static method in class org.apache.sysds.resource.cost.SparkCostUtils
- getCType() - Method in class org.apache.sysds.hops.codegen.template.TemplateBase
- getCublasHandle() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUContext
-
Returns cublasHandle for BLAS operations on the GPU.
- getCudaKernels(GPUContext) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixCUDA
- getCUDAopID(String) - Static method in class org.apache.sysds.runtime.codegen.CodegenUtils
- getCudnnHandle() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUContext
-
Returns the cudnnHandle for Deep Neural Network operations on the GPU.
- getCumODims(int) - Method in class org.apache.sysds.runtime.data.DenseBlock
-
Get the ith cumulative dimensions size of the dense block, without row.
- getCumStats() - Method in class org.apache.sysds.utils.stats.NGramBuilder.NGramEntry
- getCumulativeCost() - Method in class org.apache.sysds.hops.fedplanner.FederatedMemoTable.FedPlan
- getCurrentBLAS() - Static method in class org.apache.sysds.utils.NativeHelper
-
Called by Statistics to print the loaded BLAS.
- getCurrentFileName() - Method in class org.apache.sysds.parser.dml.CustomErrorListener
- getCurrentID() - Method in class org.apache.sysds.runtime.controlprogram.parfor.util.IDSequence
- getCurrentLineageItem() - Static method in class org.apache.sysds.utils.Statistics
- getCurrentRowIndex() - Method in class org.apache.sysds.runtime.compress.readers.ReaderColumnSelection
-
Get the current row index that the reader is at.
- getCusolverDnHandle() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUContext
-
Returns cusolverDnHandle for invoking solve() function on dense matrices on the GPU.
- getCusparseHandle() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUContext
-
Returns cusparseHandle for certain sparse BLAS operations on the GPU.
- getCutSet(boolean[]) - Method in class org.apache.sysds.hops.codegen.opt.ReachabilityGraph
- getDAGCompile() - Static method in class org.apache.sysds.utils.stats.CodegenStatistics
- getData() - Method in class org.apache.sysds.hops.estim.MMNode
- getData() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressed
-
Access for superclass
- getData() - Method in class org.apache.sysds.runtime.compress.colgroup.insertionsort.AInsertionSorter
- getData() - Method in class org.apache.sysds.runtime.compress.utils.DblArray
- getData() - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedResponse
- getData() - Method in class org.apache.sysds.runtime.controlprogram.paramserv.homomorphicEncryption.PublicKey
- getData() - Method in class org.apache.sysds.runtime.controlprogram.paramserv.rpc.PSRpcCall
- getData() - Method in class org.apache.sysds.runtime.data.DenseBlockBool
- getData() - Method in class org.apache.sysds.runtime.data.DenseBlockFP32
- getData() - Method in class org.apache.sysds.runtime.data.DenseBlockInt32
- getData() - Method in class org.apache.sysds.runtime.data.DenseBlockInt64
- getData() - Method in class org.apache.sysds.runtime.data.DenseBlockString
- getData() - Method in class org.apache.sysds.runtime.instructions.cp.Encrypted
- getData() - Method in class org.apache.sysds.runtime.instructions.cp.ListObject
- getData() - Method in class org.apache.sysds.runtime.io.cog.IFDTag
- getData() - Method in class org.apache.sysds.runtime.lineage.LineageItem
- getData(int) - Method in class org.apache.sysds.runtime.instructions.cp.ListObject
- getData(String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain an output as a
Dataobject. - getData(String) - Method in class org.apache.sysds.runtime.instructions.cp.ListObject
- getDataBuffer() - Method in class org.apache.sysds.runtime.io.hdf5.H5LocalHeap
- getDataBuffer(int) - Method in class org.apache.sysds.runtime.io.hdf5.H5ContiguousDataset
- getDataCharacteristics() - Method in class org.apache.sysds.hops.estim.MMNode
- getDataCharacteristics() - Method in class org.apache.sysds.hops.Hop
- getDataCharacteristics() - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- getDataCharacteristics() - Method in interface org.apache.sysds.runtime.controlprogram.caching.CacheBlock
- getDataCharacteristics() - Method in class org.apache.sysds.runtime.controlprogram.federated.MatrixLineagePair
- getDataCharacteristics() - Method in class org.apache.sysds.runtime.data.TensorBlock
- getDataCharacteristics() - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
- getDataCharacteristics() - Method in class org.apache.sysds.runtime.instructions.cp.Encrypted
- getDataCharacteristics() - Method in class org.apache.sysds.runtime.instructions.spark.data.PartitionedBroadcast
- getDataCharacteristics() - Method in class org.apache.sysds.runtime.instructions.spark.data.RDDObject
- getDataCharacteristics() - Method in class org.apache.sysds.runtime.lineage.LineageCacheEntry
- getDataCharacteristics() - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- getDataCharacteristics() - Method in class org.apache.sysds.runtime.meta.MetaData
- getDataCharacteristics() - Method in class org.apache.sysds.runtime.meta.MetaDataAll
- getDataCharacteristics(String) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- getDataClass() - Method in class org.apache.sysds.runtime.io.hdf5.H5DoubleDataType
- getDataCount() - Method in class org.apache.sysds.runtime.io.cog.IFDTag
- getDataExpression(String, ArrayList<ParameterExpression>, ParseInfo, CustomErrorListener) - Static method in class org.apache.sysds.parser.DataExpression
- getDataExpression(ParserRuleContext, String, ArrayList<ParameterExpression>, String, CustomErrorListener) - Static method in class org.apache.sysds.parser.DataExpression
- getDataFrame(String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain an output as a
DataFrame. - getDataFrame(String, boolean) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain an output as a
DataFrameof doubles or vectors with an ID column. - getDataFrameDoubleNoIDColumn(String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain an output as a
DataFrameof doubles with no ID column. - getDataFrameDoubleWithIDColumn(String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain an output as a
DataFrameof doubles with an ID column. - getDataFrameVectorNoIDColumn(String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain an output as a
DataFrameof vectors with no ID column. - getDataFrameVectorWithIDColumn(String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain an output as a
DataFrameof vectors with an ID column. - getDataGenCPInstTime(UnaryCPInstruction, VarStats, IOCostUtils.IOMetrics) - Static method in class org.apache.sysds.resource.cost.CPCostUtils
- getDataGenMethod() - Method in class org.apache.sysds.lops.DataGen
- getDataGenOpConstantValue(Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- getDataIndex() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.AIterator
-
Get the current data index associated with the index returned from value.
- getDataLayoutClass() - Method in class org.apache.sysds.runtime.io.hdf5.H5RootObject
- getDataLayoutVersion() - Method in class org.apache.sysds.runtime.io.hdf5.H5RootObject
- getDataMemoryBudget(boolean, boolean) - Static method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
-
Obtain the available memory budget for data storage in bytes.
- getDataMemoryBudget(boolean, boolean) - Method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext.SparkClusterConfig
- getDataProperties() - Method in class org.apache.sysds.runtime.iogen.MappingProperties
- getDataSegmentSize() - Method in class org.apache.sysds.runtime.io.hdf5.H5LocalHeap
- getDataset() - Method in class org.apache.sysds.runtime.instructions.spark.data.DatasetObject
- getDatasetName() - Method in class org.apache.sysds.runtime.io.FileFormatPropertiesCOG
- getDatasetName() - Method in class org.apache.sysds.runtime.io.FileFormatPropertiesHDF5
- getDatasetName() - Method in class org.apache.sysds.runtime.io.hdf5.H5RootObject
- getDataSize() - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- getDataSize() - Method in class org.apache.sysds.runtime.instructions.cp.ListObject
- getDataSource(String) - Static method in class org.apache.sysds.resource.cost.IOCostUtils
-
Extracts the data source for a given file name: e.g.
- getDataSpaceVersion() - Method in class org.apache.sysds.runtime.io.hdf5.H5RootObject
- getDataTensor() - Method in class org.apache.sysds.runtime.data.TensorBlock
- getDataType() - Method in class org.apache.sysds.hops.codegen.cplan.CNode
- getDataType() - Method in class org.apache.sysds.hops.Hop
- getDataType() - Method in class org.apache.sysds.lops.Lop
-
get data type of the output that is produced by this lop
- getDataType() - Method in class org.apache.sysds.parser.Identifier
- getDataType() - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedData
- getDataType() - Method in class org.apache.sysds.runtime.controlprogram.federated.MatrixLineagePair
- getDataType() - Method in class org.apache.sysds.runtime.instructions.cp.CPOperand
- getDataType() - Method in class org.apache.sysds.runtime.instructions.cp.Data
- getDataType() - Method in class org.apache.sysds.runtime.io.cog.IFDTag
- getDataType() - Method in class org.apache.sysds.runtime.io.hdf5.H5ContiguousDataset
- getDataType() - Method in class org.apache.sysds.runtime.iogen.SampleProperties
- getDataType() - Method in class org.apache.sysds.utils.Statistics.LineageNGramExtension
- getDebugName() - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- getDebugName() - Method in class org.apache.sysds.runtime.instructions.cp.CiphertextMatrix
- getDebugName() - Method in class org.apache.sysds.runtime.instructions.cp.CM_COV_Object
- getDebugName() - Method in class org.apache.sysds.runtime.instructions.cp.Data
- getDebugName() - Method in class org.apache.sysds.runtime.instructions.cp.DoubleObject
- getDebugName() - Method in class org.apache.sysds.runtime.instructions.cp.KahanObject
- getDebugName() - Method in class org.apache.sysds.runtime.instructions.cp.ListObject
- getDebugName() - Method in class org.apache.sysds.runtime.instructions.cp.PlaintextMatrix
- getDebugName() - Method in class org.apache.sysds.runtime.instructions.cp.ScalarObject
- getDecoderType(Decoder) - Static method in class org.apache.sysds.runtime.transform.decode.DecoderFactory
- getDecompressionCount() - Static method in class org.apache.sysds.utils.DMLCompressionStatistics
- getDecompressions() - Method in class org.apache.sysds.runtime.compress.cost.InstructionTypeCounter
- getDecreasing() - Method in class org.apache.sysds.runtime.functionobjects.SortIndex
- getDedupBlocks() - Method in class org.apache.sysds.runtime.lineage.Lineage
- getDedupDirectly(int) - Method in class org.apache.sysds.runtime.data.DenseBlockFP64DEDUP
- getDedupPatch() - Method in class org.apache.sysds.runtime.lineage.LineageItem
- getDefaultCuSparseMatrixDescriptor() - Static method in class org.apache.sysds.runtime.instructions.gpu.context.CSRPointer
- getDefaultExecutionMode() - Static method in class org.apache.sysds.hops.OptimizerUtils
- getDefaultFrameSize() - Static method in class org.apache.sysds.hops.OptimizerUtils
- getDefaultFunctionDictionary() - Method in class org.apache.sysds.parser.DMLProgram
- getDefaultLogLevel() - Static method in class org.apache.sysds.hops.OptimizerUtils
- getDefaultParallelism(boolean) - Static method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
-
Obtain the default degree of parallelism (cores in the cluster).
- getDefaultParallelism(boolean) - Method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext.SparkClusterConfig
- getDefaultSize() - Static method in class org.apache.sysds.hops.OptimizerUtils
- getDefaultStorageLevelString() - Static method in class org.apache.sysds.lops.Checkpoint
- getDefaultTextValue(String) - Static method in class org.apache.sysds.conf.DMLConfig
- getDefaultTuple() - Method in class org.apache.sysds.runtime.compress.colgroup.ASDCZero
- getDefaultTuple() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupConst
- getDefaultTuple() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDCFOR
- getDefaultTuple() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupEmpty
- getDefaultTuple() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDC
- getDefaultTuple() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCFOR
- getDefaultTuple() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingle
- getDefaultTuple() - Method in interface org.apache.sysds.runtime.compress.colgroup.IContainDefaultTuple
- getDefColNames(long) - Method in class org.apache.sysds.runtime.io.FrameReader
- getDefSchema(long) - Method in class org.apache.sysds.runtime.io.FrameReader
- getDefWorkingFilePath(String) - Static method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- getDegreeOfParallelism() - Method in class org.apache.sysds.runtime.controlprogram.ParForProgramBlock
- getDelHits() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- getDelim() - Method in class org.apache.sysds.runtime.io.FileFormatPropertiesCSV
- getDelim() - Method in class org.apache.sysds.runtime.io.FileFormatPropertiesLIBSVM
- getDelim() - Method in class org.apache.sysds.runtime.meta.MetaDataAll
- getDeltaColGroupInfo(IColIndex) - Method in class org.apache.sysds.runtime.compress.estim.AComEst
-
Method for extracting info of specified columns as delta encodings (delta from previous rows values)
- getDeltaColGroupInfo(IColIndex, int, int) - Method in class org.apache.sysds.runtime.compress.estim.AComEst
-
A method to extract the Compressed Size Info for a given list of columns, This method further limits the estimated number of unique values, since in some cases the estimated number of uniques is estimated higher than the number estimated in sub groups of the given colIndexes.
- getDeltaColGroupInfo(IColIndex, int, int) - Method in class org.apache.sysds.runtime.compress.estim.ComEstCompressed
- getDeltaColGroupInfo(IColIndex, int, int) - Method in class org.apache.sysds.runtime.compress.estim.ComEstCompressedSample
- getDeltaColGroupInfo(IColIndex, int, int) - Method in class org.apache.sysds.runtime.compress.estim.ComEstExact
- getDeltaColGroupInfo(IColIndex, int, int) - Method in class org.apache.sysds.runtime.compress.estim.ComEstSample
- getDenseBlock() - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- getDenseBlock() - Method in class org.apache.sysds.runtime.data.BasicTensorBlock
- getDenseBlock() - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- getDenseBlockType(DenseBlock) - Static method in class org.apache.sysds.runtime.data.DenseBlockFactory
- getDenseBlockValues() - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- getDenseBlockValues() - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- getDenseMatrices(SpoofOperator.SideInput[]) - Static method in class org.apache.sysds.runtime.codegen.SpoofOperator
- getDenseMatrixOutputForGPUInstruction(String, long, long) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
-
Allocates a dense matrix on the GPU (for output)
- getDenseMatrixOutputForGPUInstruction(String, long, long, boolean) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- getDenseMatrixOutputForGPUInstruction(ExecutionContext, String, String, long, long) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixCUDA
-
Helper method to get the output block (allocated on the GPU) Also records performance information into
Statistics - getDenseMatrixOutputForGPUInstruction(ExecutionContext, String, String, long, long, boolean) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixCUDA
- getDensePointer() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUObject
-
Pointer to dense matrix
- getDensePointer(GPUContext, MatrixObject, String) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixCUDA
-
Convenience method to get jcudaDenseMatrixPtr.
- getDensePointerAddress() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUObject
- getDensePointerForCuDNN(GPUContext, MatrixObject, String, int, int) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixCuDNN
-
Convenience method to get jcudaDenseMatrixPtr.
- getDenseRatio() - Method in class org.apache.sysds.runtime.compress.CompressionStatistics
- getDescription() - Method in class org.apache.sysds.runtime.io.FileFormatProperties
- getDeserializer(Class) - Method in class org.apache.sysds.runtime.io.BinaryBlockSerialization
- getDeviceCount() - Static method in class org.apache.sysds.runtime.instructions.gpu.context.GPUContextPool
-
Number of available devices on this machine
- getDeviceNum() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUContext
-
Returns which device is assigned to this GPUContext instance.
- getDiagIndexFnObject() - Static method in class org.apache.sysds.runtime.functionobjects.DiagIndex
- getDiagIndexFnObject(boolean) - Static method in class org.apache.sysds.runtime.functionobjects.DiagIndex
- getDict() - Method in class org.apache.sysds.runtime.frame.data.columns.DDCArray
- getDictionary() - Method in class org.apache.sysds.runtime.compress.colgroup.ADictBasedColGroup
- getDictionary() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupEmpty
- getDictionary() - Method in interface org.apache.sysds.runtime.compress.colgroup.IContainADictionary
- getDictionary() - Method in class org.apache.sysds.runtime.compress.utils.DoubleCountHashMap
- getDictionary(int) - Method in class org.apache.sysds.runtime.compress.utils.DoubleCountHashMap
- getDictionaryOps() - Method in class org.apache.sysds.runtime.compress.cost.InstructionTypeCounter
- getDictType() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.DeltaDictionary
- getDictType() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- getDictType() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionary
- getDictType() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionarySlice
- getDictType() - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Get the dictionary type this dictionary is.
- getDictType() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- getDictType() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.PlaceHolderDict
- getDictType() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.QDictionary
- getDim(int) - Method in class org.apache.sysds.hops.Hop
- getDim(int) - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- getDim(int) - Method in class org.apache.sysds.runtime.controlprogram.federated.MatrixLineagePair
- getDim(int) - Method in class org.apache.sysds.runtime.data.BasicTensorBlock
- getDim(int) - Method in class org.apache.sysds.runtime.data.DataTensorBlock
- getDim(int) - Method in class org.apache.sysds.runtime.data.DenseBlock
-
Get the ith dimensions size of the dense block.
- getDim(int) - Method in class org.apache.sysds.runtime.data.TensorBlock
- getDim(int) - Method in class org.apache.sysds.runtime.instructions.spark.data.PartitionedBlock
- getDim(int) - Method in class org.apache.sysds.runtime.meta.DataCharacteristics
- getDim(int) - Method in class org.apache.sysds.runtime.meta.MatrixCharacteristics
- getDim(int) - Method in class org.apache.sysds.runtime.meta.TensorCharacteristics
- getDim1() - Method in class org.apache.sysds.hops.Hop
-
Get the number of rows in the Hop.
- getDim1() - Method in class org.apache.sysds.parser.Identifier
- getDim2() - Method in class org.apache.sysds.hops.Hop
-
Get the number of columns in the Hop.
- getDim2() - Method in class org.apache.sysds.parser.Identifier
- getDimensions() - Method in class org.apache.sysds.runtime.io.hdf5.H5RootObject
- getDims() - Method in class org.apache.sysds.runtime.data.BasicTensorBlock
- getDims() - Method in class org.apache.sysds.runtime.data.DataTensorBlock
- getDims() - Method in class org.apache.sysds.runtime.data.TensorBlock
- getDims() - Method in class org.apache.sysds.runtime.instructions.cp.DataGenCPInstruction
- getDims() - Method in class org.apache.sysds.runtime.instructions.cp.Encrypted
- getDims() - Method in class org.apache.sysds.runtime.instructions.spark.RandSPInstruction
- getDims() - Method in class org.apache.sysds.runtime.meta.DataCharacteristics
- getDimsOperand() - Method in class org.apache.sysds.runtime.instructions.cp.DataGenCPInstruction
- getDimsPreservingFunctions() - Method in class org.apache.sysds.hops.ipa.FunctionCallSizeInfo
-
Gets the set of dimension-preserving functions, i.e., functions with one matrix input and output of equal dimension sizes.
- getDirection() - Method in class org.apache.sysds.hops.AggUnaryOp
- getDirection() - Method in class org.apache.sysds.runtime.matrix.operators.UnarySketchOperator
- getDirectoryListing(String) - Static method in class org.apache.sysds.runtime.util.HDFSTool
- getDiskReadBandwidth() - Method in class org.apache.sysds.resource.CloudInstance
- getDiskWriteBandwidth() - Method in class org.apache.sysds.resource.CloudInstance
- getDistinct(long) - Method in class org.apache.sysds.hops.codegen.template.CPlanMemoTable
- getDistinctTemplates(long) - Method in class org.apache.sysds.hops.codegen.template.CPlanMemoTable
- getDistinctTemplateTypes(long, int) - Method in class org.apache.sysds.hops.codegen.template.CPlanMemoTable
- getDistinctTemplateTypes(long, int, boolean) - Method in class org.apache.sysds.hops.codegen.template.CPlanMemoTable
- getDivideFnObject() - Static method in class org.apache.sysds.runtime.functionobjects.Divide
- getDMLConfig() - Method in class org.apache.sysds.api.jmlc.PreparedScript
-
Get the dml configuration object associated with the prepared script instance.
- getDMLConfig() - Static method in class org.apache.sysds.conf.ConfigurationManager
-
Gets the current thread-local dml configuration.
- getDMLProg() - Method in class org.apache.sysds.parser.StatementBlock
- getDMLProg() - Method in class org.apache.sysds.runtime.controlprogram.Program
- getDmlProgram() - Method in class org.apache.sysds.api.mlcontext.ScriptExecutor
-
Obtain the program
- getDmlTranslator() - Method in class org.apache.sysds.api.mlcontext.ScriptExecutor
-
Obtain the translator
- getDomainSize() - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoder
- getDomainSize() - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderBagOfWords
- getDomainSize() - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderComposite
- getDomainSize() - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderDummycode
- getDomainSize() - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderWordEmbedding
- getDominantDateFormat(String[]) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- getDouble(int, int) - Method in interface org.apache.sysds.runtime.controlprogram.caching.CacheBlock
-
Returns the double value at the passed row and column.
- getDouble(int, int) - Method in class org.apache.sysds.runtime.data.TensorBlock
- getDouble(int, int) - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
- getDouble(int, int) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- getDouble(Object) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- getDouble(String) - Method in class org.apache.sysds.api.jmlc.ResultVariables
-
Obtain the double value represented by the given output variable.
- getDouble(String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain a
doubleoutput - getDoubleDataType() - Method in class org.apache.sysds.runtime.io.hdf5.message.H5DataTypeMessage
- getDoubleNaN(int, int) - Method in interface org.apache.sysds.runtime.controlprogram.caching.CacheBlock
-
Returns the double value at the passed row and column.
- getDoubleNaN(int, int) - Method in class org.apache.sysds.runtime.data.TensorBlock
- getDoubleNaN(int, int) - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
- getDoubleNaN(int, int) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- getDoubleValue() - Method in class org.apache.sysds.hops.LiteralOp
- getDoubleValue() - Method in class org.apache.sysds.lops.Data
- getDoubleValue() - Method in class org.apache.sysds.runtime.instructions.cp.BooleanObject
- getDoubleValue() - Method in class org.apache.sysds.runtime.instructions.cp.DoubleObject
- getDoubleValue() - Method in class org.apache.sysds.runtime.instructions.cp.IntObject
- getDoubleValue() - Method in class org.apache.sysds.runtime.instructions.cp.ScalarObject
- getDoubleValue() - Method in class org.apache.sysds.runtime.instructions.cp.StringObject
- getDoubleValue(String) - Method in class org.apache.sysds.conf.DMLConfig
- getDoubleValue(LiteralOp) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- getDoubleValueSafe(LiteralOp) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- getDriverSpace() - Method in class org.apache.sysds.resource.enumeration.Enumerator
-
Meant to be used for testing purposes
- getDuration() - Method in class org.apache.sysds.hops.fedplanner.FederatedCompilationTimer.TimeEntry
- getDynamicPool() - Static method in class org.apache.sysds.runtime.util.CommonThreadPool
-
Get a dynamic thread pool that allocate threads as the requests are made.
- getEc() - Method in class org.apache.sysds.runtime.controlprogram.paramserv.SparkPSBody
- getEc() - Method in class org.apache.sysds.runtime.controlprogram.parfor.ParForBody
- getECM(String, long) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedLookupTable
-
Get the ExecutionContextMap corresponding to the given host and pid of the requesting coordinator from the lookup table.
- getEffectiveExecutorResources(long, int, int) - Static method in class org.apache.sysds.resource.CloudUtils
-
Calculates the effective resource values for SPark cluster managed by YARN.
- getEighthExpr() - Method in class org.apache.sysds.parser.BuiltinFunctionExpression
- getElseBody() - Method in class org.apache.sysds.parser.IfStatement
- getEmbSize() - Method in class org.apache.sysds.runtime.data.DenseBlockFP64DEDUP
- getEmptyBlockRDD(JavaSparkContext, DataCharacteristics) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.SparkUtils
-
Creates an RDD of empty blocks according to the given matrix characteristics.
- getEncodeApplyTime() - Static method in class org.apache.sysds.utils.stats.TransformStatistics
- getEncodeBuildTime() - Static method in class org.apache.sysds.utils.stats.TransformStatistics
- getEncoder(Class<T>) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderComposite
- getEncoders() - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderComposite
- getEncoderType(ColumnEncoder) - Static method in interface org.apache.sysds.runtime.transform.encode.EncoderFactory
- getEncoderTypes() - Method in class org.apache.sysds.runtime.transform.encode.MultiColumnEncoder
- getEncoderTypes(int) - Method in class org.apache.sysds.runtime.transform.encode.MultiColumnEncoder
- getEncoding() - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroup
-
Get encoding of this column group.
- getEncoding() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupConst
- getEncoding() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDC
- getEncoding() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDCFOR
- getEncoding() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupEmpty
- getEncoding() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDC
- getEncoding() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCFOR
- getEncoding() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingle
- getEncoding() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingleZeros
- getEncoding() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCZeros
- getEndColumn() - Method in class org.apache.sysds.hops.Hop
- getEndColumn() - Method in class org.apache.sysds.lops.Lop
- getEndColumn() - Method in class org.apache.sysds.parser.ConditionalPredicate
- getEndColumn() - Method in class org.apache.sysds.parser.Expression
- getEndColumn() - Method in interface org.apache.sysds.parser.ParseInfo
- getEndColumn() - Method in class org.apache.sysds.parser.Statement
- getEndColumn() - Method in class org.apache.sysds.parser.StatementBlock
- getEndColumn() - Method in class org.apache.sysds.runtime.controlprogram.ProgramBlock
- getEndColumn() - Method in class org.apache.sysds.runtime.instructions.Instruction
- getEndDims() - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedRange
- getEndDimsInt() - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedRange
- getEndIndex(int, int, int) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- getEndLine() - Method in class org.apache.sysds.hops.Hop
- getEndLine() - Method in class org.apache.sysds.lops.Lop
- getEndLine() - Method in class org.apache.sysds.parser.ConditionalPredicate
- getEndLine() - Method in class org.apache.sysds.parser.Expression
- getEndLine() - Method in interface org.apache.sysds.parser.ParseInfo
- getEndLine() - Method in class org.apache.sysds.parser.Statement
- getEndLine() - Method in class org.apache.sysds.parser.StatementBlock
- getEndLine() - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode
- getEndLine() - Method in class org.apache.sysds.runtime.controlprogram.ProgramBlock
- getEndLine() - Method in class org.apache.sysds.runtime.instructions.Instruction
- getEndPos(String, int, int, HashSet<String>) - Static method in class org.apache.sysds.runtime.iogen.template.TemplateUtil
- getEntity(Long, Class<T>) - Method in class org.apache.sysds.runtime.controlprogram.federated.monitoring.repositories.DerbyRepository
- getEntity(Long, Class<T>) - Method in interface org.apache.sysds.runtime.controlprogram.federated.monitoring.repositories.IRepository
- getEntry(LineageItem) - Static method in class org.apache.sysds.runtime.lineage.LineageCache
- getEnumAll() - Static method in class org.apache.sysds.utils.stats.CodegenStatistics
- getEnumAllP() - Static method in class org.apache.sysds.utils.stats.CodegenStatistics
- getEnumEval() - Static method in class org.apache.sysds.utils.stats.CodegenStatistics
- getEnumEvalP() - Static method in class org.apache.sysds.utils.stats.CodegenStatistics
- getEnumStrategy() - Method in class org.apache.sysds.resource.enumeration.Enumerator
-
Meant to be used for testing purposes
- getEqualsFnObject() - Static method in class org.apache.sysds.runtime.functionobjects.Equals
- getEquiHeightBins(ExecutionContext, int, double[]) - Method in class org.apache.sysds.runtime.instructions.fed.QuantilePickFEDInstruction
- getErrorMessage() - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedResponse
- getErrorMessage() - Method in class org.apache.sysds.runtime.controlprogram.paramserv.rpc.PSRpcResponse
- getEstimate(CostEstimator.TestMeasure, OptNode) - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.CostEstimator
-
Main estimation method.
- getEstimate(CostEstimator.TestMeasure, OptNode, boolean) - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.CostEstimator
- getEstimate(CostEstimator.TestMeasure, OptNode, boolean, Collection<String>, CostEstimator.ExcludeType) - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.CostEstimator
- getEstimate(CostEstimator.TestMeasure, OptNode, Types.ExecType) - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.CostEstimator
-
Main estimation method.
- getEstimatedDistinct() - Method in class org.apache.sysds.runtime.compress.estim.CompressedSizeInfo
- getEstimateReps() - Method in class org.apache.sysds.parser.ForStatementBlock
- getEstMetaSize() - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoder
- getEstNumDistincts() - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoder
- getExactBlockDataSerializedSize(BasicTensorBlock) - Method in class org.apache.sysds.runtime.data.TensorBlock
-
Get the exact serialized size of a
BasicTensorBlockif written byTensorBlock.writeBlockData(DataOutput,BasicTensorBlock). - getExactSerializedSize() - Method in interface org.apache.sysds.runtime.controlprogram.caching.CacheBlock
-
Get the exact serialized size in bytes of the cache block.
- getExactSerializedSize() - Method in class org.apache.sysds.runtime.data.TensorBlock
- getExactSerializedSize() - Method in class org.apache.sysds.runtime.frame.data.columns.Array
-
Get the exact serialized size on disk of this array.
- getExactSerializedSize() - Method in class org.apache.sysds.runtime.frame.data.columns.BitSetArray
- getExactSerializedSize() - Method in class org.apache.sysds.runtime.frame.data.columns.BooleanArray
- getExactSerializedSize() - Method in class org.apache.sysds.runtime.frame.data.columns.CharArray
- getExactSerializedSize() - Method in class org.apache.sysds.runtime.frame.data.columns.ColumnMetadata
- getExactSerializedSize() - Method in class org.apache.sysds.runtime.frame.data.columns.DDCArray
- getExactSerializedSize() - Method in class org.apache.sysds.runtime.frame.data.columns.DoubleArray
- getExactSerializedSize() - Method in class org.apache.sysds.runtime.frame.data.columns.FloatArray
- getExactSerializedSize() - Method in class org.apache.sysds.runtime.frame.data.columns.HashIntegerArray
- getExactSerializedSize() - Method in class org.apache.sysds.runtime.frame.data.columns.HashLongArray
- getExactSerializedSize() - Method in class org.apache.sysds.runtime.frame.data.columns.IntegerArray
- getExactSerializedSize() - Method in class org.apache.sysds.runtime.frame.data.columns.LongArray
- getExactSerializedSize() - Method in class org.apache.sysds.runtime.frame.data.columns.OptionalArray
- getExactSerializedSize() - Method in class org.apache.sysds.runtime.frame.data.columns.RaggedArray
- getExactSerializedSize() - Method in class org.apache.sysds.runtime.frame.data.columns.StringArray
- getExactSerializedSize() - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
- getExactSerializedSize() - Method in class org.apache.sysds.runtime.instructions.spark.data.PartitionedBlock
- getExactSerializedSize() - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- getExactSizeInMemory() - Method in class org.apache.sysds.runtime.data.SparseBlock
-
Computes the exact size in memory of the materialized block
- getExactSizeInMemory() - Method in class org.apache.sysds.runtime.data.SparseBlockCOO
- getExactSizeInMemory() - Method in class org.apache.sysds.runtime.data.SparseBlockCSC
- getExactSizeInMemory() - Method in class org.apache.sysds.runtime.data.SparseBlockCSR
- getExactSizeInMemory() - Method in class org.apache.sysds.runtime.data.SparseBlockDCSR
- getExactSizeInMemory() - Method in class org.apache.sysds.runtime.data.SparseBlockMCSC
- getExactSizeInMemory() - Method in class org.apache.sysds.runtime.data.SparseBlockMCSR
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroup
-
Returns the exact serialized size of column group.
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroupOffset
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.colgroup.ADictBasedColGroup
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDC
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDCFOR
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupLinearFunctional
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDC
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCFOR
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingle
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingleZeros
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCZeros
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressed
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.DeltaDictionary
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionary
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionarySlice
- getExactSizeOnDisk() - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Calculate the space consumption if the dictionary is stored on disk.
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.PlaceHolderDict
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.QDictionary
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.ArrayIndex
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.CombinedIndex
- getExactSizeOnDisk() - Method in interface org.apache.sysds.runtime.compress.colgroup.indexes.IColIndex
-
Get the exact size on disk to enable preallocation of the disk output buffer sizes
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.RangeIndex
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.SingleIndex
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.TwoIndex
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.TwoRangesIndex
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.AMapToData
-
Get the size of this Mapping object on disk.
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToBit
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToByte
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToChar
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToCharPByte
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToInt
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToZero
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.AOffset
-
Remember to include the ordinal of the type of offset list.
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetByte
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetByteNZ
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetByteUNZ
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetChar
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetEmpty
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetSingle
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetTwo
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- getExactSizeOnDisk() - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
-
NOTE: The used estimates must be kept consistent with the respective write functions.
- getExactSizeOnDisk(List<AColGroup>) - Static method in interface org.apache.sysds.runtime.compress.colgroup.ColGroupIO
-
Get the size on disk for the given list of column groups
- getExecMode() - Method in enum org.apache.sysds.api.mlcontext.MLContext.ExecutionType
- getExecMode() - Method in class org.apache.sysds.runtime.controlprogram.ParForProgramBlock
- getExecNanos() - Method in class org.apache.sysds.utils.Statistics.LineageNGramExtension
- getExecType() - Method in class org.apache.sysds.hops.Hop
- getExecType() - Method in class org.apache.sysds.lops.Lop
-
Method to get the execution type (CP, CP_FILE, MR, SPARK, GPU, FED, INVALID) of LOP
- getExecType() - Method in class org.apache.sysds.lops.LopProperties
- getExecType() - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode
- getExecType(String) - Static method in class org.apache.sysds.runtime.instructions.InstructionUtils
- getExecutedIterations() - Method in class org.apache.sysds.runtime.controlprogram.parfor.ParWorker
-
Returns a summary statistic of executed iterations and hence should only be called after execution.
- getExecutedTasks() - Method in class org.apache.sysds.runtime.controlprogram.parfor.ParWorker
-
Returns a summary statistic of executed tasks and hence should only be called after execution.
- getExecutionContext() - Method in class org.apache.sysds.api.mlcontext.ScriptExecutor
-
Obtain the execution context
- getExecutionContext() - Method in class org.apache.sysds.runtime.controlprogram.parfor.ParWorker
- getExecutionTime() - Static method in class org.apache.sysds.utils.stats.ParamServStatistics
- getExecutionTimer() - Static method in class org.apache.sysds.utils.stats.ParamServStatistics
- getExecutionType() - Method in class org.apache.sysds.api.mlcontext.MLContext
-
Obtain the current execution environment.
- getExecutionType() - Method in class org.apache.sysds.api.mlcontext.ScriptExecutor
-
Obtain the current execution environment.
- getExecutorSpace() - Method in class org.apache.sysds.resource.enumeration.Enumerator
-
Meant to be used for testing purposes
- getExitInstruction() - Method in class org.apache.sysds.runtime.controlprogram.ProgramBlock
- getExpBase() - Method in class org.apache.sysds.resource.enumeration.GridBasedEnumerator
-
Meant to be used for testing purposes
- getExplainType() - Method in enum org.apache.sysds.api.mlcontext.MLContext.ExplainLevel
- getExponentBias() - Method in class org.apache.sysds.runtime.io.hdf5.H5DoubleDataType
- getExponentLocation() - Method in class org.apache.sysds.runtime.io.hdf5.H5DoubleDataType
- getExponentSize() - Method in class org.apache.sysds.runtime.io.hdf5.H5DoubleDataType
- getExportTime() - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheStatistics
- getExpr() - Method in class org.apache.sysds.parser.ParameterExpression
- getExpr(int) - Method in class org.apache.sysds.parser.BuiltinFunctionExpression
- getExpressions() - Method in class org.apache.sysds.parser.PrintStatement
- getExprParam(String) - Method in class org.apache.sysds.parser.OutputStatement
- getExtConsumed() - Method in class org.apache.sysds.hops.codegen.opt.PlanPartition
- getExtendedLineage(LineageItem) - Static method in class org.apache.sysds.utils.Statistics
- getExtendedOpcode() - Method in class org.apache.sysds.runtime.instructions.Instruction
- getExtraFee() - Method in class org.apache.sysds.resource.CloudInstance
- getExtraStoragePrice() - Method in class org.apache.sysds.resource.CloudInstance
- getFeatures() - Method in class org.apache.sysds.runtime.controlprogram.paramserv.PSWorker
- getFedDataPartitioningTime() - Static method in class org.apache.sysds.utils.stats.ParamServStatistics
- getFederatedData() - Method in class org.apache.sysds.runtime.controlprogram.federated.FederationMap
- getFederatedOutput() - Method in class org.apache.sysds.hops.Hop
- getFederatedOutput() - Method in class org.apache.sysds.lops.Lop
- getFederatedRanges() - Method in class org.apache.sysds.runtime.controlprogram.federated.FederationMap
- getFederatedTimeout() - Static method in class org.apache.sysds.conf.ConfigurationManager
- getFEDInstructionType() - Method in class org.apache.sysds.runtime.instructions.fed.FEDInstruction
- getFedLookupTableEntryCount() - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- getFedLookupTableGetCount() - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- getFedLookupTableGetTime() - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- getFedMapping() - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
-
Gets the mapping of indices ranges to federated objects.
- getFedMapping() - Method in class org.apache.sysds.runtime.controlprogram.federated.MatrixLineagePair
- getFedOutType() - Method in class org.apache.sysds.hops.fedplanner.FederatedMemoTable.FedPlan
- getFedOutType() - Method in class org.apache.sysds.hops.fedplanner.FederatedMemoTable.FedPlanVariants
- getFedPlanAfterPrune(long, FEDInstruction.FederatedOutput) - Method in class org.apache.sysds.hops.fedplanner.FederatedMemoTable
- getFedPlanAfterPrune(Pair<Long, FEDInstruction.FederatedOutput>) - Method in class org.apache.sysds.hops.fedplanner.FederatedMemoTable
- getFedPlanVariants() - Method in class org.apache.sysds.hops.fedplanner.FederatedMemoTable.FedPlanVariants
- getFedPlanVariants(Pair<Long, FEDInstruction.FederatedOutput>) - Method in class org.apache.sysds.hops.fedplanner.FederatedMemoTable
- getFedPutLineageCount() - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- getFedPutLineageItems() - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- getFedReuseReadBytesCount() - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- getFedReuseReadHitCount() - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- getFedSerializationReuseBytes() - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- getFedSerializationReuseCount() - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- getFedType() - Method in enum org.apache.sysds.common.Opcodes
- getFEDType(String) - Static method in class org.apache.sysds.runtime.instructions.InstructionUtils
- getField() - Method in class org.apache.sysds.runtime.io.FileFormatPropertiesMM
- getFifthExpr() - Method in class org.apache.sysds.parser.BuiltinFunctionExpression
- getFile_name() - Method in class org.apache.sysds.lops.OutputParameters
- getFileFormat() - Method in class org.apache.sysds.hops.DataOp
- getFileFormat() - Method in class org.apache.sysds.parser.Identifier
- getFileFormat() - Method in class org.apache.sysds.runtime.meta.MetaDataFormat
- getFileFormatProperties() - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- getFileFormatType() - Method in class org.apache.sysds.lops.Data
-
method to get format type for input, output files.
- getFilename() - Method in class org.apache.sysds.hops.Hop
- getFilename() - Method in class org.apache.sysds.lops.Lop
- getFilename() - Method in class org.apache.sysds.parser.ConditionalPredicate
- getFilename() - Method in class org.apache.sysds.parser.Expression
- getFilename() - Method in interface org.apache.sysds.parser.ParseInfo
- getFilename() - Method in class org.apache.sysds.parser.Statement
- getFilename() - Method in class org.apache.sysds.parser.StatementBlock
- getFilename() - Method in class org.apache.sysds.runtime.controlprogram.ProgramBlock
- getFilename() - Method in class org.apache.sysds.runtime.instructions.Instruction
- getFileName() - Method in class org.apache.sysds.hops.DataOp
- getFileName() - Method in class org.apache.sysds.parser.dml.CustomErrorListener.ParseIssue
-
Obtain the filename of the script containing the parse issue, if available.
- getFileName() - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- getFilepath() - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedData
- getFilePath() - Method in class org.apache.sysds.parser.ImportStatement
- getFilePath(String) - Static method in enum org.apache.sysds.common.Builtins
- getFilesizeOnHDFS(Path) - Static method in class org.apache.sysds.runtime.util.HDFSTool
-
Returns the size of a file or directory on hdfs in bytes.
- getFileSystem(String) - Static method in class org.apache.sysds.runtime.io.IOUtilFunctions
- getFileSystem(Configuration) - Static method in class org.apache.sysds.runtime.io.IOUtilFunctions
- getFileSystem(Path) - Static method in class org.apache.sysds.runtime.io.IOUtilFunctions
- getFileSystem(Path, Configuration) - Static method in class org.apache.sysds.runtime.io.IOUtilFunctions
- getFileSystemReadTime(VarStats, IOCostUtils.IOMetrics) - Static method in class org.apache.sysds.resource.cost.IOCostUtils
-
Estimates the read time for a file on HDFS or S3 by the Control Program
- getFileSystemWriteTime(VarStats, IOCostUtils.IOMetrics) - Static method in class org.apache.sysds.resource.cost.IOCostUtils
-
Estimates the time for writing a file to HDFS or S3.
- getFillValue() - Method in class org.apache.sysds.runtime.io.FileFormatPropertiesCSV
- getFillValue() - Method in class org.apache.sysds.runtime.io.hdf5.message.H5FillValueMessage
- getFillValueVersion() - Method in class org.apache.sysds.runtime.io.hdf5.H5RootObject
- getFillValueWriteTime() - Method in class org.apache.sysds.runtime.io.hdf5.message.H5FillValueMessage
- getFineGrainedPrivacy() - Method in class org.apache.sysds.runtime.meta.MetaDataAll
- getFirst() - Method in class org.apache.sysds.runtime.util.RandNPair
- getFirstExpr() - Method in class org.apache.sysds.parser.BuiltinFunctionExpression
- getFirstIndex() - Method in class org.apache.sysds.runtime.matrix.data.TripleIndexes
- getFistMultiChildNode(MappingTrieNode) - Method in class org.apache.sysds.runtime.iogen.MappingTrie
- getFlipped() - Method in enum org.apache.sysds.lops.MapMult.CacheType
- getFLOPS() - Method in class org.apache.sysds.resource.CloudInstance
- getFnamespace() - Method in class org.apache.sysds.lops.FunctionCallCP
- getFnObject() - Static method in class org.apache.sysds.runtime.functionobjects.IfElse
- getFnObject() - Static method in class org.apache.sysds.runtime.functionobjects.IntegerDivide
- getFnObject() - Static method in class org.apache.sysds.runtime.functionobjects.MinusMultiply
- getFnObject() - Static method in class org.apache.sysds.runtime.functionobjects.Modulus
- getFnObject() - Static method in class org.apache.sysds.runtime.functionobjects.PlusMultiply
- getForcedExecType() - Method in class org.apache.sysds.hops.Hop
- getFormat() - Method in class org.apache.sysds.lops.OutputParameters
- getFormat() - Method in class org.apache.sysds.runtime.io.FileFormatPropertiesMM
- getFormatProperties() - Method in class org.apache.sysds.runtime.instructions.cp.VariableCPInstruction
- getFormatProperties() - Method in class org.apache.sysds.runtime.instructions.spark.WriteSPInstruction
- getFormatProperties() - Method in class org.apache.sysds.runtime.iogen.FormatIdentifyer
- getFormatTypeString() - Method in class org.apache.sysds.runtime.meta.MetaDataAll
- getForwardingCost() - Method in class org.apache.sysds.hops.fedplanner.FederatedMemoTable.FedPlan
- getForwardingCost() - Method in class org.apache.sysds.hops.fedplanner.FederatedMemoTable.HopCommon
- getFourthExpr() - Method in class org.apache.sysds.parser.BuiltinFunctionExpression
- getFrame(String) - Method in class org.apache.sysds.api.jmlc.ResultVariables
-
Obtain the frame represented by the given output variable.
- getFrame(String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain an output as a
Frame. - getFrameArrayType() - Method in class org.apache.sysds.runtime.frame.data.columns.Array
-
Get the internal FrameArrayType, to specify the encoding of the Types, note there are more Frame Array Types than there is ValueTypes.
- getFrameArrayType() - Method in class org.apache.sysds.runtime.frame.data.columns.BitSetArray
- getFrameArrayType() - Method in class org.apache.sysds.runtime.frame.data.columns.BooleanArray
- getFrameArrayType() - Method in class org.apache.sysds.runtime.frame.data.columns.CharArray
- getFrameArrayType() - Method in class org.apache.sysds.runtime.frame.data.columns.DDCArray
- getFrameArrayType() - Method in class org.apache.sysds.runtime.frame.data.columns.DoubleArray
- getFrameArrayType() - Method in class org.apache.sysds.runtime.frame.data.columns.FloatArray
- getFrameArrayType() - Method in class org.apache.sysds.runtime.frame.data.columns.HashIntegerArray
- getFrameArrayType() - Method in class org.apache.sysds.runtime.frame.data.columns.HashLongArray
- getFrameArrayType() - Method in class org.apache.sysds.runtime.frame.data.columns.IntegerArray
- getFrameArrayType() - Method in class org.apache.sysds.runtime.frame.data.columns.LongArray
- getFrameArrayType() - Method in class org.apache.sysds.runtime.frame.data.columns.OptionalArray
- getFrameArrayType() - Method in class org.apache.sysds.runtime.frame.data.columns.RaggedArray
- getFrameArrayType() - Method in class org.apache.sysds.runtime.frame.data.columns.StringArray
- getFrameAs2DStringArray(String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain an output as a two-dimensional
Stringarray. - getFrameBinaryBlockRDDHandleForVariable(String) - Method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
-
Spark instructions should call this for all frame inputs except broadcast variables.
- getFrameBlock(String) - Method in class org.apache.sysds.api.jmlc.ResultVariables
-
Obtain the frame represented by the given output variable.
- getFrameFormat() - Method in class org.apache.sysds.api.mlcontext.FrameMetadata
-
Obtain the frame format
- getFrameInput(String) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
-
Pins a frame variable into memory and returns the internal frame block.
- getFrameInput(CPOperand) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- getFrameInputs(CPOperand[]) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- getFrameMetadata() - Method in class org.apache.sysds.api.mlcontext.Frame
-
Obtain the frame metadata
- getFrameObject(String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain an output as a
FrameObject - getFrameObject(String) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- getFrameObject(CPOperand) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- getFrameSchema() - Method in class org.apache.sysds.api.mlcontext.FrameMetadata
-
Obtain the frame schema
- getFrequencies() - Method in class org.apache.sysds.runtime.compress.estim.EstimationFactors
- getFrequencyOfEachConsecutiveChar(String) - Static method in class org.apache.sysds.runtime.util.DMVUtils
- getFrom() - Method in class org.apache.sysds.runtime.instructions.cp.DataGenCPInstruction
- getFromAll(Class<T>, Function<? super T, ? extends E>) - Method in class org.apache.sysds.runtime.transform.encode.MultiColumnEncoder
- getFromAllDoubleArray(Class<T>, Function<? super T, ? extends Double>) - Method in class org.apache.sysds.runtime.transform.encode.MultiColumnEncoder
- getFromAllIntArray(Class<T>, Function<? super T, ? extends Integer>) - Method in class org.apache.sysds.runtime.transform.encode.MultiColumnEncoder
- getFromExpr() - Method in class org.apache.sysds.parser.IterablePredicate
- getFromHopID() - Method in class org.apache.sysds.hops.codegen.opt.InterestingPoint
- getFromHops() - Method in class org.apache.sysds.parser.ForStatementBlock
- getFromInstructions() - Method in class org.apache.sysds.runtime.controlprogram.ForProgramBlock
- getFromLops() - Method in class org.apache.sysds.parser.ForStatementBlock
- getFSBuffHits() - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheStatistics
- getFSBuffWrites() - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheStatistics
- getFSHits() - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheStatistics
- getFSHits() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- getFSReadTime(long, long, double) - Static method in class org.apache.sysds.hops.cost.CostEstimatorStaticRuntime
-
Returns the estimated read time from local FS.
- getFSWrites() - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheStatistics
- getFSWrites() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- getFSWriteTime(long, long, double) - Static method in class org.apache.sysds.hops.cost.CostEstimatorStaticRuntime
- getFunArgNames() - Method in class org.apache.sysds.runtime.instructions.cp.FunctionCallCPInstruction
- getFuncHits() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- getFunction(String) - Method in class org.apache.sysds.parser.FunctionDictionary
- getFunction(String, boolean) - Method in class org.apache.sysds.parser.FunctionDictionary
- getFunctionCallCount(String) - Method in class org.apache.sysds.hops.ipa.FunctionCallSizeInfo
-
Gets the number of function calls to a given function.
- getFunctionCalls(String) - Method in class org.apache.sysds.hops.ipa.FunctionCallGraph
-
Returns all function operators calling the given function.
- getFunctionCallsSB(String) - Method in class org.apache.sysds.hops.ipa.FunctionCallGraph
-
Returns all statement blocks that contain a function operator calling the given function.
- getFunctionDefs() - Method in class org.apache.sysds.parser.dml.DmlPreprocessor
- getFunctionDictionary(String) - Method in class org.apache.sysds.parser.DMLProgram
- getFunctionKey() - Method in class org.apache.sysds.hops.FunctionOp
- getFunctionName() - Method in class org.apache.sysds.hops.FunctionOp
- getFunctionName() - Method in class org.apache.sysds.lops.FunctionCallCP
- getFunctionName() - Method in class org.apache.sysds.runtime.instructions.cp.FunctionCallCPInstruction
- getFunctionNames() - Method in class org.apache.sysds.runtime.controlprogram.parfor.LocalParWorker
- getFunctionNamespace() - Method in class org.apache.sysds.hops.FunctionOp
- getFunctionOpType() - Method in class org.apache.sysds.parser.FunctionStatementBlock
- getFunctionOutputs() - Method in class org.apache.sysds.lops.FunctionCallCP
- getFunctionProgramBlock(String, boolean) - Method in class org.apache.sysds.runtime.controlprogram.Program
- getFunctionProgramBlock(String, String) - Method in class org.apache.sysds.runtime.controlprogram.Program
- getFunctionProgramBlock(String, String, boolean) - Method in class org.apache.sysds.runtime.controlprogram.Program
- getFunctionProgramBlocks() - Method in class org.apache.sysds.runtime.controlprogram.Program
- getFunctionProgramBlocks(boolean) - Method in class org.apache.sysds.runtime.controlprogram.Program
- getFunctionProgramBlocks(String) - Method in class org.apache.sysds.runtime.controlprogram.Program
- getFunctions() - Method in class org.apache.sysds.parser.FunctionDictionary
- getFunctions(boolean) - Method in class org.apache.sysds.parser.FunctionDictionary
- getFunctionStatementBlock(String) - Method in class org.apache.sysds.parser.DMLProgram
- getFunctionStatementBlock(String, String) - Method in class org.apache.sysds.parser.DMLProgram
- getFunctionStatementBlocks() - Method in class org.apache.sysds.parser.DMLProgram
- getFunctionStatementBlocks(String) - Method in class org.apache.sysds.parser.DMLProgram
- getFunctionType() - Method in class org.apache.sysds.hops.FunctionOp
- getFunRecompiles() - Static method in class org.apache.sysds.utils.Statistics
- getFunRecompileTime() - Static method in class org.apache.sysds.utils.Statistics
- getGDALMetadata() - Method in class org.apache.sysds.runtime.io.cog.COGHeader
- getGen() - Method in class org.apache.sysds.parser.LiveVariableAnalysis
- getGeneratorAPI() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeTpl
- getGlobalExecMode() - Static method in class org.apache.sysds.api.DMLScript
- getGPUContext(int) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
-
Get the i-th GPUContext
- getGPUContexts() - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
-
Gets the list of GPUContexts
- getGPUDensePointerAddress(MatrixObject) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- getGPUInstructionType() - Method in class org.apache.sysds.runtime.instructions.gpu.GPUInstruction
- getGPULazyCudaFreeMemoryManager() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUMemoryManager
- getGPUMatrixMemoryManager() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUMemoryManager
- getGPUObject(GPUContext) - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- getGPUPointer() - Method in class org.apache.sysds.runtime.lineage.LineageCacheEntry
- getGPUProperties() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUContext
-
Gets the device properties for the active GPU (set with cudaSetDevice()).
- getGPUSparsePointerAddress(MatrixObject) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- getGPUType(String) - Static method in class org.apache.sysds.runtime.instructions.InstructionUtils
- getGrammarFileName() - Method in class org.apache.sysds.parser.dml.DmlLexer
- getGrammarFileName() - Method in class org.apache.sysds.parser.dml.DmlParser
- getGraphString() - Method in class org.apache.sysds.runtime.instructions.cp.CPInstruction
- getGraphString() - Method in class org.apache.sysds.runtime.instructions.gpu.GPUInstruction
- getGraphString() - Method in class org.apache.sysds.runtime.instructions.Instruction
- getGraphString() - Method in class org.apache.sysds.runtime.instructions.spark.SPInstruction
- getGreaterThanEqualsFnObject() - Static method in class org.apache.sysds.runtime.functionobjects.GreaterThanEquals
- getGreaterThanFnObject() - Static method in class org.apache.sysds.runtime.functionobjects.GreaterThan
- getGroupInfo(int) - Method in class org.apache.sysds.runtime.compress.estim.CompressedSizeInfo
- getGroupsSizesString() - Method in class org.apache.sysds.runtime.compress.CompressionStatistics
- getGroupsTypesString() - Method in class org.apache.sysds.runtime.compress.CompressionStatistics
- getGroupSymbolTableNodeVersion() - Method in class org.apache.sysds.runtime.io.hdf5.H5RootObject
- getHadoopReadTime(VarStats, IOCostUtils.IOMetrics) - Static method in class org.apache.sysds.resource.cost.IOCostUtils
-
Estimates the read time for a file on HDFS or S3 by Spark cluster.
- getHadoopWriteTime(VarStats, IOCostUtils.IOMetrics) - Static method in class org.apache.sysds.resource.cost.IOCostUtils
-
Estimates the write time for a file on HDFS or S3 by Spark cluster.
- getHasHeader() - Method in class org.apache.sysds.runtime.meta.MetaDataAll
- getHashType() - Method in class org.apache.sysds.runtime.matrix.operators.CountDistinctOperator
- getHDFSBlockSize() - Static method in class org.apache.sysds.utils.stats.InfrastructureAnalyzer
-
Gets the HDFS blocksize of the used cluster in bytes.
- getHDFSDataOutputStream(String, boolean) - Static method in class org.apache.sysds.runtime.util.HDFSTool
- getHDFSFilename() - Method in class org.apache.sysds.runtime.instructions.spark.data.RDDObject
- getHDFSHits() - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheStatistics
- getHDFSWrites() - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheStatistics
- getHeaderSize() - Static method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- getHeavyHitters(int) - Static method in class org.apache.sysds.utils.Statistics
-
Obtain a string tabular representation of the heavy hitter instructions that displays the time, instruction count, and optionally GPU stats about each instruction.
- getHeavyHittersHashMap() - Static method in class org.apache.sysds.utils.Statistics
- getHeight() - Method in class org.apache.sysds.runtime.lineage.LineageItem
- getHighestCommonType(Types.ValueType, Types.ValueType) - Static method in enum org.apache.sysds.common.Types.ValueType
-
Get the highest common type that both ValueTypes can be contained in.
- getHighestCommonTypeSafe(Types.ValueType, Types.ValueType) - Static method in enum org.apache.sysds.common.Types.ValueType
-
Get the highest common type, where if one inout is UNKNOWN return the other.
- getHistogram(int) - Method in class org.apache.sysds.runtime.transform.encode.EncoderMVImpute
-
Exposes the internal histogram after build.
- getHop() - Method in class org.apache.sysds.runtime.compress.workload.Op
- getHOPComputeCost(Hop) - Static method in class org.apache.sysds.hops.cost.ComputeCost
-
Get compute cost for given HOP based on the number of floating point operations per output cell and the total number of output cells.
- getHopID() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeData
- getHopID() - Method in class org.apache.sysds.hops.fedplanner.FederatedMemoTable.FedPlan
- getHopID() - Method in class org.apache.sysds.hops.Hop
- getHopRef() - Method in class org.apache.sysds.hops.fedplanner.FederatedMemoTable.FedPlan
- getHopRef() - Method in class org.apache.sysds.hops.fedplanner.FederatedMemoTable.HopCommon
- getHopRefs() - Method in class org.apache.sysds.hops.codegen.template.CPlanMemoTable
- getHops() - Method in class org.apache.sysds.parser.StatementBlock
- getI() - Method in class org.apache.sysds.runtime.matrix.data.IJV
- getI(K) - Method in class org.apache.sysds.runtime.frame.data.columns.HashMapToInt
- getId() - Method in class org.apache.sysds.runtime.lineage.LineageItem
- getId(T) - Method in class org.apache.sysds.runtime.compress.utils.ACountHashMap
- getID() - Method in class org.apache.sysds.hops.codegen.cplan.CNode
- getID() - Method in class org.apache.sysds.lops.Lop
-
Method to return the ID of LOP
- getID() - Method in class org.apache.sysds.lops.LopProperties
- getID() - Method in class org.apache.sysds.parser.ParForStatementBlock
- getID() - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedRequest
- getID() - Method in class org.apache.sysds.runtime.controlprogram.federated.FederationMap
- getID() - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode
- getID() - Method in class org.apache.sysds.runtime.controlprogram.ParForProgramBlock
- getIdentation(int) - Static method in class org.apache.sysds.utils.Explain
- getIdentifier() - Method in class org.apache.sysds.parser.OutputStatement
- getIdentifier() - Method in class org.apache.sysds.utils.stats.NGramBuilder.NGramEntry
- getIdx(int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroup
-
Get the value at a colGroup specific row/column index position.
- getIdx(int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupConst
- getIdx(int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDC
- getIdx(int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDCFOR
- getIdx(int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupEmpty
- getIdx(int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupLinearFunctional
- getIdx(int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupOLE
- getIdx(int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupRLE
- getIdx(int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDC
- getIdx(int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCFOR
- getIdx(int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingle
- getIdx(int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingleZeros
- getIdx(int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCZeros
- getIdx(int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressed
- getIdx(int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressedArray
- getIfBody() - Method in class org.apache.sysds.parser.IfStatement
- getIFD() - Method in class org.apache.sysds.runtime.io.cog.COGHeader
- getIgnoreZeros() - Method in class org.apache.sysds.runtime.instructions.cp.CtableCPInstruction
- getIgnoreZeros() - Method in class org.apache.sysds.runtime.instructions.spark.CtableSPInstruction
- getIncr() - Method in class org.apache.sysds.runtime.instructions.cp.DataGenCPInstruction
- getIncrementExpr() - Method in class org.apache.sysds.parser.IterablePredicate
- getIncrementHops() - Method in class org.apache.sysds.parser.ForStatementBlock
- getIncrementInstructions() - Method in class org.apache.sysds.runtime.controlprogram.ForProgramBlock
- getIncrementLops() - Method in class org.apache.sysds.parser.ForStatementBlock
- getIncrementValue() - Method in class org.apache.sysds.hops.DataGenOp
- getIndex() - Method in class org.apache.sysds.runtime.data.SparseRowScalar
- getIndex() - Method in class org.apache.sysds.runtime.frame.data.columns.Array.ArrayIterator
- getIndex(int) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.AMapToData
-
Get the given index back as a integer
- getIndex(int) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToBit
- getIndex(int) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToByte
- getIndex(int) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToChar
- getIndex(int) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToCharPByte
- getIndex(int) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToInt
- getIndex(int) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToUByte
- getIndex(int) - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToZero
- getIndex(int) - Method in class org.apache.sysds.runtime.data.SparseRowVector
- getIndex(int) - Method in class org.apache.sysds.runtime.data.TensorIndexes
- getIndexAsBytes(int) - Method in class org.apache.sysds.runtime.frame.data.columns.StringArray
-
Python interface to extract strings from systemds.
- getIndexDelim() - Method in class org.apache.sysds.runtime.io.FileFormatPropertiesLIBSVM
- getIndexDelim() - Method in class org.apache.sysds.runtime.iogen.ColIndexStructure
- getIndexes() - Method in class org.apache.sysds.runtime.compress.colgroup.insertionsort.AInsertionSorter
- getIndexes() - Method in class org.apache.sysds.runtime.data.IndexedTensorBlock
- getIndexes() - Method in class org.apache.sysds.runtime.data.TensorIndexes
- getIndexes() - Method in class org.apache.sysds.runtime.instructions.spark.data.IndexedMatrixValue
- getIndexing() - Method in class org.apache.sysds.runtime.compress.cost.InstructionTypeCounter
- getIndexingInstTime(IndexingSPInstruction, VarStats, VarStats, VarStats, IOCostUtils.IOMetrics, IOCostUtils.IOMetrics) - Static method in class org.apache.sysds.resource.cost.SparkCostUtils
- getIndexReturn() - Method in class org.apache.sysds.runtime.functionobjects.SortIndex
- getInfo() - Method in class org.apache.sysds.runtime.compress.estim.CompressedSizeInfo
- getInitialValue(SpoofCellwise.AggOp) - Static method in class org.apache.sysds.runtime.codegen.SpoofMultiAggregate
- getInitTime() - Static method in class org.apache.sysds.utils.stats.ParForStatistics
- getInitValue() - Method in class org.apache.sysds.runtime.instructions.spark.CumulativeOffsetSPInstruction
- getInjectedCheckpoints() - Method in class org.apache.sysds.hops.rewrite.ProgramRewriteStatus
- getInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.DeltaDictionary
- getInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- getInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionary
- getInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionarySlice
- getInMemorySize() - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Returns the memory usage of the dictionary.
- getInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- getInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.PlaceHolderDict
- getInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.QDictionary
- getInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.AMapToData
-
Get the in memory size of this Mapping object.
- getInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToBit
- getInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToByte
- getInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToChar
- getInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToCharPByte
- getInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToInt
- getInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToZero
- getInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.AOffset
-
Get the in memory size of the Offset object
- getInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetByte
- getInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetByteNZ
- getInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetByteUNZ
- getInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetChar
- getInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetEmpty
- getInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetSingle
- getInMemorySize() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetTwo
- getInMemorySize() - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- getInMemorySize() - Method in interface org.apache.sysds.runtime.controlprogram.caching.CacheBlock
-
Get the in-memory size in bytes of the cache block.
- getInMemorySize() - Method in class org.apache.sysds.runtime.data.TensorBlock
- getInMemorySize() - Method in class org.apache.sysds.runtime.frame.data.columns.Array
-
Get in memory size, not counting reference to this object.
- getInMemorySize() - Method in class org.apache.sysds.runtime.frame.data.columns.BitSetArray
- getInMemorySize() - Method in class org.apache.sysds.runtime.frame.data.columns.BooleanArray
- getInMemorySize() - Method in class org.apache.sysds.runtime.frame.data.columns.CharArray
- getInMemorySize() - Method in class org.apache.sysds.runtime.frame.data.columns.ColumnMetadata
- getInMemorySize() - Method in class org.apache.sysds.runtime.frame.data.columns.DDCArray
- getInMemorySize() - Method in class org.apache.sysds.runtime.frame.data.columns.DoubleArray
- getInMemorySize() - Method in class org.apache.sysds.runtime.frame.data.columns.FloatArray
- getInMemorySize() - Method in class org.apache.sysds.runtime.frame.data.columns.HashIntegerArray
- getInMemorySize() - Method in class org.apache.sysds.runtime.frame.data.columns.HashLongArray
- getInMemorySize() - Method in class org.apache.sysds.runtime.frame.data.columns.IntegerArray
- getInMemorySize() - Method in class org.apache.sysds.runtime.frame.data.columns.LongArray
- getInMemorySize() - Method in class org.apache.sysds.runtime.frame.data.columns.OptionalArray
- getInMemorySize() - Method in class org.apache.sysds.runtime.frame.data.columns.RaggedArray
- getInMemorySize() - Method in class org.apache.sysds.runtime.frame.data.columns.StringArray
- getInMemorySize() - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
- getInMemorySize() - Method in class org.apache.sysds.runtime.instructions.spark.data.PartitionedBlock
- getInMemorySize() - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- getInMemorySize(int) - Static method in class org.apache.sysds.runtime.compress.colgroup.dictionary.AIdentityDictionary
- getInMemorySize(int) - Static method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- getInMemorySize(int) - Static method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionary
- getInMemorySize(int) - Static method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionarySlice
- getInMemorySize(int) - Static method in class org.apache.sysds.runtime.compress.colgroup.dictionary.QDictionary
- getInMemorySize(int) - Static method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToBit
- getInMemorySize(int) - Static method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToByte
- getInMemorySize(int) - Static method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToChar
- getInMemorySize(int) - Static method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToCharPByte
- getInMemorySize(int) - Static method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToZero
- getInMemorySize(int, int, double) - Static method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- getInMemorySize(int, int, double, boolean) - Static method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.DictionaryFactory
- getInMemorySize(Types.ValueType, int, boolean) - Static method in interface org.apache.sysds.runtime.frame.data.columns.ArrayFactory
- getInput() - Method in class org.apache.sysds.hops.codegen.cplan.CNode
- getInput() - Method in class org.apache.sysds.hops.Hop
- getInput(int) - Method in class org.apache.sysds.hops.Hop
- getInput(int) - Method in class org.apache.sysds.lops.Lop
- getInput(int) - Method in class org.apache.sysds.runtime.instructions.cp.VariableCPInstruction
- getInput(String) - Method in class org.apache.sysds.hops.DataGenOp
- getInput1() - Method in class org.apache.sysds.runtime.instructions.cp.VariableCPInstruction
- getInput1() - Method in class org.apache.sysds.runtime.instructions.spark.WriteSPInstruction
- getInput2() - Method in class org.apache.sysds.runtime.instructions.cp.VariableCPInstruction
- getInput2() - Method in class org.apache.sysds.runtime.instructions.spark.WriteSPInstruction
- getInput3() - Method in class org.apache.sysds.runtime.instructions.cp.VariableCPInstruction
- getInput3() - Method in class org.apache.sysds.runtime.instructions.spark.WriteSPInstruction
- getInput4() - Method in class org.apache.sysds.runtime.instructions.cp.QuaternaryCPInstruction
- getInput4() - Method in class org.apache.sysds.runtime.instructions.cp.VariableCPInstruction
- getInput4() - Method in class org.apache.sysds.runtime.instructions.spark.QuaternarySPInstruction
- getInputBlocksize() - Method in class org.apache.sysds.hops.DataOp
- getInputDefault(String) - Method in class org.apache.sysds.parser.FunctionStatement
- getInputDefaults() - Method in class org.apache.sysds.parser.FunctionStatement
- getInputHopIDs(boolean) - Method in class org.apache.sysds.hops.codegen.cplan.CNodeTpl
- getInputIDs() - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedUDF
- getInputIndex(String) - Method in class org.apache.sysds.lops.ParameterizedBuiltin
- getInputMemEstimate() - Method in class org.apache.sysds.hops.Hop
-
Get the memory estimate of inputs as the sum of input estimates in bytes.
- getInputMemEstimate(double) - Method in class org.apache.sysds.hops.Hop
-
Get the memory estimate of inputs as the sum of input estimates in bytes.
- getInputMetadata() - Method in class org.apache.sysds.api.mlcontext.Script
-
Obtain an unmodifiable map of input matrix/frame metadata.
- getInputNames() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeTpl
- getInputOutputSize(Collection<String>) - Method in class org.apache.sysds.hops.Hop
- getInputParam(String) - Method in class org.apache.sysds.parser.FunctionStatement
- getInputParam(String) - Method in class org.apache.sysds.runtime.controlprogram.FunctionProgramBlock
- getInputParameters() - Method in class org.apache.sysds.api.mlcontext.Script
-
Obtain an unmodifiable map of all input parameters ($).
- getInputParamNames() - Method in class org.apache.sysds.parser.FunctionStatement
- getInputParamNames() - Method in class org.apache.sysds.runtime.controlprogram.FunctionProgramBlock
- getInputParams() - Method in class org.apache.sysds.lops.Data
-
method to get inputParams
- getInputParams() - Method in class org.apache.sysds.parser.FunctionStatement
- getInputParams() - Method in class org.apache.sysds.runtime.controlprogram.FunctionProgramBlock
- getInputs() - Method in class org.apache.sysds.api.mlcontext.Script
-
Obtain an unmodifiable map of all inputs (parameters ($) and variables).
- getInputs() - Method in class org.apache.sysds.hops.codegen.opt.PlanPartition
- getInputs() - Method in class org.apache.sysds.lops.Lop
-
Method to get input of Lops
- getInputs() - Method in class org.apache.sysds.runtime.instructions.cp.BuiltinNaryCPInstruction
- getInputs() - Method in class org.apache.sysds.runtime.instructions.cp.ComputationCPInstruction
- getInputs() - Method in class org.apache.sysds.runtime.instructions.cp.FunctionCallCPInstruction
- getInputs() - Method in class org.apache.sysds.runtime.instructions.cp.SpoofCPInstruction
- getInputs() - Method in class org.apache.sysds.runtime.instructions.cp.SqlCPInstruction
-
Returns the inputs of the instruction.
- getInputs() - Method in class org.apache.sysds.runtime.instructions.cp.VariableCPInstruction
- getInputs() - Method in class org.apache.sysds.runtime.instructions.spark.SpoofSPInstruction
- getInputs() - Method in class org.apache.sysds.runtime.lineage.LineageItem
- getInputstoSB() - Method in class org.apache.sysds.parser.ForStatementBlock
- getInputstoSB() - Method in class org.apache.sysds.parser.StatementBlock
- getInputstoSB() - Method in class org.apache.sysds.parser.WhileStatementBlock
- getInputVariableNames() - Method in class org.apache.sysds.hops.FunctionOp
- getInputVariables() - Method in class org.apache.sysds.api.mlcontext.Script
-
Obtain the input variable names as an unmodifiable set of strings.
- getInstanceFamily(String) - Static method in class org.apache.sysds.resource.CloudUtils
- getInstanceName() - Method in class org.apache.sysds.resource.CloudInstance
- getInstances() - Method in class org.apache.sysds.resource.enumeration.Enumerator
-
Meant to be used for testing purposes
- getInstanceSize(String) - Static method in class org.apache.sysds.resource.CloudUtils
- getInstHits() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- getInstID() - Method in class org.apache.sysds.runtime.instructions.Instruction
-
Getter for instruction unique identifier
- getInstNFLOP(CPInstruction.CPType, String, VarStats, VarStats...) - Static method in class org.apache.sysds.resource.cost.CPCostUtils
- getInstruction(int) - Method in class org.apache.sysds.runtime.controlprogram.BasicProgramBlock
- getInstructionName() - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode
- getInstructionParts(String) - Static method in class org.apache.sysds.runtime.instructions.InstructionUtils
-
Given an instruction string, strip-off the execution type and return opcode and all input/output operands WITHOUT their data/value type.
- getInstructionPartsWithValueType(String) - Static method in class org.apache.sysds.runtime.instructions.InstructionUtils
-
Given an instruction string, this function strips-off the execution type (CP or SPARK) and returns the remaining parts, which include the opcode as well as the input and output operands.
- getInstructions() - Method in class org.apache.sysds.lops.Data
-
Method to generate createvar instruction that updates symbol table with metadata, hdfsfile name, etc.
- getInstructions() - Method in class org.apache.sysds.lops.Lop
-
Method should be overridden if needed
- getInstructions() - Method in class org.apache.sysds.runtime.controlprogram.BasicProgramBlock
- getInstructions(int, int, int, int, int, int, int, int) - Method in class org.apache.sysds.lops.Lop
- getInstructions(String) - Method in class org.apache.sysds.lops.Data
- getInstructions(String) - Method in class org.apache.sysds.lops.DataGen
-
Function to generate CP/SP instructions for data generation via Rand and Seq.
- getInstructions(String) - Method in class org.apache.sysds.lops.GroupedAggregate
-
Function to generate CP Grouped Aggregate Instructions.
- getInstructions(String) - Method in class org.apache.sysds.lops.Lop
-
Method should be overridden if needed
- getInstructions(String) - Method in class org.apache.sysds.lops.ParameterizedBuiltin
- getInstructions(String[], String) - Method in class org.apache.sysds.lops.DnnTransform
- getInstructions(String[], String) - Method in class org.apache.sysds.lops.Lop
- getInstructions(String[], String) - Method in class org.apache.sysds.lops.Nary
-
Generate the complete instruction string for this Lop.
- getInstructions(String[], String) - Method in class org.apache.sysds.lops.SpoofFused
- getInstructions(String[], String[]) - Method in class org.apache.sysds.lops.FunctionCallCP
-
Method to generate instructions for external functions as well as builtin functions with multiple returns.
- getInstructions(String[], String[]) - Method in class org.apache.sysds.lops.Lop
-
Method should be overridden if needed
- getInstructions(String[], String[]) - Method in class org.apache.sysds.lops.SpoofFused
- getInstructions(String, String) - Method in class org.apache.sysds.lops.BinaryUAggChain
- getInstructions(String, String) - Method in class org.apache.sysds.lops.Checkpoint
- getInstructions(String, String) - Method in class org.apache.sysds.lops.Compression
- getInstructions(String, String) - Method in class org.apache.sysds.lops.CSVReBlock
- getInstructions(String, String) - Method in class org.apache.sysds.lops.CumulativePartialAggregate
- getInstructions(String, String) - Method in class org.apache.sysds.lops.Data
-
Method to get CP instructions for reading/writing scalars and matrices from/to HDFS.
- getInstructions(String, String) - Method in class org.apache.sysds.lops.DeCompression
- getInstructions(String, String) - Method in class org.apache.sysds.lops.Local
- getInstructions(String, String) - Method in class org.apache.sysds.lops.Lop
-
Method should be overridden if needed
- getInstructions(String, String) - Method in class org.apache.sysds.lops.MMTSJ
- getInstructions(String, String) - Method in class org.apache.sysds.lops.PartialAggregate
-
Instruction generation for CP and Spark
- getInstructions(String, String) - Method in class org.apache.sysds.lops.PickByCount
-
This version of getInstructions() is called for IQM, executing in CP Example instances: iqm:::input:::output
- getInstructions(String, String) - Method in class org.apache.sysds.lops.ReBlock
- getInstructions(String, String) - Method in class org.apache.sysds.lops.SortKeys
- getInstructions(String, String) - Method in class org.apache.sysds.lops.SpoofFused
- getInstructions(String, String) - Method in class org.apache.sysds.lops.Transform
- getInstructions(String, String) - Method in class org.apache.sysds.lops.Unary
- getInstructions(String, String) - Method in class org.apache.sysds.lops.UnaryCP
- getInstructions(String, String, String) - Method in class org.apache.sysds.lops.AppendR
- getInstructions(String, String, String) - Method in class org.apache.sysds.lops.Binary
- getInstructions(String, String, String) - Method in class org.apache.sysds.lops.BinaryM
- getInstructions(String, String, String) - Method in class org.apache.sysds.lops.BinaryScalar
- getInstructions(String, String, String) - Method in class org.apache.sysds.lops.CentralMoment
-
Function to generate CP centralMoment instruction for unweighted operation.
- getInstructions(String, String, String) - Method in class org.apache.sysds.lops.CoVariance
-
Function two generate CP instruction to compute unweighted covariance.
- getInstructions(String, String, String) - Method in class org.apache.sysds.lops.CumulativeOffsetBinary
- getInstructions(String, String, String) - Method in class org.apache.sysds.lops.DnnTransform
- getInstructions(String, String, String) - Method in class org.apache.sysds.lops.GroupedAggregateM
- getInstructions(String, String, String) - Method in class org.apache.sysds.lops.Lop
-
Method should be overridden if needed
- getInstructions(String, String, String) - Method in class org.apache.sysds.lops.MapMult
- getInstructions(String, String, String) - Method in class org.apache.sysds.lops.MapMultChain
- getInstructions(String, String, String) - Method in class org.apache.sysds.lops.MatMultCP
- getInstructions(String, String, String) - Method in class org.apache.sysds.lops.MMCJ
- getInstructions(String, String, String) - Method in class org.apache.sysds.lops.MMRJ
- getInstructions(String, String, String) - Method in class org.apache.sysds.lops.MMZip
- getInstructions(String, String, String) - Method in class org.apache.sysds.lops.PickByCount
- getInstructions(String, String, String) - Method in class org.apache.sysds.lops.PMapMult
- getInstructions(String, String, String) - Method in class org.apache.sysds.lops.SortKeys
- getInstructions(String, String, String) - Method in class org.apache.sysds.lops.SpoofFused
- getInstructions(String, String, String) - Method in class org.apache.sysds.lops.Transform
- getInstructions(String, String, String) - Method in class org.apache.sysds.lops.UAggOuterChain
- getInstructions(String, String, String) - Method in class org.apache.sysds.lops.Unary
- getInstructions(String, String, String, String) - Method in class org.apache.sysds.lops.Append
- getInstructions(String, String, String, String) - Method in class org.apache.sysds.lops.AppendGAlignedSP
- getInstructions(String, String, String, String) - Method in class org.apache.sysds.lops.AppendM
- getInstructions(String, String, String, String) - Method in class org.apache.sysds.lops.CentralMoment
-
Function to generate CP centralMoment instruction for weighted operation.
- getInstructions(String, String, String, String) - Method in class org.apache.sysds.lops.CoVariance
-
Function two generate CP instruction to compute weighted covariance.
- getInstructions(String, String, String, String) - Method in class org.apache.sysds.lops.Ctable
- getInstructions(String, String, String, String) - Method in class org.apache.sysds.lops.DnnTransform
- getInstructions(String, String, String, String) - Method in class org.apache.sysds.lops.Federated
- getInstructions(String, String, String, String) - Method in class org.apache.sysds.lops.Lop
-
Method should be overridden if needed
- getInstructions(String, String, String, String) - Method in class org.apache.sysds.lops.MapMultChain
- getInstructions(String, String, String, String) - Method in class org.apache.sysds.lops.PMMJ
- getInstructions(String, String, String, String) - Method in class org.apache.sysds.lops.SpoofFused
- getInstructions(String, String, String, String) - Method in class org.apache.sysds.lops.Ternary
- getInstructions(String, String, String, String) - Method in class org.apache.sysds.lops.TernaryAggregate
- getInstructions(String, String, String, String) - Method in class org.apache.sysds.lops.WeightedSigmoid
- getInstructions(String, String, String, String) - Method in class org.apache.sysds.lops.WeightedSigmoidR
- getInstructions(String, String, String, String) - Method in class org.apache.sysds.lops.WeightedUnaryMM
- getInstructions(String, String, String, String) - Method in class org.apache.sysds.lops.WeightedUnaryMMR
- getInstructions(String, String, String, String, String) - Method in class org.apache.sysds.lops.AppendG
- getInstructions(String, String, String, String, String) - Method in class org.apache.sysds.lops.DnnTransform
- getInstructions(String, String, String, String, String) - Method in class org.apache.sysds.lops.Federated
- getInstructions(String, String, String, String, String) - Method in class org.apache.sysds.lops.Lop
-
Method should be overridden if needed
- getInstructions(String, String, String, String, String) - Method in class org.apache.sysds.lops.SpoofFused
- getInstructions(String, String, String, String, String) - Method in class org.apache.sysds.lops.Sql
- getInstructions(String, String, String, String, String) - Method in class org.apache.sysds.lops.Transform
- getInstructions(String, String, String, String, String) - Method in class org.apache.sysds.lops.WeightedCrossEntropy
- getInstructions(String, String, String, String, String) - Method in class org.apache.sysds.lops.WeightedCrossEntropyR
- getInstructions(String, String, String, String, String) - Method in class org.apache.sysds.lops.WeightedDivMM
- getInstructions(String, String, String, String, String) - Method in class org.apache.sysds.lops.WeightedDivMMR
- getInstructions(String, String, String, String, String) - Method in class org.apache.sysds.lops.WeightedSquaredLoss
- getInstructions(String, String, String, String, String) - Method in class org.apache.sysds.lops.WeightedSquaredLossR
- getInstructions(String, String, String, String, String, String) - Method in class org.apache.sysds.lops.Lop
-
Method should be overridden if needed
- getInstructions(String, String, String, String, String, String) - Method in class org.apache.sysds.lops.RightIndex
- getInstructions(String, String, String, String, String, String) - Method in class org.apache.sysds.lops.SpoofFused
- getInstructions(String, String, String, String, String, String) - Method in class org.apache.sysds.lops.Transform
- getInstructions(String, String, String, String, String, String, String) - Method in class org.apache.sysds.lops.DnnTransform
- getInstructions(String, String, String, String, String, String, String) - Method in class org.apache.sysds.lops.LeftIndex
- getInstructions(String, String, String, String, String, String, String) - Method in class org.apache.sysds.lops.Lop
-
Method should be overridden if needed
- getInstructions(String, String, String, String, String, String, String) - Method in class org.apache.sysds.lops.SpoofFused
- getInstructions(String, String, String, String, String, String, String, String) - Method in class org.apache.sysds.lops.Lop
- getInstructions(String, String, String, String, String, String, String, String) - Method in class org.apache.sysds.lops.SpoofFused
- getInstructionString() - Method in class org.apache.sysds.runtime.instructions.Instruction
- getInt(int) - Method in class org.apache.sysds.runtime.frame.data.columns.HashIntegerArray
- getInt(int) - Method in class org.apache.sysds.runtime.frame.data.columns.HashLongArray
- getInt(int) - Method in interface org.apache.sysds.runtime.frame.data.columns.IHashArray
-
Get the underlying hash as a int
- getInt(CompilerConfig.ConfigType) - Method in class org.apache.sysds.conf.CompilerConfig
- getIntDims() - Method in class org.apache.sysds.runtime.meta.DataCharacteristics
- getIntDims() - Method in class org.apache.sysds.runtime.meta.MatrixCharacteristics
- getIntDims() - Method in class org.apache.sysds.runtime.meta.TensorCharacteristics
- getInterceptForColumn(int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupLinearFunctional
- getIntercepts() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupLinearFunctional
- getIntermediateMemEstimate() - Method in class org.apache.sysds.hops.Hop
- getInternal(int) - Method in class org.apache.sysds.runtime.frame.data.columns.Array
-
Get the internal value at a given index.
- getInternal(int) - Method in class org.apache.sysds.runtime.frame.data.columns.DDCArray
- getInternal(int) - Method in class org.apache.sysds.runtime.frame.data.columns.HashIntegerArray
- getInternal(int) - Method in class org.apache.sysds.runtime.frame.data.columns.HashLongArray
- getInternal(int) - Method in class org.apache.sysds.runtime.frame.data.columns.OptionalArray
- getInternalFName(String, Types.DataType) - Static method in enum org.apache.sysds.common.Builtins
- getInternalProxy() - Method in class org.apache.sysds.api.mlcontext.MLContext
-
Used internally by MLContextProxy.
- getIntersectOfChildren(MappingTrieNode) - Method in class org.apache.sysds.runtime.iogen.MappingTrie
- getIntValue(String) - Method in class org.apache.sysds.conf.DMLConfig
- getIntValue(LiteralOp) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
-
Return the int value of a LiteralOp (as a long).
- getIntValueSafe(Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- getIntValueSafe(LiteralOp) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- getInvalidFunctions() - Method in class org.apache.sysds.hops.ipa.FunctionCallSizeInfo
-
Gets the set of functions that are invalid for statistics propagation.
- getInvertedFrequencyHistogram(int[]) - Static method in interface org.apache.sysds.runtime.compress.estim.sample.SampleEstimatorFactory
- getIPAddress(boolean) - Static method in class org.apache.sysds.runtime.controlprogram.parfor.util.IDHandler
- getIsExpand() - Method in class org.apache.sysds.runtime.instructions.cp.CtableCPInstruction
- getIsExpand() - Method in class org.apache.sysds.runtime.instructions.spark.CtableSPInstruction
- getIterablePredicate() - Method in class org.apache.sysds.parser.ForStatement
- getIterations() - Method in class org.apache.sysds.runtime.controlprogram.parfor.Task
- getIterator() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.AOffset
-
Get an iterator of the offsets while also maintaining the data index pointer.
- getIterator() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetByte
- getIterator() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetByteNZ
- getIterator() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetByteUNZ
- getIterator() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetChar
- getIterator() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetEmpty
- getIterator() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetSingle
- getIterator() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetTwo
- getIterator() - Method in class org.apache.sysds.runtime.data.SparseBlock
-
Get a non-zero iterator over the entire sparse block.
- getIterator() - Method in class org.apache.sysds.runtime.data.SparseBlockCOO
- getIterator() - Method in class org.apache.sysds.runtime.data.SparseBlockDCSR
- getIterator() - Method in class org.apache.sysds.runtime.frame.data.columns.Array
- getIterator() - Method in class org.apache.sysds.runtime.matrix.data.CTableMap
- getIterator() - Method in class org.apache.sysds.runtime.util.LongLongDoubleHashMap
- getIterator(int) - Method in class org.apache.sysds.runtime.compress.colgroup.ASDCZero
- getIterator(int) - Method in class org.apache.sysds.runtime.compress.colgroup.offset.AOffset
-
Get an iterator that is pointing at a specific offset.
- getIterator(int) - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetEmpty
- getIterator(int) - Method in class org.apache.sysds.runtime.data.SparseBlock
-
Get a non-zero iterator over the partial sparse block [0,ru).
- getIterator(int) - Method in class org.apache.sysds.runtime.data.SparseBlockCOO
- getIterator(int, int) - Method in class org.apache.sysds.runtime.data.SparseBlock
-
Get a non-zero iterator over the subblock [rl, ru).
- getIterator(int, int) - Method in class org.apache.sysds.runtime.data.SparseBlockCOO
- getIterator(int, int, int, int) - Method in class org.apache.sysds.runtime.data.SparseBlock
-
Get a non-zero iterator over the subblock [rl/cl, ru/cu).
- getIterPredicate() - Method in class org.apache.sysds.parser.ForStatementBlock
- getIterVar() - Method in class org.apache.sysds.parser.IterablePredicate
- getIterVar() - Method in class org.apache.sysds.runtime.controlprogram.ForProgramBlock
- getIxRet() - Method in class org.apache.sysds.runtime.instructions.cp.ReorgCPInstruction
- getIxRet() - Method in class org.apache.sysds.runtime.instructions.spark.ReorgSPInstruction
- getJ() - Method in class org.apache.sysds.runtime.matrix.data.IJV
- getJavaCode() - Method in class org.apache.sysds.runtime.iogen.codegen.CodeGenTrie
- getJavaRDDStringCSV(String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain an output as a
JavaRDD<String>in CSV format. - getJavaRDDStringIJV(String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain an output as a
JavaRDD<String>in IJV format. - getJavaSparkContext(MLContext) - Static method in class org.apache.sysds.api.mlcontext.MLContextUtil
-
Obtain the Java Spark Context
- getJavaSparkContextFromProxy() - Static method in class org.apache.sysds.api.mlcontext.MLContextUtil
-
Obtain the Java Spark Context from the MLContextProxy
- getJcudaSparseMatrixPtr() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUObject
-
Pointer to sparse matrix
- getJITCompileTime() - Static method in class org.apache.sysds.utils.Statistics
-
Returns the total time of asynchronous JIT compilation in milliseconds.
- getJobs(StatementBlock, DMLConfig) - Method in class org.apache.sysds.lops.compile.Dag
-
Method to compile a dag generically
- getJVMgcCount() - Static method in class org.apache.sysds.utils.Statistics
- getJVMgcTime() - Static method in class org.apache.sysds.utils.Statistics
- getK() - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode
- getK() - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderFeatureHash
- getK(JSONObject) - Static method in class org.apache.sysds.runtime.transform.meta.TfMetaUtils
-
Get K value used for calculation during feature hashing from parsed specifications.
- getKahanPlusFnObject() - Static method in class org.apache.sysds.runtime.functionobjects.KahanPlus
- getKahanPlusSqFnObject() - Static method in class org.apache.sysds.runtime.functionobjects.KahanPlusSq
-
Get the KahanPlusSq singleton object.
- getKernels() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUContext
-
Returns utility class used to launch custom CUDA kernel, specific to the active GPU for this GPUContext.
- getKey() - Method in class org.apache.sysds.runtime.iogen.codegen.CodeGenTrieNode
- getKey() - Method in class org.apache.sysds.runtime.matrix.data.Pair
- getKey1() - Method in class org.apache.sysds.runtime.util.LongLongDoubleHashMap.ADoubleEntry
- getKey2() - Method in class org.apache.sysds.runtime.util.LongLongDoubleHashMap.ADoubleEntry
- getKeyPattern() - Method in class org.apache.sysds.runtime.iogen.ColIndexStructure
- getKeyPattern() - Method in class org.apache.sysds.runtime.iogen.RowIndexStructure
- getKill() - Method in class org.apache.sysds.parser.LiveVariableAnalysis
- getLabel() - Method in class org.apache.sysds.lops.OutputParameters
- getLabels() - Method in class org.apache.sysds.runtime.controlprogram.paramserv.PSWorker
- getLanguageSpecificStringValue() - Method in class org.apache.sysds.runtime.instructions.cp.BooleanObject
- getLanguageSpecificStringValue() - Method in class org.apache.sysds.runtime.instructions.cp.ScalarObject
- getLargestInput(Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- getLargestOffInstances() - Method in class org.apache.sysds.runtime.compress.estim.CompressedSizeInfoColGroup
- getLCS(String, String) - Method in class org.apache.sysds.runtime.iogen.LongestCommonSubsequence
- getLeafNodeEstimate(CostEstimator.TestMeasure, OptNode) - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.CostEstimator
-
Main leaf node estimation method - to be overwritten by specific cost estimators
- getLeafNodeEstimate(CostEstimator.TestMeasure, OptNode) - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.CostEstimatorHops
- getLeafNodeEstimate(CostEstimator.TestMeasure, OptNode) - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.CostEstimatorRuntime
- getLeafNodeEstimate(CostEstimator.TestMeasure, OptNode, Types.ExecType) - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.CostEstimator
-
Main leaf node estimation method - to be overwritten by specific cost estimators
- getLeafNodeEstimate(CostEstimator.TestMeasure, OptNode, Types.ExecType) - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.CostEstimatorHops
- getLeafNodeEstimate(CostEstimator.TestMeasure, OptNode, Types.ExecType) - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.CostEstimatorRuntime
- getLeft() - Method in class org.apache.sysds.hops.estim.MMNode
- getLeft() - Method in class org.apache.sysds.parser.BinaryExpression
- getLeft() - Method in class org.apache.sysds.parser.BooleanExpression
- getLeft() - Method in class org.apache.sysds.parser.RelationalExpression
- getLeft() - Method in class org.apache.sysds.runtime.compress.workload.OpSided
- getLeftIndexingSparsity(long, long, long, long, long, long) - Static method in class org.apache.sysds.hops.OptimizerUtils
- getLeftMultiplications() - Method in class org.apache.sysds.runtime.compress.cost.InstructionTypeCounter
- getLegacyEncoder(Class<T>) - Method in class org.apache.sysds.runtime.transform.encode.MultiColumnEncoder
- getLen() - Method in class org.apache.sysds.runtime.instructions.spark.data.RowMatrixBlock
- getLenghtPerSplit(int) - Method in class org.apache.sysds.runtime.iogen.template.TemplateUtil.SplitOffsetInfos
- getLength() - Method in class org.apache.sysds.hops.Hop
- getLength() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.AOffset
-
Get the length of the underlying array.
- getLength() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.AOffsetByte
- getLength() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetChar
- getLength() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetEmpty
- getLength() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetSingle
- getLength() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetTwo
- getLength() - Method in class org.apache.sysds.runtime.data.BasicTensorBlock
- getLength() - Method in class org.apache.sysds.runtime.data.TensorBlock
- getLength() - Method in class org.apache.sysds.runtime.instructions.cp.ListObject
- getLength() - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
-
Get the total number of cells in this MatrixBlock This variable can be misused (intentionally) for parallelization.
- getLength() - Method in class org.apache.sysds.runtime.meta.DataCharacteristics
- getLength() - Method in class org.apache.sysds.runtime.meta.MatrixCharacteristics
- getLength() - Method in class org.apache.sysds.runtime.meta.TensorCharacteristics
- getLessThanEqualsFnObject() - Static method in class org.apache.sysds.runtime.functionobjects.LessThanEquals
- getLessThanFnObject() - Static method in class org.apache.sysds.runtime.functionobjects.LessThan
- getLevel() - Method in class org.apache.sysds.lops.Lop
- getLevel() - Method in class org.apache.sysds.lops.LopProperties
- getLI() - Method in class org.apache.sysds.runtime.controlprogram.federated.MatrixLineagePair
- getLinCacheMarking() - Method in class org.apache.sysds.lops.OutputParameters
- getLine() - Method in class org.apache.sysds.parser.dml.CustomErrorListener.ParseIssue
-
Obtain line number of the parse issue.
- getLineage() - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- getLineage(ExecutionContext, CPOperand...) - Static method in class org.apache.sysds.runtime.lineage.LineageItemUtils
- getLineageCache() - Static method in class org.apache.sysds.runtime.lineage.LineageCache
- getLineageChilds() - Method in class org.apache.sysds.runtime.instructions.spark.data.LineageObject
- getLineageItem() - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedResponse
- getLineageItem(int) - Method in class org.apache.sysds.runtime.instructions.cp.ListObject
- getLineageItem(String) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- getLineageItem(String) - Method in class org.apache.sysds.runtime.instructions.cp.ListObject
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics.FedStatsCollectFunction
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.cp.ComputationCPInstruction
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.cp.CtableCPInstruction
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.cp.DataGenCPInstruction
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.cp.DnnCPInstruction
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.cp.FrameIndexingCPInstruction
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.cp.ListIndexingCPInstruction
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.cp.MatrixAppendCPInstruction
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.cp.MatrixBuiltinNaryCPInstruction
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.cp.MatrixIndexingCPInstruction
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.cp.ParameterizedBuiltinCPInstruction
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.cp.ReshapeCPInstruction
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.cp.ScalarBuiltinNaryCPInstruction
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.cp.SpoofCPInstruction
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.cp.StringInitCPInstruction
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.cp.VariableCPInstruction
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.fed.ComputationFEDInstruction
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.fed.InitFEDInstruction
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.fed.MultiReturnParameterizedBuiltinFEDInstruction.CreateFrameEncoder
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.fed.MultiReturnParameterizedBuiltinFEDInstruction.ExecuteFrameEncoder
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.fed.ParameterizedBuiltinFEDInstruction.DecodeMatrix
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.fed.QuantilePickFEDInstruction.CreateMatrixFromFrame
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.fed.QuantilePickFEDInstruction.GetHistogram
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.fed.QuantilePickFEDInstruction.GetValuesInRange
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.fed.QuantilePickFEDInstruction.GetValuesInRanges
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.fed.QuantilePickFEDInstruction.MinMax
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.fed.ReorgFEDInstruction.DiagMatrix
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.fed.ReorgFEDInstruction.Rdiag
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.fed.ReorgFEDInstruction.SliceMatrix
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.fed.ReshapeFEDInstruction
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.fed.VariableFEDInstruction
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.gpu.DnnGPUInstruction
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.gpu.GPUInstruction
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.gpu.MatrixIndexingGPUInstruction
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.gpu.MatrixReshapeGPUInstruction
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.gpu.SpoofCUDAInstruction
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.spark.BuiltinNarySPInstruction
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.spark.CheckpointSPInstruction
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.spark.ComputationSPInstruction
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.spark.MapmmChainSPInstruction
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.spark.MatrixIndexingSPInstruction
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.spark.ParameterizedBuiltinSPInstruction
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.spark.RandSPInstruction
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.spark.ReblockSPInstruction
- getLineageItem(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.spark.WriteSPInstruction
- getLineageItem(ExecutionContext) - Method in interface org.apache.sysds.runtime.lineage.LineageTraceable
-
Obtain lineage trace of an instruction with a single output.
- getLineageItem(CPOperand) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- getLineageItemInputstoSB(ArrayList<String>, ExecutionContext) - Static method in class org.apache.sysds.runtime.lineage.LineageItemUtils
- getLineageItems() - Method in class org.apache.sysds.runtime.instructions.cp.ListObject
- getLineageItems(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.cp.MultiReturnBuiltinCPInstruction
- getLineageItems(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.cp.MultiReturnComplexMatrixBuiltinCPInstruction
- getLineageItems(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.cp.MultiReturnParameterizedBuiltinCPInstruction
- getLineageItems(ExecutionContext) - Method in interface org.apache.sysds.runtime.lineage.LineageTraceable
-
Obtain lineage trace of an instruction with multiple outputs.
- getLineageLiteral() - Method in class org.apache.sysds.runtime.instructions.cp.CPOperand
- getLineageLiteral(ScalarObject) - Method in class org.apache.sysds.runtime.instructions.cp.CPOperand
- getLineageLiteral(ScalarObject, boolean) - Static method in class org.apache.sysds.runtime.instructions.cp.CPOperand
- getLineageMap() - Method in class org.apache.sysds.runtime.lineage.Lineage
- getLineages() - Method in class org.apache.sysds.runtime.controlprogram.parfor.RemoteParForJobReturn
- getLineages(LocalVariableMap[]) - Static method in class org.apache.sysds.runtime.controlprogram.parfor.RemoteParForUtils
- getLineageTrace() - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedRequest
- getLineageTrace(String) - Method in class org.apache.sysds.api.jmlc.PreparedScript
-
Capture lineage of the DML/PyDML program and view result as a string.
- getLinearizationOrder() - Static method in class org.apache.sysds.conf.ConfigurationManager
- getLineNum() - Method in class org.apache.sysds.runtime.instructions.Instruction
-
Getter for instruction line number
- getLinHits() - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheStatistics
- getLinkNameOffset() - Method in class org.apache.sysds.runtime.io.hdf5.H5SymbolTableEntry
- getLinWrites() - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheStatistics
- getList(String) - Method in class org.apache.sysds.api.jmlc.ResultVariables
-
Obtain the list represented by the given output variable.
- getListObject(String) - Method in class org.apache.sysds.api.jmlc.ResultVariables
-
Obtain the ListObject represented by the given output variable.
- getListObject(String) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- getListObject(CPOperand) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- getListSize() - Method in class org.apache.sysds.runtime.iogen.template.TemplateUtil.SplitInfo
- getLiteral() - Method in class org.apache.sysds.runtime.instructions.cp.CPOperand
- getLiteral(CNode) - Static method in class org.apache.sysds.hops.codegen.template.TemplateUtils
- getLiteralLineageItem() - Method in class org.apache.sysds.runtime.instructions.cp.CPOperand
- getLiterals() - Method in class org.apache.sysds.runtime.lineage.LineageMap
- getLixType() - Method in class org.apache.sysds.runtime.instructions.spark.MatrixIndexingSPInstruction
- getLocalHeapAddress() - Method in class org.apache.sysds.runtime.io.hdf5.message.H5SymbolTableMessage
- getLocalHeapVersion() - Method in class org.apache.sysds.runtime.io.hdf5.H5RootObject
- getLocalMaxMemory() - Static method in class org.apache.sysds.utils.stats.InfrastructureAnalyzer
-
Gets the maximum memory [in bytes] of the current JVM.
- getLocalMaxMemoryFraction() - Static method in class org.apache.sysds.utils.stats.InfrastructureAnalyzer
- getLocalMemBudget() - Static method in class org.apache.sysds.hops.OptimizerUtils
-
Returns memory budget (according to util factor) in bytes
- getLocalParallelism() - Static method in class org.apache.sysds.utils.stats.InfrastructureAnalyzer
-
Gets the number of logical processors of the current node, including hyper-threading if enabled.
- getLong(int) - Method in class org.apache.sysds.runtime.frame.data.columns.HashIntegerArray
- getLong(int) - Method in class org.apache.sysds.runtime.frame.data.columns.HashLongArray
- getLong(int) - Method in interface org.apache.sysds.runtime.frame.data.columns.IHashArray
-
Get the underlying hash as a long
- getLong(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlock
-
Get the value of a given cell as long
- getLong(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockBool
- getLong(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockFP32
- getLong(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockFP64
- getLong(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockFP64DEDUP
- getLong(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockInt32
- getLong(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockInt64
- getLong(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockLBool
- getLong(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockLFP32
- getLong(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockLFP64
- getLong(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockLFP64DEDUP
- getLong(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockLInt32
- getLong(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockLInt64
- getLong(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockLString
- getLong(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockString
- getLong(String) - Method in class org.apache.sysds.api.jmlc.ResultVariables
-
Obtain the long value represented by the given output variable.
- getLong(String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain a
longoutput - getLongDims() - Method in class org.apache.sysds.runtime.data.TensorBlock
- getLongDims() - Method in class org.apache.sysds.runtime.meta.DataCharacteristics
- getLongDims() - Method in class org.apache.sysds.runtime.meta.MatrixCharacteristics
- getLongDims() - Method in class org.apache.sysds.runtime.meta.TensorCharacteristics
- getLongs() - Method in class org.apache.sysds.runtime.frame.data.columns.BitSetArray
- getLongValue() - Method in class org.apache.sysds.hops.LiteralOp
- getLongValue() - Method in class org.apache.sysds.lops.Data
- getLongValue() - Method in class org.apache.sysds.parser.BooleanIdentifier
- getLongValue() - Method in class org.apache.sysds.parser.ConstIdentifier
- getLongValue() - Method in class org.apache.sysds.parser.DoubleIdentifier
- getLongValue() - Method in class org.apache.sysds.parser.IntIdentifier
- getLongValue() - Method in class org.apache.sysds.parser.StringIdentifier
- getLongValue() - Method in class org.apache.sysds.runtime.instructions.cp.BooleanObject
- getLongValue() - Method in class org.apache.sysds.runtime.instructions.cp.DoubleObject
- getLongValue() - Method in class org.apache.sysds.runtime.instructions.cp.IntObject
- getLongValue() - Method in class org.apache.sysds.runtime.instructions.cp.ScalarObject
- getLongValue() - Method in class org.apache.sysds.runtime.instructions.cp.StringObject
- getLoopDepRatio() - Method in class org.apache.sysds.parser.StatementBlock
- getLopList(StatementBlock) - Static method in class org.apache.sysds.lops.OperatorOrderingUtils
- getLops() - Method in class org.apache.sysds.hops.Hop
- getLops() - Method in class org.apache.sysds.parser.StatementBlock
- getLSTMWorkers(DnnParameters) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixDNNLSTM
- getM() - Method in class org.apache.sysds.resource.cost.VarStats
- getMantissaLocation() - Method in class org.apache.sysds.runtime.io.hdf5.H5DoubleDataType
- getMantissaNormalization() - Method in class org.apache.sysds.runtime.io.hdf5.H5DoubleDataType
- getMantissaSize() - Method in class org.apache.sysds.runtime.io.hdf5.H5DoubleDataType
- getMap() - Method in class org.apache.sysds.hops.estim.EstimatorDensityMap.DensityMap
- getMap() - Method in class org.apache.sysds.runtime.compress.estim.CompressedSizeInfoColGroup
- getMap() - Method in class org.apache.sysds.runtime.compress.estim.encoding.DenseEncoding
- getMap() - Method in class org.apache.sysds.runtime.compress.estim.encoding.SparseEncoding
- getMap() - Static method in class org.apache.sysds.runtime.compress.SingletonLookupHashMap
- getMap() - Method in class org.apache.sysds.runtime.controlprogram.federated.FederationMap
- getMap() - Method in class org.apache.sysds.runtime.frame.data.columns.DDCArray
- getMap(Long) - Method in class org.apache.sysds.runtime.lineage.LineageDedupBlock
- getMapCol() - Method in class org.apache.sysds.runtime.iogen.ReaderMapping
- getMapCol() - Method in class org.apache.sysds.runtime.iogen.ReaderMappingIndex
- getMapLen() - Method in class org.apache.sysds.runtime.iogen.ReaderMapping
- getMapLen() - Method in class org.apache.sysds.runtime.iogen.ReaderMappingIndex
- getMapmmMemEstimate(long, long, long, long, long, long, long, long, int, boolean) - Static method in class org.apache.sysds.hops.AggBinaryOp
-
Estimates the memory footprint of MapMult operation depending on which input is put into distributed cache.
- getMappedHop(long) - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptTree
- getMappedHop(long) - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptTreePlanMapping
- getMappedParentID(long) - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptTreePlanMapping
- getMappedProg(long) - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptTree
- getMappedProg(long) - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptTreePlanMapping
- getMappedProgramBlock(long) - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptTree
- getMappedProgramBlock(long) - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptTreePlanMapping
- getMappingProperties() - Method in class org.apache.sysds.runtime.iogen.CustomProperties
- getMappingProperties() - Method in class org.apache.sysds.runtime.iogen.ReaderMapping
- getMappingProperties() - Method in class org.apache.sysds.runtime.iogen.ReaderMappingIndex
- getMapRow() - Method in class org.apache.sysds.runtime.iogen.ReaderMapping
- getMapRow() - Method in class org.apache.sysds.runtime.iogen.ReaderMappingIndex
- getMapToData() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupConst
- getMapToData() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDC
- getMapToData() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupEmpty
- getMapToData() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDC
- getMapToData() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCFOR
- getMapToData() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCZeros
- getMapToData() - Method in interface org.apache.sysds.runtime.compress.colgroup.IMapToDataGroup
- getMatMulChainInstTime(MapmmChainSPInstruction, VarStats, VarStats, VarStats, VarStats, IOCostUtils.IOMetrics, IOCostUtils.IOMetrics) - Static method in class org.apache.sysds.resource.cost.SparkCostUtils
- getMatMulInstTime(BinarySPInstruction, VarStats, VarStats, VarStats, IOCostUtils.IOMetrics, IOCostUtils.IOMetrics) - Static method in class org.apache.sysds.resource.cost.SparkCostUtils
- getMatMultNnz(double, double, long, long, long, boolean) - Static method in class org.apache.sysds.hops.OptimizerUtils
- getMatMultOperator(int) - Static method in class org.apache.sysds.runtime.instructions.InstructionUtils
- getMatMultSparsity(double, double, long, long, long, boolean) - Static method in class org.apache.sysds.hops.OptimizerUtils
-
Estimates the result sparsity for Matrix Multiplication A %*% B.
- getMatPoints() - Method in class org.apache.sysds.hops.codegen.opt.PlanPartition
- getMatPointsExt() - Method in class org.apache.sysds.hops.codegen.opt.PlanPartition
- getMatrix(String) - Method in class org.apache.sysds.api.jmlc.ResultVariables
-
Obtain the matrix represented by the given output variable.
- getMatrix(String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain an output as a
Matrix. - getMatrix(LineageItem) - Static method in class org.apache.sysds.runtime.lineage.LineageCache
- getMatrixAs2DDoubleArray(String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain an output as a two-dimensional
doublearray. - getMatrixBlock() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- getMatrixBlock(String) - Method in class org.apache.sysds.api.jmlc.ResultVariables
-
Obtain the matrix represented by the given output variable.
- getMatrixBlockForReuse(MatrixBlock[], int, int, int) - Static method in class org.apache.sysds.runtime.io.MatrixWriter
- getMatrixFormat() - Method in class org.apache.sysds.api.mlcontext.MatrixMetadata
-
Obtain the matrix format
- getMatrixInput(String) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
-
Pins a matrix variable into memory and returns the internal matrix block.
- getMatrixInput(CPOperand) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- getMatrixInputForGPUInstruction(String, String) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- getMatrixInputs(CPOperand[]) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- getMatrixInputs(CPOperand[], boolean) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- getMatrixLineagePair(String) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- getMatrixLineagePair(CPOperand) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- getMatrixMetadata() - Method in class org.apache.sysds.api.mlcontext.Matrix
-
Obtain the matrix metadata
- getMatrixObject() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUObject
- getMatrixObject(String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain an output as a
MatrixObject - getMatrixObject(String) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- getMatrixObject(CPOperand) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- getMax() - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroup
-
Short hand method for getting maximum value contained in this column group.
- getMax() - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroupCompressed
- getMax() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupEmpty
- getMax() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupLinearFunctional
- getMax() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressed
- getMax() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressedArray
- getMax() - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.AMapToData
- getMaxBlocks() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUContext
-
Gets the maximum number of blocks supported by the active cuda device.
- getMaxC(long) - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode
- getMaxCol() - Method in class org.apache.sysds.runtime.io.hdf5.H5RootObject
- getMaxColumn() - Method in class org.apache.sysds.runtime.matrix.data.CTableMap
- getMaxFnObject() - Static method in class org.apache.sysds.runtime.functionobjects.Max
- getMaxIndexInRange(int) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederationMap
- getMaxInputDim(Hop, boolean) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- getMaxInputDim(DataCharacteristics[], boolean) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- getMaxLiveVectorIntermediates(CNode, CNode, Map<Long, Set<Long>>, Set<Pair<Long, Long>>) - Static method in class org.apache.sysds.hops.codegen.template.TemplateUtils
- getMaxNcolInput(Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- getMaxNrowInput(Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- getMaxNumRows(int) - Method in class org.apache.sysds.runtime.transform.tokenize.applier.TokenizerApplier
- getMaxNumRows(int) - Method in class org.apache.sysds.runtime.transform.tokenize.Tokenizer
- getMaxNumThreads() - Method in class org.apache.sysds.hops.MultiThreadedHop
- getMaxNumThreads() - Static method in class org.apache.sysds.utils.NativeHelper
- getMaxPossible(MapToFactory.MAP_TYPE) - Static method in interface org.apache.sysds.runtime.compress.colgroup.mapping.MapToFactory
-
Get the maximum value possible to encode in a specific mapping type.
- getMaxPrice() - Method in class org.apache.sysds.resource.enumeration.Enumerator
-
Meant to be used for testing purposes
- getMaxProblemSize() - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode
-
Determines the maximum problem size, in terms of the maximum total number of inner loop iterations, of the entire subtree.
- getMaxReferenceCount() - Method in class org.apache.sysds.runtime.instructions.spark.data.LineageObject
- getMaxRow() - Method in class org.apache.sysds.runtime.io.hdf5.H5RootObject
- getMaxRow() - Method in class org.apache.sysds.runtime.matrix.data.CTableMap
- getMaxSharedMemory() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUContext
-
Gets the shared memory per block supported by the active cuda device.
- getMaxSizes() - Method in class org.apache.sysds.runtime.io.hdf5.H5RootObject
- getMaxThreadsPerBlock() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUContext
-
Gets the maximum number of threads per block for "active" GPU.
- getMaxTime() - Method in class org.apache.sysds.resource.enumeration.Enumerator
-
Meant to be used for testing purposes
- getMaxTokens() - Method in class org.apache.sysds.runtime.transform.tokenize.applier.TokenizerApplier
- getMaxValue() - Method in class org.apache.sysds.runtime.instructions.cp.DataGenCPInstruction
- getMaxValue() - Method in class org.apache.sysds.runtime.instructions.spark.RandSPInstruction
- getMaxVectorIntermediates(CNode) - Static method in class org.apache.sysds.hops.codegen.template.TemplateUtils
- getMBDict() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- getMBDict() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionary
- getMBDict() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionarySlice
- getMBDict() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.PlaceHolderDict
- getMBDict() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.QDictionary
- getMBDict(int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ACachingMBDictionary
- getMBDict(int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- getMBDict(int) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Get this dictionary as a MatrixBlock dictionary.
- getMBDict(int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- getMBValue() - Method in class org.apache.sysds.runtime.lineage.LineageCacheEntry
- getMeanFnObject() - Static method in class org.apache.sysds.runtime.functionobjects.Mean
- getMeans() - Method in class org.apache.sysds.runtime.transform.encode.EncoderMVImpute
- getMemCachedRDDSize(int) - Static method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
- getMemDeletes() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- getMemEstimate() - Method in class org.apache.sysds.hops.Hop
-
NOTES: * Purpose: Whenever the output dimensions / sparsity of a hop are unknown, this hop should store its worst-case output statistics (if known) in that table.
- getMemHits() - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheStatistics
- getMemHits() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- getMemory() - Method in class org.apache.sysds.resource.CloudInstance
- getMemoryBandwidth() - Method in class org.apache.sysds.resource.CloudInstance
- getMemoryEstimates(Program, boolean, double) - Static method in class org.apache.sysds.resource.enumeration.InterestBasedEnumerator
-
Extracts the memory estimates which original size is larger than
MINIMUM_RELEVANT_MEM_ESTIMATE - getMemoryManager() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUContext
- getMemReadTime(RDDStats, IOCostUtils.IOMetrics) - Static method in class org.apache.sysds.resource.cost.IOCostUtils
-
Estimate time to scan distributed data sets in memory on Spark.
- getMemReadTime(VarStats, IOCostUtils.IOMetrics) - Static method in class org.apache.sysds.resource.cost.IOCostUtils
-
Estimate time to scan object in memory in CP.
- getMemWrites() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- getMemWriteTime(RDDStats, IOCostUtils.IOMetrics) - Static method in class org.apache.sysds.resource.cost.IOCostUtils
-
Estimate time to write distributed data set on memory in CP.
- getMemWriteTime(VarStats, IOCostUtils.IOMetrics) - Static method in class org.apache.sysds.resource.cost.IOCostUtils
-
Estimate time to write object to memory in CP.
- getMergePartialCTMapsTask(CTableMap, CTableMap, ArrayList<CTableMap>) - Method in class org.apache.sysds.runtime.functionobjects.CTable
- getMergeTime() - Static method in class org.apache.sysds.utils.stats.ParForStatistics
- getMessage() - Method in class org.apache.sysds.parser.dml.CustomErrorListener.ParseIssue
-
Obtain the message describing the parse issue.
- getMessage() - Method in exception org.apache.sysds.parser.ParseException
-
Obtain the exception message.
- getMessageOfType(Class<T>) - Method in class org.apache.sysds.runtime.io.hdf5.H5ObjectHeader
- getMessages() - Method in class org.apache.sysds.runtime.io.hdf5.H5ObjectHeader
- getMessagesOfType(Class<T>) - Method in class org.apache.sysds.runtime.io.hdf5.H5ObjectHeader
- getMeta() - Method in class org.apache.sysds.utils.Statistics.NGramStats
- getMeta(String) - Method in class org.apache.sysds.utils.Statistics.LineageNGramExtension
- getMetaData() - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- getMetaData() - Method in class org.apache.sysds.runtime.instructions.cp.Data
- getMetaData() - Method in class org.apache.sysds.runtime.instructions.cp.VariableCPInstruction
- getMetaData(String) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- getMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderBagOfWords
- getMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderBin
- getMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderComposite
- getMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderDummycode
- getMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderFeatureHash
- getMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderPassThrough
- getMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderRecode
- getMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderUDF
- getMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderWordEmbedding
- getMetaData(FrameBlock) - Method in interface org.apache.sysds.runtime.transform.encode.Encoder
-
Construct a frame block out of the transform meta data.
- getMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.EncoderMVImpute
- getMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.EncoderOmit
- getMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.LegacyEncoder
-
Construct a frame block out of the transform meta data.
- getMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.MultiColumnEncoder
- getMetaData(FrameBlock, int) - Method in class org.apache.sysds.runtime.transform.encode.MultiColumnEncoder
- getMetadataFilePaths(FileSystem, Path) - Static method in class org.apache.sysds.runtime.io.IOUtilFunctions
- getMetaReturn() - Method in class org.apache.sysds.runtime.instructions.cp.MultiReturnParameterizedBuiltinCPInstruction
- getMetaReturn() - Method in class org.apache.sysds.runtime.instructions.spark.MultiReturnParameterizedBuiltinSPInstruction
- getMethod() - Method in class org.apache.sysds.runtime.controlprogram.paramserv.rpc.PSRpcCall
- getMethod(int) - Method in class org.apache.sysds.runtime.transform.encode.EncoderMVImpute
- getMin() - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroup
-
Short hand method for getting minimum value contained in this column group.
- getMin() - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroupCompressed
- getMin() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupEmpty
- getMin() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupLinearFunctional
- getMin() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressed
- getMin() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressedArray
- getMinFnObject() - Static method in class org.apache.sysds.runtime.functionobjects.Min
- getMinMaxLength() - Method in class org.apache.sysds.runtime.frame.data.columns.Array
-
Get the minimum and maximum length of the contained values as string type.
- getMinMaxLength() - Method in class org.apache.sysds.runtime.frame.data.columns.StringArray
- getMinSize() - Method in class org.apache.sysds.runtime.compress.estim.CompressedSizeInfoColGroup
- getMinus1MultiplyFnObject() - Static method in class org.apache.sysds.runtime.functionobjects.Minus1Multiply
- getMinusFnObject() - Static method in class org.apache.sysds.runtime.functionobjects.Minus
- getMinusNzFnObject() - Static method in class org.apache.sysds.runtime.functionobjects.MinusNz
- getMinValue() - Method in class org.apache.sysds.runtime.instructions.cp.DataGenCPInstruction
- getMinValue() - Method in class org.apache.sysds.runtime.instructions.spark.RandSPInstruction
- getMisc() - Method in class org.apache.sysds.hops.estim.MMNode
- getMisc(int) - Method in class org.apache.sysds.hops.estim.MMNode
- getMMChainType() - Method in class org.apache.sysds.runtime.instructions.cp.MMChainCPInstruction
- getMMChainType() - Method in class org.apache.sysds.runtime.instructions.fed.MMChainFEDInstruction
- getMMTSJtype() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeOuterProduct
- getMMTSJType() - Method in class org.apache.sysds.runtime.instructions.cp.MMTSJCPInstruction
- getMMTSJType() - Method in class org.apache.sysds.runtime.instructions.gpu.MMTSJGPUInstruction
- getMMTSJType() - Method in class org.apache.sysds.runtime.instructions.spark.Tsmm2SPInstruction
- getMMTSJType() - Method in class org.apache.sysds.runtime.instructions.spark.TsmmSPInstruction
- getMMultMethod() - Method in class org.apache.sysds.hops.AggBinaryOp
- getMO() - Method in class org.apache.sysds.runtime.controlprogram.federated.MatrixLineagePair
- getModelFromBody(Request, Class<T>) - Static method in class org.apache.sysds.runtime.controlprogram.federated.monitoring.services.MapperService
- getModeNames() - Method in class org.apache.sysds.parser.dml.DmlLexer
- getModifiedTime() - Method in class org.apache.sysds.runtime.io.hdf5.message.H5ObjectModificationTimeMessage
- getMonetaryCost() - Method in class org.apache.sysds.resource.enumeration.EnumerationUtils.SolutionPoint
- getMostCommonFraction() - Method in class org.apache.sysds.runtime.compress.estim.CompressedSizeInfoColGroup
- getMostFrequent() - Method in class org.apache.sysds.runtime.compress.utils.ACountHashMap
- getMTDFileName(String) - Static method in class org.apache.sysds.parser.DataExpression
- getMultiLevelFnHits() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- getMultiLevelSBHits() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- getMultiply2FnObject() - Static method in class org.apache.sysds.runtime.functionobjects.Multiply2
- getMultiplyFnObject() - Static method in class org.apache.sysds.runtime.functionobjects.Multiply
- getMultiReturnBuiltinInstTime(MultiReturnBuiltinCPInstruction, VarStats, VarStats[], IOCostUtils.IOMetrics) - Static method in class org.apache.sysds.resource.cost.CPCostUtils
- getMvValue() - Method in class org.apache.sysds.runtime.frame.data.columns.ColumnMetadata
- getN() - Method in class org.apache.sysds.resource.cost.VarStats
- getName() - Method in class org.apache.sysds.api.mlcontext.Script
-
Obtain the script name.
- getName() - Method in enum org.apache.sysds.common.Builtins
- getName() - Method in class org.apache.sysds.hops.Hop
- getName() - Method in class org.apache.sysds.parser.DataIdentifier
- getName() - Method in class org.apache.sysds.parser.ExpressionList
- getName() - Method in class org.apache.sysds.parser.FunctionStatement
- getName() - Method in class org.apache.sysds.parser.ParameterExpression
- getName() - Method in class org.apache.sysds.parser.StatementBlock
- getName() - Method in class org.apache.sysds.runtime.codegen.SpoofCUDACellwise
- getName() - Method in interface org.apache.sysds.runtime.codegen.SpoofCUDAOperator
- getName() - Method in class org.apache.sysds.runtime.codegen.SpoofCUDARowwise
- getName() - Method in class org.apache.sysds.runtime.instructions.cp.CPOperand
- getName(int) - Method in class org.apache.sysds.runtime.instructions.cp.ListObject
- getNamedInput(String) - Method in class org.apache.sysds.lops.ParameterizedBuiltin
- getNamedInputLop(String) - Method in class org.apache.sysds.lops.Data
- getNamedInputLop(String, String) - Method in class org.apache.sysds.lops.Data
- getNamedNSFunctionStatementBlocks() - Method in class org.apache.sysds.parser.DMLProgram
- getNameHeapAddress() - Method in class org.apache.sysds.runtime.io.hdf5.H5SymbolTableEntry
- getNames() - Method in class org.apache.sysds.runtime.instructions.cp.ListObject
- getNamespace() - Method in class org.apache.sysds.parser.FunctionCallIdentifier
- getNamespace() - Method in class org.apache.sysds.parser.ImportStatement
- getNamespace() - Method in class org.apache.sysds.runtime.instructions.cp.FunctionCallCPInstruction
- getNamespaces() - Method in class org.apache.sysds.parser.DMLProgram
- getNamespaceSafe(Token) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- getNAStrings() - Method in class org.apache.sysds.runtime.io.FileFormatPropertiesCSV
- getNAStrings() - Method in class org.apache.sysds.runtime.transform.TfUtils
- getNativeStagingBuffer(Pointer, long, int) - Static method in class org.apache.sysds.runtime.codegen.SpoofOperator
- getNcols() - Method in class org.apache.sysds.runtime.iogen.CustomProperties
- getNcols() - Method in class org.apache.sysds.runtime.iogen.ReaderMapping
- getNcols() - Method in class org.apache.sysds.runtime.iogen.ReaderMappingIndex
- getNetworkBandwidth() - Method in class org.apache.sysds.resource.CloudInstance
- getNewVal(double) - Method in class org.apache.sysds.runtime.io.hdf5.H5BufferBuilder
- getNextFedDataID() - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederationUtils
- getNextID() - Method in class org.apache.sysds.runtime.controlprogram.parfor.util.IDSequence
-
Creates the next ID, if overflow a RuntimeException is thrown.
- getNextIndexes(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlock
-
Calculates the next index array.
- getNextIndexes(int[]) - Method in class org.apache.sysds.runtime.data.TensorBlock
-
Calculates the next index array.
- getNextIndexes(int[], int[]) - Static method in class org.apache.sysds.runtime.data.TensorBlock
-
Calculates the next index array.
- getNextNumericPosition(int) - Method in class org.apache.sysds.runtime.iogen.RawIndex
- getNextUniqueFilename() - Method in class org.apache.sysds.lops.compile.Dag
- getNextUniqueFilenameSuffix() - Static method in class org.apache.sysds.lops.compile.Dag
- getNextUniqueVarname(Types.DataType) - Static method in class org.apache.sysds.lops.compile.Dag
- getNGramAvgTimes(Statistics.NGramStats[], int, int) - Static method in class org.apache.sysds.utils.Statistics
- getNGramStdDevs(Statistics.NGramStats[], int, int, boolean) - Static method in class org.apache.sysds.utils.Statistics
- getNlines() - Method in class org.apache.sysds.runtime.iogen.ReaderMapping
- getNlines() - Method in class org.apache.sysds.runtime.iogen.ReaderMappingIndex
- getNnz() - Method in class org.apache.sysds.hops.Hop
- getNnz() - Method in class org.apache.sysds.lops.Lop
- getNnz() - Method in class org.apache.sysds.lops.OutputParameters
- getNnz() - Method in class org.apache.sysds.parser.Identifier
- getNnz() - Method in class org.apache.sysds.runtime.controlprogram.caching.MatrixObject
- getNnz() - Method in class org.apache.sysds.runtime.controlprogram.caching.TensorObject
- getNnz() - Method in class org.apache.sysds.runtime.controlprogram.federated.MatrixLineagePair
- getNnz(long, long, double) - Static method in class org.apache.sysds.hops.OptimizerUtils
- getNnz(String, boolean) - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUObject
-
Being allocated is a prerequisite for computing nnz.
- getNnz(GPUContext, String, MatrixObject, boolean) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixCUDA
-
Note: if the matrix is in dense format, it explicitly re-computes the number of nonzeros.
- getNNZ() - Method in class org.apache.sysds.resource.cost.VarStats
- getNodeList() - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode
- getNodeList(OptNode.ExecType) - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode
- getNodeType() - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode
- getNodeType() - Method in class org.apache.sysds.runtime.iogen.MappingTrieNode
- getNonEmptyColumnsIterator(int, int) - Method in class org.apache.sysds.runtime.data.SparseBlockCSC
- getNonEmptyColumnsIterator(int, int) - Method in class org.apache.sysds.runtime.data.SparseBlockMCSC
- getNonEmptyRows() - Method in class org.apache.sysds.runtime.data.SparseBlock
-
Get an iterator over the indices of non-empty rows within the entire sparse block.
- getNonEmptyRows(int, int) - Method in class org.apache.sysds.runtime.data.SparseBlock
-
Get an iterator over the indices of non-zero rows within the sub-block [rl,ru).
- getNonEmptyRowsIterator(int, int) - Method in class org.apache.sysds.runtime.data.SparseBlock
- getNonEmptyRowsIterator(int, int) - Method in class org.apache.sysds.runtime.data.SparseBlockCOO
- getNonEmptyRowsIterator(int, int) - Method in class org.apache.sysds.runtime.data.SparseBlockCSC
- getNonEmptyRowsIterator(int, int) - Method in class org.apache.sysds.runtime.data.SparseBlockCSR
- getNonEmptyRowsIterator(int, int) - Method in class org.apache.sysds.runtime.data.SparseBlockDCSR
- getNonEmptyRowsIterator(int, int) - Method in class org.apache.sysds.runtime.data.SparseBlockMCSC
- getNonEmptyRowsIterator(int, int) - Method in class org.apache.sysds.runtime.data.SparseBlockMCSR
- getNonMVCount(int) - Method in class org.apache.sysds.runtime.transform.encode.EncoderMVImpute
- getNonPartitionedBroadcast() - Method in class org.apache.sysds.runtime.instructions.spark.data.BroadcastObject
- getNonZeros() - Method in class org.apache.sysds.hops.estim.EstimatorBitsetMM.BitsetMatrix
- getNonZeros() - Method in class org.apache.sysds.hops.estim.EstimatorDensityMap.DensityMap
- getNonZeros() - Method in class org.apache.sysds.hops.estim.EstimatorMatrixHistogram.MatrixHistogram
- getNonZeros() - Method in class org.apache.sysds.runtime.data.BasicTensorBlock
- getNonZeros() - Method in class org.apache.sysds.runtime.data.DataTensorBlock
- getNonZeros() - Method in class org.apache.sysds.runtime.data.TensorBlock
- getNonZeros() - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- getNonZeros() - Method in class org.apache.sysds.runtime.matrix.data.MatrixCell
- getNonZeros() - Method in class org.apache.sysds.runtime.matrix.data.MatrixValue
- getNonZeros() - Method in class org.apache.sysds.runtime.meta.DataCharacteristics
- getNonZeros() - Method in class org.apache.sysds.runtime.meta.MatrixCharacteristics
- getNonZeros() - Method in class org.apache.sysds.runtime.meta.TensorCharacteristics
- getNonZeros() - Method in class org.apache.sysds.runtime.util.LongLongDoubleHashMap
- getNonZeros(JavaPairRDD<MatrixIndexes, MatrixBlock>) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.SparkUtils
- getNonZeros(MatrixObject) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.SparkUtils
- getNonZerosBound() - Method in class org.apache.sysds.runtime.meta.DataCharacteristics
- getNonZerosBound() - Method in class org.apache.sysds.runtime.meta.MatrixCharacteristics
- getNonZerosBound() - Method in class org.apache.sysds.runtime.meta.TensorCharacteristics
- getNoOfCompiledSPInst() - Static method in class org.apache.sysds.utils.Statistics
- getNoOfExecutedGPUInst() - Static method in class org.apache.sysds.utils.GPUStatistics
- getNoOfExecutedSPInst() - Static method in class org.apache.sysds.utils.Statistics
- getNotEqualsFnObject() - Static method in class org.apache.sysds.runtime.functionobjects.NotEquals
- getNotFnObject() - Static method in class org.apache.sysds.runtime.functionobjects.Not
- getNrColumnsString() - Method in class org.apache.sysds.runtime.compress.estim.CompressedSizeInfo
- getNrDistinctEmbeddings() - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderWordEmbedding
- getNrDistinctRows() - Method in class org.apache.sysds.runtime.data.DenseBlockFP64DEDUP
- getNrEmbsPerRow() - Method in class org.apache.sysds.runtime.data.DenseBlockFP64DEDUP
- getNrows() - Method in class org.apache.sysds.runtime.iogen.ReaderMapping
- getNrows() - Method in class org.apache.sysds.runtime.iogen.ReaderMappingIndex
- getNrows() - Method in class org.apache.sysds.runtime.iogen.template.TemplateUtil.SplitInfo
- getNthRow(int) - Method in class org.apache.sysds.runtime.matrix.data.LibMatrixCuDNNInputRowFetcher
-
Copy the nth row and return the dense pointer
- getNulls() - Method in class org.apache.sysds.runtime.frame.data.columns.Array
- getNulls() - Method in class org.apache.sysds.runtime.frame.data.columns.OptionalArray
- getNulls() - Method in class org.apache.sysds.runtime.frame.data.columns.StringArray
- getNumberColGroups() - Method in class org.apache.sysds.runtime.compress.estim.CompressedSizeInfo
- getNumberNonZeros(int) - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroup
-
Get the number of nonZeros contained in this column group.
- getNumberNonZeros(int) - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroupValue
- getNumberNonZeros(int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupConst
- getNumberNonZeros(int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupDDCFOR
- getNumberNonZeros(int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupEmpty
- getNumberNonZeros(int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupLinearFunctional
- getNumberNonZeros(int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDC
- getNumberNonZeros(int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCFOR
- getNumberNonZeros(int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingle
- getNumberNonZeros(int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressed
- getNumberNonZeros(int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressedArray
- getNumberNonZeros(int[], int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.DeltaDictionary
- getNumberNonZeros(int[], int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- getNumberNonZeros(int[], int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionary
- getNumberNonZeros(int[], int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionarySlice
- getNumberNonZeros(int[], int) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Calculate the number of non zeros in the dictionary.
- getNumberNonZeros(int[], int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- getNumberNonZeros(int[], int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.PlaceHolderDict
- getNumberNonZeros(int[], int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.QDictionary
- getNumberNonZerosWithReference(int[], double[], int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- getNumberNonZerosWithReference(int[], double[], int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- getNumberNonZerosWithReference(int[], double[], int) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Calculate the number of non zeros in the dictionary.
- getNumberNonZerosWithReference(int[], double[], int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- getNumberOfColumns(int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.DeltaDictionary
- getNumberOfColumns(int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- getNumberOfColumns(int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionary
- getNumberOfColumns(int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionarySlice
- getNumberOfColumns(int) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Get the number of columns in this dictionary, provided you know the number of values, or rows.
- getNumberOfColumns(int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- getNumberOfColumns(int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.PlaceHolderDict
- getNumberOfColumns(int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.QDictionary
- getNumberOfEntries() - Method in class org.apache.sysds.runtime.io.hdf5.H5GroupSymbolTableNode
- getNumberOffsets() - Method in class org.apache.sysds.runtime.compress.colgroup.ASDC
- getNumberOffsets() - Method in class org.apache.sysds.runtime.compress.colgroup.ASDCZero
- getNumberOffsets() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDC
- getNumberOffsets() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCFOR
- getNumberOffsets() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingle
- getNumberOffsets() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingleZeros
- getNumberOffsets() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCZeros
- getNumberOfValues(int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.DeltaDictionary
- getNumberOfValues(int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- getNumberOfValues(int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionary
- getNumberOfValues(int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionarySlice
- getNumberOfValues(int) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Get the number of distinct tuples given that the column group has n columns
- getNumberOfValues(int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- getNumberOfValues(int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.PlaceHolderDict
- getNumberOfValues(int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.QDictionary
- getNumberTokenizeBlocks() - Static method in class org.apache.sysds.conf.ConfigurationManager
- getNumberTrue(boolean[]) - Static method in class org.apache.sysds.runtime.frame.data.lib.FrameLibRemoveEmpty
- getNumBin() - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderBin
- getNumBlocks() - Method in class org.apache.sysds.runtime.meta.DataCharacteristics
- getNumBlocks() - Method in class org.apache.sysds.runtime.meta.TensorCharacteristics
- getNumBlocks(int) - Method in class org.apache.sysds.runtime.meta.DataCharacteristics
- getNumBlocks(int) - Method in class org.apache.sysds.runtime.meta.MatrixCharacteristics
- getNumBlocks(int) - Method in class org.apache.sysds.runtime.meta.TensorCharacteristics
- getNumCacheableData() - Method in class org.apache.sysds.runtime.instructions.cp.ListObject
- getNumColBlocks() - Method in class org.apache.sysds.runtime.meta.DataCharacteristics
- getNumColBlocks() - Method in class org.apache.sysds.runtime.meta.MatrixCharacteristics
- getNumColBlocks() - Method in class org.apache.sysds.runtime.meta.TensorCharacteristics
- getNumCols() - Method in class org.apache.sysds.hops.codegen.cplan.CNode
- getNumCols() - Method in class org.apache.sysds.lops.Lop
- getNumCols() - Method in class org.apache.sysds.lops.OutputParameters
- getNumCols() - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroup
-
Obtain the number of columns in this column group.
- getNumCols() - Method in class org.apache.sysds.runtime.instructions.spark.data.PartitionedBlock
- getNumCols() - Method in class org.apache.sysds.runtime.instructions.spark.data.PartitionedBroadcast
- getNumCols() - Method in class org.apache.sysds.runtime.transform.tokenize.applier.TokenizerApplier
- getNumCols() - Method in class org.apache.sysds.runtime.transform.tokenize.Tokenizer
- getNumColumnBlocks() - Method in class org.apache.sysds.runtime.instructions.spark.data.PartitionedBlock
- getNumColumnBlocks() - Method in class org.apache.sysds.runtime.instructions.spark.data.PartitionedBroadcast
- getNumColumns() - Method in class org.apache.sysds.api.mlcontext.Metadata
-
Obtain the number of columns
- getNumColumns() - Method in class org.apache.sysds.hops.estim.EstimatorBitsetMM.BitsetMatrix
- getNumColumns() - Method in class org.apache.sysds.hops.estim.EstimatorDensityMap.DensityMap
- getNumColumns() - Method in class org.apache.sysds.runtime.compress.bitmap.ABitmap
-
Get the number of columns encoded in this bitmap
- getNumColumns() - Method in class org.apache.sysds.runtime.compress.bitmap.Bitmap
- getNumColumns() - Method in class org.apache.sysds.runtime.compress.bitmap.MultiColBitmap
- getNumColumns() - Method in class org.apache.sysds.runtime.compress.estim.AComEst
-
Get the number of columns in the overall compressing block.
- getNumColumns() - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- getNumColumns() - Method in interface org.apache.sysds.runtime.controlprogram.caching.CacheBlock
- getNumColumns() - Method in class org.apache.sysds.runtime.controlprogram.caching.FrameObject
- getNumColumns() - Method in class org.apache.sysds.runtime.controlprogram.caching.TensorObject
- getNumColumns() - Method in class org.apache.sysds.runtime.controlprogram.federated.MatrixLineagePair
- getNumColumns() - Method in class org.apache.sysds.runtime.data.BasicTensorBlock
- getNumColumns() - Method in class org.apache.sysds.runtime.data.DataTensorBlock
- getNumColumns() - Method in class org.apache.sysds.runtime.data.TensorBlock
- getNumColumns() - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
-
Get the number of columns of the frame block, that is the number of columns defined in the schema.
- getNumColumns() - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- getNumColumns() - Method in class org.apache.sysds.runtime.matrix.data.MatrixCell
- getNumColumns() - Method in class org.apache.sysds.runtime.matrix.data.MatrixValue
- getNumColumns(DataCharacteristics) - Method in class org.apache.sysds.runtime.controlprogram.ParForProgramBlock.PartitionFormat
- getNumColumnsOrig() - Method in class org.apache.sysds.hops.estim.EstimatorDensityMap.DensityMap
- getNumDimBlocks(int) - Method in class org.apache.sysds.runtime.instructions.spark.data.PartitionedBlock
- getNumDims() - Method in class org.apache.sysds.runtime.data.BasicTensorBlock
- getNumDims() - Method in class org.apache.sysds.runtime.data.DataTensorBlock
- getNumDims() - Method in class org.apache.sysds.runtime.data.TensorBlock
- getNumDims() - Method in class org.apache.sysds.runtime.data.TensorIndexes
- getNumDims() - Method in class org.apache.sysds.runtime.meta.DataCharacteristics
- getNumDims() - Method in class org.apache.sysds.runtime.meta.MatrixCharacteristics
- getNumDims() - Method in class org.apache.sysds.runtime.meta.TensorCharacteristics
- getNumDistinct() - Method in class org.apache.sysds.runtime.frame.data.columns.ColumnMetadata
- getNumDistinctValues() - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderRecode
- getNumEvaluatedPlans() - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.Optimizer
- getNumExecutedIterations() - Method in class org.apache.sysds.runtime.controlprogram.parfor.RemoteParForJobReturn
- getNumExecutedTasks() - Method in class org.apache.sysds.runtime.controlprogram.parfor.RemoteParForJobReturn
- getNumExecutors() - Static method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
-
Obtain the number of executors in the cluster (excluding the driver).
- getNumExecutors() - Method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext.SparkClusterConfig
- getNumExtraCols(IndexRange) - Method in class org.apache.sysds.runtime.transform.encode.MultiColumnEncoder
- getNumGPUContexts() - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
-
Gets the number of GPUContexts
- getNumInstructions() - Method in class org.apache.sysds.runtime.controlprogram.BasicProgramBlock
- getNumIntermediates() - Method in class org.apache.sysds.runtime.codegen.SpoofRowwise
- getNumIterations() - Method in class org.apache.sysds.runtime.controlprogram.parfor.TaskPartitioner
- getNumIterations() - Method in class org.apache.sysds.runtime.controlprogram.ParForProgramBlock
- getNumIterations(ForStatementBlock, long) - Static method in class org.apache.sysds.hops.OptimizerUtils
- getNumIterations(ForProgramBlock, long) - Static method in class org.apache.sysds.hops.OptimizerUtils
- getNumIterations(ForProgramBlock, LocalVariableMap, long) - Static method in class org.apache.sysds.hops.OptimizerUtils
- getNumNonZeros() - Method in class org.apache.sysds.api.mlcontext.Metadata
-
Obtain the number of non-zero values
- getNumNonZerosInOffset(int) - Method in class org.apache.sysds.runtime.compress.bitmap.ABitmap
-
Get the number of non zeros in a specific offset's tuple value.
- getNumNonZerosInOffset(int) - Method in class org.apache.sysds.runtime.compress.bitmap.Bitmap
- getNumNonZerosInOffset(int) - Method in class org.apache.sysds.runtime.compress.bitmap.MultiColBitmap
- getNumOffs() - Method in class org.apache.sysds.runtime.compress.estim.CompressedSizeInfoColGroup
-
Number of offsets, or number of non zero values.
- getNumOffsets() - Method in class org.apache.sysds.runtime.compress.bitmap.ABitmap
-
Get the sum of offsets contained.
- getNumOffsets(int) - Method in class org.apache.sysds.runtime.compress.bitmap.ABitmap
-
Get the number of offsets for a specific unique offset.
- getNumOutCols() - Method in class org.apache.sysds.runtime.transform.encode.MultiColumnEncoder
- getNumOutputs() - Method in class org.apache.sysds.runtime.instructions.cp.MultiReturnBuiltinCPInstruction
- getNumOutputs() - Method in class org.apache.sysds.runtime.instructions.cp.MultiReturnComplexMatrixBuiltinCPInstruction
- getNumParams() - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedRequest
- getNumParts(DataCharacteristics) - Method in class org.apache.sysds.runtime.controlprogram.ParForProgramBlock.PartitionFormat
- getNumPinnedObjects() - Static method in class org.apache.sysds.utils.Statistics
- getNumPointers() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPULazyCudaFreeMemoryManager
-
Get total number of rmvared pointers
- getNumPreferredPartitions(DataCharacteristics) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.SparkUtils
- getNumPreferredPartitions(DataCharacteristics, boolean) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.SparkUtils
- getNumPreferredPartitions(DataCharacteristics, JavaPairRDD<?, ?>) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.SparkUtils
- getNumReferences() - Method in class org.apache.sysds.runtime.instructions.spark.data.LineageObject
- getNumRemovedRows() - Method in class org.apache.sysds.runtime.transform.encode.EncoderOmit
- getNumRemovedRows(boolean[]) - Method in class org.apache.sysds.runtime.transform.encode.EncoderOmit
- getNumRemovedRowsColumns() - Method in enum org.apache.sysds.common.Types.CorrectionLocationType
- getNumRmRows() - Method in class org.apache.sysds.runtime.transform.meta.TfOffsetMap
- getNumRowBlocks() - Method in class org.apache.sysds.runtime.instructions.spark.data.PartitionedBlock
- getNumRowBlocks() - Method in class org.apache.sysds.runtime.instructions.spark.data.PartitionedBroadcast
- getNumRowBlocks() - Method in class org.apache.sysds.runtime.meta.DataCharacteristics
- getNumRowBlocks() - Method in class org.apache.sysds.runtime.meta.MatrixCharacteristics
- getNumRowBlocks() - Method in class org.apache.sysds.runtime.meta.TensorCharacteristics
- getNumRows() - Method in class org.apache.sysds.api.mlcontext.Metadata
-
Obtain the number of rows
- getNumRows() - Method in class org.apache.sysds.hops.codegen.cplan.CNode
- getNumRows() - Method in class org.apache.sysds.hops.estim.EstimatorBitsetMM.BitsetMatrix
- getNumRows() - Method in class org.apache.sysds.hops.estim.EstimatorDensityMap.DensityMap
- getNumRows() - Method in class org.apache.sysds.lops.Lop
- getNumRows() - Method in class org.apache.sysds.lops.OutputParameters
- getNumRows() - Method in class org.apache.sysds.runtime.compress.colgroup.ASDC
- getNumRows() - Method in class org.apache.sysds.runtime.compress.colgroup.ASDCZero
- getNumRows() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupLinearFunctional
- getNumRows() - Method in class org.apache.sysds.runtime.compress.estim.AComEst
-
Get the number of rows in the overall compressing block.
- getNumRows() - Method in class org.apache.sysds.runtime.compress.estim.CompressedSizeInfoColGroup
- getNumRows() - Method in class org.apache.sysds.runtime.compress.estim.encoding.SparseEncoding
- getNumRows() - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- getNumRows() - Method in interface org.apache.sysds.runtime.controlprogram.caching.CacheBlock
- getNumRows() - Method in class org.apache.sysds.runtime.controlprogram.caching.FrameObject
- getNumRows() - Method in class org.apache.sysds.runtime.controlprogram.caching.TensorObject
- getNumRows() - Method in class org.apache.sysds.runtime.controlprogram.federated.MatrixLineagePair
- getNumRows() - Method in class org.apache.sysds.runtime.data.BasicTensorBlock
- getNumRows() - Method in class org.apache.sysds.runtime.data.DataTensorBlock
- getNumRows() - Method in class org.apache.sysds.runtime.data.TensorBlock
- getNumRows() - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
-
Get the number of rows of the frame block.
- getNumRows() - Method in class org.apache.sysds.runtime.instructions.spark.data.PartitionedBlock
- getNumRows() - Method in class org.apache.sysds.runtime.instructions.spark.data.PartitionedBroadcast
- getNumRows() - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- getNumRows() - Method in class org.apache.sysds.runtime.matrix.data.MatrixCell
- getNumRows() - Method in class org.apache.sysds.runtime.matrix.data.MatrixValue
- getNumRows(DataCharacteristics) - Method in class org.apache.sysds.runtime.controlprogram.ParForProgramBlock.PartitionFormat
- getNumRows(DocumentRepresentation[]) - Method in class org.apache.sysds.runtime.transform.tokenize.applier.TokenizerApplier
- getNumRows(DocumentRepresentation[]) - Method in class org.apache.sysds.runtime.transform.tokenize.applier.TokenizerApplierCount
- getNumRows(DocumentRepresentation[]) - Method in class org.apache.sysds.runtime.transform.tokenize.applier.TokenizerApplierHash
- getNumRows(DocumentRepresentation[]) - Method in class org.apache.sysds.runtime.transform.tokenize.applier.TokenizerApplierPosition
- getNumRowsEstimate() - Method in class org.apache.sysds.runtime.transform.tokenize.Tokenizer
- getNumRowsOrig() - Method in class org.apache.sysds.hops.estim.EstimatorDensityMap.DensityMap
- getNumSkipPlans(boolean[]) - Method in class org.apache.sysds.hops.codegen.opt.ReachabilityGraph
- getNumStatementBlocks() - Method in class org.apache.sysds.parser.DMLProgram
- getNumStatements() - Method in class org.apache.sysds.parser.StatementBlock
- getNumStorageVolumes() - Method in class org.apache.sysds.resource.CloudInstance
- getNumSubTokens() - Method in class org.apache.sysds.runtime.transform.tokenize.Token
- getNumTasks() - Static method in class org.apache.sysds.hops.OptimizerUtils
-
Returns the number of tasks that potentially run in parallel.
- getNumThreads() - Static method in class org.apache.sysds.conf.ConfigurationManager
- getNumThreads() - Method in class org.apache.sysds.runtime.instructions.cp.MMChainCPInstruction
- getNumThreads() - Method in class org.apache.sysds.runtime.instructions.cp.MMTSJCPInstruction
- getNumThreads() - Method in class org.apache.sysds.runtime.instructions.cp.QuantileSortCPInstruction
- getNumThreads() - Method in class org.apache.sysds.runtime.matrix.operators.MultiThreadedOperator
- getNumTotalPlans() - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.Optimizer
- getNumVals() - Method in class org.apache.sysds.runtime.compress.estim.CompressedSizeInfoColGroup
-
Note cardinality is the same as number of distinct values.
- getNumValues() - Method in class org.apache.sysds.runtime.compress.bitmap.ABitmap
-
Obtain number of distinct value groups in the column.
- getNumValues() - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroup
-
Obtain number of distinct tuples in contained sets of values associated with this column group.
- getNumValues() - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroupValue
- getNumValues() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupConst
- getNumValues() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupEmpty
- getNumValues() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupLinearFunctional
- getNumValues() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressed
- getNumValues() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressedArray
- getNumVectorIntermediates() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeRow
- getNumWorkers() - Method in class org.apache.sysds.runtime.controlprogram.paramserv.ParamServer
- getNumZeros() - Method in class org.apache.sysds.runtime.compress.bitmap.ABitmap
-
Get the number of zero tuples contained in this bitmap.
- getObjectHeaderAddress() - Method in class org.apache.sysds.runtime.io.hdf5.H5SymbolTableEntry
- getObjectHeaderVersion() - Method in class org.apache.sysds.runtime.io.hdf5.H5RootObject
- getObjectModificationTimeVersion() - Method in class org.apache.sysds.runtime.io.hdf5.H5RootObject
- getObjectRowIterator(FrameBlock) - Static method in interface org.apache.sysds.runtime.frame.data.iterators.IteratorFactory
-
Get a row iterator over the frame where all fields are encoded as boxed objects according to their value types.
- getObjectRowIterator(FrameBlock, int) - Static method in interface org.apache.sysds.runtime.frame.data.iterators.IteratorFactory
-
Get a row iterator over the frame where all selected fields are encoded as objects according to their value types.
- getObjectRowIterator(FrameBlock, int[]) - Static method in interface org.apache.sysds.runtime.frame.data.iterators.IteratorFactory
-
Get a row iterator over the frame where all selected fields are encoded as boxed objects according to their value types.
- getObjectRowIterator(FrameBlock, int, int) - Static method in interface org.apache.sysds.runtime.frame.data.iterators.IteratorFactory
-
Get a row iterator over the frame where all fields are encoded as boxed objects according to their value types.
- getObjectRowIterator(FrameBlock, int, int, int) - Static method in interface org.apache.sysds.runtime.frame.data.iterators.IteratorFactory
-
Get a row iterator over the frame where all selected fields are encoded as boxed objects according to their value types.
- getObjectRowIterator(FrameBlock, int, int, int[]) - Static method in interface org.apache.sysds.runtime.frame.data.iterators.IteratorFactory
-
Get a row iterator over the frame where all selected fields are encoded as boxed objects according to their value types.
- getObjectRowIterator(FrameBlock, Types.ValueType[]) - Static method in interface org.apache.sysds.runtime.frame.data.iterators.IteratorFactory
-
Get a row iterator over the frame where all fields are encoded as boxed objects according to the value types of the provided target schema.
- getOccurrences() - Method in class org.apache.sysds.utils.stats.NGramBuilder.NGramEntry
- getOffset() - Method in class org.apache.sysds.utils.stats.NGramBuilder.NGramEntry
- getOffset(long) - Method in class org.apache.sysds.runtime.transform.meta.TfOffsetMap
- getOffsetColumnIndexFnObject(int) - Static method in class org.apache.sysds.runtime.functionobjects.OffsetColumnIndex
- getOffsetIterator() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.AOffset
-
Get an OffsetIterator of current offsets not maintaining the data index.
- getOffsetIterator() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetByte
- getOffsetIterator() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetByteNZ
- getOffsetIterator() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetByteUNZ
- getOffsetIterator() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetChar
- getOffsetIterator() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetEmpty
- getOffsetIterator() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetSingle
- getOffsetIterator() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetTwo
- getOffsetList() - Method in class org.apache.sysds.runtime.compress.bitmap.ABitmap
-
Get all the offset lists.
- getOffsetPerSplit(int) - Method in class org.apache.sysds.runtime.iogen.template.TemplateUtil.SplitOffsetInfos
- getOffsets() - Method in interface org.apache.sysds.runtime.compress.colgroup.AOffsetsGroup
- getOffsets() - Method in class org.apache.sysds.runtime.compress.colgroup.ASDC
- getOffsets() - Method in class org.apache.sysds.runtime.compress.colgroup.ASDCZero
- getOffsets() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupConst
- getOffsets() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupEmpty
- getOffsets() - Method in class org.apache.sysds.runtime.compress.estim.encoding.SparseEncoding
- getOffsetsIndex() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.AIterator
-
Get the current offsets index, that points to the underlying offsets list.
- getOffsetsList(int) - Method in class org.apache.sysds.runtime.compress.bitmap.ABitmap
-
Get a specific offset list.
- getOffsetToFirst() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.AOffset
-
Get the offset to the first index
- getOffsetToFirst() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.AOffsetByte
- getOffsetToFirst() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetChar
- getOffsetToFirst() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetEmpty
- getOffsetToFirst() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetSingle
- getOffsetToFirst() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetTwo
- getOffsetToHeadOfFreeList() - Method in class org.apache.sysds.runtime.io.hdf5.H5LocalHeap
- getOffsetToLast() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.AOffset
-
Get the offset to the last value
- getOffsetToLast() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.AOffsetByte
- getOffsetToLast() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetChar
- getOffsetToLast() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetEmpty
- getOffsetToLast() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetSingle
- getOffsetToLast() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetTwo
- getOp() - Method in class org.apache.sysds.hops.AggUnaryOp
- getOp() - Method in class org.apache.sysds.hops.BinaryOp
- getOp() - Method in class org.apache.sysds.hops.DataGenOp
- getOp() - Method in class org.apache.sysds.hops.DataOp
- getOp() - Method in class org.apache.sysds.hops.DnnOp
- getOp() - Method in class org.apache.sysds.hops.estim.MMNode
- getOp() - Method in class org.apache.sysds.hops.NaryOp
- getOp() - Method in class org.apache.sysds.hops.ParameterizedBuiltinOp
- getOp() - Method in class org.apache.sysds.hops.QuaternaryOp
- getOp() - Method in class org.apache.sysds.hops.ReorgOp
- getOp() - Method in class org.apache.sysds.hops.TernaryOp
- getOp() - Method in class org.apache.sysds.hops.UnaryOp
- getOp() - Method in class org.apache.sysds.lops.DnnTransform
-
method to get operation type
- getOp() - Method in class org.apache.sysds.lops.Nary
- getOp() - Method in class org.apache.sysds.lops.ParameterizedBuiltin
- getOp() - Method in class org.apache.sysds.lops.Transform
-
method to get operation type
- getOpByRow() - Method in class org.apache.sysds.runtime.instructions.cp.ReshapeCPInstruction
- getOpByRow() - Method in class org.apache.sysds.runtime.instructions.spark.MatrixReshapeSPInstruction
- getOpCacheHits() - Static method in class org.apache.sysds.utils.stats.CodegenStatistics
- getOpCacheTotal() - Static method in class org.apache.sysds.utils.stats.CodegenStatistics
- getOpcode() - Method in class org.apache.sysds.runtime.instructions.Instruction
- getOpcode() - Method in class org.apache.sysds.runtime.lineage.LineageItem
- getOpcode(Types.AggOp, Types.Direction) - Static method in class org.apache.sysds.lops.PartialAggregate
- getOpcode(Types.OpOp2) - Static method in class org.apache.sysds.lops.BinaryM
- getOpCode() - Method in class org.apache.sysds.lops.UnaryCP
- getOpCode() - Method in class org.apache.sysds.parser.BinaryExpression
- getOpCode() - Method in class org.apache.sysds.parser.BooleanExpression
- getOpCode() - Method in class org.apache.sysds.parser.BuiltinFunctionExpression
- getOpCode() - Method in class org.apache.sysds.parser.DataExpression
- getOpCode() - Method in class org.apache.sysds.parser.FunctionCallIdentifier
- getOpCode() - Method in class org.apache.sysds.parser.ParameterizedBuiltinFunctionExpression
- getOpCode() - Method in class org.apache.sysds.parser.RelationalExpression
- getOpCode(String) - Static method in class org.apache.sysds.runtime.instructions.InstructionUtils
- getOpCols() - Method in class org.apache.sysds.runtime.instructions.cp.ReshapeCPInstruction
- getOpCols() - Method in class org.apache.sysds.runtime.instructions.spark.MatrixReshapeSPInstruction
- getOpDims() - Method in class org.apache.sysds.runtime.instructions.cp.ReshapeCPInstruction
- getOperationType() - Method in class org.apache.sysds.lops.Binary
- getOperationType() - Method in class org.apache.sysds.lops.BinaryM
- getOperationType() - Method in class org.apache.sysds.lops.BinaryScalar
- getOperationType() - Method in class org.apache.sysds.lops.Ctable
-
method to get operation type
- getOperationType() - Method in class org.apache.sysds.lops.Data
-
method to get operation type, i.e.
- getOperationType() - Method in class org.apache.sysds.lops.PickByCount
- getOperationType() - Method in class org.apache.sysds.runtime.instructions.cp.QuantilePickCPInstruction
- getOperationType() - Method in class org.apache.sysds.runtime.instructions.spark.QuantilePickSPInstruction
- getOperationType(String) - Static method in class org.apache.sysds.lops.Ctable
- getOperator() - Method in class org.apache.sysds.runtime.instructions.cp.BinaryCPInstruction
- getOperator() - Method in class org.apache.sysds.runtime.instructions.Instruction
- getOperatorClass() - Method in class org.apache.sysds.runtime.instructions.cp.SpoofCPInstruction
- getOperatorClass() - Method in class org.apache.sysds.runtime.instructions.spark.SpoofSPInstruction
- getOperatorType() - Method in class org.apache.sysds.runtime.matrix.operators.CountDistinctOperator
- getOpRows() - Method in class org.apache.sysds.runtime.instructions.cp.ReshapeCPInstruction
- getOpRows() - Method in class org.apache.sysds.runtime.instructions.spark.MatrixReshapeSPInstruction
- getOps() - Method in class org.apache.sysds.runtime.compress.workload.AWTreeNode
- getOpString() - Method in class org.apache.sysds.hops.AggBinaryOp
- getOpString() - Method in class org.apache.sysds.hops.AggUnaryOp
- getOpString() - Method in class org.apache.sysds.hops.BinaryOp
- getOpString() - Method in class org.apache.sysds.hops.codegen.SpoofFusedOp
- getOpString() - Method in class org.apache.sysds.hops.DataGenOp
- getOpString() - Method in class org.apache.sysds.hops.DataOp
- getOpString() - Method in class org.apache.sysds.hops.DnnOp
- getOpString() - Method in class org.apache.sysds.hops.FunctionOp
- getOpString() - Method in class org.apache.sysds.hops.Hop
- getOpString() - Method in class org.apache.sysds.hops.IndexingOp
- getOpString() - Method in class org.apache.sysds.hops.LeftIndexingOp
- getOpString() - Method in class org.apache.sysds.hops.LiteralOp
- getOpString() - Method in class org.apache.sysds.hops.NaryOp
- getOpString() - Method in class org.apache.sysds.hops.ParameterizedBuiltinOp
- getOpString() - Method in class org.apache.sysds.hops.QuaternaryOp
- getOpString() - Method in class org.apache.sysds.hops.ReorgOp
- getOpString() - Method in class org.apache.sysds.hops.TernaryOp
- getOpString() - Method in class org.apache.sysds.hops.UnaryOp
- getOptCount() - Static method in class org.apache.sysds.utils.stats.ParForStatistics
- getOptimalSolution() - Method in class org.apache.sysds.resource.enumeration.Enumerator
-
Meant to be used for testing purposes
- getOptimizationMode() - Method in class org.apache.sysds.runtime.controlprogram.ParForProgramBlock
- getOptLevel() - Static method in class org.apache.sysds.hops.OptimizerUtils
- getOptMode() - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.Optimizer
- getOptMode() - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptimizerConstrained
- getOptMode() - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptimizerHeuristic
- getOptMode() - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptimizerRuleBased
- getOptNode(long) - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptTreePlanMapping
- getOptStrategy() - Method in class org.apache.sysds.resource.enumeration.Enumerator
-
Meant to be used for testing purposes
- getOptTime() - Static method in class org.apache.sysds.utils.stats.ParForStatistics
- getOpType() - Method in class org.apache.sysds.lops.SortKeys
- getOrCreate(ColIndexes, ColIndexes, ColIndexes) - Method in class org.apache.sysds.runtime.compress.cocode.Memorizer
- getOrCreate(ColIndexes, ColIndexes, ColIndexes) - Method in class org.apache.sysds.runtime.compress.cocode.MemorizerV2
- getOrCreate(CPOperand) - Method in class org.apache.sysds.runtime.lineage.Lineage
- getOrCreate(CPOperand) - Method in class org.apache.sysds.runtime.lineage.LineageMap
- getOrCreateLineageItem(CPOperand) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- getOrDefault(PropertiesConfiguration, String, String) - Static method in class org.apache.sysds.resource.ResourceOptimizer
- getOrDefault(T, int) - Method in class org.apache.sysds.runtime.compress.utils.ACountHashMap
- getOrder() - Method in class org.apache.sysds.runtime.io.hdf5.H5DoubleDataType
- getOrFnObject() - Static method in class org.apache.sysds.runtime.functionobjects.Or
- getOrigDim1() - Method in class org.apache.sysds.parser.IndexedIdentifier
- getOrigDim2() - Method in class org.apache.sysds.parser.IndexedIdentifier
- getOtherInput(Hop, Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- getOutDim1() - Method in class org.apache.sysds.runtime.instructions.cp.CtableCPInstruction
- getOutDim1() - Method in class org.apache.sysds.runtime.instructions.spark.CtableSPInstruction
- getOutDim2() - Method in class org.apache.sysds.runtime.instructions.cp.CtableCPInstruction
- getOutDim2() - Method in class org.apache.sysds.runtime.instructions.spark.CtableSPInstruction
- getOuterNonZeros(long, long, long, long, Types.OpOp2) - Static method in class org.apache.sysds.hops.OptimizerUtils
- getOuterProdType() - Method in class org.apache.sysds.runtime.codegen.SpoofOuterProduct
- getOuterProductType(Hop, Hop, Hop, Hop) - Static method in class org.apache.sysds.hops.codegen.template.TemplateUtils
- getOutProdType() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeOuterProduct
- getOutput() - Method in class org.apache.sysds.hops.codegen.cplan.CNode
- getOutput() - Method in class org.apache.sysds.parser.Expression
-
Obtain identifier.
- getOutput() - Method in class org.apache.sysds.parser.ExpressionList
- getOutput() - Method in class org.apache.sysds.runtime.instructions.cp.BuiltinNaryCPInstruction
- getOutput() - Method in class org.apache.sysds.runtime.instructions.cp.ComputationCPInstruction
- getOutput() - Method in class org.apache.sysds.runtime.instructions.cp.SqlCPInstruction
- getOutput() - Method in class org.apache.sysds.runtime.instructions.cp.VariableCPInstruction
- getOutput() - Method in class org.apache.sysds.runtime.instructions.spark.SpoofSPInstruction
- getOutput(int) - Method in class org.apache.sysds.runtime.instructions.cp.MultiReturnBuiltinCPInstruction
- getOutput(int) - Method in class org.apache.sysds.runtime.instructions.cp.MultiReturnComplexMatrixBuiltinCPInstruction
- getOutput(int) - Method in class org.apache.sysds.runtime.instructions.cp.MultiReturnParameterizedBuiltinCPInstruction
- getOutput(int) - Method in class org.apache.sysds.runtime.instructions.fed.MultiReturnParameterizedBuiltinFEDInstruction
- getOutput2() - Method in class org.apache.sysds.runtime.instructions.cp.ListAppendRemoveCPInstruction
- getOutputDimType() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeCell
- getOutputDimType() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeMultiAgg
- getOutputDimType() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeOuterProduct
- getOutputDimType() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeRow
- getOutputDimType() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeTpl
- getOutputEmptyBlocks() - Method in class org.apache.sysds.runtime.instructions.spark.ReblockSPInstruction
- getOutputIds() - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedUDF
- getOutputIds() - Method in class org.apache.sysds.runtime.instructions.fed.MultiReturnParameterizedBuiltinFEDInstruction.ExecuteFrameEncoder
- getOutputIds() - Method in class org.apache.sysds.runtime.instructions.fed.ParameterizedBuiltinFEDInstruction.DecodeMatrix
- getOutputIds() - Method in class org.apache.sysds.runtime.instructions.fed.ReorgFEDInstruction.DiagMatrix
- getOutputIds() - Method in class org.apache.sysds.runtime.instructions.fed.ReorgFEDInstruction.Rdiag
- getOutputIds() - Method in class org.apache.sysds.runtime.instructions.fed.ReorgFEDInstruction.SliceMatrix
- getOutputMemEstimate() - Method in class org.apache.sysds.hops.Hop
-
Output memory estimate in bytes.
- getOutputMemEstimate(double) - Method in class org.apache.sysds.hops.Hop
-
Output memory estimate in bytes with negative memory estimates replaced by the injected default.
- getOutputMemoryEstimate() - Method in class org.apache.sysds.lops.Lop
- getOutputNames() - Method in class org.apache.sysds.runtime.instructions.cp.MultiReturnBuiltinCPInstruction
- getOutputNames() - Method in class org.apache.sysds.runtime.instructions.cp.MultiReturnComplexMatrixBuiltinCPInstruction
- getOutputNames() - Method in class org.apache.sysds.runtime.instructions.cp.MultiReturnParameterizedBuiltinCPInstruction
- getOutputNamesofSB() - Method in class org.apache.sysds.parser.StatementBlock
- getOutputParameters() - Method in class org.apache.sysds.lops.Lop
-
Method to get output parameters
- getOutputParamNames() - Method in class org.apache.sysds.runtime.controlprogram.FunctionProgramBlock
- getOutputParams() - Method in class org.apache.sysds.parser.FunctionStatement
- getOutputParams() - Method in class org.apache.sysds.runtime.controlprogram.FunctionProgramBlock
- getOutputRow(int, List<Map<T, E>>) - Method in class org.apache.sysds.runtime.transform.tokenize.applier.TokenizerApplier
- getOutputRow(int, DocumentRepresentation[]) - Method in class org.apache.sysds.runtime.transform.tokenize.applier.TokenizerApplier
- getOutputs() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeMultiAgg
- getOutputs() - Method in class org.apache.sysds.hops.FunctionOp
- getOutputs() - Method in class org.apache.sysds.lops.Lop
-
Method to get output of Lops
- getOutputs() - Method in class org.apache.sysds.parser.Expression
-
Obtain identifiers.
- getOutputs() - Method in class org.apache.sysds.runtime.instructions.cp.MultiReturnBuiltinCPInstruction
- getOutputs() - Method in class org.apache.sysds.runtime.instructions.cp.MultiReturnComplexMatrixBuiltinCPInstruction
- getOutputs() - Method in class org.apache.sysds.runtime.instructions.cp.MultiReturnParameterizedBuiltinCPInstruction
- getOutputs() - Method in class org.apache.sysds.runtime.instructions.spark.MultiReturnParameterizedBuiltinSPInstruction
- getOutputsofSB() - Method in class org.apache.sysds.parser.StatementBlock
- getOutputVariableName() - Method in class org.apache.sysds.runtime.instructions.cp.ComputationCPInstruction
- getOutputVariableName() - Method in class org.apache.sysds.runtime.instructions.cp.SqlCPInstruction
- getOutputVariableName() - Method in class org.apache.sysds.runtime.instructions.cp.VariableCPInstruction
- getOutputVariableName() - Method in class org.apache.sysds.runtime.instructions.fed.ComputationFEDInstruction
- getOutputVariableName() - Method in class org.apache.sysds.runtime.instructions.spark.ComputationSPInstruction
- getOutputVariableNames() - Method in class org.apache.sysds.hops.FunctionOp
- getOutputVariables() - Method in class org.apache.sysds.api.mlcontext.Script
-
Obtain the output variable names as an unmodifiable set of strings.
- getOutSchema() - Method in class org.apache.sysds.runtime.transform.tokenize.applier.TokenizerApplier
- getOutSchema() - Method in class org.apache.sysds.runtime.transform.tokenize.applier.TokenizerApplierCount
- getOutSchema() - Method in class org.apache.sysds.runtime.transform.tokenize.applier.TokenizerApplierHash
- getOutSchema() - Method in class org.apache.sysds.runtime.transform.tokenize.applier.TokenizerApplierPosition
- getOverlappingDecompressions() - Method in class org.apache.sysds.runtime.compress.cost.InstructionTypeCounter
- getP(long, long, long, long) - Static method in class org.apache.sysds.runtime.util.DnnUtils
- getPage(int) - Static method in class org.apache.sysds.runtime.controlprogram.caching.PageCache
- getPairList(CacheBlock<?>) - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheBlockFactory
- getParallelApplyBlocks() - Static method in class org.apache.sysds.conf.ConfigurationManager
- getParallelBinaryReadParallelism() - Static method in class org.apache.sysds.hops.OptimizerUtils
- getParallelBinaryWriteParallelism() - Static method in class org.apache.sysds.hops.OptimizerUtils
- getParallelBuildBlocks() - Static method in class org.apache.sysds.conf.ConfigurationManager
- getParallelTextReadParallelism() - Static method in class org.apache.sysds.hops.OptimizerUtils
-
Returns the degree of parallelism used for parallel text read.
- getParallelTextWriteParallelism() - Static method in class org.apache.sysds.hops.OptimizerUtils
-
Returns the degree of parallelism used for parallel text write.
- getParam(int) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedRequest
- getParam(String) - Method in class org.apache.sysds.hops.DataGenOp
- getParam(String) - Method in class org.apache.sysds.runtime.instructions.cp.ParameterizedBuiltinCPInstruction
- getParam(String) - Method in class org.apache.sysds.runtime.instructions.fed.ParameterizedBuiltinFEDInstruction
- getParam(OptNode.ParamType) - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode
- getParamBuiltinFunctionExpression(ParserRuleContext, String, ArrayList<ParameterExpression>, String) - Static method in class org.apache.sysds.parser.ParameterizedBuiltinFunctionExpression
- getParameterHop(String) - Method in class org.apache.sysds.hops.ParameterizedBuiltinOp
- getParameterIndex(String) - Method in class org.apache.sysds.hops.DataOp
- getParameterizedBuiltinFnObject(String) - Static method in class org.apache.sysds.runtime.functionobjects.ParameterizedBuiltin
- getParameterizedBuiltinFnObject(String, String) - Static method in class org.apache.sysds.runtime.functionobjects.ParameterizedBuiltin
- getParameterizedBuiltinInstTime(ParameterizedBuiltinCPInstruction, VarStats, VarStats, IOCostUtils.IOMetrics) - Static method in class org.apache.sysds.resource.cost.CPCostUtils
- getParameterizedBuiltinInstTime(ParameterizedBuiltinSPInstruction, VarStats, VarStats, VarStats, IOCostUtils.IOMetrics, IOCostUtils.IOMetrics) - Static method in class org.apache.sysds.resource.cost.SparkCostUtils
- getParameterMap() - Method in class org.apache.sysds.runtime.instructions.cp.ParameterizedBuiltinCPInstruction
- getParameterMap() - Method in class org.apache.sysds.runtime.instructions.fed.ParameterizedBuiltinFEDInstruction
- getParameterMap() - Method in class org.apache.sysds.runtime.instructions.spark.ParameterizedBuiltinSPInstruction
- getParamExprs() - Method in class org.apache.sysds.parser.FunctionCallIdentifier
- getParamIndex(String) - Method in class org.apache.sysds.hops.DataGenOp
- getParamIndexMap() - Method in class org.apache.sysds.hops.DataGenOp
- getParamIndexMap() - Method in class org.apache.sysds.hops.ParameterizedBuiltinOp
- getParamMap(FunctionOp) - Static method in class org.apache.sysds.hops.fedplanner.FederatedPlannerUtils
-
Return parameter map containing the mapping from parameter name to input hop for all parameters of the function hop.
- getParams() - Method in class org.apache.sysds.runtime.instructions.spark.ParameterizedBuiltinSPInstruction
- getParamservPseudoFunctionCalls() - Method in class org.apache.sysds.hops.ParameterizedBuiltinOp
- getParent() - Method in class org.apache.sysds.hops.Hop
- getParent() - Method in class org.apache.sysds.runtime.compress.workload.OpMetadata
- getParForParam(String) - Method in class org.apache.sysds.runtime.controlprogram.ParForProgramBlock
- getParForParams() - Method in class org.apache.sysds.parser.IterablePredicate
- getParForParams() - Method in class org.apache.sysds.runtime.controlprogram.ParForProgramBlock
- getParsedBuiltinFunctions() - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- getParsedBuiltinFunctionsNs() - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- getParseExceptionList() - Method in class org.apache.sysds.parser.Expression
- getParseIssues() - Method in class org.apache.sysds.parser.dml.CustomErrorListener
-
Obtain the list of parse issues.
- getParseIssues() - Method in exception org.apache.sysds.parser.ParseException
-
Obtain the list of parse issues that occurred.
- getParseIssues() - Method in class org.apache.sysds.parser.ParserWrapper
- getParseIssueType() - Method in class org.apache.sysds.parser.dml.CustomErrorListener.ParseIssue
-
Obtain the type of the parse issue.
- getPartFileName(int) - Static method in class org.apache.sysds.runtime.io.IOUtilFunctions
- getPartialBuildTask(CacheBlock<?>, int, int, HashMap<Integer, Object>, int) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoder
- getPartialBuildTask(CacheBlock<?>, int, int, HashMap<Integer, Object>, int) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderBagOfWords
- getPartialBuildTask(CacheBlock<?>, int, int, HashMap<Integer, Object>, int) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderBin
- getPartialBuildTask(CacheBlock<?>, int, int, HashMap<Integer, Object>, int) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderRecode
- getPartialCTableTask(MatrixBlock, MatrixBlock, MatrixBlock, int, int, ArrayList<CTableMap>) - Method in class org.apache.sysds.runtime.functionobjects.CTable
- getPartialDecryption(CiphertextMatrix[]) - Method in class org.apache.sysds.runtime.controlprogram.paramserv.FederatedPSControlThread
- getPartialMergeBuildTask(HashMap<Integer, ?>) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoder
- getPartialMergeBuildTask(HashMap<Integer, ?>) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderBagOfWords
- getPartialMergeBuildTask(HashMap<Integer, ?>) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderBin
- getPartialMergeBuildTask(HashMap<Integer, ?>) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderRecode
- getPartialPublicKey() - Method in class org.apache.sysds.runtime.controlprogram.paramserv.FederatedPSControlThread
- getPartialTokenDictionary() - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderBagOfWords
- getPartition() - Method in class org.apache.sysds.hops.codegen.opt.PlanPartition
- getPartition(Object) - Method in class org.apache.sysds.runtime.instructions.spark.data.BlockPartitioner
- getPartitionedBroadcast() - Method in class org.apache.sysds.runtime.instructions.spark.data.BroadcastObject
- getPartitionFileName(IndexRange, int) - Method in class org.apache.sysds.runtime.controlprogram.caching.MatrixObject
- getPartitionFormat() - Method in class org.apache.sysds.runtime.controlprogram.caching.MatrixObject
- getPartitionSize() - Method in class org.apache.sysds.runtime.controlprogram.caching.MatrixObject
- getPartType() - Method in enum org.apache.sysds.hops.fedplanner.FTypes.FType
- getPath() - Method in class org.apache.sysds.runtime.lineage.LineageDedupBlock
- getPathMaps() - Method in class org.apache.sysds.runtime.lineage.LineageDedupBlock
- getPathValue() - Method in class org.apache.sysds.parser.PathStatement
- getPattern() - Method in class org.apache.sysds.runtime.matrix.operators.UnaryOperator
- getPatternValue() - Method in class org.apache.sysds.runtime.iogen.MappingProperties
- getPatternValueType() - Method in class org.apache.sysds.runtime.iogen.MappingProperties
- getPdf() - Method in class org.apache.sysds.runtime.instructions.cp.DataGenCPInstruction
- getPdf() - Method in class org.apache.sysds.runtime.instructions.spark.RandSPInstruction
- getPdfParams() - Method in class org.apache.sysds.runtime.instructions.cp.DataGenCPInstruction
- getPdfParams() - Method in class org.apache.sysds.runtime.instructions.spark.RandSPInstruction
- getPID() - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedRequest
- getPinnedDataSize() - Method in class org.apache.sysds.runtime.controlprogram.LocalVariableMap
- getPipelineID() - Method in class org.apache.sysds.lops.Lop
- getPlanarConfiguration() - Method in class org.apache.sysds.runtime.io.cog.COGProperties
- getPlanCacheHits() - Static method in class org.apache.sysds.utils.stats.CodegenStatistics
- getPlanCacheTotal() - Static method in class org.apache.sysds.utils.stats.CodegenStatistics
- getPlanMapping() - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptTree
- getPlanner() - Method in enum org.apache.sysds.hops.fedplanner.FTypes.FederatedPlanner
- getPlanRefIndex() - Method in class org.apache.sysds.hops.codegen.template.CPlanMemoTable.MemoTableEntry
- getPlans() - Method in class org.apache.sysds.hops.codegen.template.CPlanMemoTable
- getPlansExcludeListed() - Method in class org.apache.sysds.hops.codegen.template.CPlanMemoTable
- getPlusFnObject() - Static method in class org.apache.sysds.runtime.functionobjects.Plus
- getPointerAddress(Pointer) - Static method in class org.apache.sysds.runtime.instructions.gpu.context.GPUObject
- getPoolingBackwardWorkers(DnnParameters, boolean, LibMatrixDNN.PoolingType) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixDNNPooling
-
Factory method that returns list of callable tasks for performing maxpooling backward operation
- getPoolingWorkers(DnnParameters, LibMatrixDNN.PoolingType) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixDNNPooling
-
Factory method that returns list of callable tasks for performing pooling operation
- getPow2(int) - Static method in interface org.apache.sysds.runtime.compress.utils.Util
- getPower2FnObject() - Static method in class org.apache.sysds.runtime.functionobjects.Power2
- getPowerFnObject() - Static method in class org.apache.sysds.runtime.functionobjects.Power
- getPreAggregateSize() - Method in class org.apache.sysds.runtime.compress.colgroup.APreAgg
- getPreAggregateSize() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingleZeros
- getPredicate() - Method in class org.apache.sysds.parser.ConditionalPredicate
- getPredicate() - Method in class org.apache.sysds.runtime.controlprogram.IfProgramBlock
- getPredicate() - Method in class org.apache.sysds.runtime.controlprogram.WhileProgramBlock
- getPredicateHops() - Method in class org.apache.sysds.parser.IfStatementBlock
- getPredicateHops() - Method in class org.apache.sysds.parser.WhileStatementBlock
- getPredicateLops() - Method in class org.apache.sysds.parser.IfStatementBlock
- getPredicateLops() - Method in class org.apache.sysds.parser.WhileStatementBlock
- getPrefixFromSparkDebugInfo(String) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.SparkUtils
- getPrice() - Method in class org.apache.sysds.resource.CloudInstance
- getProcessID() - Static method in class org.apache.sysds.runtime.controlprogram.parfor.util.IDHandler
- getProducesIntermediateOutput() - Method in class org.apache.sysds.lops.Lop
- getProducesIntermediateOutput() - Method in class org.apache.sysds.lops.LopProperties
- getProgram() - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- getProgram() - Method in class org.apache.sysds.runtime.controlprogram.ProgramBlock
- getProgramBlocks() - Method in class org.apache.sysds.runtime.controlprogram.Program
- getProjectInfo() - Static method in class org.apache.sysds.api.mlcontext.ProjectInfo
-
Return a ProjectInfo singleton instance.
- getProperties() - Method in class org.apache.sysds.runtime.iogen.ColIndexStructure
- getProperties() - Method in class org.apache.sysds.runtime.iogen.GenerateReader
- getProperties() - Method in class org.apache.sysds.runtime.iogen.RowIndexStructure
- getQ(long, long, long, long) - Static method in class org.apache.sysds.runtime.util.DnnUtils
- getQSortInstTime(QuantileSortSPInstruction, VarStats, VarStats, VarStats, IOCostUtils.IOMetrics) - Static method in class org.apache.sysds.resource.cost.SparkCostUtils
- getQuaternaryInstTime(QuaternarySPInstruction, VarStats, VarStats, VarStats, VarStats, IOCostUtils.IOMetrics, IOCostUtils.IOMetrics) - Static method in class org.apache.sysds.resource.cost.SparkCostUtils
- getQueueSize() - Static method in class org.apache.sysds.runtime.controlprogram.caching.LazyWriteBuffer
- getRandInstTime(String, int, VarStats, IOCostUtils.IOMetrics) - Static method in class org.apache.sysds.resource.cost.SparkCostUtils
- getRandomClassName() - Method in class org.apache.sysds.runtime.iogen.GenerateReader
- getRandomName(String) - Method in class org.apache.sysds.runtime.iogen.codegen.CodeGenTrie
- getRank() - Method in enum org.apache.sysds.hops.codegen.template.TemplateBase.TemplateType
- getRank() - Method in class org.apache.sysds.runtime.io.hdf5.H5RootObject
- getRatio() - Method in class org.apache.sysds.runtime.compress.CompressionStatistics
- getRaw() - Method in class org.apache.sysds.runtime.iogen.RawIndex
- getRawLength() - Method in class org.apache.sysds.runtime.iogen.RawIndex
- getRcdMap() - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderRecode
- getRcMapValue(int, long) - Method in class org.apache.sysds.runtime.transform.decode.DecoderRecode
- getRDD() - Method in class org.apache.sysds.runtime.instructions.spark.data.RDDObject
- getRDD(JavaSparkContext, String) - Static method in interface org.apache.sysds.runtime.compress.io.ReaderSparkCompressed
- getRDDHandle() - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- getRDDHandleForFrameObject(FrameObject, Types.FileFormat) - Method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
-
FIXME: currently this implementation assumes matrix representations but frame signature in order to support the old transform implementation.
- getRDDHandleForMatrixObject(MatrixObject, Types.FileFormat) - Method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
- getRDDHandleForMatrixObject(MatrixObject, Types.FileFormat, int, boolean) - Method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
- getRDDHandleForTensorObject(TensorObject, Types.FileFormat, int, boolean) - Method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
- getRDDHandleForVariable(String, Types.FileFormat, int, boolean) - Method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
- getRDDObject() - Method in class org.apache.sysds.runtime.lineage.LineageCacheEntry
- getRddStats() - Method in class org.apache.sysds.resource.cost.VarStats
-
Meant to be used at testing
- getRDDStringCSV(String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain an output as a
RDD<String>in CSV format. - getRDDStringIJV(String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain an output as a
RDD<String>in IJV format. - getReachable() - Method in class org.apache.sysds.lops.Lop
- getReachableFunctions() - Method in class org.apache.sysds.hops.ipa.FunctionCallGraph
-
Returns all functions that are reachable either directly or indirectly form the main program, except the main program itself.
- getReachableFunctions(Set<String>) - Method in class org.apache.sysds.hops.ipa.FunctionCallGraph
-
Returns all functions that are reachable either directly or indirectly form the main program, except the main program itself and the given exclude-list of function names.
- getReader() - Method in class org.apache.sysds.runtime.iogen.GenerateReader.GenerateReaderFrame
- getReader() - Method in class org.apache.sysds.runtime.iogen.GenerateReader.GenerateReaderMatrix
- getReadOnlyParentMatrixVars() - Method in class org.apache.sysds.parser.ParForStatementBlock
- getReblockInstTime(String, VarStats, VarStats, IOCostUtils.IOMetrics) - Static method in class org.apache.sysds.resource.cost.SparkCostUtils
- getRecodeMap() - Method in class org.apache.sysds.runtime.frame.data.columns.Array
-
Get a recode map that maps each unique value in the array, to a long ID.
- getRecodeMap(int) - Method in class org.apache.sysds.runtime.frame.data.columns.Array
-
Get a recode map that maps each unique value in the array, to a long ID.
- getRecodeMap(int) - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
-
This function will split every Recode map in the column using delimiter Lop.DATATYPE_PREFIX, as Recode map generated earlier in the form of Code+Lop.DATATYPE_PREFIX+Token and store it in a map which contains token and code for every unique tokens.
- getRecodeMap(int, ExecutorService, int) - Method in class org.apache.sysds.runtime.frame.data.columns.Array
-
Get a recode map that maps each unique value in the array, to a long ID.
- getRecompiledPredDAGs() - Static method in class org.apache.sysds.utils.stats.RecompileStatistics
- getRecompiledSBDAGs() - Static method in class org.apache.sysds.utils.stats.RecompileStatistics
- getRecompileTime() - Static method in class org.apache.sysds.utils.stats.RecompileStatistics
- getRecordIndexBegin(int) - Method in class org.apache.sysds.runtime.iogen.template.TemplateUtil.SplitInfo
- getRecordIndexEnd(int) - Method in class org.apache.sysds.runtime.iogen.template.TemplateUtil.SplitInfo
- getRecordPositionBegin(int) - Method in class org.apache.sysds.runtime.iogen.template.TemplateUtil.SplitInfo
- getRecordPositionEnd(int) - Method in class org.apache.sysds.runtime.iogen.template.TemplateUtil.SplitInfo
- getRecordProperties() - Method in class org.apache.sysds.runtime.iogen.MappingProperties
- getRecordReader(InputSplit, JobConf, Reporter) - Method in class org.apache.sysds.runtime.util.InputStreamInputFormat
- getReduceAllFnObject() - Static method in class org.apache.sysds.runtime.functionobjects.ReduceAll
- getReduceColFnObject() - Static method in class org.apache.sysds.runtime.functionobjects.ReduceCol
- getReduceDiagFnObject() - Static method in class org.apache.sysds.runtime.functionobjects.ReduceDiag
- getReduceRowFnObject() - Static method in class org.apache.sysds.runtime.functionobjects.ReduceRow
- getRegisteredOutputs() - Method in class org.apache.sysds.runtime.controlprogram.LocalVariableMap
- getRelationalOp(String) - Static method in class org.apache.sysds.parser.Expression
-
Convert string value to relational operator.
- getReleaseTime() - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheStatistics
- getRelevantNodeList() - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode
- getReluBackwardWorkers(DnnParameters) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixDNNRelu
-
Factory method that returns list of callable tasks for performing relu backward operation
- getRemainedTexts(int, int) - Method in class org.apache.sysds.runtime.iogen.RawIndex
- getRemainString() - Method in class org.apache.sysds.runtime.iogen.template.TemplateUtil.SplitInfo
- getRemoteParallelMapTasks() - Static method in class org.apache.sysds.utils.stats.InfrastructureAnalyzer
-
Gets the number of remote parallel map slots.
- getRemoteParallelNodes() - Static method in class org.apache.sysds.utils.stats.InfrastructureAnalyzer
-
Gets the number of cluster nodes (number of tasktrackers).
- getRemoteParallelReduceTasks() - Static method in class org.apache.sysds.utils.stats.InfrastructureAnalyzer
-
Gets the total number of remote parallel reduce slots.
- getRemovedBranches() - Method in class org.apache.sysds.hops.rewrite.ProgramRewriteStatus
- getReorderingIndex() - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.ArrayIndex
- getReorderingIndex() - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.CombinedIndex
- getReorderingIndex() - Method in interface org.apache.sysds.runtime.compress.colgroup.indexes.IColIndex
-
If the columns are not in sorted incrementing order this method can be called to get the sorting index for this set of column indexes.
- getReorderingIndex() - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.RangeIndex
- getReorderingIndex() - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.SingleIndex
- getReorderingIndex() - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.TwoIndex
- getReorderingIndex() - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.TwoRangesIndex
- getReorgInstTime(UnarySPInstruction, VarStats, VarStats, IOCostUtils.IOMetrics) - Static method in class org.apache.sysds.resource.cost.SparkCostUtils
- getReplacement(int) - Method in class org.apache.sysds.runtime.transform.encode.EncoderMVImpute
- getReplacements() - Method in class org.apache.sysds.runtime.transform.encode.EncoderMVImpute
- getRepresentationProperties() - Method in class org.apache.sysds.runtime.iogen.MappingProperties
- getReps() - Method in class org.apache.sysds.runtime.compress.workload.WTreeNode
- getRequiredPartialResult(Operator) - Method in class org.apache.sysds.runtime.instructions.cp.CM_COV_Object
- getRequiredResult(CMOperator.AggregateOperationTypes) - Method in class org.apache.sysds.runtime.instructions.cp.CM_COV_Object
-
Return the result of the aggregated operation given the operation type.
- getRequiredResult(Operator) - Method in class org.apache.sysds.runtime.instructions.cp.CM_COV_Object
-
Return the result of the aggregated operation given the operator.
- getReset() - Method in class org.apache.sysds.hops.recompile.RecompileStatus
- getResult() - Method in class org.apache.sysds.runtime.controlprogram.paramserv.ParamServer
- getResultModel() - Method in class org.apache.sysds.runtime.controlprogram.paramserv.rpc.PSRpcResponse
- getResults() - Method in class org.apache.sysds.api.mlcontext.Script
-
Obtain the results of the script execution.
- getResults(Future<FederatedResponse>[]) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederationUtils
- getResults(List<Tuple2<Long, String>>, Log) - Static method in class org.apache.sysds.runtime.controlprogram.parfor.RemoteParForUtils
- getResultVariables() - Method in class org.apache.sysds.parser.ParForStatementBlock
- getResultVariables() - Method in class org.apache.sysds.runtime.controlprogram.parfor.ParForBody
- getResultVariables() - Method in class org.apache.sysds.runtime.controlprogram.ParForProgramBlock
- getReusableOpcodes() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheConfig
- getReusableScalarVariables(DMLProgram, StatementBlock, LocalVariableMap) - Static method in class org.apache.sysds.runtime.controlprogram.parfor.opt.ProgramRecompiler
- getRevIndexFnObject() - Static method in class org.apache.sysds.runtime.functionobjects.RevIndex
- getRight() - Method in class org.apache.sysds.hops.estim.MMNode
- getRight() - Method in class org.apache.sysds.parser.BinaryExpression
- getRight() - Method in class org.apache.sysds.parser.BooleanExpression
- getRight() - Method in class org.apache.sysds.parser.RelationalExpression
- getRight() - Method in class org.apache.sysds.runtime.compress.workload.OpSided
- getRightMultiplications() - Method in class org.apache.sysds.runtime.compress.cost.InstructionTypeCounter
- getRmvarPointer(String, long) - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPULazyCudaFreeMemoryManager
-
Get any pointer of the given size from rmvar-ed pointers (applicable if eager cudaFree is set to false)
- getRmvarPointerMinSize(String, long) - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPULazyCudaFreeMemoryManager
- getRoot() - Method in class org.apache.sysds.runtime.compress.workload.WTreeRoot
-
Get the Root hop instruction, that is producing a result used in the rest of the tree.
- getRoot() - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptTree
- getRoot() - Method in class org.apache.sysds.runtime.iogen.MappingTrie
- getRootNodes() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeMultiAgg
- getRootProgram() - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptTreePlanMapping
- getRoots() - Method in class org.apache.sysds.hops.codegen.opt.PlanPartition
- getRow() - Method in class org.apache.sysds.runtime.instructions.spark.data.RowMatrixBlock
- getRow() - Method in class org.apache.sysds.runtime.io.hdf5.H5RootObject
- getRow(int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- getRow(int, int) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Extract the values on a given row as a dense double array.
- getRowBlockize(int) - Method in class org.apache.sysds.hops.estim.EstimatorDensityMap.DensityMap
- getRowCounts() - Method in class org.apache.sysds.hops.estim.EstimatorMatrixHistogram.MatrixHistogram
- getRowIndex() - Method in class org.apache.sysds.runtime.iogen.TextTrieNode
- getRowIndex() - Method in class org.apache.sysds.runtime.matrix.data.MatrixIndexes
- getRowIndexBegin() - Method in class org.apache.sysds.runtime.iogen.RowIndexStructure
- getRowIndexBeginPos() - Method in class org.apache.sysds.runtime.iogen.codegen.CodeGenTrieNode
- getRowIndexes() - Method in class org.apache.sysds.runtime.iogen.MappingTrieNode
- getRowIndexes() - Method in class org.apache.sysds.runtime.iogen.TextTrieNode
- getRowIndexStructure() - Method in class org.apache.sysds.runtime.iogen.CustomProperties
- getRowLower() - Method in class org.apache.sysds.runtime.instructions.cp.IndexingCPInstruction
- getRowLower() - Method in class org.apache.sysds.runtime.instructions.spark.IndexingSPInstruction
- getRowLowerBound() - Method in class org.apache.sysds.parser.IndexedIdentifier
- getRowLowerEqualsUpper() - Method in class org.apache.sysds.parser.IndexedIdentifier
- getRows() - Method in class org.apache.sysds.hops.cost.VarStats
- getRows() - Method in class org.apache.sysds.hops.estim.EstimatorMatrixHistogram.MatrixHistogram
- getRows() - Method in class org.apache.sysds.hops.estim.MMNode
- getRows() - Method in class org.apache.sysds.runtime.data.SparseBlockMCSC
-
Helper function for MCSC
- getRows() - Method in class org.apache.sysds.runtime.data.SparseBlockMCSR
-
Helper function for MCSR -> {COO, CSR}
- getRows() - Method in class org.apache.sysds.runtime.instructions.cp.DataGenCPInstruction
- getRows() - Method in class org.apache.sysds.runtime.instructions.cp.StringInitCPInstruction
- getRows() - Method in class org.apache.sysds.runtime.instructions.spark.RandSPInstruction
- getRows() - Method in class org.apache.sysds.runtime.io.cog.COGProperties
- getRows() - Method in class org.apache.sysds.runtime.meta.DataCharacteristics
- getRows() - Method in class org.apache.sysds.runtime.meta.MatrixCharacteristics
- getRows() - Method in class org.apache.sysds.runtime.meta.TensorCharacteristics
- getRowTemplateMatrixInput(Hop, CPlanMemoTable) - Static method in class org.apache.sysds.hops.codegen.template.TemplateUtils
- getRowType() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeRow
- getRowType() - Method in class org.apache.sysds.runtime.codegen.SpoofRowwise
- getRowType(Hop, Hop...) - Static method in class org.apache.sysds.hops.codegen.template.TemplateUtils
- getRowUpper() - Method in class org.apache.sysds.runtime.instructions.cp.IndexingCPInstruction
- getRowUpper() - Method in class org.apache.sysds.runtime.instructions.spark.IndexingSPInstruction
- getRowUpperBound() - Method in class org.apache.sysds.parser.IndexedIdentifier
- getRuleIndex() - Method in class org.apache.sysds.parser.dml.DmlParser.DataIdentifierContext
- getRuleIndex() - Method in class org.apache.sysds.parser.dml.DmlParser.DataTypeContext
- getRuleIndex() - Method in class org.apache.sysds.parser.dml.DmlParser.ExpressionContext
- getRuleIndex() - Method in class org.apache.sysds.parser.dml.DmlParser.FunctionStatementContext
- getRuleIndex() - Method in class org.apache.sysds.parser.dml.DmlParser.IterablePredicateContext
- getRuleIndex() - Method in class org.apache.sysds.parser.dml.DmlParser.Ml_typeContext
- getRuleIndex() - Method in class org.apache.sysds.parser.dml.DmlParser.ParameterizedExpressionContext
- getRuleIndex() - Method in class org.apache.sysds.parser.dml.DmlParser.ProgramrootContext
- getRuleIndex() - Method in class org.apache.sysds.parser.dml.DmlParser.StatementContext
- getRuleIndex() - Method in class org.apache.sysds.parser.dml.DmlParser.StrictParameterizedExpressionContext
- getRuleIndex() - Method in class org.apache.sysds.parser.dml.DmlParser.StrictParameterizedKeyValueStringContext
- getRuleIndex() - Method in class org.apache.sysds.parser.dml.DmlParser.TypedArgAssignContext
- getRuleIndex() - Method in class org.apache.sysds.parser.dml.DmlParser.TypedArgNoAssignContext
- getRuleIndex() - Method in class org.apache.sysds.parser.dml.DmlParser.ValueTypeContext
- getRuleNames() - Method in class org.apache.sysds.parser.dml.DmlLexer
- getRuleNames() - Method in class org.apache.sysds.parser.dml.DmlParser
- getRunTime() - Static method in class org.apache.sysds.utils.Statistics
-
Returns the total time of run in nanoseconds.
- getRuntimeProgram() - Method in class org.apache.sysds.api.mlcontext.ScriptExecutor
-
Obtain the runtime program
- getRuntimeProgram(DMLProgram, DMLConfig) - Method in class org.apache.sysds.parser.DMLTranslator
- getSafe(Future<T>) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- getSampleFormat() - Method in class org.apache.sysds.runtime.io.cog.COGProperties
- getSampleFrame() - Method in class org.apache.sysds.runtime.iogen.SampleProperties
- getSampleMatrix() - Method in class org.apache.sysds.runtime.iogen.SampleProperties
- getSampleRaw() - Method in class org.apache.sysds.runtime.iogen.SampleProperties
- getSampleRawIndexes() - Method in class org.apache.sysds.runtime.iogen.ReaderMapping
- getSampleRawIndexes() - Method in class org.apache.sysds.runtime.iogen.ReaderMappingIndex
- getSampleSize(double, int, int, double, int, int) - Static method in interface org.apache.sysds.runtime.compress.estim.ComEstFactory
-
This function returns the sample size to use.
- getSBHits() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- getSBID() - Method in class org.apache.sysds.parser.StatementBlock
- getScalar() - Method in class org.apache.sysds.runtime.matrix.operators.QuaternaryOperator
-
Obtain epsilon value
- getScalarInput(String, Types.ValueType, boolean) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- getScalarInput(CPOperand) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- getScalarInputs(CPOperand[]) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- getScalarObject(String) - Method in class org.apache.sysds.api.jmlc.ResultVariables
-
Obtain the ScalarObject represented by the given output variable.
- getScalarObject(String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain an output as a
Scalarobject. - getScalarObject(LiteralOp) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- getScans() - Method in class org.apache.sysds.runtime.compress.cost.InstructionTypeCounter
- getSchema() - Method in class org.apache.sysds.api.mlcontext.FrameSchema
-
Obtain the frame schema
- getSchema() - Method in class org.apache.sysds.runtime.controlprogram.caching.FrameObject
- getSchema() - Method in class org.apache.sysds.runtime.data.DataTensorBlock
- getSchema() - Method in class org.apache.sysds.runtime.data.TensorBlock
-
Get the schema if this
TensorBlockis heterogeneous. - getSchema() - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
-
Returns the schema of the frame block.
- getSchema() - Method in class org.apache.sysds.runtime.iogen.CustomProperties
- getSchema() - Method in class org.apache.sysds.runtime.meta.MetaDataAll
- getSchema() - Method in class org.apache.sysds.runtime.transform.decode.Decoder
- getSchema() - Method in class org.apache.sysds.runtime.transform.tokenize.Tokenizer
- getSchema(int, int) - Method in class org.apache.sysds.runtime.controlprogram.caching.FrameObject
-
Obtain schema of value types
- getSchemaAsString() - Method in class org.apache.sysds.api.mlcontext.FrameSchema
-
Obtain the schema as a comma-separated string
- getSchemaTypeOf() - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
- getScheme(CompressedMatrixBlock) - Static method in class org.apache.sysds.runtime.compress.colgroup.scheme.CompressionScheme
-
Extract a compression scheme for the given matrix block
- getScheme(CompressedMatrixBlock) - Static method in class org.apache.sysds.runtime.compress.lib.CLALibScheme
- getScratchSpace() - Static method in class org.apache.sysds.conf.ConfigurationManager
- getScript() - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain the Script object associated with these results.
- getScript() - Method in class org.apache.sysds.api.mlcontext.ScriptExecutor
-
Obtain the Script object associated with this ScriptExecutor
- getScriptExecutionString() - Method in class org.apache.sysds.api.mlcontext.Script
-
Generate the script execution string, which adds read/load/write/save statements to the beginning and end of the script to execute.
- getScriptExecutor() - Method in class org.apache.sysds.api.mlcontext.Script
-
Obtain the script executor used by this Script.
- getScriptString() - Method in class org.apache.sysds.api.mlcontext.Script
-
Obtain the script string.
- getScriptString() - Method in exception org.apache.sysds.parser.ParseException
-
Obtain the original DML/PyDML script string.
- getSealClient() - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- getSecond() - Method in class org.apache.sysds.runtime.util.RandNPair
- getSecondExpr() - Method in class org.apache.sysds.parser.BuiltinFunctionExpression
- getSecondIndex() - Method in class org.apache.sysds.runtime.matrix.data.TripleIndexes
- getSeed() - Method in class org.apache.sysds.runtime.instructions.cp.DataGenCPInstruction
- getSeed() - Method in class org.apache.sysds.runtime.instructions.spark.RandSPInstruction
- getSelectedRangeForZeroOut(IndexedMatrixValue, int, IndexRange) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- getSelectedRangeForZeroOut(Pair<Long, FrameBlock>, int, IndexRange, long, long) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- getSelfCost() - Method in class org.apache.sysds.hops.fedplanner.FederatedMemoTable.FedPlan
- getSelfCost() - Method in class org.apache.sysds.hops.fedplanner.FederatedMemoTable.HopCommon
- getSelfProductOutputNnz(MatrixBlock) - Static method in class org.apache.sysds.hops.estim.EstimationUtils
-
This utility function computes the exact output nnz of a self matrix product without need to materialize the output.
- getSeqArray(int, int, int) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
-
Obtain sequence array
- getSeqBeginString() - Method in class org.apache.sysds.runtime.iogen.RowIndexStructure
- getSeqEndString() - Method in class org.apache.sysds.runtime.iogen.RowIndexStructure
- getSeqLength(double, double, double) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- getSeqLength(double, double, double, boolean) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- getSeqList(int, int, int) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
-
Obtain sequence list
- getSeqOffsetPerSplit(int) - Method in class org.apache.sysds.runtime.iogen.template.TemplateUtil.SplitOffsetInfos
- getSequenceFilePaths(FileSystem, Path) - Static method in class org.apache.sysds.runtime.io.IOUtilFunctions
- getSeqWriter(Path, Configuration, int) - Static method in class org.apache.sysds.runtime.io.IOUtilFunctions
- getSeqWriterArray(Path, Configuration, int) - Static method in class org.apache.sysds.runtime.io.IOUtilFunctions
- getSeqWriterCell(Path, Configuration, int) - Static method in class org.apache.sysds.runtime.io.IOUtilFunctions
- getSeqWriterFrame(Path, Configuration, int) - Static method in class org.apache.sysds.runtime.io.IOUtilFunctions
- getSeqWriterTensor(Path, Configuration, int) - Static method in class org.apache.sysds.runtime.io.IOUtilFunctions
- getSerializedATN() - Method in class org.apache.sysds.parser.dml.DmlLexer
- getSerializedATN() - Method in class org.apache.sysds.parser.dml.DmlParser
- getSerializedBytes() - Method in class org.apache.sysds.runtime.lineage.LineageCacheEntry
- getSerializedFedResponseLineageItem(LineageItem) - Static method in class org.apache.sysds.runtime.lineage.LineageItemUtils
- getSerializer(Class) - Method in class org.apache.sysds.runtime.io.BinaryBlockSerialization
- getSerializeStorageLevelString() - Static method in class org.apache.sysds.lops.Checkpoint
- getSeventhExpr() - Method in class org.apache.sysds.parser.BuiltinFunctionExpression
- getShift() - Method in class org.apache.sysds.runtime.functionobjects.RollIndex
- getSignLocation() - Method in class org.apache.sysds.runtime.io.hdf5.H5DoubleDataType
- getSimpleInstructionType() - Method in class org.apache.sysds.lops.BinaryScalar
- getSimpleInstructionType() - Method in class org.apache.sysds.lops.Lop
-
Method should be overridden if needed
- getSingleAdditionalIFD(int) - Method in class org.apache.sysds.runtime.io.cog.COGHeader
- getSixthExpr() - Method in class org.apache.sysds.parser.BuiltinFunctionExpression
- getSize() - Method in class org.apache.sysds.parser.VariableSet
- getSize() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.AOffset
-
Get the number of contained elements, This method iterate the entire offset list, so it is not constant lookup.
- getSize() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetByte
- getSize() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetByteNZ
- getSize() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetByteUNZ
- getSize() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetChar
- getSize() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetEmpty
- getSize() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetSingle
- getSize() - Method in class org.apache.sysds.runtime.compress.colgroup.offset.OffsetTwo
- getSize() - Method in class org.apache.sysds.runtime.controlprogram.caching.ByteBuffer
-
Returns the buffer size in bytes.
- getSize() - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedRange
- getSize() - Method in class org.apache.sysds.runtime.controlprogram.federated.FederationMap
- getSize() - Method in class org.apache.sysds.runtime.instructions.cp.BooleanObject
- getSize() - Method in class org.apache.sysds.runtime.instructions.cp.DoubleObject
- getSize() - Method in class org.apache.sysds.runtime.instructions.cp.IntObject
- getSize() - Method in class org.apache.sysds.runtime.instructions.cp.ScalarObject
- getSize() - Method in class org.apache.sysds.runtime.instructions.cp.StringObject
- getSize() - Method in class org.apache.sysds.runtime.instructions.spark.data.BroadcastObject
- getSize() - Method in class org.apache.sysds.runtime.instructions.spark.data.FrameReblockBuffer
- getSize() - Method in class org.apache.sysds.runtime.instructions.spark.data.ReblockBuffer
- getSize() - Method in enum org.apache.sysds.runtime.io.cog.TIFFDataTypes
- getSize() - Method in class org.apache.sysds.runtime.io.hdf5.H5BufferBuilder
- getSize() - Method in class org.apache.sysds.runtime.io.hdf5.H5DoubleDataType
- getSize() - Method in class org.apache.sysds.runtime.io.hdf5.message.H5DataLayoutMessage
- getSize() - Method in class org.apache.sysds.runtime.lineage.LineageCacheEntry
- getSize() - Method in class org.apache.sysds.utils.stats.NGramBuilder
- getSize(int) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedRange
- getSizeAllocatedGPUPointer(Pointer) - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUMemoryManager
-
Get size of allocated GPU Pointer
- getSizeofPinnedObjects() - Static method in class org.apache.sysds.utils.Statistics
- getSizeOnDevice() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUObject
- getSizeStoragePerVolume() - Method in class org.apache.sysds.resource.CloudInstance
- getSlopeForColumn(int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupLinearFunctional
- getSlopes() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupLinearFunctional
- getSoftReferenceToDecompressed() - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- getSortedSample(int, int, long, int) - Static method in class org.apache.sysds.runtime.compress.estim.ComEstSample
- getSortedSampleIndexes(int, int) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- getSortedSampleIndexes(int, int, long) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- getSortedSearchSpace() - Method in class org.apache.sysds.hops.codegen.opt.ReachabilityGraph
- getSortedSelection(SparseBlock, int, int) - Static method in interface org.apache.sysds.runtime.compress.colgroup.ColGroupUtils
-
Get a list of points locations from the SparseBlock.
- getSource() - Method in class org.apache.sysds.parser.AssignmentStatement
- getSource() - Method in class org.apache.sysds.parser.MultiAssignmentStatement
- getSource() - Method in class org.apache.sysds.parser.OutputStatement
- getSOValue() - Method in class org.apache.sysds.runtime.lineage.LineageCacheEntry
- getSpaceAllocationTime() - Method in class org.apache.sysds.runtime.io.hdf5.message.H5FillValueMessage
- getSparkClusterConfig() - Static method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
-
Obtains the lazily analyzed spark cluster configuration.
- getSparkCollectCount() - Static method in class org.apache.sysds.utils.stats.SparkStatistics
- getSparkCollectTime(RDDStats, IOCostUtils.IOMetrics, IOCostUtils.IOMetrics) - Static method in class org.apache.sysds.resource.cost.IOCostUtils
-
Estimates the time for collecting Spark Job output; The output RDD is transferred to the Spark driver at the end of each ResultStage; time = transfer time (overlaps and dominates the read and deserialization times);
- getSparkContext() - Method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
-
Returns the used singleton spark context.
- getSparkContext(MLContext) - Static method in class org.apache.sysds.api.mlcontext.MLContextUtil
-
Obtain the Spark Context
- getSparkContextFromProxy() - Static method in class org.apache.sysds.api.mlcontext.MLContextUtil
-
Obtain the Spark Context from the MLContextProxy
- getSparkContextStatic() - Static method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
- getSparkParallelizeTime(RDDStats, IOCostUtils.IOMetrics, IOCostUtils.IOMetrics) - Static method in class org.apache.sysds.resource.cost.IOCostUtils
-
Estimates the time to parallelize a local object to Spark.
- getSparkRepartitionVariables() - Method in class org.apache.sysds.runtime.controlprogram.ParForProgramBlock
- getSparkSession() - Method in class org.apache.sysds.api.mlcontext.MLContext
-
Obtain the SparkSession associated with this MLContext.
- getSparkSessionFromProxy() - Static method in class org.apache.sysds.api.mlcontext.MLContextUtil
-
Obtain the Spark Session from the MLContextProxy
- getSparkShuffleReadStaticTime(RDDStats, IOCostUtils.IOMetrics) - Static method in class org.apache.sysds.resource.cost.IOCostUtils
-
Estimates the time for reading distributed RDD input at the beginning of a Stage when a wide-transformation is partition preserving: only local disk reads
- getSparkShuffleReadTime(RDDStats, IOCostUtils.IOMetrics) - Static method in class org.apache.sysds.resource.cost.IOCostUtils
-
Estimates the time for reading distributed RDD input at the beginning of a Stage; time = transfer time (overlaps and dominates the read and deserialization times); For simplification it is assumed that the whole dataset is shuffled;
- getSparkShuffleTime(RDDStats, IOCostUtils.IOMetrics, boolean) - Static method in class org.apache.sysds.resource.cost.IOCostUtils
-
Combines the shuffle write and read time since these are being typically added in one place to the general data transmission for instruction estimation.
- getSparkShuffleWriteTime(RDDStats, IOCostUtils.IOMetrics) - Static method in class org.apache.sysds.resource.cost.IOCostUtils
-
Estimates the time for writing the RDD output to the local system at the end of a ShuffleMapStage; time = disk write time (overlaps and dominates the serialization time) The whole data set is being written to shuffle files even if 1 executor is utilized;
- getSparseBlock() - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- getSparseBlock() - Method in class org.apache.sysds.runtime.data.BasicTensorBlock
- getSparseBlock() - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- getSparseBlockIterator() - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- getSparseBlockIterator() - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- getSparseBlockIterator(int, int) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- getSparseBlockIterator(int, int) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- getSparseBlockIterator(int, int, int, int) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- getSparseBlockType(SparseBlock) - Static method in class org.apache.sysds.runtime.data.SparseBlockFactory
- getSparseDelim() - Method in class org.apache.sysds.runtime.meta.MetaDataAll
- getSparseMatrixCudaPointer() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUObject
-
Convenience method to directly examine the Sparse matrix on GPU
- getSparseMatrixOutputForGPUInstruction(String, long, long, long) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
-
Allocates a sparse matrix in CSR format on the GPU.
- getSparseMatrixOutputForGPUInstruction(String, long, long, long, boolean) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- getSparseProductOutputNnz(MatrixBlock, MatrixBlock) - Static method in class org.apache.sysds.hops.estim.EstimationUtils
- getSparsity() - Method in class org.apache.sysds.hops.cost.VarStats
- getSparsity() - Method in class org.apache.sysds.hops.Hop
- getSparsity() - Method in class org.apache.sysds.resource.cost.VarStats
- getSparsity() - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroup
-
Get an approximate sparsity of this column group
- getSparsity() - Method in class org.apache.sysds.runtime.compress.colgroup.ADictBasedColGroup
- getSparsity() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupConst
- getSparsity() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupEmpty
- getSparsity() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupLinearFunctional
- getSparsity() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressed
- getSparsity() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressedArray
- getSparsity() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- getSparsity() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- getSparsity() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionary
- getSparsity() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionarySlice
- getSparsity() - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Get the sparsity of the dictionary.
- getSparsity() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- getSparsity() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.QDictionary
- getSparsity() - Method in class org.apache.sysds.runtime.controlprogram.caching.MatrixObject
- getSparsity() - Method in class org.apache.sysds.runtime.instructions.cp.DataGenCPInstruction
- getSparsity() - Method in class org.apache.sysds.runtime.instructions.spark.RandSPInstruction
- getSparsity() - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- getSparsity() - Method in class org.apache.sysds.runtime.meta.DataCharacteristics
- getSparsity() - Method in class org.apache.sysds.runtime.meta.MatrixCharacteristics
- getSparsity() - Method in class org.apache.sysds.runtime.meta.TensorCharacteristics
- getSparsity(long[], long) - Static method in class org.apache.sysds.hops.OptimizerUtils
- getSparsity(long, long, long) - Static method in class org.apache.sysds.hops.OptimizerUtils
- getSparsity(Hop) - Static method in class org.apache.sysds.hops.OptimizerUtils
- getSparsity(DataCharacteristics) - Static method in class org.apache.sysds.hops.OptimizerUtils
- getSpBroadcastSize() - Method in class org.apache.sysds.hops.Hop
- getSpecialValueBit(int) - Method in class org.apache.sysds.runtime.lineage.LineageItem
- getSpecialValueBits() - Method in class org.apache.sysds.runtime.lineage.LineageItem
- getSPInstructionType() - Method in class org.apache.sysds.runtime.instructions.spark.SPInstruction
- getSplits(JobConf, int) - Method in class org.apache.sysds.runtime.util.InputStreamInputFormat
- getSplittedStringAsArray(String) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- getSpoofAggOp() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeCell
- getSpoofOperator() - Method in class org.apache.sysds.runtime.instructions.cp.SpoofCPInstruction
- getSpoofType() - Method in class org.apache.sysds.runtime.codegen.SpoofCellwise
- getSpoofType() - Method in class org.apache.sysds.runtime.codegen.SpoofMultiAggregate
- getSpoofType() - Method in class org.apache.sysds.runtime.codegen.SpoofOperator
- getSpoofType() - Method in class org.apache.sysds.runtime.codegen.SpoofOuterProduct
- getSpoofType() - Method in class org.apache.sysds.runtime.codegen.SpoofRowwise
- getSpType() - Method in enum org.apache.sysds.common.Opcodes
- getSPType(String) - Static method in class org.apache.sysds.runtime.instructions.InstructionUtils
- getSPTypeByOpcode(String) - Static method in class org.apache.sysds.runtime.instructions.InstructionUtils
- getStartIndex(int) - Method in class org.apache.sysds.runtime.transform.tokenize.Token
- getStartLineFromSparkDebugInfo(String) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.SparkUtils
- getStat(int) - Method in class org.apache.sysds.utils.stats.NGramBuilder.NGramEntry
- getStatement(int) - Method in class org.apache.sysds.parser.StatementBlock
- getStatementBlock() - Method in class org.apache.sysds.runtime.controlprogram.ProgramBlock
- getStatementBlock(int) - Method in class org.apache.sysds.parser.DMLProgram
- getStatementBlock(Statement) - Static method in class org.apache.sysds.parser.ParserWrapper
-
Custom wrapper to convert statement into statement blocks.
- getStatementBlocks() - Method in class org.apache.sysds.parser.DMLProgram
- getStatements() - Method in class org.apache.sysds.parser.StatementBlock
- getStatisticsMaxHeavyHitters() - Method in class org.apache.sysds.api.mlcontext.MLContext
-
Obtain the maximum number of heavy hitters that are printed out as part of the statistics.
- getStats() - Method in class org.apache.sysds.utils.stats.NGramBuilder.NGramEntry
- getStats(String) - Method in class org.apache.sysds.resource.cost.CostEstimator
-
Intended to be called only when it is certain that the corresponding variable is not a scalar and its statistics are in
_statsalready. - getStatsWithDefaultScalar(String) - Method in class org.apache.sysds.resource.cost.CostEstimator
-
Intended to be called when the corresponding variable could be scalar.
- getStatus() - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- getStatus() - Method in class org.apache.sysds.runtime.instructions.cp.ListObject
- getStepSize() - Method in class org.apache.sysds.resource.enumeration.GridBasedEnumerator
-
Meant to be used for testing purposes
- getStorageLevel() - Method in class org.apache.sysds.lops.Checkpoint
- getStorageLevelString(StorageLevel) - Static method in class org.apache.sysds.lops.Checkpoint
-
This is a utility method because Sparks StorageLevel.toString() is incompatible with its own fromString() method.
- getStorageSpaceUsed() - Static method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
- getStream(Iterator<T>) - Static method in class org.apache.sysds.runtime.util.CollectionUtils
- getStreamManager() - Method in class org.apache.sysds.runtime.controlprogram.paramserv.rpc.PSRpcHandler
- getString(int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.DeltaDictionary
- getString(int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- getString(int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionary
- getString(int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionarySlice
- getString(int) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Get a string representation of the dictionary, that considers the layout of the data.
- getString(int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- getString(int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.PlaceHolderDict
- getString(int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.QDictionary
- getString(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlock
-
Get the value of a given cell as a String
- getString(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockBool
- getString(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockFP32
- getString(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockFP64
- getString(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockFP64DEDUP
- getString(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockInt32
- getString(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockInt64
- getString(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockLBool
- getString(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockLFP32
- getString(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockLFP64
- getString(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockLFP64DEDUP
- getString(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockLInt32
- getString(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockLInt64
- getString(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockLString
- getString(int[]) - Method in class org.apache.sysds.runtime.data.DenseBlockString
- getString(int, int) - Method in interface org.apache.sysds.runtime.controlprogram.caching.CacheBlock
-
Returns the string of the value at the passed row and column.
- getString(int, int) - Method in class org.apache.sysds.runtime.data.TensorBlock
- getString(int, int) - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
- getString(int, int) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- getString(String) - Method in class org.apache.sysds.api.jmlc.ResultVariables
-
Obtain the string value represented by the given output variable.
- getString(String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain a
Stringoutput - getStringBuilder() - Static method in class org.apache.sysds.runtime.instructions.InstructionUtils
- getStringChunkOfBufferReader(BufferedReader, String, int) - Static method in class org.apache.sysds.runtime.iogen.template.TemplateUtil
- getStringForCPMiscTimesPerInstruction(String) - Static method in class org.apache.sysds.utils.GPUStatistics
-
Used to print misc timers (and their counts) for a given instruction/op
- getStringForCudaTimers() - Static method in class org.apache.sysds.utils.GPUStatistics
-
Used to print out cuda timers & counters
- getStringRepresentation() - Static method in class org.apache.sysds.hops.fedplanner.FederatedCompilationTimer
- getStringRowIterator(FrameBlock) - Static method in interface org.apache.sysds.runtime.frame.data.iterators.IteratorFactory
-
Get a row iterator over the frame where all fields are encoded as strings independent of their value types.
- getStringRowIterator(FrameBlock, int) - Static method in interface org.apache.sysds.runtime.frame.data.iterators.IteratorFactory
-
Get a row iterator over the frame where all selected fields are encoded as strings independent of their value types.
- getStringRowIterator(FrameBlock, int[]) - Static method in interface org.apache.sysds.runtime.frame.data.iterators.IteratorFactory
-
Get a row iterator over the frame where all selected fields are encoded as strings independent of their value types.
- getStringRowIterator(FrameBlock, int, int) - Static method in interface org.apache.sysds.runtime.frame.data.iterators.IteratorFactory
-
Get a row iterator over the frame where all fields are encoded as strings independent of their value types.
- getStringRowIterator(FrameBlock, int, int, int) - Static method in interface org.apache.sysds.runtime.frame.data.iterators.IteratorFactory
-
Get a row iterator over the frame where all selected fields are encoded as strings independent of their value types.
- getStringRowIterator(FrameBlock, int, int, int[]) - Static method in interface org.apache.sysds.runtime.frame.data.iterators.IteratorFactory
-
Get a row iterator over the frame where all selected fields are encoded as strings independent of their value types.
- getStringValue() - Method in class org.apache.sysds.hops.LiteralOp
- getStringValue() - Method in class org.apache.sysds.lops.Data
- getStringValue() - Method in class org.apache.sysds.runtime.instructions.cp.BooleanObject
- getStringValue() - Method in class org.apache.sysds.runtime.instructions.cp.DoubleObject
- getStringValue() - Method in class org.apache.sysds.runtime.instructions.cp.IntObject
- getStringValue() - Method in class org.apache.sysds.runtime.instructions.cp.ScalarObject
- getStringValue() - Method in class org.apache.sysds.runtime.instructions.cp.StringObject
- getSubproblems(boolean[]) - Method in class org.apache.sysds.hops.codegen.opt.ReachabilityGraph
- getSubString(int, int) - Method in class org.apache.sysds.runtime.iogen.RawIndex
- getSum(int) - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroup
-
Short hand method for getting the sum of this column group
- getSum(int) - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroupCompressed
- getSum(int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressed
- getSum(int) - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressedArray
- getSumValidInputDims(Hop, boolean) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- getSumValidInputDims(DataCharacteristics[], boolean) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- getSumValidInputNnz(Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- getSumValidInputNnz(DataCharacteristics[], boolean) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- getSuperblock() - Method in class org.apache.sysds.runtime.io.hdf5.H5RootObject
- getSwapIndexFnObject() - Static method in class org.apache.sysds.runtime.functionobjects.SwapIndex
- getSymbolTable() - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain the symbol table, which is essentially a
Map<String, Data>representing variables and their values as SystemDS representations. - getSymbolTable() - Method in class org.apache.sysds.api.mlcontext.Script
-
Obtain the symbol table, which is essentially a
HashMap<String, Data>representing variables and their values. - getSymbolTableEntries() - Method in class org.apache.sysds.runtime.io.hdf5.H5GroupSymbolTableNode
- getSymmetry() - Method in class org.apache.sysds.runtime.io.FileFormatPropertiesMM
- getSynopsis() - Method in class org.apache.sysds.hops.estim.MMNode
- getTagId() - Method in class org.apache.sysds.runtime.io.cog.IFDTag
- getTarget() - Method in class org.apache.sysds.parser.AssignmentStatement
- getTarget(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.cp.ParameterizedBuiltinCPInstruction
- getTarget(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.fed.ParameterizedBuiltinFEDInstruction
- getTarget(ExecutionContext) - Method in class org.apache.sysds.runtime.instructions.spark.ParameterizedBuiltinSPInstruction
- getTargetHop() - Method in class org.apache.sysds.hops.ParameterizedBuiltinOp
- getTargetList() - Method in class org.apache.sysds.parser.AssignmentStatement
- getTargetList() - Method in class org.apache.sysds.parser.MultiAssignmentStatement
- getTaskRangesDefault(int, int) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- getTasks(FrameBlock, DocumentRepresentation[]) - Method in class org.apache.sysds.runtime.transform.tokenize.builder.TokenizerBuilder
- getTemplate() - Method in class org.apache.sysds.hops.codegen.cplan.CodeTemplate
- getTemplate(boolean, long, ArrayList<CNode>, SpoofCompiler.GeneratorAPI) - Method in enum org.apache.sysds.hops.codegen.cplan.CNodeNary.NaryType
- getTemplate(String) - Static method in class org.apache.sysds.hops.codegen.cplan.CodeTemplate
- getTemplate(CNodeBinary.BinType, boolean, boolean, boolean, boolean, boolean) - Method in class org.apache.sysds.hops.codegen.cplan.CodeTemplate
- getTemplate(CNodeBinary.BinType, boolean, boolean, boolean, boolean, boolean) - Method in class org.apache.sysds.hops.codegen.cplan.cuda.Binary
- getTemplate(CNodeBinary.BinType, boolean, boolean, boolean, boolean, boolean) - Method in class org.apache.sysds.hops.codegen.cplan.java.Binary
- getTemplate(CNodeTernary.TernaryType, boolean) - Method in class org.apache.sysds.hops.codegen.cplan.CodeTemplate
- getTemplate(CNodeTernary.TernaryType, boolean) - Method in class org.apache.sysds.hops.codegen.cplan.cuda.Ternary
- getTemplate(CNodeTernary.TernaryType, boolean) - Method in class org.apache.sysds.hops.codegen.cplan.java.Ternary
- getTemplate(CNodeUnary.UnaryType, boolean) - Method in class org.apache.sysds.hops.codegen.cplan.CodeTemplate
- getTemplate(CNodeUnary.UnaryType, boolean) - Method in class org.apache.sysds.hops.codegen.cplan.cuda.Unary
- getTemplate(CNodeUnary.UnaryType, boolean) - Method in class org.apache.sysds.hops.codegen.cplan.java.Unary
- getTemplateInfo() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeCell
- getTemplateInfo() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeMultiAgg
- getTemplateInfo() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeOuterProduct
- getTemplateInfo() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeRow
- getTemplateInfo() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeTpl
- getTempName() - Static method in class org.apache.sysds.parser.Expression
-
Obtain temporary name ("parsertemp" + _tempId) for expression.
- getTensorDimensions(ExecutionContext, CPOperand) - Static method in class org.apache.sysds.runtime.util.DataConverter
- getTensorInput(String) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
-
Pins a matrix variable into memory and returns the internal matrix block.
- getTensorObject(String) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- getTernaryInstTime(TernarySPInstruction, VarStats, VarStats, VarStats, VarStats, IOCostUtils.IOMetrics) - Static method in class org.apache.sysds.resource.cost.SparkCostUtils
- getText() - Method in class org.apache.sysds.hops.Hop
- getText() - Method in class org.apache.sysds.parser.ConditionalPredicate
- getText() - Method in enum org.apache.sysds.parser.dml.CustomErrorListener.ParseIssueType
-
Obtain the user-friendly string representation of the enum value.
- getText() - Method in class org.apache.sysds.parser.Expression
- getText() - Method in interface org.apache.sysds.parser.ParseInfo
- getText() - Method in class org.apache.sysds.parser.Statement
- getText() - Method in class org.apache.sysds.parser.StatementBlock
- getText() - Method in class org.apache.sysds.runtime.controlprogram.ProgramBlock
- getTextValue(String) - Method in class org.apache.sysds.conf.DMLConfig
-
Method to get string value of a configuration parameter Handles processing of configuration parameters
- getThirdExpr() - Method in class org.apache.sysds.parser.BuiltinFunctionExpression
- getThirdIndex() - Method in class org.apache.sysds.runtime.matrix.data.TripleIndexes
- getThreadID() - Method in class org.apache.sysds.runtime.controlprogram.ProgramBlock
- getTID() - Method in class org.apache.sysds.hops.recompile.RecompileStatus
- getTID() - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- getTID() - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedRequest
- getTID() - Method in class org.apache.sysds.runtime.instructions.fed.FEDInstruction
- getTileLength() - Method in class org.apache.sysds.runtime.io.cog.COGProperties
- getTileOffsets() - Method in class org.apache.sysds.runtime.io.cog.COGProperties
- getTileWidth() - Method in class org.apache.sysds.runtime.io.cog.COGProperties
- getTimeCost() - Method in class org.apache.sysds.resource.enumeration.EnumerationUtils.SolutionPoint
- getTimeEstimate() - Method in class org.apache.sysds.resource.cost.CostEstimator
- getTimeEstimate(ProgramBlock, ExecutionContext, boolean) - Static method in class org.apache.sysds.hops.cost.CostEstimationWrapper
- getTimeEstimate(ProgramBlock, LocalVariableMap, HashMap<String, VarStats>, boolean) - Method in class org.apache.sysds.hops.cost.CostEstimator
- getTimeEstimate(Program, ExecutionContext) - Static method in class org.apache.sysds.hops.cost.CostEstimationWrapper
- getTimeEstimate(Program, LocalVariableMap, HashMap<String, VarStats>) - Method in class org.apache.sysds.hops.cost.CostEstimator
- getTimeEstimateCPInst(CPInstruction) - Method in class org.apache.sysds.resource.cost.CostEstimator
-
Estimates the execution time of a single CP instruction following the formula C(p) = T_w + max(T_r, T_c) with: T_w - instruction write (to mem.) time T_r - instruction read (to mem.) time T_c - instruction compute time
- getTimeEstimateInst(Instruction) - Method in class org.apache.sysds.resource.cost.CostEstimator
- getTimeEstimateSparkJob(VarStats) - Method in class org.apache.sysds.resource.cost.CostEstimator
- getTimestamp(String[]) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- getTimeVariance() - Method in class org.apache.sysds.utils.Statistics.NGramStats
- getTLeft() - Method in class org.apache.sysds.runtime.compress.workload.OpSided
- getTmpMemoryReq(int, long, long...) - Method in class org.apache.sysds.runtime.codegen.SpoofRowwise
- getTmpParforFunctions() - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- getTo() - Method in class org.apache.sysds.runtime.instructions.cp.DataGenCPInstruction
- getTo(String, int, String, int, int) - Static method in class org.apache.sysds.runtime.io.IOUtilFunctions
-
Get next index of substring after delim, while the string can contain Quotation marks
- getToExpr() - Method in class org.apache.sysds.parser.IterablePredicate
- getToHopID() - Method in class org.apache.sysds.hops.codegen.opt.InterestingPoint
- getToHops() - Method in class org.apache.sysds.parser.ForStatementBlock
- getToInstructions() - Method in class org.apache.sysds.runtime.controlprogram.ForProgramBlock
- getTokenDictionary() - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderBagOfWords
- getTokenIndexOnMultiLineRecords(InputSplit, TextInputFormat, JobConf, String) - Static method in class org.apache.sysds.runtime.iogen.template.TemplateUtil
- getTokenizeNumThreads() - Static method in class org.apache.sysds.hops.OptimizerUtils
- getTokenNames() - Method in class org.apache.sysds.parser.dml.DmlLexer
-
Deprecated.
- getTokenNames() - Method in class org.apache.sysds.parser.dml.DmlParser
-
Deprecated.
- getTokens() - Method in class org.apache.sysds.runtime.transform.tokenize.DocumentRepresentation
- getToLops() - Method in class org.apache.sysds.parser.ForStatementBlock
- getTopK(int) - Method in class org.apache.sysds.utils.stats.NGramBuilder
- getTopK(int, Comparator<NGramBuilder.NGramEntry<T, U>>, boolean) - Method in class org.apache.sysds.utils.stats.NGramBuilder
- getTotalBytesRead() - Method in class org.apache.sysds.runtime.io.cog.COGByteReader
- getTotalFedTransferCount() - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- getTotalInputNnz(ArrayList<MatrixBlock>) - Static method in class org.apache.sysds.runtime.codegen.SpoofOperator
- getTotalInputSize(ArrayList<MatrixBlock>) - Static method in class org.apache.sysds.runtime.codegen.SpoofOperator
- getTotalK() - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode
- getTotalLength() - Method in class org.apache.sysds.runtime.io.hdf5.message.H5DataSpaceMessage
- getTotalLix() - Static method in class org.apache.sysds.utils.Statistics
- getTotalLixUIP() - Static method in class org.apache.sysds.utils.Statistics
- getTotalMemEstimate(Hop[], Hop) - Static method in class org.apache.sysds.hops.OptimizerUtils
- getTotalMemEstimate(Hop[], Hop, boolean) - Static method in class org.apache.sysds.hops.OptimizerUtils
- getTotalMemoryAllocated() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPULazyCudaFreeMemoryManager
-
Return the total memory in bytes used by this memory manager
- getTotalMemoryEstimate() - Method in class org.apache.sysds.lops.Lop
- getTotalUIPVar() - Static method in class org.apache.sysds.utils.Statistics
- getTraces() - Method in class org.apache.sysds.runtime.lineage.LineageMap
- getTransformNumThreads() - Static method in class org.apache.sysds.hops.OptimizerUtils
- getTransientInputs(Hop, Map<String, Hop>, Map<String, Hop>, LocalVariableMap) - Static method in class org.apache.sysds.hops.fedplanner.FederatedPlannerUtils
-
Get transient inputs from either paramMap or transientWrites.
- getTRight() - Method in class org.apache.sysds.runtime.compress.workload.OpSided
- getTSMMInstTime(UnarySPInstruction, VarStats, VarStats, IOCostUtils.IOMetrics, IOCostUtils.IOMetrics) - Static method in class org.apache.sysds.resource.cost.SparkCostUtils
- getTuple(String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain a Scala tuple.
- getTuple(String, String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain a Scala tuple.
- getTuple(String, String, String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain a Scala tuple.
- getTuple(String, String, String, String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain a Scala tuple.
- getTuple(String, String, String, String, String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain a Scala tuple.
- getTuple(String, String, String, String, String, String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain a Scala tuple.
- getTuple(String, String, String, String, String, String, String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain a Scala tuple.
- getTuple(String, String, String, String, String, String, String, String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain a Scala tuple.
- getTuple(String, String, String, String, String, String, String, String, String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain a Scala tuple.
- getTuple(String, String, String, String, String, String, String, String, String, String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain a Scala tuple.
- getTuple(String, String, String, String, String, String, String, String, String, String, String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain a Scala tuple.
- getTuple(String, String, String, String, String, String, String, String, String, String, String, String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain a Scala tuple.
- getTuple(String, String, String, String, String, String, String, String, String, String, String, String, String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain a Scala tuple.
- getTuple(String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain a Scala tuple.
- getTuple(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain a Scala tuple.
- getTuple(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain a Scala tuple.
- getTuple(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain a Scala tuple.
- getTuple(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain a Scala tuple.
- getTuple(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain a Scala tuple.
- getTuple(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain a Scala tuple.
- getTuple(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain a Scala tuple.
- getTuple(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Method in class org.apache.sysds.api.mlcontext.MLResults
-
Obtain a Scala tuple.
- getTupleSparsity() - Method in class org.apache.sysds.runtime.compress.estim.CompressedSizeInfoColGroup
- getTWriteStats() - Method in class org.apache.sysds.hops.recompile.RecompileStatus
- getType() - Method in enum org.apache.sysds.common.Opcodes
- getType() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeBinary
- getType() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeNary
- getType() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeTernary
- getType() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeUnary
- getType() - Method in class org.apache.sysds.hops.codegen.opt.InterestingPoint
- getType() - Method in class org.apache.sysds.hops.codegen.template.TemplateBase
- getType() - Method in class org.apache.sysds.lops.Lop
-
Method to get Lop type.
- getType() - Method in class org.apache.sysds.parser.PrintStatement
- getType() - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.AMapToData
- getType() - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToBit
- getType() - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToByte
- getType() - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToChar
- getType() - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToCharPByte
- getType() - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToInt
- getType() - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToUByte
- getType() - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToZero
- getType() - Method in class org.apache.sysds.runtime.compress.workload.AWTreeNode
- getType() - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedRequest
- getType() - Method in class org.apache.sysds.runtime.controlprogram.federated.FederationMap
- getType() - Method in class org.apache.sysds.runtime.controlprogram.parfor.Task
- getType() - Method in class org.apache.sysds.runtime.instructions.cp.CPInstruction
- getType() - Method in class org.apache.sysds.runtime.instructions.fed.FEDInstruction
- getType() - Method in class org.apache.sysds.runtime.instructions.gpu.GPUInstruction
- getType() - Method in class org.apache.sysds.runtime.instructions.Instruction
- getType() - Method in class org.apache.sysds.runtime.instructions.spark.SPInstruction
- getType() - Method in class org.apache.sysds.runtime.iogen.codegen.CodeGenTrieNode
- getType() - Method in class org.apache.sysds.runtime.lineage.LineageItem
- getType(String) - Static method in class org.apache.sysds.runtime.lineage.LineageItemUtils
- getTypeByOpcode(String, Types.ExecType) - Static method in enum org.apache.sysds.common.Opcodes
- getUMMFree() - Static method in class org.apache.sysds.runtime.controlprogram.caching.UnifiedMemoryManager
- getUMMSize() - Static method in class org.apache.sysds.runtime.controlprogram.caching.UnifiedMemoryManager
- getUnaryInstTime(String, VarStats, VarStats, IOCostUtils.IOMetrics) - Static method in class org.apache.sysds.resource.cost.SparkCostUtils
- getUnaryInstTime(UnaryCPInstruction, VarStats, VarStats, VarStats, IOCostUtils.IOMetrics) - Static method in class org.apache.sysds.resource.cost.CPCostUtils
- getUncompressed() - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- getUncompressed(int) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- getUncompressed(String) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- getUncompressed(String, int) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- getUncompressed(MatrixValue) - Static method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- getUncompressed(MatrixValue, String) - Static method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- getUncompressed(MatrixValue, String, int) - Static method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- getUnique() - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.AMapToData
-
Get the number of unique values inside this map.
- getUnique() - Method in class org.apache.sysds.runtime.compress.estim.encoding.ConstEncoding
- getUnique() - Method in class org.apache.sysds.runtime.compress.estim.encoding.DenseEncoding
- getUnique() - Method in class org.apache.sysds.runtime.compress.estim.encoding.EmptyEncoding
- getUnique() - Method in interface org.apache.sysds.runtime.compress.estim.encoding.IEncode
-
Get the number of unique values in this encoding
- getUnique() - Method in class org.apache.sysds.runtime.compress.estim.encoding.SparseEncoding
- getUniqueFileName(String) - Static method in class org.apache.sysds.runtime.instructions.cp.VariableCPInstruction
- getUniqueID() - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- getUniqueTempFileName() - Static method in class org.apache.sysds.hops.OptimizerUtils
-
Wrapper over internal filename construction for external usage.
- getUniqueValues(MatrixBlock, Types.Direction) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixSketch
- getUniqueWorkingDir(String) - Static method in class org.apache.sysds.runtime.util.LocalFileUtils
- getUnixEpocSecond() - Method in class org.apache.sysds.runtime.io.hdf5.message.H5ObjectModificationTimeMessage
- getUpdateInPlaceVars() - Method in class org.apache.sysds.parser.StatementBlock
- getUpdateType() - Method in class org.apache.sysds.hops.Hop
- getUpdateType() - Method in class org.apache.sysds.lops.OutputParameters
- getUpdateType() - Method in class org.apache.sysds.runtime.controlprogram.caching.MatrixObject
- getUpperBoundValue() - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.AMapToData
-
Get the maximum value that is possible to allocate inside this map.
- getUpperBoundValue() - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToBit
- getUpperBoundValue() - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToByte
- getUpperBoundValue() - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToChar
- getUpperBoundValue() - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToCharPByte
- getUpperBoundValue() - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToInt
- getUpperBoundValue() - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToUByte
- getUpperBoundValue() - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToZero
- getUTFSize(String) - Static method in class org.apache.sysds.runtime.io.IOUtilFunctions
-
Returns the serialized size in bytes of the given string value, following the modified UTF-8 specification as used by Java's DataInput/DataOutput.
- getUtilization() - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- getUtilThreadPool() - Static method in class org.apache.sysds.runtime.controlprogram.caching.LazyWriteBuffer
- getUUID() - Static method in class org.apache.sysds.api.DMLScript
- getV() - Method in class org.apache.sysds.runtime.matrix.data.IJV
- getValidationTime() - Static method in class org.apache.sysds.utils.stats.ParamServStatistics
- getValidFunctions() - Method in class org.apache.sysds.hops.ipa.FunctionCallSizeInfo
-
Gets the set of functions that are valid for statistics propagation.
- getValidOpPos(Types.OpOp2, Types.OpOp2...) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- getValue() - Method in class org.apache.sysds.parser.BooleanIdentifier
- getValue() - Method in class org.apache.sysds.parser.DoubleIdentifier
- getValue() - Method in class org.apache.sysds.parser.ExpressionList
- getValue() - Method in class org.apache.sysds.parser.IntIdentifier
- getValue() - Method in class org.apache.sysds.parser.StringIdentifier
- getValue() - Method in enum org.apache.sysds.runtime.codegen.SpoofCellwise.CellType
- getValue() - Method in enum org.apache.sysds.runtime.codegen.SpoofRowwise.RowType
- getValue() - Method in class org.apache.sysds.runtime.data.IndexedTensorBlock
- getValue() - Method in class org.apache.sysds.runtime.data.SparseRowScalar
- getValue() - Method in class org.apache.sysds.runtime.instructions.cp.BooleanObject
- getValue() - Method in class org.apache.sysds.runtime.instructions.cp.DoubleObject
- getValue() - Method in class org.apache.sysds.runtime.instructions.cp.IntObject
- getValue() - Method in class org.apache.sysds.runtime.instructions.cp.ScalarObject
- getValue() - Method in class org.apache.sysds.runtime.instructions.cp.StringObject
- getValue() - Method in class org.apache.sysds.runtime.instructions.spark.data.CorrMatrixBlock
- getValue() - Method in class org.apache.sysds.runtime.instructions.spark.data.IndexedMatrixValue
- getValue() - Method in class org.apache.sysds.runtime.instructions.spark.data.RowMatrixBlock
- getValue() - Method in enum org.apache.sysds.runtime.io.cog.IFDTagDictionary
- getValue() - Method in enum org.apache.sysds.runtime.io.cog.SampleFormatDataTypes
- getValue() - Method in enum org.apache.sysds.runtime.io.cog.TIFFDataTypes
- getValue() - Method in class org.apache.sysds.runtime.lineage.BooleanArray32
- getValue() - Method in class org.apache.sysds.runtime.matrix.data.MatrixCell
- getValue() - Method in class org.apache.sysds.runtime.matrix.data.Pair
- getValue() - Method in class org.apache.sysds.runtime.matrix.data.WeightedCell
- getValue(int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- getValue(int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- getValue(int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionary
- getValue(int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionarySlice
- getValue(int) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Get Specific value contained in the dictionary at index.
- getValue(int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- getValue(int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.QDictionary
- getValue(int, int) - Method in class org.apache.sysds.runtime.codegen.SpoofOperator.SideInput
- getValue(int, int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- getValue(int, int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- getValue(int, int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionary
- getValue(int, int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionarySlice
- getValue(int, int, int) - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Get Specific value contain in dictionary at index.
- getValue(int, int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- getValue(int, int, int) - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.QDictionary
- getValue(MatrixBlock) - Method in class org.apache.sysds.runtime.matrix.data.sketch.countdistinct.CountDistinctFunctionSketch
- getValue(MatrixBlock) - Method in class org.apache.sysds.runtime.matrix.data.sketch.countdistinctapprox.KMVSketch
- getValue(MatrixBlock) - Method in interface org.apache.sysds.runtime.matrix.data.sketch.MatrixSketch
-
Get scalar distinct count from an input matrix block.
- getValueDelim() - Method in class org.apache.sysds.runtime.iogen.ColIndexStructure
- getValueFromSketch(CorrMatrixBlock) - Method in class org.apache.sysds.runtime.matrix.data.sketch.countdistinct.CountDistinctFunctionSketch
- getValueFromSketch(CorrMatrixBlock) - Method in class org.apache.sysds.runtime.matrix.data.sketch.countdistinctapprox.KMVSketch
- getValueFromSketch(CorrMatrixBlock) - Method in interface org.apache.sysds.runtime.matrix.data.sketch.MatrixSketch
-
Obtain matrix distinct count value from estimation Used for estimating distinct in rows or columns.
- getValueKeyPattern() - Method in class org.apache.sysds.runtime.iogen.CustomProperties
- getValues() - Method in class org.apache.sysds.runtime.compress.bitmap.Bitmap
-
Get all values without unnecessary allocations and copies.
- getValues() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupConst
-
Get dense values from colgroupConst.
- getValues() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
- getValues() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.DeltaDictionary
- getValues() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
- getValues() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionary
- getValues() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionarySlice
- getValues() - Method in interface org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary
-
Get all the values contained in the dictionary as a linearized double array.
- getValues() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary
- getValues() - Method in class org.apache.sysds.runtime.compress.colgroup.dictionary.QDictionary
- getValues(int) - Method in class org.apache.sysds.runtime.compress.bitmap.MultiColBitmap
-
Obtain tuple of column values associated with index.
- getValueType() - Method in class org.apache.sysds.hops.Hop
- getValueType() - Method in class org.apache.sysds.lops.Lop
-
get value type of the output that is produced by this lop
- getValueType() - Method in class org.apache.sysds.parser.Identifier
- getValueType() - Method in class org.apache.sysds.runtime.data.BasicTensorBlock
- getValueType() - Method in class org.apache.sysds.runtime.data.TensorBlock
-
Get the
ValueTypeif thisTensorBlockis homogeneous. - getValueType() - Method in class org.apache.sysds.runtime.frame.data.columns.Array
-
Get the current value type of this array.
- getValueType() - Method in class org.apache.sysds.runtime.frame.data.columns.BitSetArray
- getValueType() - Method in class org.apache.sysds.runtime.frame.data.columns.BooleanArray
- getValueType() - Method in class org.apache.sysds.runtime.frame.data.columns.CharArray
- getValueType() - Method in class org.apache.sysds.runtime.frame.data.columns.DDCArray
- getValueType() - Method in class org.apache.sysds.runtime.frame.data.columns.DoubleArray
- getValueType() - Method in class org.apache.sysds.runtime.frame.data.columns.FloatArray
- getValueType() - Method in class org.apache.sysds.runtime.frame.data.columns.HashIntegerArray
- getValueType() - Method in class org.apache.sysds.runtime.frame.data.columns.HashLongArray
- getValueType() - Method in class org.apache.sysds.runtime.frame.data.columns.IntegerArray
- getValueType() - Method in class org.apache.sysds.runtime.frame.data.columns.LongArray
- getValueType() - Method in class org.apache.sysds.runtime.frame.data.columns.OptionalArray
- getValueType() - Method in class org.apache.sysds.runtime.frame.data.columns.RaggedArray
- getValueType() - Method in class org.apache.sysds.runtime.frame.data.columns.StringArray
- getValueType() - Method in class org.apache.sysds.runtime.instructions.cp.CPOperand
- getValueType() - Method in class org.apache.sysds.runtime.instructions.cp.Data
- getValueType() - Method in class org.apache.sysds.runtime.iogen.codegen.CodeGenTrieNode
- getValueType() - Method in class org.apache.sysds.utils.Statistics.LineageNGramExtension
- getValueTypeCastOperator(Types.ValueType) - Static method in class org.apache.sysds.parser.BuiltinFunctionExpression
-
Convert a value type (double, int, or boolean) to a built-in function operator.
- getVariable(String) - Method in class org.apache.sysds.parser.VariableSet
- getVariable(String) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- getVariable(CPOperand) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- getVariableInstTime(VariableCPInstruction, VarStats, VarStats, IOCostUtils.IOMetrics) - Static method in class org.apache.sysds.resource.cost.CPCostUtils
- getVariableNames() - Method in class org.apache.sysds.api.jmlc.ResultVariables
-
Obtain the output variable names held by this ResultVariables object.
- getVariableNames() - Method in class org.apache.sysds.parser.VariableSet
- getVariableOpcode() - Method in class org.apache.sysds.runtime.instructions.cp.VariableCPInstruction
- getVariables() - Method in class org.apache.sysds.hops.rewrite.ProgramRewriteStatus
- getVariables() - Method in class org.apache.sysds.parser.VariableSet
- getVariables() - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- getVariables() - Method in class org.apache.sysds.runtime.controlprogram.parfor.ParForBody
- getVariables() - Method in class org.apache.sysds.runtime.controlprogram.parfor.ParWorker
- getVariables() - Method in class org.apache.sysds.runtime.controlprogram.parfor.RemoteParForJobReturn
- getVarID() - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedData
- getVarList() - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
-
NOTE: No order guaranteed, so keep same list for pin and unpin.
- getVarListPartitioned() - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
-
NOTE: No order guaranteed, so keep same list for pin and unpin.
- getVarname() - Method in class org.apache.sysds.hops.codegen.cplan.CNode
- getVarname() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeData
- getVarname(SpoofCompiler.GeneratorAPI) - Method in class org.apache.sysds.hops.codegen.cplan.CNode
- getVarname(SpoofCompiler.GeneratorAPI) - Method in class org.apache.sysds.hops.codegen.cplan.CNodeData
- getVarName() - Method in class org.apache.sysds.runtime.controlprogram.parfor.Task
- getVarParam(String) - Method in class org.apache.sysds.parser.DataExpression
- getVarParam(String) - Method in class org.apache.sysds.parser.ParameterizedBuiltinFunctionExpression
- getVarParams() - Method in class org.apache.sysds.parser.DataExpression
- getVarParams() - Method in class org.apache.sysds.parser.ParameterizedBuiltinFunctionExpression
- getVCPUs() - Method in class org.apache.sysds.resource.CloudInstance
- getVectorAddPrimitive() - Method in enum org.apache.sysds.hops.codegen.cplan.CNodeBinary.BinType
- getVectorAddPrimitive() - Method in enum org.apache.sysds.hops.codegen.cplan.CNodeUnary.UnaryType
- getVectorLength(SpoofCompiler.GeneratorAPI) - Method in class org.apache.sysds.hops.codegen.cplan.CNode
- getVectorPrimitiveName() - Method in enum org.apache.sysds.hops.codegen.cplan.CNodeBinary.BinType
- getVectorPrimitiveName() - Method in enum org.apache.sysds.hops.codegen.cplan.CNodeUnary.UnaryType
- getVersion() - Method in class org.apache.sysds.runtime.io.hdf5.H5DoubleDataType
- getVersion() - Method in class org.apache.sysds.runtime.io.hdf5.H5GroupSymbolTableNode
- getVersion() - Method in class org.apache.sysds.runtime.io.hdf5.H5LocalHeap
- getVisited() - Method in class org.apache.sysds.lops.Lop
-
get visit status of node
- getVocabulary() - Method in class org.apache.sysds.parser.dml.DmlLexer
- getVocabulary() - Method in class org.apache.sysds.parser.dml.DmlParser
- getWarn() - Method in class org.apache.sysds.parser.LiveVariableAnalysis
- getWarpSize() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUContext
-
Gets the warp size supported by the active cuda device.
- getWeight() - Method in class org.apache.sysds.hops.fedplanner.FederatedMemoTable.FedPlan
- getWeight() - Method in class org.apache.sysds.hops.fedplanner.FederatedMemoTable.HopCommon
- getWeight() - Method in class org.apache.sysds.runtime.instructions.cp.CM_COV_Object
- getWeight() - Method in class org.apache.sysds.runtime.matrix.data.WeightedCell
- getWordErrorRate(String, String) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
-
Computes the word error rate (Levenshtein distance at word level): wer = (numSubst + numDel + numIns) / length(r) This code has been adapted from Apache Commons Lang 3.12 (getLevenshteinDistance, but for words instead of characters).
- getWorker(MatrixBlock, MatrixBlock, DnnParameters, boolean, boolean) - Static method in interface org.apache.sysds.runtime.matrix.data.LibMatrixDNNRotate180.Rotate180Worker
- getWorkerDataObjects() - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- getWorkerEvents() - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- getWorkerID() - Method in class org.apache.sysds.runtime.controlprogram.paramserv.rpc.PSRpcCall
- getWorkerName() - Method in class org.apache.sysds.runtime.controlprogram.paramserv.FederatedPSControlThread
- getWorkerName() - Method in class org.apache.sysds.runtime.controlprogram.paramserv.LocalPSWorker
- getWorkerName() - Method in class org.apache.sysds.runtime.controlprogram.paramserv.PSWorker
- getWorkerName() - Method in class org.apache.sysds.runtime.controlprogram.paramserv.SparkPSWorker
- getWorkerOnlineStatus(Long) - Method in class org.apache.sysds.runtime.controlprogram.federated.monitoring.services.WorkerService
- getWorkerRequests() - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- getWorkerStatistics(Long, String) - Static method in class org.apache.sysds.runtime.controlprogram.federated.monitoring.services.StatisticsService
- getWorkingDir(String) - Static method in class org.apache.sysds.runtime.util.LocalFileUtils
- getWorkingFilePath(String) - Method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- getWrappedTaskFuture() - Method in class org.apache.sysds.runtime.util.DependencyWrapperTask
- getWrappedTasks() - Method in class org.apache.sysds.runtime.util.DependencyWrapperTask
- getWriteBufferFree() - Static method in class org.apache.sysds.runtime.controlprogram.caching.LazyWriteBuffer
- getWriteBufferLimit() - Static method in class org.apache.sysds.runtime.controlprogram.caching.LazyWriteBuffer
- getWriteBufferSize() - Static method in class org.apache.sysds.runtime.controlprogram.caching.LazyWriteBuffer
- getXorFnObject() - Static method in class org.apache.sysds.runtime.functionobjects.Xor
- geValueCode(String, String) - Method in class org.apache.sysds.runtime.iogen.codegen.CodeGenTrieNode
- GLM - org.apache.sysds.common.Builtins
- GLM_PREDICT - org.apache.sysds.common.Builtins
- GLOBAL_MEAN - org.apache.sysds.runtime.transform.encode.EncoderMVImpute.MVMethod
- GLOBAL_MODE - org.apache.sysds.runtime.transform.encode.EncoderMVImpute.MVMethod
- GMM - org.apache.sysds.common.Builtins
- GMM_PREDICT - org.apache.sysds.common.Builtins
- GNMF - org.apache.sysds.common.Builtins
- goToPositionWithWriteZero(long) - Method in class org.apache.sysds.runtime.io.hdf5.H5BufferBuilder
- gpu - Variable in class org.apache.sysds.api.DMLOptions
- GPU - org.apache.sysds.common.Types.ExecType
-
GPU ExecType indicate that the execution should be performed on a GPU
- GPU - org.apache.sysds.runtime.instructions.Instruction.IType
- GPU_EVICTION_POLICY - Static variable in class org.apache.sysds.conf.DMLConfig
- GPU_INST_PREFIX - Static variable in class org.apache.sysds.runtime.instructions.Instruction
- GPU_MEMORY_ALLOCATOR - Static variable in class org.apache.sysds.api.DMLScript
- GPU_MEMORY_ALLOCATOR - Static variable in class org.apache.sysds.conf.DMLConfig
- GPU_MEMORY_UTILIZATION_FACTOR - Static variable in class org.apache.sysds.api.DMLScript
- GPU_MEMORY_UTILIZATION_FACTOR - Static variable in class org.apache.sysds.conf.DMLConfig
- GPU_RULE_BASED_PLACEMENT - Static variable in class org.apache.sysds.conf.DMLConfig
- GPU2HOSTEVICTION - Static variable in class org.apache.sysds.runtime.lineage.LineageCacheConfig
- GPUContext - Class in org.apache.sysds.runtime.instructions.gpu.context
-
Represents a context per GPU accessible through the same JVM.
- GPUContextPool - Class in org.apache.sysds.runtime.instructions.gpu.context
- GPUContextPool() - Constructor for class org.apache.sysds.runtime.instructions.gpu.context.GPUContextPool
- gpuEvictionThread - Static variable in class org.apache.sysds.runtime.lineage.LineageGPUCacheEviction
- GPUInstruction - Class in org.apache.sysds.runtime.instructions.gpu
- GPUInstruction.GPUINSTRUCTION_TYPE - Enum in org.apache.sysds.runtime.instructions.gpu
- GPUInstructionParser - Class in org.apache.sysds.runtime.instructions
- GPUInstructionParser() - Constructor for class org.apache.sysds.runtime.instructions.GPUInstructionParser
- GPULazyCudaFreeMemoryManager - Class in org.apache.sysds.runtime.instructions.gpu.context
- GPULazyCudaFreeMemoryManager(GPUMemoryManager) - Constructor for class org.apache.sysds.runtime.instructions.gpu.context.GPULazyCudaFreeMemoryManager
- GPUMatrixMemoryManager - Class in org.apache.sysds.runtime.instructions.gpu.context
- GPUMatrixMemoryManager(GPUMemoryManager) - Constructor for class org.apache.sysds.runtime.instructions.gpu.context.GPUMatrixMemoryManager
- GPUMemoryAllocator - Interface in org.apache.sysds.runtime.instructions.gpu.context
- GPUMemoryEviction - Class in org.apache.sysds.runtime.instructions.gpu.context
- GPUMemoryEviction() - Constructor for class org.apache.sysds.runtime.instructions.gpu.context.GPUMemoryEviction
- GPUMemoryEviction(int) - Constructor for class org.apache.sysds.runtime.instructions.gpu.context.GPUMemoryEviction
- GPUMemoryManager - Class in org.apache.sysds.runtime.instructions.gpu.context
-
- All cudaFree and cudaMalloc in SystemDS should go through this class to avoid OOM or incorrect results.
- GPUMemoryManager(GPUContext) - Constructor for class org.apache.sysds.runtime.instructions.gpu.context.GPUMemoryManager
- GPUMemoryManager.EvictionPolicyBasedComparator - Class in org.apache.sysds.runtime.instructions.gpu.context
-
Class that governs the eviction policy
- GPUObject - Class in org.apache.sysds.runtime.instructions.gpu.context
-
Handle to a matrix block on the GPU
- GPUObject(GPUContext, MatrixObject, Pointer) - Constructor for class org.apache.sysds.runtime.instructions.gpu.context.GPUObject
- GPUObject(GPUContext, GPUObject, MatrixObject) - Constructor for class org.apache.sysds.runtime.instructions.gpu.context.GPUObject
- GPUStatistics - Class in org.apache.sysds.utils
-
Measures performance numbers when GPU mode is enabled Printed as part of
Statistics. - GPUStatistics() - Constructor for class org.apache.sysds.utils.GPUStatistics
- GrayResponseCurve - org.apache.sysds.runtime.io.cog.IFDTagDictionary
- GrayResponseUnit - org.apache.sysds.runtime.io.cog.IFDTagDictionary
- GREATER - org.apache.sysds.common.Opcodes
- GREATER - org.apache.sysds.common.Types.OpOp2
- GREATER - org.apache.sysds.hops.codegen.cplan.CNodeBinary.BinType
- GREATER - org.apache.sysds.parser.Expression.RelationalOp
- GREATEREQUAL - org.apache.sysds.common.Opcodes
- GREATEREQUAL - org.apache.sysds.common.Types.OpOp2
- GREATEREQUAL - org.apache.sysds.hops.codegen.cplan.CNodeBinary.BinType
- GREATEREQUAL - org.apache.sysds.parser.Expression.RelationalOp
- GreaterThan - Class in org.apache.sysds.runtime.functionobjects
- GreaterThanEquals - Class in org.apache.sysds.runtime.functionobjects
- GREEDY - org.apache.sysds.runtime.compress.cocode.CoCoderFactory.PartitionerType
- GRID_SEARCH - org.apache.sysds.common.Builtins
- GridBased - org.apache.sysds.resource.enumeration.Enumerator.EnumerationStrategy
- GridBasedEnumerator - Class in org.apache.sysds.resource.enumeration
- GridBasedEnumerator(Enumerator.Builder, int, int) - Constructor for class org.apache.sysds.resource.enumeration.GridBasedEnumerator
- gridDimX - Variable in class org.apache.sysds.runtime.instructions.gpu.context.ExecutionConfig
- gridDimY - Variable in class org.apache.sysds.runtime.instructions.gpu.context.ExecutionConfig
- gridDimZ - Variable in class org.apache.sysds.runtime.instructions.gpu.context.ExecutionConfig
- GroupedAgg - org.apache.sysds.lops.Lop.Type
- GROUPEDAGG - org.apache.sysds.common.Builtins
- GROUPEDAGG - org.apache.sysds.common.Opcodes
- GROUPEDAGG - org.apache.sysds.common.Types.ParamBuiltinOp
- GroupedAggM - org.apache.sysds.lops.Lop.Type
- groupedAggOperations(MatrixValue, MatrixValue, MatrixValue, int, Operator) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
-
Invocation from CP instructions.
- groupedAggOperations(MatrixValue, MatrixValue, MatrixValue, int, Operator, int) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- groupedAggOperations(MatrixValue, MatrixValue, MatrixValue, int, Operator, int) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- groupedAggregate(MatrixBlock, MatrixBlock, MatrixBlock, MatrixBlock, int, Operator) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixAgg
- groupedAggregate(MatrixBlock, MatrixBlock, MatrixBlock, MatrixBlock, int, Operator, int) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixAgg
- GroupedAggregate - Class in org.apache.sysds.lops
-
Lop to perform grouped aggregates
- GroupedAggregate(HashMap<String, Lop>, Types.DataType, Types.ValueType, Types.ExecType) - Constructor for class org.apache.sysds.lops.GroupedAggregate
- GroupedAggregate(HashMap<String, Lop>, Types.DataType, Types.ValueType, Types.ExecType, boolean) - Constructor for class org.apache.sysds.lops.GroupedAggregate
- GroupedAggregate(HashMap<String, Lop>, Types.DataType, Types.ValueType, Types.ExecType, int) - Constructor for class org.apache.sysds.lops.GroupedAggregate
- GroupedAggregateM - Class in org.apache.sysds.lops
-
Lop to perform mr map-side grouped aggregates (restriction: sum, w/o weights, ngroups), groups broadcasted
- GroupedAggregateM(HashMap<String, Lop>, Types.DataType, Types.ValueType, boolean, Types.ExecType) - Constructor for class org.apache.sysds.lops.GroupedAggregateM
- GroupedAggregateM.CacheType - Enum in org.apache.sysds.lops
- Grouping - org.apache.sysds.lops.Lop.Type
- groupInternalNodeK - Variable in class org.apache.sysds.runtime.io.hdf5.H5Superblock
- groupLeafNodeK - Variable in class org.apache.sysds.runtime.io.hdf5.H5Superblock
- guardedCudaFree(Pointer) - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUMemoryManager
- guardedCudaFree(Pointer, boolean) - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUMemoryManager
-
Note: This method should not be called from an iterator as it removes entries from allocatedGPUPointers and rmvarGPUPointers
- GwS - Static variable in class org.apache.sysds.api.PythonDMLScript
H
- h(int, int) - Method in class org.apache.sysds.hops.estim.EstimatorSampleRa
- H - Variable in class org.apache.sysds.runtime.matrix.data.DnnParameters
- H5 - Class in org.apache.sysds.runtime.io.hdf5
- H5() - Constructor for class org.apache.sysds.runtime.io.hdf5.H5
- H5BTree - Class in org.apache.sysds.runtime.io.hdf5
- H5BTree(H5RootObject, byte, byte, int, long, long, List<Long>) - Constructor for class org.apache.sysds.runtime.io.hdf5.H5BTree
- H5BTree(H5RootObject, long) - Constructor for class org.apache.sysds.runtime.io.hdf5.H5BTree
- H5BufferBuilder - Class in org.apache.sysds.runtime.io.hdf5
- H5BufferBuilder() - Constructor for class org.apache.sysds.runtime.io.hdf5.H5BufferBuilder
- H5Constants - Class in org.apache.sysds.runtime.io.hdf5
- H5Constants() - Constructor for class org.apache.sysds.runtime.io.hdf5.H5Constants
- H5ContiguousDataset - Class in org.apache.sysds.runtime.io.hdf5
- H5ContiguousDataset(H5RootObject, H5ObjectHeader) - Constructor for class org.apache.sysds.runtime.io.hdf5.H5ContiguousDataset
- H5DataLayoutMessage - Class in org.apache.sysds.runtime.io.hdf5.message
- H5DataLayoutMessage(H5RootObject, BitSet, long, long) - Constructor for class org.apache.sysds.runtime.io.hdf5.message.H5DataLayoutMessage
- H5DataLayoutMessage(H5RootObject, BitSet, ByteBuffer) - Constructor for class org.apache.sysds.runtime.io.hdf5.message.H5DataLayoutMessage
- H5DataSpaceMessage - Class in org.apache.sysds.runtime.io.hdf5.message
- H5DataSpaceMessage(H5RootObject, BitSet) - Constructor for class org.apache.sysds.runtime.io.hdf5.message.H5DataSpaceMessage
- H5DataSpaceMessage(H5RootObject, BitSet, ByteBuffer) - Constructor for class org.apache.sysds.runtime.io.hdf5.message.H5DataSpaceMessage
- H5DataTypeMessage - Class in org.apache.sysds.runtime.io.hdf5.message
- H5DataTypeMessage(H5RootObject, BitSet, ByteBuffer) - Constructor for class org.apache.sysds.runtime.io.hdf5.message.H5DataTypeMessage
- H5DataTypeMessage(H5RootObject, BitSet, H5DoubleDataType) - Constructor for class org.apache.sysds.runtime.io.hdf5.message.H5DataTypeMessage
- H5Dcreate(H5RootObject, long, long, String) - Static method in class org.apache.sysds.runtime.io.hdf5.H5
- H5Dopen(H5RootObject, String) - Static method in class org.apache.sysds.runtime.io.hdf5.H5
- H5DoubleDataType - Class in org.apache.sysds.runtime.io.hdf5
- H5DoubleDataType() - Constructor for class org.apache.sysds.runtime.io.hdf5.H5DoubleDataType
- H5DoubleDataType(ByteBuffer) - Constructor for class org.apache.sysds.runtime.io.hdf5.H5DoubleDataType
- H5Dread(H5ContiguousDataset, int, double[]) - Static method in class org.apache.sysds.runtime.io.hdf5.H5
- H5Dread(H5RootObject, H5ContiguousDataset, double[][]) - Static method in class org.apache.sysds.runtime.io.hdf5.H5
- H5Dwrite(H5RootObject, double[]) - Static method in class org.apache.sysds.runtime.io.hdf5.H5
- H5Dwrite(H5RootObject, double[][]) - Static method in class org.apache.sysds.runtime.io.hdf5.H5
- H5FillValueMessage - Class in org.apache.sysds.runtime.io.hdf5.message
- H5FillValueMessage(H5RootObject, BitSet, int, int, boolean) - Constructor for class org.apache.sysds.runtime.io.hdf5.message.H5FillValueMessage
- H5FillValueMessage(H5RootObject, BitSet, ByteBuffer) - Constructor for class org.apache.sysds.runtime.io.hdf5.message.H5FillValueMessage
- H5Fopen(BufferedInputStream) - Static method in class org.apache.sysds.runtime.io.hdf5.H5
- H5GroupSymbolTableNode - Class in org.apache.sysds.runtime.io.hdf5
- H5GroupSymbolTableNode(H5RootObject, long) - Constructor for class org.apache.sysds.runtime.io.hdf5.H5GroupSymbolTableNode
- H5GroupSymbolTableNode(H5RootObject, short, H5SymbolTableEntry[]) - Constructor for class org.apache.sysds.runtime.io.hdf5.H5GroupSymbolTableNode
- H5LocalHeap - Class in org.apache.sysds.runtime.io.hdf5
- H5LocalHeap(H5RootObject, long) - Constructor for class org.apache.sysds.runtime.io.hdf5.H5LocalHeap
- H5LocalHeap(H5RootObject, String, long, long, long) - Constructor for class org.apache.sysds.runtime.io.hdf5.H5LocalHeap
- H5Message - Class in org.apache.sysds.runtime.io.hdf5.message
- H5Message(H5RootObject, BitSet) - Constructor for class org.apache.sysds.runtime.io.hdf5.message.H5Message
- H5NilMessage - Class in org.apache.sysds.runtime.io.hdf5.message
- H5NilMessage(H5RootObject, BitSet) - Constructor for class org.apache.sysds.runtime.io.hdf5.message.H5NilMessage
- H5NilMessage(H5RootObject, BitSet, ByteBuffer) - Constructor for class org.apache.sysds.runtime.io.hdf5.message.H5NilMessage
- H5ObjectHeader - Class in org.apache.sysds.runtime.io.hdf5
- H5ObjectHeader(H5RootObject, long) - Constructor for class org.apache.sysds.runtime.io.hdf5.H5ObjectHeader
- H5ObjectHeader(H5RootObject, String) - Constructor for class org.apache.sysds.runtime.io.hdf5.H5ObjectHeader
- H5ObjectModificationTimeMessage - Class in org.apache.sysds.runtime.io.hdf5.message
- H5ObjectModificationTimeMessage(H5RootObject, BitSet, long) - Constructor for class org.apache.sysds.runtime.io.hdf5.message.H5ObjectModificationTimeMessage
- H5ObjectModificationTimeMessage(H5RootObject, BitSet, ByteBuffer) - Constructor for class org.apache.sysds.runtime.io.hdf5.message.H5ObjectModificationTimeMessage
- H5RootObject - Class in org.apache.sysds.runtime.io.hdf5
- H5RootObject() - Constructor for class org.apache.sysds.runtime.io.hdf5.H5RootObject
- H5RuntimeException - Exception in org.apache.sysds.runtime.io.hdf5
- H5RuntimeException(Exception) - Constructor for exception org.apache.sysds.runtime.io.hdf5.H5RuntimeException
- H5RuntimeException(String) - Constructor for exception org.apache.sysds.runtime.io.hdf5.H5RuntimeException
- H5RuntimeException(String, Exception) - Constructor for exception org.apache.sysds.runtime.io.hdf5.H5RuntimeException
- H5Screate(BufferedOutputStream, long, long) - Static method in class org.apache.sysds.runtime.io.hdf5.H5
- H5Superblock - Class in org.apache.sysds.runtime.io.hdf5
- H5Superblock() - Constructor for class org.apache.sysds.runtime.io.hdf5.H5Superblock
- H5Superblock(BufferedInputStream, long) - Constructor for class org.apache.sysds.runtime.io.hdf5.H5Superblock
- H5SymbolTableEntry - Class in org.apache.sysds.runtime.io.hdf5
- H5SymbolTableEntry(int, long, int, long, long) - Constructor for class org.apache.sysds.runtime.io.hdf5.H5SymbolTableEntry
- H5SymbolTableEntry(H5RootObject) - Constructor for class org.apache.sysds.runtime.io.hdf5.H5SymbolTableEntry
- H5SymbolTableEntry(H5RootObject, long) - Constructor for class org.apache.sysds.runtime.io.hdf5.H5SymbolTableEntry
- H5SymbolTableMessage - Class in org.apache.sysds.runtime.io.hdf5.message
- H5SymbolTableMessage(H5RootObject, BitSet, long, long) - Constructor for class org.apache.sysds.runtime.io.hdf5.message.H5SymbolTableMessage
- H5SymbolTableMessage(H5RootObject, BitSet, ByteBuffer) - Constructor for class org.apache.sysds.runtime.io.hdf5.message.H5SymbolTableMessage
- H5WriteHeaders(H5RootObject) - Static method in class org.apache.sysds.runtime.io.hdf5.H5
- HAAS_AND_STOKES_ALPHA1 - Static variable in interface org.apache.sysds.runtime.compress.estim.sample.HassAndStokes
- HAAS_AND_STOKES_ALPHA2 - Static variable in interface org.apache.sysds.runtime.compress.estim.sample.HassAndStokes
- HAAS_AND_STOKES_UJ2A_C - Static variable in interface org.apache.sysds.runtime.compress.estim.sample.HassAndStokes
- HAAS_AND_STOKES_UJ2A_CUT2 - Static variable in interface org.apache.sysds.runtime.compress.estim.sample.HassAndStokes
- HAAS_AND_STOKES_UJ2A_SOLVE - Static variable in interface org.apache.sysds.runtime.compress.estim.sample.HassAndStokes
- HADOOP - org.apache.sysds.api.mlcontext.MLContext.ExecutionType
- handleIllegalReflectiveAccessSpark() - Static method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
- hasBackReference() - Method in class org.apache.sysds.runtime.instructions.spark.data.LineageObject
- hasBinaryBlocks() - Method in class org.apache.sysds.api.mlcontext.Frame
-
Whether or not this frame contains data as binary blocks
- hasBinaryBlocks() - Method in class org.apache.sysds.api.mlcontext.Matrix
-
Whether or not this matrix contains data as binary blocks
- hasBroadcastHandle() - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- hasBuild() - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderComposite
- hasCommonRowTemplateMatrixInput(Hop, Hop, CPlanMemoTable) - Static method in class org.apache.sysds.hops.codegen.template.TemplateUtils
- hasCompressedInput() - Method in class org.apache.sysds.hops.Hop
- hasConstantValue() - Method in class org.apache.sysds.hops.DataGenOp
- hasConstantValue(double) - Method in class org.apache.sysds.hops.DataGenOp
- hasDependency(DependencyTask<?>) - Method in class org.apache.sysds.runtime.util.DependencyTask
- hasEncoder(Class<T>) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderComposite
- hasFederatedOutput() - Method in class org.apache.sysds.hops.Hop
- hasFourInputs() - Method in enum org.apache.sysds.lops.WeightedCrossEntropy.WCeMMType
- hasFourInputs() - Method in enum org.apache.sysds.lops.WeightedDivMM.WDivMMType
- hasFourInputs() - Method in enum org.apache.sysds.lops.WeightedSquaredLoss.WeightsType
- hasFourInputs() - Method in class org.apache.sysds.runtime.matrix.operators.QuaternaryOperator
- hasFrameInput() - Method in class org.apache.sysds.runtime.instructions.cp.ComputationCPInstruction
- hasFrameObject() - Method in class org.apache.sysds.api.mlcontext.Frame
-
Whether or not this frame contains data as a FrameObject
- hasFunctions() - Method in class org.apache.sysds.runtime.controlprogram.ParForProgramBlock
- hasFunctionStatementBlocks() - Method in class org.apache.sysds.parser.DMLProgram
- hash(double, Hash.HashType) - Static method in class org.apache.sysds.utils.Hash
-
Hash functions for double values.
- hash(Object, Hash.HashType) - Static method in class org.apache.sysds.utils.Hash
-
Generic hashing of java objects, not ideal for specific values so use the specific methods for specific types.
- hash(K) - Method in class org.apache.sysds.runtime.frame.data.columns.HashMapToInt
- Hash - Class in org.apache.sysds.utils
-
A class containing different hashing functions.
- Hash() - Constructor for class org.apache.sysds.utils.Hash
- HASH - org.apache.sysds.runtime.transform.TfUtils.TfMethod
- Hash.HashType - Enum in org.apache.sysds.utils
-
Available Hashing techniques
- HASH32 - org.apache.sysds.common.Types.ValueType
- HASH32 - org.apache.sysds.runtime.frame.data.columns.ArrayFactory.FrameArrayType
- HASH64 - org.apache.sysds.common.Types.ValueType
- HASH64 - org.apache.sysds.runtime.frame.data.columns.ArrayFactory.FrameArrayType
- hashCode() - Method in class org.apache.sysds.hops.codegen.cplan.CNode
- hashCode() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeBinary
- hashCode() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeCell
- hashCode() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeData
- hashCode() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeMultiAgg
- hashCode() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeNary
- hashCode() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeOuterProduct
- hashCode() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeRow
- hashCode() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeTernary
- hashCode() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeTpl
- hashCode() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeUnary
- hashCode() - Method in class org.apache.sysds.hops.codegen.opt.InterestingPoint
- hashCode() - Method in class org.apache.sysds.hops.codegen.opt.PlanSelection.VisitMarkCost
- hashCode() - Method in class org.apache.sysds.hops.codegen.template.CPlanMemoTable.MemoTableEntry
- hashCode() - Method in class org.apache.sysds.hops.codegen.template.TemplateBase
- hashCode() - Method in class org.apache.sysds.hops.ipa.FunctionCallSizeInfo
- hashCode() - Method in class org.apache.sysds.parser.DataIdentifier
- hashCode() - Method in class org.apache.sysds.parser.Expression
- hashCode() - Method in class org.apache.sysds.parser.ParForStatementBlock.ResultVar
- hashCode() - Method in class org.apache.sysds.runtime.compress.cocode.ColIndexes
- hashCode() - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.AColIndex
- hashCode() - Method in interface org.apache.sysds.runtime.compress.colgroup.indexes.IColIndex
- hashCode() - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.RangeIndex
- hashCode() - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.TwoRangesIndex
- hashCode() - Method in class org.apache.sysds.runtime.compress.utils.DblArray
- hashCode() - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedRange
- hashCode() - Method in class org.apache.sysds.runtime.controlprogram.ParForProgramBlock.PartitionFormat
- hashCode() - Method in class org.apache.sysds.runtime.data.TensorIndexes
- hashCode() - Method in class org.apache.sysds.runtime.instructions.cp.CM_COV_Object
- hashCode() - Method in class org.apache.sysds.runtime.instructions.cp.KahanObject
- hashCode() - Method in class org.apache.sysds.runtime.instructions.spark.data.BlockPartitioner
- hashCode() - Method in class org.apache.sysds.runtime.lineage.LineageItem
- hashCode() - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- hashCode() - Method in class org.apache.sysds.runtime.matrix.data.MatrixCell
- hashCode() - Method in class org.apache.sysds.runtime.matrix.data.MatrixIndexes
- hashCode() - Method in class org.apache.sysds.runtime.matrix.data.MatrixValue.CellIndex
- hashCode() - Method in class org.apache.sysds.runtime.matrix.data.TripleIndexes
- hashCode() - Method in class org.apache.sysds.runtime.matrix.data.WeightedCell
- hashCode() - Method in class org.apache.sysds.runtime.meta.DataCharacteristics
- hashCode() - Method in class org.apache.sysds.runtime.meta.MatrixCharacteristics
- hashCode() - Method in class org.apache.sysds.runtime.meta.MetaData
- hashCode() - Method in class org.apache.sysds.runtime.meta.TensorCharacteristics
- hashCode() - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderComposite
- hashCode() - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderDummycode
- hashCode() - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderRecode
- hashCode() - Method in class org.apache.sysds.runtime.transform.encode.EncoderOmit
- hashCode() - Method in class org.apache.sysds.runtime.transform.tokenize.Token
- hashDouble(int) - Method in class org.apache.sysds.runtime.frame.data.columns.Array
-
Hash the given index of the array.
- hashDouble(int) - Method in class org.apache.sysds.runtime.frame.data.columns.BitSetArray
- hashDouble(int) - Method in class org.apache.sysds.runtime.frame.data.columns.BooleanArray
- hashDouble(int) - Method in class org.apache.sysds.runtime.frame.data.columns.CharArray
- hashDouble(int) - Method in class org.apache.sysds.runtime.frame.data.columns.DDCArray
- hashDouble(int) - Method in class org.apache.sysds.runtime.frame.data.columns.DoubleArray
- hashDouble(int) - Method in class org.apache.sysds.runtime.frame.data.columns.FloatArray
- hashDouble(int) - Method in class org.apache.sysds.runtime.frame.data.columns.HashIntegerArray
- hashDouble(int) - Method in class org.apache.sysds.runtime.frame.data.columns.HashLongArray
- hashDouble(int) - Method in class org.apache.sysds.runtime.frame.data.columns.IntegerArray
- hashDouble(int) - Method in class org.apache.sysds.runtime.frame.data.columns.LongArray
- hashDouble(int) - Method in class org.apache.sysds.runtime.frame.data.columns.OptionalArray
- hashDouble(int) - Method in class org.apache.sysds.runtime.frame.data.columns.RaggedArray
- hashDouble(int) - Method in class org.apache.sysds.runtime.frame.data.columns.StringArray
- hasHeader() - Method in class org.apache.sysds.runtime.io.FileFormatPropertiesCSV
- hashIndex(double) - Static method in class org.apache.sysds.runtime.compress.utils.ACount.DCounts
- HashIntegerArray - Class in org.apache.sysds.runtime.frame.data.columns
- HashIntegerArray(int[]) - Constructor for class org.apache.sysds.runtime.frame.data.columns.HashIntegerArray
- HashIntegerArray(String[]) - Constructor for class org.apache.sysds.runtime.frame.data.columns.HashIntegerArray
- HashLongArray - Class in org.apache.sysds.runtime.frame.data.columns
- HashLongArray(long[]) - Constructor for class org.apache.sysds.runtime.frame.data.columns.HashLongArray
- HashLongArray(String[]) - Constructor for class org.apache.sysds.runtime.frame.data.columns.HashLongArray
- HashMapLongInt - Class in org.apache.sysds.runtime.compress.utils
- HashMapLongInt(int) - Constructor for class org.apache.sysds.runtime.compress.utils.HashMapLongInt
- HashMapLongInt.KV - Class in org.apache.sysds.runtime.compress.utils
- HashMapToInt<K> - Class in org.apache.sysds.runtime.frame.data.columns
- HashMapToInt(int) - Constructor for class org.apache.sysds.runtime.frame.data.columns.HashMapToInt
- hashMissCount - Static variable in class org.apache.sysds.runtime.compress.utils.DoubleIntListHashMap
- hasHops() - Method in class org.apache.sysds.parser.StatementBlock
- hasIDColumn() - Method in enum org.apache.sysds.api.mlcontext.FrameFormat
- hasIDColumn() - Method in enum org.apache.sysds.api.mlcontext.MatrixFormat
-
Does the DataFrame have a row index?
- hasInputStatistics(Hop) - Method in class org.apache.sysds.hops.MemoTable
- hasLeftPMInput() - Method in class org.apache.sysds.hops.AggBinaryOp
- hasLegacyEncoder() - Method in class org.apache.sysds.runtime.transform.encode.MultiColumnEncoder
- hasLegacyEncoder(Class<T>) - Method in class org.apache.sysds.runtime.transform.encode.MultiColumnEncoder
- hasListInputs(Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- hasLocalOutput() - Method in class org.apache.sysds.hops.Hop
- hasMatrixInput(Hop) - Static method in class org.apache.sysds.hops.codegen.template.TemplateUtils
- hasMatrixObject() - Method in class org.apache.sysds.api.mlcontext.Matrix
-
Whether or not this matrix contains data as a MatrixObject
- hasMatrixObjectSideInput(ArrayList<MatrixObject>) - Static method in class org.apache.sysds.runtime.codegen.SpoofRowwise
- hasMatrixSideInput(ArrayList<MatrixBlock>) - Static method in class org.apache.sysds.runtime.codegen.SpoofRowwise
- hasMessageOfType(Class<T>) - Method in class org.apache.sysds.runtime.io.hdf5.H5ObjectHeader
- hasMultipleConsumers() - Method in class org.apache.sysds.hops.codegen.cplan.CNodeCell
- hasNestedParallelism(boolean) - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode
- hasNestedPartitionReads(boolean) - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode
- hasNext() - Method in interface org.apache.sysds.runtime.compress.colgroup.indexes.IIterate
-
Get if the index has a next index.
- hasNext() - Method in class org.apache.sysds.runtime.data.SparseBlockCOO.NonEmptyRowsIteratorCOO
- hasNext() - Method in class org.apache.sysds.runtime.data.SparseBlockCSC.NonEmptyColumnsIteratorCSC
- hasNext() - Method in class org.apache.sysds.runtime.data.SparseBlockCSC.NonEmptyRowsIteratorCSC
- hasNext() - Method in class org.apache.sysds.runtime.data.SparseBlockCSR.NonEmptyRowsIteratorCSR
- hasNext() - Method in class org.apache.sysds.runtime.data.SparseBlockDCSR.NonEmptyRowsIteratorDCSR
- hasNext() - Method in class org.apache.sysds.runtime.data.SparseBlockMCSC.NonEmptyColumnsIteratorMCSC
- hasNext() - Method in class org.apache.sysds.runtime.data.SparseBlockMCSC.NonEmptyRowsIteratorMCSC
- hasNext() - Method in class org.apache.sysds.runtime.data.SparseBlockMCSR.NonEmptyRowsIteratorMCSR
- hasNext() - Method in class org.apache.sysds.runtime.frame.data.columns.Array.ArrayIterator
- hasNext() - Method in class org.apache.sysds.runtime.frame.data.iterators.RowIterator
- hasNext() - Method in class org.apache.sysds.runtime.instructions.spark.data.LazyIterableIterator
- hasNext() - Method in class org.apache.sysds.runtime.matrix.data.BinaryBlockToTextCellConverter
- hasNext() - Method in interface org.apache.sysds.runtime.matrix.data.Converter
- hasNoOperation(CNodeTpl) - Static method in class org.apache.sysds.hops.codegen.template.TemplateUtils
- hasOnlyDataNodeOrLookupInputs(CNode) - Static method in class org.apache.sysds.hops.codegen.template.TemplateUtils
- hasOnlyExactMatches(long, TemplateBase.TemplateType, TemplateBase.TemplateType) - Method in class org.apache.sysds.hops.codegen.template.CPlanMemoTable
- hasOnlyRDD() - Method in class org.apache.sysds.hops.DataOp
- hasOnlySimpleChilds() - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode
- hasOnlyUnaryBinaryParents(Hop, boolean) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- hasOnlyWriteParents(Hop, boolean, boolean) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- hasOuter() - Method in class org.apache.sysds.hops.codegen.opt.PlanPartition
- hasPadding() - Method in class org.apache.sysds.runtime.transform.tokenize.applier.TokenizerApplier
- hasParseIssues() - Method in exception org.apache.sysds.parser.ParseException
-
Does this ParseException contain a list of parse issues?
- hasPlanRef() - Method in class org.apache.sysds.hops.codegen.template.CPlanMemoTable.MemoTableEntry
- hasPlanRefTo(long) - Method in class org.apache.sysds.hops.codegen.template.CPlanMemoTable.MemoTableEntry
- hasRDDHandle() - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- hasReferences(Data) - Method in class org.apache.sysds.runtime.controlprogram.LocalVariableMap
- hasSafeLiterals(String) - Method in class org.apache.sysds.hops.ipa.FunctionCallSizeInfo
-
Indicates if the given function has at least one input that allows for safe literal propagation and replacement, i.e., all function calls have consistent literal inputs.
- HassAndStokes - org.apache.sysds.runtime.compress.estim.sample.SampleEstimatorFactory.EstimationType
- HassAndStokes - Interface in org.apache.sysds.runtime.compress.estim.sample
- HassAndStokes.MethodOfMomentsFunction - Class in org.apache.sysds.runtime.compress.estim.sample
- HassAndStokesNoSolveCache - org.apache.sysds.runtime.compress.estim.sample.SampleEstimatorFactory.EstimationType
- hasScalar() - Method in enum org.apache.sysds.lops.WeightedDivMM.WDivMMType
- hasSecondInput() - Method in enum org.apache.sysds.lops.Ctable.OperationTypes
- hasSingleLineage() - Method in class org.apache.sysds.runtime.instructions.cp.MultiReturnBuiltinCPInstruction
- hasSingleLineage() - Method in class org.apache.sysds.runtime.instructions.cp.MultiReturnComplexMatrixBuiltinCPInstruction
- hasSingleLineage() - Method in class org.apache.sysds.runtime.instructions.cp.MultiReturnParameterizedBuiltinCPInstruction
- hasSingleLineage() - Method in interface org.apache.sysds.runtime.lineage.LineageTraceable
-
Obtain meta data on number of outputs and thus, number of lineage items.
- hasSingleOperation(CNodeTpl) - Static method in class org.apache.sysds.hops.codegen.template.TemplateUtils
- hasSparkInstructions(Program) - Static method in class org.apache.sysds.resource.enumeration.PruneBasedEnumerator
-
Checks for Spark instruction in the given runtime program.
- hasThirdInput() - Method in enum org.apache.sysds.lops.Ctable.OperationTypes
- hasThreadID() - Method in class org.apache.sysds.hops.recompile.RecompileStatus
- hasThreadID() - Method in class org.apache.sysds.runtime.controlprogram.ProgramBlock
- hasTransposeParentUnderOuterProduct(Hop) - Static method in class org.apache.sysds.hops.codegen.template.TemplateUtils
- hasUnspecifiedSeed() - Method in class org.apache.sysds.hops.DataGenOp
- hasValidCPDimsAndSize() - Method in class org.apache.sysds.hops.Hop
- hasValidInputDims(Hop, boolean) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- hasValidInputDims(DataCharacteristics[], boolean) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- hasValidInputNnz(Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- hasValidInputNnz(DataCharacteristics[], boolean) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- hasValidInsts(ArrayList<Instruction>) - Static method in class org.apache.sysds.runtime.lineage.LineageItemUtils
- hasValidLineage() - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- haveCompressed() - Static method in class org.apache.sysds.utils.DMLCompressionStatistics
- HDF5 - org.apache.sysds.common.Types.FileFormat
- HDF5_DATASET_NAME - Static variable in class org.apache.sysds.parser.DataExpression
- HDF5InputOutputInfo - Static variable in class org.apache.sysds.runtime.io.InputOutputInfo
- HDFSTool - Class in org.apache.sysds.runtime.util
- HDFSTool() - Constructor for class org.apache.sysds.runtime.util.HDFSTool
- HEADER_SIZE - Static variable in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- HeavyHitterModel - Class in org.apache.sysds.runtime.controlprogram.federated.monitoring.models
- HeavyHitterModel() - Constructor for class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.HeavyHitterModel
- HeavyHitterModel(Long, Long, String, double, Long) - Constructor for class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.HeavyHitterModel
- HeavyHitterModel(Long, String, double, Long) - Constructor for class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.HeavyHitterModel
- heavyHitters - Variable in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics.FedStatsCollection
- heavyHitters - Variable in class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.StatisticsModel
- heavyHitters - Variable in class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.StatisticsOptions
- help - Variable in class org.apache.sysds.api.DMLOptions
- HEParamServer - Class in org.apache.sysds.runtime.controlprogram.paramserv
-
This class implements Homomorphic Encryption (HE) for LocalParamServer.
- HEURISTIC - org.apache.sysds.hops.codegen.SpoofCompiler.RegisterAlloc
- HEURISTIC - org.apache.sysds.runtime.controlprogram.ParForProgramBlock.POptMode
- hiddenFileFilter - Static variable in class org.apache.sysds.runtime.io.IOUtilFunctions
- HLL - org.apache.sysds.runtime.matrix.operators.CountDistinctOperatorTypes
- hoistFunctionCallsFromExpressions() - Method in class org.apache.sysds.parser.DMLProgram
- Hop - Class in org.apache.sysds.hops
-
Hop is a High level operator, that is the first intermediate representation compiled from the definitions supplied in DML.
- Hop(String, Types.DataType, Types.ValueType) - Constructor for class org.apache.sysds.hops.Hop
- HOP - org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode.NodeType
- HopCommon(Hop, double) - Constructor for class org.apache.sysds.hops.fedplanner.FederatedMemoTable.HopCommon
- HopDagValidator - Class in org.apache.sysds.hops.rewrite
-
This class allows to check hop dags for validity, e.g., parent-child linking.
- HopInputComparator() - Constructor for class org.apache.sysds.hops.codegen.template.TemplateCell.HopInputComparator
- HopInputComparator(Hop) - Constructor for class org.apache.sysds.hops.codegen.template.TemplateCell.HopInputComparator
- HopInputComparator(Hop, Hop) - Constructor for class org.apache.sysds.hops.codegen.template.TemplateRow.HopInputComparator
- HopRewriteRule - Class in org.apache.sysds.hops.rewrite
-
Base class for all hop rewrites in order to enable generic application of all rules.
- HopRewriteRule() - Constructor for class org.apache.sysds.hops.rewrite.HopRewriteRule
- HopRewriteUtils - Class in org.apache.sysds.hops.rewrite
- HopRewriteUtils() - Constructor for class org.apache.sysds.hops.rewrite.HopRewriteUtils
- HOPS - org.apache.sysds.api.mlcontext.MLContext.ExplainLevel
-
Explain program and HOPs
- HOPS - org.apache.sysds.hops.codegen.SpoofCompiler.IntegrationType
- HOPS - org.apache.sysds.utils.Explain.ExplainType
- HopsException - Exception in org.apache.sysds.hops
-
Exception occurring in the HOP level.
- HopsException() - Constructor for exception org.apache.sysds.hops.HopsException
- HopsException(String) - Constructor for exception org.apache.sysds.hops.HopsException
- HopsException(String, Throwable) - Constructor for exception org.apache.sysds.hops.HopsException
- HopsException(Throwable) - Constructor for exception org.apache.sysds.hops.HopsException
- HOSPITAL_RESIDENCY_MATCH - org.apache.sysds.common.Builtins
- host - Variable in class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.CoordinatorModel
- HostComputer - org.apache.sysds.runtime.io.cog.IFDTagDictionary
- hostToDevice(GPUContext, double[], Pointer, String) - Method in interface org.apache.sysds.runtime.matrix.data.CudaSupportFunctions
- hostToDevice(GPUContext, double[], Pointer, String) - Method in class org.apache.sysds.runtime.matrix.data.DoublePrecisionCudaSupportFunctions
- hostToDevice(GPUContext, double[], Pointer, String) - Method in class org.apache.sysds.runtime.matrix.data.SinglePrecisionCudaSupportFunctions
- HYBRID - org.apache.sysds.common.Types.ExecMode
-
The default and encouraged ExecMode.
- HYBRID_W_TREE - org.apache.sysds.runtime.compress.cost.CostEstimatorFactory.CostType
- HybridCostEstimator - Class in org.apache.sysds.runtime.compress.cost
- HYPERBAND - org.apache.sysds.common.Builtins
I
- i() - Method in interface org.apache.sysds.runtime.compress.colgroup.indexes.IIterate
-
Get current index
- ICLAScheme - Interface in org.apache.sysds.runtime.compress.colgroup.scheme
-
Interface for a scheme instance.
- IColIndex - Interface in org.apache.sysds.runtime.compress.colgroup.indexes
-
Class to contain column indexes for the compression column groups.
- IColIndex.ColIndexType - Enum in org.apache.sysds.runtime.compress.colgroup.indexes
- IColIndex.SliceResult - Class in org.apache.sysds.runtime.compress.colgroup.indexes
-
A Class for slice results containing indexes for the slicing of dictionaries, and the resulting column index
- IContainADictionary - Interface in org.apache.sysds.runtime.compress.colgroup
- IContainDefaultTuple - Interface in org.apache.sysds.runtime.compress.colgroup
- IController - Interface in org.apache.sysds.runtime.controlprogram.federated.monitoring.controllers
- id - Variable in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressedArray
- id - Variable in class org.apache.sysds.runtime.compress.io.DictWritable.K
- id - Variable in class org.apache.sysds.runtime.compress.utils.ACount
-
The current ID of this element should be unique for the user.
- id - Variable in class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.BaseModel
- ID - Static variable in class org.apache.sysds.parser.dml.DmlLexer
- ID - Static variable in class org.apache.sysds.parser.dml.DmlParser
- ID() - Method in class org.apache.sysds.parser.dml.DmlParser.BuiltinFunctionExpressionContext
- ID() - Method in class org.apache.sysds.parser.dml.DmlParser.ExternalFunctionDefExpressionContext
- ID() - Method in class org.apache.sysds.parser.dml.DmlParser.ForStatementContext
- ID() - Method in class org.apache.sysds.parser.dml.DmlParser.FunctionCallAssignmentStatementContext
- ID() - Method in class org.apache.sysds.parser.dml.DmlParser.FunctionCallMultiAssignmentStatementContext
- ID() - Method in class org.apache.sysds.parser.dml.DmlParser.ImportStatementContext
- ID() - Method in class org.apache.sysds.parser.dml.DmlParser.IndexedExpressionContext
- ID() - Method in class org.apache.sysds.parser.dml.DmlParser.InternalFunctionDefExpressionContext
- ID() - Method in class org.apache.sysds.parser.dml.DmlParser.IterablePredicateSeqExpressionContext
- ID() - Method in class org.apache.sysds.parser.dml.DmlParser.MatrixDataTypeCheckContext
- ID() - Method in class org.apache.sysds.parser.dml.DmlParser.ParameterizedExpressionContext
- ID() - Method in class org.apache.sysds.parser.dml.DmlParser.ParForStatementContext
- ID() - Method in class org.apache.sysds.parser.dml.DmlParser.SimpleDataIdentifierExpressionContext
- ID() - Method in class org.apache.sysds.parser.dml.DmlParser.StrictParameterizedExpressionContext
- ID() - Method in class org.apache.sysds.parser.dml.DmlParser.StrictParameterizedKeyValueStringContext
- ID() - Method in class org.apache.sysds.parser.dml.DmlParser.TypedArgAssignContext
- ID() - Method in class org.apache.sysds.parser.dml.DmlParser.TypedArgNoAssignContext
- ID_JSON_MSG - Static variable in class org.apache.sysds.runtime.controlprogram.federated.monitoring.controllers.Constants
- IDagLinearizer - Class in org.apache.sysds.lops.compile.linearization
-
An interface for the linearization algorithms that order the DAG nodes into a sequence of instructions to execute.
- IDagLinearizer() - Constructor for class org.apache.sysds.lops.compile.linearization.IDagLinearizer
- IDagLinearizerFactory - Class in org.apache.sysds.lops.compile.linearization
- IDagLinearizerFactory() - Constructor for class org.apache.sysds.lops.compile.linearization.IDagLinearizerFactory
- IDagLinearizerFactory.DagLinearizer - Enum in org.apache.sysds.lops.compile.linearization
- idEnd - Variable in class org.apache.sysds.runtime.compress.colgroup.indexes.IColIndex.SliceResult
-
End index (not inclusive) to slice inside the dictionary
- identCopy(long, long) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederationMap
- Identifier - Class in org.apache.sysds.parser
- Identifier() - Constructor for class org.apache.sysds.parser.Identifier
- Identity - org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary.DictType
- Identity - org.apache.sysds.runtime.iogen.ColIndexStructure.IndexProperties
- Identity - org.apache.sysds.runtime.iogen.RowIndexStructure.IndexProperties
- IDENTITY - org.apache.sysds.runtime.compress.colgroup.dictionary.DictionaryFactory.Type
- IDENTITY_SLICE - org.apache.sysds.runtime.compress.colgroup.dictionary.DictionaryFactory.Type
- IdentityDictionary - Class in org.apache.sysds.runtime.compress.colgroup.dictionary
-
A specialized dictionary that exploits the fact that the contained dictionary is an Identity Matrix.
- IdentityDictionarySlice - Class in org.apache.sysds.runtime.compress.colgroup.dictionary
- IdentityDictionarySlice(int, boolean, int, int) - Constructor for class org.apache.sysds.runtime.compress.colgroup.dictionary.IdentityDictionarySlice
-
Create a Identity matrix dictionary slice.
- IdentitySlice - org.apache.sysds.runtime.compress.colgroup.dictionary.IDictionary.DictType
- IDHandler - Class in org.apache.sysds.runtime.controlprogram.parfor.util
-
Functionalities for extracting numeric IDs from Hadoop taskIDs and other things related to modification of IDs.
- IDHandler() - Constructor for class org.apache.sysds.runtime.controlprogram.parfor.util.IDHandler
- IDictionary - Interface in org.apache.sysds.runtime.compress.colgroup.dictionary
- IDictionary.DictType - Enum in org.apache.sysds.runtime.compress.colgroup.dictionary
- IDSequence - Class in org.apache.sysds.runtime.controlprogram.parfor.util
-
ID sequence for generating unique long identifiers with start 0 and increment 1.
- IDSequence() - Constructor for class org.apache.sysds.runtime.controlprogram.parfor.util.IDSequence
- IDSequence(boolean) - Constructor for class org.apache.sysds.runtime.controlprogram.parfor.util.IDSequence
- IDSequence(boolean, long) - Constructor for class org.apache.sysds.runtime.controlprogram.parfor.util.IDSequence
- idStart - Variable in class org.apache.sysds.runtime.compress.colgroup.indexes.IColIndex.SliceResult
-
Start index to slice inside the dictionary
- IEncode - Interface in org.apache.sysds.runtime.compress.estim.encoding
-
This interface covers an intermediate encoding for the samples to improve the efficiency of the joining of sample column groups.
- IF - org.apache.sysds.runtime.compress.workload.AWTreeNode.WTNodeType
- IF - org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode.NodeType
- ifBody - Variable in class org.apache.sysds.parser.dml.DmlParser.IfStatementContext
- IFD8 - org.apache.sysds.runtime.io.cog.TIFFDataTypes
- IfdefAssignmentStatementContext(DmlParser.StatementContext) - Constructor for class org.apache.sysds.parser.dml.DmlParser.IfdefAssignmentStatementContext
- IFDTag - Class in org.apache.sysds.runtime.io.cog
-
Represents a single tag in the IFD of a TIFF file
- IFDTag(IFDTagDictionary, short, int, Number[]) - Constructor for class org.apache.sysds.runtime.io.cog.IFDTag
- IFDTagDictionary - Enum in org.apache.sysds.runtime.io.cog
-
Enum for mapping IFD tag values to their corresponding tag names
- IfElse - Class in org.apache.sysds.runtime.functionobjects
- IFELSE - org.apache.sysds.common.Builtins
- IFELSE - org.apache.sysds.common.Opcodes
- IFELSE - org.apache.sysds.common.Types.OpOp3
- IFELSE - org.apache.sysds.hops.codegen.cplan.CNodeTernary.TernaryType
- ifft(double[], double[], int, int, int, boolean) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixFourier
-
Function to perform IFFT for two given double arrays.
- ifft(MatrixBlock, int) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixFourier
-
Function to perform IFFT for a given matrix.
- ifft(MatrixBlock, MatrixBlock, int) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixFourier
-
Function to perform IFFT for two given matrices.
- IFFT - org.apache.sysds.common.Builtins
- IFFT - org.apache.sysds.common.Opcodes
- ifft_linearized(MatrixBlock, int) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixFourier
-
Function to perform IFFT for each row of a given matrix.
- ifft_linearized(MatrixBlock, MatrixBlock, int) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixFourier
-
Function to perform IFFT for each row of two given matrices.
- IFFT_LINEARIZED - org.apache.sysds.common.Builtins
- IFFT_LINEARIZED - org.apache.sysds.common.Opcodes
- ifGpuStats() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- IfProgramBlock - Class in org.apache.sysds.runtime.controlprogram
- IfProgramBlock(Program, ArrayList<Instruction>) - Constructor for class org.apache.sysds.runtime.controlprogram.IfProgramBlock
- IFrameOfReferenceGroup - Interface in org.apache.sysds.runtime.compress.colgroup
-
Interface for frame of reference groups.
- ifSparkStats() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- IfStatement - Class in org.apache.sysds.parser
- IfStatement() - Constructor for class org.apache.sysds.parser.IfStatement
- IfStatementBlock - Class in org.apache.sysds.parser
- IfStatementBlock() - Constructor for class org.apache.sysds.parser.IfStatementBlock
- IfStatementContext(DmlParser.StatementContext) - Constructor for class org.apache.sysds.parser.dml.DmlParser.IfStatementContext
- IGNORE - org.apache.sysds.runtime.iogen.MappingTrieNode.Type
- IGNORE_READ_WRITE_METADATA - org.apache.sysds.conf.CompilerConfig.ConfigType
- IGNORE_TEMPORARY_FILENAMES - org.apache.sysds.conf.CompilerConfig.ConfigType
- IGNORE_UNSPECIFIED_ARGS - org.apache.sysds.conf.CompilerConfig.ConfigType
- IHashArray - Interface in org.apache.sysds.runtime.frame.data.columns
- IIterate - Interface in org.apache.sysds.runtime.compress.colgroup.indexes
-
Class to iterate through the columns of a IColIndex.
- IJV - Class in org.apache.sysds.runtime.matrix.data
-
Helper class for external key/value exchange.
- IJV - org.apache.sysds.api.mlcontext.FrameFormat
-
(I J V) format (sparse).
- IJV - org.apache.sysds.api.mlcontext.MatrixFormat
-
(I J V) format (sparse).
- IJV() - Constructor for class org.apache.sysds.runtime.matrix.data.IJV
- ILLEGAL_OFFSET_OR_ILLEGAL_LENGTH - Static variable in interface org.apache.sysds.utils.DoubleParser
- im2col(MatrixBlock, MatrixBlock, int, int, int, int, int, int, int, int, int, int, int, int, boolean) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixDNNIm2Col
- im2col(MatrixBlock, MatrixBlock, int, DnnParameters, boolean) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixDNNIm2Col
- im2colDense(double[], double[], int, int, int, int, int, int, int, int, int, int, int, int, boolean) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixDNNIm2Col
- im2colDenseStride1Pad0(double[], double[], int, int, int, int, int, int, int, int) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixDNNIm2Col
- im2colSparse(MatrixBlock, MatrixBlock, int, int, int, int, int, int, int, int, int, int, int, int, boolean) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixDNNIm2Col
- ImageDescription - org.apache.sysds.runtime.io.cog.IFDTagDictionary
- ImageLength - org.apache.sysds.runtime.io.cog.IFDTagDictionary
- ImageWidth - org.apache.sysds.runtime.io.cog.IFDTagDictionary
- IMapToDataGroup - Interface in org.apache.sysds.runtime.compress.colgroup
- IMG_BRIGHTNESS - org.apache.sysds.common.Builtins
- IMG_BRIGHTNESS_LINEARIZED - org.apache.sysds.common.Builtins
- IMG_CROP - org.apache.sysds.common.Builtins
- IMG_CROP_LINEARIZED - org.apache.sysds.common.Builtins
- IMG_CUTOUT - org.apache.sysds.common.Builtins
- IMG_CUTOUT_LINEARIZED - org.apache.sysds.common.Builtins
- IMG_INVERT - org.apache.sysds.common.Builtins
- IMG_INVERT_LINEARIZED - org.apache.sysds.common.Builtins
- IMG_MIRROR - org.apache.sysds.common.Builtins
- IMG_MIRROR_LINEARIZED - org.apache.sysds.common.Builtins
- IMG_POSTERIZE - org.apache.sysds.common.Builtins
- IMG_POSTERIZE_LINEARIZED - org.apache.sysds.common.Builtins
- IMG_ROTATE - org.apache.sysds.common.Builtins
- IMG_ROTATE_LINEARIZED - org.apache.sysds.common.Builtins
- IMG_SAMPLE_PAIRING - org.apache.sysds.common.Builtins
- IMG_SAMPLE_PAIRING_LINEARIZED - org.apache.sysds.common.Builtins
- IMG_SHEAR - org.apache.sysds.common.Builtins
- IMG_SHEAR_LINEARIZED - org.apache.sysds.common.Builtins
- IMG_TRANSFORM - org.apache.sysds.common.Builtins
- IMG_TRANSFORM_LINEARIZED - org.apache.sysds.common.Builtins
- IMG_TRANSLATE - org.apache.sysds.common.Builtins
- IMG_TRANSLATE_LINEARIZED - org.apache.sysds.common.Builtins
- ImportStatement - Class in org.apache.sysds.parser
- ImportStatement() - Constructor for class org.apache.sysds.parser.ImportStatement
- ImportStatementContext(DmlParser.StatementContext) - Constructor for class org.apache.sysds.parser.dml.DmlParser.ImportStatementContext
- IMPURITY_MEASURES - org.apache.sysds.common.Builtins
- IMPUTE - org.apache.sysds.runtime.transform.TfUtils.TfMethod
- IMPUTE_BY_KNN - org.apache.sysds.common.Builtins
- IMPUTE_BY_MEAN - org.apache.sysds.common.Builtins
- IMPUTE_BY_MEAN_APPLY - org.apache.sysds.common.Builtins
- IMPUTE_BY_MEDIAN - org.apache.sysds.common.Builtins
- IMPUTE_BY_MEDIAN_APPLY - org.apache.sysds.common.Builtins
- IMPUTE_BY_MODE - org.apache.sysds.common.Builtins
- IMPUTE_BY_MODE_APPLY - org.apache.sysds.common.Builtins
- IMPUTE_FD - org.apache.sysds.common.Builtins
- IMPUTE_FD_APPLY - org.apache.sysds.common.Builtins
- in(String, Object) - Method in class org.apache.sysds.api.mlcontext.Script
-
Register an input (parameter ($) or variable).
- in(String, Object, Metadata) - Method in class org.apache.sysds.api.mlcontext.Script
-
Register an input (parameter ($) or variable) with optional matrix metadata.
- in(Map<String, Object>) - Method in class org.apache.sysds.api.mlcontext.Script
-
Pass a map of inputs to the script.
- in(Map<String, ?>) - Method in class org.apache.sysds.api.mlcontext.Script
-
Pass a Scala Map of inputs to the script.
- in(Seq<Object>) - Method in class org.apache.sysds.api.mlcontext.Script
-
Pass a Scala Seq of inputs to the script.
- inc(double, int, int) - Method in class org.apache.sysds.runtime.compress.utils.ACount.DCounts
- inc(double, int, int) - Method in class org.apache.sysds.runtime.compress.utils.ACount
- inc(Double, int, int) - Method in class org.apache.sysds.runtime.compress.utils.ACount.DCounts
- inc(DblArray, int, int) - Method in class org.apache.sysds.runtime.compress.utils.ACount.DArrCounts
- inc(T, int, int) - Method in class org.apache.sysds.runtime.compress.utils.ACount
- incAsyncBroadcastCount(long) - Static method in class org.apache.sysds.utils.stats.SparkStatistics
- incAsyncPrefetchCount(long) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- incAsyncPrefetchCount(long) - Static method in class org.apache.sysds.utils.stats.SparkStatistics
- incAsyncSparkOpCount(long) - Static method in class org.apache.sysds.utils.stats.SparkStatistics
- incAsyncTriggerCheckpointCount(long) - Static method in class org.apache.sysds.utils.stats.SparkStatistics
- incBagOfWordsApplyTime(long) - Static method in class org.apache.sysds.utils.stats.TransformStatistics
- incBagOfWordsBuildTime(long) - Static method in class org.apache.sysds.utils.stats.TransformStatistics
- incBinningApplyTime(long) - Static method in class org.apache.sysds.utils.stats.TransformStatistics
- incBinningBuildTime(long) - Static method in class org.apache.sysds.utils.stats.TransformStatistics
- incBroadcastCount(long) - Static method in class org.apache.sysds.utils.stats.SparkStatistics
- incCMM() - Method in class org.apache.sysds.runtime.compress.cost.InstructionTypeCounter
- incCMM(int) - Method in class org.apache.sysds.runtime.compress.cost.InstructionTypeCounter
- incDecompressions() - Method in class org.apache.sysds.runtime.compress.cost.InstructionTypeCounter
- incDecompressions(int) - Method in class org.apache.sysds.runtime.compress.cost.InstructionTypeCounter
- incDictOps() - Method in class org.apache.sysds.runtime.compress.cost.InstructionTypeCounter
- incDictOps(int) - Method in class org.apache.sysds.runtime.compress.cost.InstructionTypeCounter
- incDummyCodeApplyTime(long) - Static method in class org.apache.sysds.utils.stats.TransformStatistics
- incEncoderCount(long) - Static method in class org.apache.sysds.utils.stats.TransformStatistics
- incFeatureHashingApplyTime(long) - Static method in class org.apache.sysds.utils.stats.TransformStatistics
- incFederated(FederatedRequest.RequestType, List<Object>) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- incFedLookupTableEntryCount() - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- incFedLookupTableGetCount() - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- incFedLookupTableGetTime(long) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- incFedReuseReadBytesCount(CacheableData<?>) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- incFedReuseReadBytesCount(CacheBlock<?>) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- incFedReuseReadHitCount() - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- incFedTransfer(Object, String, Long) - Static method in class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics
- incImputeApplyTime(long) - Static method in class org.apache.sysds.utils.stats.TransformStatistics
- incImputeBuildTime(long) - Static method in class org.apache.sysds.utils.stats.TransformStatistics
- incIndexOp() - Method in class org.apache.sysds.runtime.compress.cost.InstructionTypeCounter
- incIndexOp(int) - Method in class org.apache.sysds.runtime.compress.cost.InstructionTypeCounter
- incLMM() - Method in class org.apache.sysds.runtime.compress.cost.InstructionTypeCounter
- incLMM(int) - Method in class org.apache.sysds.runtime.compress.cost.InstructionTypeCounter
- INCLUDE_FUNCTIONS - Static variable in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptTreeConverter
- incMapSizeEstimationTime(long) - Static method in class org.apache.sysds.utils.stats.TransformStatistics
- inColRange(long) - Method in class org.apache.sysds.runtime.util.IndexRange
- incOmitApplyTime(long) - Static method in class org.apache.sysds.utils.stats.TransformStatistics
- incorrectPoolUse - Static variable in class org.apache.sysds.runtime.util.CommonThreadPool
-
Local variable indicating if there was a thread that was not main, and requested a thread pool
- incOutMatrixPostProcessingTime(long) - Static method in class org.apache.sysds.utils.stats.TransformStatistics
- incOutMatrixPreProcessingTime(long) - Static method in class org.apache.sysds.utils.stats.TransformStatistics
- incOverlappingDecompressions() - Method in class org.apache.sysds.runtime.compress.cost.InstructionTypeCounter
- incOverlappingDecompressions(int) - Method in class org.apache.sysds.runtime.compress.cost.InstructionTypeCounter
- incParallelizeCount(long) - Static method in class org.apache.sysds.utils.stats.SparkStatistics
- incPassThroughApplyTime(long) - Static method in class org.apache.sysds.utils.stats.TransformStatistics
- incr(int, int) - Method in class org.apache.sysds.runtime.data.DenseBlock
-
Increments the given value for a given row and column.
- incr(int, int) - Method in class org.apache.sysds.runtime.data.DenseBlockBool
- incr(int, int) - Method in class org.apache.sysds.runtime.data.DenseBlockFP32
- incr(int, int) - Method in class org.apache.sysds.runtime.data.DenseBlockFP64
- incr(int, int) - Method in class org.apache.sysds.runtime.data.DenseBlockFP64DEDUP
- incr(int, int) - Method in class org.apache.sysds.runtime.data.DenseBlockInt32
- incr(int, int) - Method in class org.apache.sysds.runtime.data.DenseBlockInt64
- incr(int, int) - Method in class org.apache.sysds.runtime.data.DenseBlockLBool
- incr(int, int) - Method in class org.apache.sysds.runtime.data.DenseBlockLFP32
- incr(int, int) - Method in class org.apache.sysds.runtime.data.DenseBlockLFP64
- incr(int, int) - Method in class org.apache.sysds.runtime.data.DenseBlockLFP64DEDUP
- incr(int, int) - Method in class org.apache.sysds.runtime.data.DenseBlockLInt32
- incr(int, int) - Method in class org.apache.sysds.runtime.data.DenseBlockLInt64
- incr(int, int) - Method in class org.apache.sysds.runtime.data.DenseBlockLString
- incr(int, int) - Method in class org.apache.sysds.runtime.data.DenseBlockString
- incr(int, int, double) - Method in class org.apache.sysds.runtime.data.DenseBlock
-
Increments the given value for a given row and column by delta.
- incr(int, int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockBool
- incr(int, int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockFP32
- incr(int, int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockFP64
- incr(int, int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockFP64DEDUP
- incr(int, int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockInt32
- incr(int, int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockInt64
- incr(int, int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockLBool
- incr(int, int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockLFP32
- incr(int, int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockLFP64
- incr(int, int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockLFP64DEDUP
- incr(int, int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockLInt32
- incr(int, int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockLInt64
- incr(int, int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockLString
- incr(int, int, double) - Method in class org.apache.sysds.runtime.data.DenseBlockString
- incRecodeApplyTime(long) - Static method in class org.apache.sysds.utils.stats.TransformStatistics
- incRecodeBuildTime(long) - Static method in class org.apache.sysds.utils.stats.TransformStatistics
- increment - Variable in class org.apache.sysds.parser.dml.DmlParser.IterablePredicateSeqExpressionContext
- increment - Variable in class org.apache.sysds.parser.dml.ExpressionInfo
- increment(double) - Method in class org.apache.sysds.runtime.compress.utils.ACountHashMap
- increment(double, int) - Method in class org.apache.sysds.runtime.compress.utils.ACountHashMap
- increment(T) - Method in class org.apache.sysds.runtime.compress.utils.ACountHashMap
-
Increment and return the id of the incremented index.
- increment(T, int) - Method in class org.apache.sysds.runtime.compress.utils.ACountHashMap
-
Increment and return the id of the incremented index.
- incrementAcquireMTime(long) - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheStatistics
- incrementAcquireRTime(long) - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheStatistics
- incrementalAggregate(AggregateOperator, BasicTensorBlock) - Method in class org.apache.sysds.runtime.data.BasicTensorBlock
- incrementalAggregate(AggregateOperator, MatrixValue) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- incrementalAggregate(AggregateOperator, MatrixValue) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- incrementalAggregate(AggregateOperator, MatrixValue) - Method in class org.apache.sysds.runtime.matrix.data.MatrixCell
- incrementalAggregate(AggregateOperator, MatrixValue) - Method in class org.apache.sysds.runtime.matrix.data.MatrixValue
- incrementalAggregate(AggregateOperator, MatrixValue, MatrixValue, boolean) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- incrementalAggregate(AggregateOperator, MatrixValue, MatrixValue, boolean) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- incrementalAggregate(AggregateOperator, MatrixValue, MatrixValue, boolean) - Method in class org.apache.sysds.runtime.matrix.data.MatrixCell
- incrementalAggregate(AggregateOperator, MatrixValue, MatrixValue, boolean) - Method in class org.apache.sysds.runtime.matrix.data.MatrixValue
- incrementalAggregation(MatrixValue, MatrixValue, MatrixValue, AggregateOperator, boolean) - Static method in class org.apache.sysds.runtime.matrix.data.OperationsOnMatrixValues
- incrementalAggregation(MatrixValue, MatrixValue, MatrixValue, AggregateOperator, boolean, boolean) - Static method in class org.apache.sysds.runtime.matrix.data.OperationsOnMatrixValues
- incrementBPoolWrites() - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheStatistics
- incrementClassCompile() - Static method in class org.apache.sysds.utils.stats.CodegenStatistics
- incrementClassCompileTime(long) - Static method in class org.apache.sysds.utils.stats.CodegenStatistics
- incrementCompileTime(long) - Static method in class org.apache.sysds.utils.stats.CodegenStatistics
- incrementConv2dBwdDataTime(long) - Static method in class org.apache.sysds.utils.stats.NativeStatistics
- incrementConv2dBwdFilterTime(long) - Static method in class org.apache.sysds.utils.stats.NativeStatistics
- incrementConv2dTime(long) - Static method in class org.apache.sysds.utils.stats.NativeStatistics
- incrementCPlanCompile(long) - Static method in class org.apache.sysds.utils.stats.CodegenStatistics
- incrementDAGCompile() - Static method in class org.apache.sysds.utils.stats.CodegenStatistics
- incrementDelHits() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- incrementDelHitsGpu() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- incrementDelHitsRdd() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- incrementEnumAll(long) - Static method in class org.apache.sysds.utils.stats.CodegenStatistics
- incrementEnumAllP(long) - Static method in class org.apache.sysds.utils.stats.CodegenStatistics
- incrementEnumEval(long) - Static method in class org.apache.sysds.utils.stats.CodegenStatistics
- incrementEnumEvalP(long) - Static method in class org.apache.sysds.utils.stats.CodegenStatistics
- incrementEvictTimeGpu(long) - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- incrementExportTime(long) - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheStatistics
- incrementFailuresCounter() - Static method in class org.apache.sysds.utils.stats.NativeStatistics
- incrementFSBuffHits() - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheStatistics
- incrementFSBuffHits(int) - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheStatistics
- incrementFSBuffWrites(int) - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheStatistics
- incrementFSHits() - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheStatistics
- incrementFSHits() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- incrementFSHits(int) - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheStatistics
- incrementFSReadTime(long) - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- incrementFSWrites() - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheStatistics
- incrementFSWrites() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- incrementFSWrites(int) - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheStatistics
- incrementFSWriteTime(long) - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- incrementFuncHits() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- incrementFunRecompiles() - Static method in class org.apache.sysds.utils.Statistics
- incrementFunRecompileTime(long) - Static method in class org.apache.sysds.utils.Statistics
- incrementGpuDel() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- incrementGpuHits() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- incrementGpuPrefetch() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- incrementGpuRecycle() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- incrementGpuSyncEvicts() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- incrementHDFSHits() - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheStatistics
- incrementHDFSHits(int) - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheStatistics
- incrementHDFSWrites() - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheStatistics
- incrementHDFSWrites(int) - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheStatistics
- incrementInitTime(long) - Static method in class org.apache.sysds.utils.stats.ParForStatistics
- incrementInstHits() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- incrementJITCompileTime(long) - Static method in class org.apache.sysds.utils.Statistics
- incrementJVMgcCount(long) - Static method in class org.apache.sysds.utils.Statistics
- incrementJVMgcTime(long) - Static method in class org.apache.sysds.utils.Statistics
- incrementLibMatrixMultTime(long) - Static method in class org.apache.sysds.utils.stats.NativeStatistics
- incrementLinHits() - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheStatistics
- incrementLinHits(int) - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheStatistics
- incrementLinWrites() - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheStatistics
- incrementLinWrites(int) - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheStatistics
- incrementMemDeletes() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- incrementMemHits() - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheStatistics
- incrementMemHits() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- incrementMemHits(int) - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheStatistics
- incrementMemWrites() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- incrementMergeTime(long) - Static method in class org.apache.sysds.utils.stats.ParForStatistics
- incrementMissedComputeTime(long) - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- incrementNoOfCompiledSPInst() - Static method in class org.apache.sysds.utils.Statistics
- incrementNoOfExecutedGPUInst() - Static method in class org.apache.sysds.utils.GPUStatistics
- incrementNoOfExecutedSPInst() - Static method in class org.apache.sysds.utils.Statistics
- incrementNumConv2dBwdDataCalls() - Static method in class org.apache.sysds.utils.stats.NativeStatistics
- incrementNumConv2dBwdFilterCalls() - Static method in class org.apache.sysds.utils.stats.NativeStatistics
- incrementNumConv2dCalls() - Static method in class org.apache.sysds.utils.stats.NativeStatistics
- incrementNumLibMatrixMultCalls() - Static method in class org.apache.sysds.utils.stats.NativeStatistics
- incrementNumReferences() - Method in class org.apache.sysds.runtime.instructions.spark.data.LineageObject
- incrementNumSparseConv2dBwdDataCalls() - Static method in class org.apache.sysds.utils.stats.NativeStatistics
- incrementNumSparseConv2dBwdFilterCalls() - Static method in class org.apache.sysds.utils.stats.NativeStatistics
- incrementNumSparseConv2dCalls() - Static method in class org.apache.sysds.utils.stats.NativeStatistics
- incrementOpCacheHits() - Static method in class org.apache.sysds.utils.stats.CodegenStatistics
- incrementOpCacheTotal() - Static method in class org.apache.sysds.utils.stats.CodegenStatistics
- incrementOptimCount() - Static method in class org.apache.sysds.utils.stats.ParForStatistics
- incrementOptimTime(long) - Static method in class org.apache.sysds.utils.stats.ParForStatistics
- incrementPlanCacheHits() - Static method in class org.apache.sysds.utils.stats.CodegenStatistics
- incrementPlanCacheTotal() - Static method in class org.apache.sysds.utils.stats.CodegenStatistics
- incrementPRewrites() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- incrementProbeTime(long) - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- incrementRDDHits() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- incrementRDDPersistHits() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- incrementRDDPersists() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- incrementRDDUnpersists() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- incrementRecompilePred() - Static method in class org.apache.sysds.utils.stats.RecompileStatistics
- incrementRecompilePred(long) - Static method in class org.apache.sysds.utils.stats.RecompileStatistics
- incrementRecompileSB() - Static method in class org.apache.sysds.utils.stats.RecompileStatistics
- incrementRecompileSB(long) - Static method in class org.apache.sysds.utils.stats.RecompileStatistics
- incrementRecompileTime(long) - Static method in class org.apache.sysds.utils.stats.RecompileStatistics
- incrementReleaseTime(long) - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheStatistics
- incrementSavedComputeTime(long) - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- incrementSavedComputeTime(long) - Static method in class org.apache.sysds.runtime.lineage.LineageEstimatorStatistics
- incrementSBHits() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- incrementSparkCollectHits() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheStatistics
- incrementTotalLix() - Static method in class org.apache.sysds.utils.Statistics
- incrementTotalLixUIP() - Static method in class org.apache.sysds.utils.Statistics
- incrementTotalUIPVar() - Static method in class org.apache.sysds.utils.Statistics
- incrementWorkload(ExecutionContext, long, Instruction) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedWorkloadAnalyzer
- incrementWorkload(ExecutionContext, ConcurrentHashMap<Long, InstructionTypeCounter>, ComputationCPInstruction) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedWorkloadAnalyzer
- increOp - Variable in class org.apache.sysds.runtime.matrix.operators.AggregateOperator
- incRMM() - Method in class org.apache.sysds.runtime.compress.cost.InstructionTypeCounter
- incRMM(int) - Method in class org.apache.sysds.runtime.compress.cost.InstructionTypeCounter
- incScans() - Method in class org.apache.sysds.runtime.compress.cost.InstructionTypeCounter
- incScans(int) - Method in class org.apache.sysds.runtime.compress.cost.InstructionTypeCounter
- INCSLICELINE - org.apache.sysds.common.Builtins
- incst1() - Method in class org.apache.sysds.runtime.compress.cocode.Memorizer
- incst1() - Method in class org.apache.sysds.runtime.compress.cocode.MemorizerV2
- incst4() - Method in class org.apache.sysds.runtime.compress.cocode.Memorizer
- incst4() - Method in class org.apache.sysds.runtime.compress.cocode.MemorizerV2
- incUDFApplyTime(long) - Static method in class org.apache.sysds.utils.stats.TransformStatistics
- incWordEmbeddingApplyTime(long) - Static method in class org.apache.sysds.utils.stats.TransformStatistics
- incWorkerNumber() - Static method in class org.apache.sysds.utils.stats.ParamServStatistics
- incWorkerNumber(long) - Static method in class org.apache.sysds.utils.stats.ParamServStatistics
- index(int) - Method in class org.apache.sysds.runtime.data.DenseBlock
-
Get the block index for a given row.
- index(int) - Method in class org.apache.sysds.runtime.data.DenseBlockBool
- index(int) - Method in class org.apache.sysds.runtime.data.DenseBlockFP32
- index(int) - Method in class org.apache.sysds.runtime.data.DenseBlockFP64
- index(int) - Method in class org.apache.sysds.runtime.data.DenseBlockFP64DEDUP
- index(int) - Method in class org.apache.sysds.runtime.data.DenseBlockInt32
- index(int) - Method in class org.apache.sysds.runtime.data.DenseBlockInt64
- index(int) - Method in class org.apache.sysds.runtime.data.DenseBlockLDRB
- index(int) - Method in class org.apache.sysds.runtime.data.DenseBlockString
- INDEX - org.apache.sysds.runtime.iogen.codegen.CodeGenTrieNode.NodeType
- IndexComparator(boolean) - Constructor for class org.apache.sysds.runtime.instructions.spark.utils.RDDSortUtils.IndexComparator
- IndexComparator2(boolean) - Constructor for class org.apache.sysds.runtime.instructions.spark.utils.RDDSortUtils.IndexComparator2
- IndexedExpressionContext(DmlParser.DataIdentifierContext) - Constructor for class org.apache.sysds.parser.dml.DmlParser.IndexedExpressionContext
- IndexedIdentifier - Class in org.apache.sysds.parser
- IndexedIdentifier(String, boolean, boolean) - Constructor for class org.apache.sysds.parser.IndexedIdentifier
- IndexedMatrixValue - Class in org.apache.sysds.runtime.instructions.spark.data
- IndexedMatrixValue() - Constructor for class org.apache.sysds.runtime.instructions.spark.data.IndexedMatrixValue
- IndexedMatrixValue(Class<? extends MatrixValue>) - Constructor for class org.apache.sysds.runtime.instructions.spark.data.IndexedMatrixValue
- IndexedMatrixValue(IndexedMatrixValue) - Constructor for class org.apache.sysds.runtime.instructions.spark.data.IndexedMatrixValue
- IndexedMatrixValue(MatrixIndexes, MatrixValue) - Constructor for class org.apache.sysds.runtime.instructions.spark.data.IndexedMatrixValue
- IndexedTensorBlock - Class in org.apache.sysds.runtime.data
- IndexedTensorBlock() - Constructor for class org.apache.sysds.runtime.data.IndexedTensorBlock
- IndexedTensorBlock(IndexedTensorBlock) - Constructor for class org.apache.sysds.runtime.data.IndexedTensorBlock
- IndexedTensorBlock(TensorIndexes, TensorBlock) - Constructor for class org.apache.sysds.runtime.data.IndexedTensorBlock
- indexes - Variable in class org.apache.sysds.runtime.controlprogram.parfor.util.PairWritableBlock
- indexes - Variable in class org.apache.sysds.runtime.controlprogram.parfor.util.PairWritableCell
- indexes() - Method in class org.apache.sysds.runtime.data.SparseBlockCOO
-
Get raw access to underlying array of column indices For use in GPU code
- indexes() - Method in class org.apache.sysds.runtime.data.SparseBlockCSC
-
Get raw access to underlying array of row indices For use in GPU code
- indexes() - Method in class org.apache.sysds.runtime.data.SparseBlockCSR
-
Get raw access to underlying array of column indices For use in GPU code
- indexes() - Method in class org.apache.sysds.runtime.data.SparseRow
-
Get the index array of non-zero entries, co-aligned with the array of values.
- indexes() - Method in class org.apache.sysds.runtime.data.SparseRowScalar
- indexes() - Method in class org.apache.sysds.runtime.data.SparseRowVector
- indexes(int) - Method in class org.apache.sysds.runtime.data.SparseBlock
-
Get the sorted array of column indexes of all non-zero entries in row r.
- indexes(int) - Method in class org.apache.sysds.runtime.data.SparseBlockCOO
- indexes(int) - Method in class org.apache.sysds.runtime.data.SparseBlockCSC
- indexes(int) - Method in class org.apache.sysds.runtime.data.SparseBlockCSR
- indexes(int) - Method in class org.apache.sysds.runtime.data.SparseBlockDCSR
- indexes(int) - Method in class org.apache.sysds.runtime.data.SparseBlockMCSC
- indexes(int) - Method in class org.apache.sysds.runtime.data.SparseBlockMCSR
- Indexes - org.apache.sysds.lops.SortKeys.OperationTypes
- indexesCol(int) - Method in class org.apache.sysds.runtime.data.SparseBlockCSC
- indexesCol(int) - Method in class org.apache.sysds.runtime.data.SparseBlockMCSC
- indexFn - Variable in class org.apache.sysds.runtime.matrix.operators.AggregateTernaryOperator
- indexFn - Variable in class org.apache.sysds.runtime.matrix.operators.AggregateUnaryOperator
- IndexFunction - Class in org.apache.sysds.runtime.functionobjects
- IndexFunction() - Constructor for class org.apache.sysds.runtime.functionobjects.IndexFunction
- IndexingCPInstruction - Class in org.apache.sysds.runtime.instructions.cp
- IndexingFEDInstruction - Class in org.apache.sysds.runtime.instructions.fed
- IndexingOp - Class in org.apache.sysds.hops
- IndexingOp(String, Types.DataType, Types.ValueType, Hop, Hop, Hop, Hop, Hop, boolean, boolean) - Constructor for class org.apache.sysds.hops.IndexingOp
- IndexingSPInstruction - Class in org.apache.sysds.runtime.instructions.spark
-
This class implements the matrix indexing functionality inside Spark.
- IndexRange - Class in org.apache.sysds.runtime.util
- IndexRange(long, long, long, long) - Constructor for class org.apache.sysds.runtime.util.IndexRange
- indexStructures - Variable in class org.apache.sysds.runtime.compress.lib.CLALibSeparator.SeparatedGroups
- Inf - org.apache.sysds.parser.BuiltinConstant
- inferStats(CPInstruction.CPType, String, VarStats, VarStats...) - Static method in class org.apache.sysds.resource.cost.CPCostUtils
- info - Variable in class org.apache.sysds.parser.dml.DmlParser.ExpressionContext
- info - Variable in class org.apache.sysds.parser.dml.DmlParser.FunctionStatementContext
- info - Variable in class org.apache.sysds.parser.dml.DmlParser.IterablePredicateContext
- info - Variable in class org.apache.sysds.parser.dml.DmlParser.StatementContext
- info() - Method in class org.apache.sysds.api.mlcontext.MLContext
-
Obtain information about the project such as version and build time from the manifest in the SystemDS jar file.
- info() - Method in class org.apache.sysds.api.mlcontext.Script
-
Display information about the script as a String.
- InfrastructureAnalyzer - Class in org.apache.sysds.utils.stats
-
Central place for analyzing and obtaining static infrastructure properties such as memory and number of logical processors.
- InfrastructureAnalyzer() - Constructor for class org.apache.sysds.utils.stats.InfrastructureAnalyzer
- init() - Static method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- init() - Static method in class org.apache.sysds.runtime.controlprogram.caching.LazyWriteBuffer
- init() - Static method in class org.apache.sysds.runtime.controlprogram.caching.PageCache
- init() - Static method in class org.apache.sysds.runtime.controlprogram.caching.UnifiedMemoryManager
- init(double[][], int, int) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- init(double[][], int, int) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
-
NOTE: This method is designed only for dense representation.
- init(double[], int, int) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- init(double[], int, int) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
-
NOTE: This method is designed only for dense representation.
- init(ArrayList<Hop>, RecompileStatus) - Method in class org.apache.sysds.hops.MemoTable
- init(Map<String, String>) - Static method in class org.apache.sysds.parser.dml.DmlSyntacticValidator
- init(Hop, RecompileStatus) - Method in class org.apache.sysds.hops.MemoTable
- init(Lop, Lop, Types.DataType, Types.ValueType, Types.ExecType) - Method in class org.apache.sysds.lops.AppendR
- init(Lop, Lop, Lop, Types.DataType, Types.ValueType) - Method in class org.apache.sysds.lops.Append
- init(Lop, Lop, Lop, Types.DataType, Types.ValueType) - Method in class org.apache.sysds.lops.AppendGAlignedSP
- init(Lop, Lop, Lop, Types.DataType, Types.ValueType, Types.ExecType) - Method in class org.apache.sysds.lops.AppendM
- init(Lop, Lop, Lop, Lop, Types.DataType, Types.ValueType, Types.ExecType) - Method in class org.apache.sysds.lops.AppendG
- init(DataIdentifier, String, Types.ExecType) - Method in class org.apache.sysds.lops.DataGen
- init(RandomMatrixGenerator.PDF, int, int, int, double, double, double) - Method in class org.apache.sysds.runtime.matrix.data.RandomMatrixGenerator
-
Initializes internal data structures.
- init(RandomMatrixGenerator.PDF, int, int, int, double, double, double, double) - Method in class org.apache.sysds.runtime.matrix.data.RandomMatrixGenerator
-
Instantiates a Random number generator with a specific poisson mean
- Init - org.apache.sysds.common.InstructionType
- Init - org.apache.sysds.runtime.instructions.fed.FEDInstruction.FEDType
- initCaching() - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
-
Inits caching with the default uuid of DMLScript
- initCaching(String) - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
-
Creates the DML-script-specific caching working dir.
- initClient(byte[]) - Static method in class org.apache.sysds.runtime.controlprogram.paramserv.NativeHEHelper
-
generates a Client object
- initColList(int[]) - Method in class org.apache.sysds.runtime.transform.encode.EncoderOmit
- initColList(int[]) - Method in class org.apache.sysds.runtime.transform.encode.LegacyEncoder
- initColList(JSONArray) - Method in class org.apache.sysds.runtime.transform.encode.LegacyEncoder
- initEmbeddings(MatrixBlock) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoder
- initEmbeddings(MatrixBlock) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderComposite
- initEmbeddings(MatrixBlock) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderWordEmbedding
- initEmbeddings(MatrixBlock) - Method in class org.apache.sysds.runtime.transform.encode.MultiColumnEncoder
- initEnumerator(CommandLine, PropertiesConfiguration) - Static method in class org.apache.sysds.resource.ResourceOptimizer
- initFederatedData(long) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedData
- initFederatedData(long, MetaData) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedData
- initFederatedDataFromLocal(long, CacheBlock<?>) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedData
- InitFEDInstruction - Class in org.apache.sysds.runtime.instructions.fed
- InitFEDInstruction(CPOperand, CPOperand, CPOperand, CPOperand, String, String) - Constructor for class org.apache.sysds.runtime.instructions.fed.InitFEDInstruction
- InitFEDInstruction(CPOperand, CPOperand, CPOperand, CPOperand, CPOperand, String, String) - Constructor for class org.apache.sysds.runtime.instructions.fed.InitFEDInstruction
- initFromIFDTags(IFDTag[]) - Method in class org.apache.sysds.runtime.io.cog.COGProperties
- initHadoopExecution(DMLConfig) - Static method in class org.apache.sysds.api.DMLScript
- initialCapacity - Static variable in class org.apache.sysds.runtime.data.SparseRowVector
-
Initial capacity of any created sparse row
- initialGPUMemBudget() - Static method in class org.apache.sysds.runtime.instructions.gpu.context.GPUContextPool
-
Gets the initial GPU memory budget.
- initialize() - Static method in class org.apache.sysds.runtime.controlprogram.paramserv.NativeHEHelper
- initialize(String, String) - Static method in class org.apache.sysds.utils.NativeHelper
-
Initialize the native library before executing the DML program
- initializebackwardLV(VariableSet) - Method in class org.apache.sysds.parser.AssignmentStatement
- initializebackwardLV(VariableSet) - Method in class org.apache.sysds.parser.ForStatement
- initializebackwardLV(VariableSet) - Method in class org.apache.sysds.parser.ForStatementBlock
- initializebackwardLV(VariableSet) - Method in class org.apache.sysds.parser.FunctionStatement
- initializebackwardLV(VariableSet) - Method in class org.apache.sysds.parser.FunctionStatementBlock
- initializebackwardLV(VariableSet) - Method in class org.apache.sysds.parser.IfStatement
- initializebackwardLV(VariableSet) - Method in class org.apache.sysds.parser.IfStatementBlock
- initializebackwardLV(VariableSet) - Method in class org.apache.sysds.parser.ImportStatement
- initializebackwardLV(VariableSet) - Method in class org.apache.sysds.parser.LiveVariableAnalysis
- initializebackwardLV(VariableSet) - Method in class org.apache.sysds.parser.MultiAssignmentStatement
- initializebackwardLV(VariableSet) - Method in class org.apache.sysds.parser.OutputStatement
- initializebackwardLV(VariableSet) - Method in class org.apache.sysds.parser.PathStatement
- initializebackwardLV(VariableSet) - Method in class org.apache.sysds.parser.PrintStatement
- initializebackwardLV(VariableSet) - Method in class org.apache.sysds.parser.Statement
- initializebackwardLV(VariableSet) - Method in class org.apache.sysds.parser.StatementBlock
- initializebackwardLV(VariableSet) - Method in class org.apache.sysds.parser.WhileStatement
- initializebackwardLV(VariableSet) - Method in class org.apache.sysds.parser.WhileStatementBlock
- initializeDedupBlock(ProgramBlock, ExecutionContext) - Method in class org.apache.sysds.runtime.lineage.Lineage
- initializeDedupBlock(ProgramBlock, ExecutionContext) - Static method in class org.apache.sysds.runtime.lineage.LineageDedupUtils
- initializeforwardLV(VariableSet) - Method in class org.apache.sysds.parser.AssignmentStatement
- initializeforwardLV(VariableSet) - Method in class org.apache.sysds.parser.ForStatement
- initializeforwardLV(VariableSet) - Method in class org.apache.sysds.parser.ForStatementBlock
- initializeforwardLV(VariableSet) - Method in class org.apache.sysds.parser.FunctionStatement
- initializeforwardLV(VariableSet) - Method in class org.apache.sysds.parser.FunctionStatementBlock
- initializeforwardLV(VariableSet) - Method in class org.apache.sysds.parser.IfStatement
- initializeforwardLV(VariableSet) - Method in class org.apache.sysds.parser.IfStatementBlock
- initializeforwardLV(VariableSet) - Method in class org.apache.sysds.parser.ImportStatement
- initializeforwardLV(VariableSet) - Method in class org.apache.sysds.parser.LiveVariableAnalysis
- initializeforwardLV(VariableSet) - Method in class org.apache.sysds.parser.MultiAssignmentStatement
- initializeforwardLV(VariableSet) - Method in class org.apache.sysds.parser.OutputStatement
- initializeforwardLV(VariableSet) - Method in class org.apache.sysds.parser.PathStatement
- initializeforwardLV(VariableSet) - Method in class org.apache.sysds.parser.PrintStatement
- initializeforwardLV(VariableSet) - Method in class org.apache.sysds.parser.Statement
- initializeforwardLV(VariableSet) - Method in class org.apache.sysds.parser.StatementBlock
-
For each statement: gen rule: for each variable read in current statement but not updated in any PRIOR statement, add to gen Handles case where variable both read and updated in same statement (i = i + 1, i needs to be added to gen) kill rule: for each variable updated in current statement but not read in this or any PRIOR statement, add to kill.
- initializeforwardLV(VariableSet) - Method in class org.apache.sysds.parser.WhileStatement
- initializeforwardLV(VariableSet) - Method in class org.apache.sysds.parser.WhileStatementBlock
- initializeGPU() - Static method in class org.apache.sysds.runtime.instructions.gpu.context.GPUContextPool
-
Static initialization of the number of devices Also sets behaviour for J{Cuda, Cudnn, Cublas, Cusparse} in case of error Initializes the CUDA driver All these need be done once, and not per GPU
- initializeThread() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUContext
-
Sets the device for the calling thread.
- initialValue - Variable in class org.apache.sysds.runtime.matrix.operators.AggregateOperator
- initLocalSparkContext(SparkConf) - Static method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
- initMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.decode.Decoder
- initMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.decode.DecoderBin
- initMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.decode.DecoderComposite
- initMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.decode.DecoderDummycode
- initMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.decode.DecoderPassThrough
- initMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.decode.DecoderRecode
- initMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderBagOfWords
- initMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderBin
- initMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderComposite
- initMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderDummycode
- initMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderFeatureHash
- initMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderPassThrough
- initMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderRecode
-
Construct the recodemaps from the given input frame for all columns registered for recode.
- initMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderUDF
- initMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderWordEmbedding
- initMetaData(FrameBlock) - Method in interface org.apache.sysds.runtime.transform.encode.Encoder
-
Sets up the required meta data for a subsequent call to apply.
- initMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.EncoderMVImpute
- initMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.EncoderOmit
- initMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.LegacyEncoder
-
Sets up the required meta data for a subsequent call to apply.
- initMetaData(FrameBlock) - Method in class org.apache.sysds.runtime.transform.encode.MultiColumnEncoder
- initRecodeIDList(List<Integer>) - Method in class org.apache.sysds.runtime.transform.encode.EncoderMVImpute
- initServer() - Static method in class org.apache.sysds.runtime.controlprogram.paramserv.NativeHEHelper
-
generates the Server object and returns a pointer to it
- initSpace(HashMap<String, CloudInstance>) - Method in class org.apache.sysds.resource.enumeration.EnumerationUtils.InstanceSearchSpace
- initSparkContext() - Static method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
- initSparse(int, int, DataInput) - Method in class org.apache.sysds.runtime.data.SparseBlockCSC
-
Initializes the CSC sparse block from an ordered input stream of sparse columns (colnnz, iv-pairs*).
- initSparse(int, int, DataInput) - Method in class org.apache.sysds.runtime.data.SparseBlockCSR
-
Initializes the CSR sparse block from an ordered input stream of sparse rows (rownnz, jv-pairs*).
- initUltraSparse(int, DataInput) - Method in class org.apache.sysds.runtime.data.SparseBlockCSC
-
Initializes the CSC sparse block from an ordered input stream of ultra-sparse ijv triples.
- initUltraSparse(int, DataInput) - Method in class org.apache.sysds.runtime.data.SparseBlockCSR
-
Initializes the CSR sparse block from an ordered input stream of ultra-sparse ijv triples.
- INMEMORY_NUMBLOCKS_THRESHOLD - Static variable in class org.apache.sysds.runtime.instructions.spark.RandSPInstruction
- inmemoryIndexing(JavaPairRDD<MatrixIndexes, MatrixBlock>, DataCharacteristics, DataCharacteristics, IndexRange) - Static method in class org.apache.sysds.runtime.instructions.spark.MatrixIndexingSPInstruction
- INNER - org.apache.sysds.runtime.iogen.MappingTrieNode.Type
- inOrder(IColIndex, IColIndex) - Static method in interface org.apache.sysds.runtime.compress.colgroup.indexes.IColIndex
-
Indicate if the two given column indexes are in order such that the first set of indexes all are of lower value than the second.
- INPLACE - org.apache.sysds.runtime.controlprogram.caching.MatrixObject.UpdateType
- INPLACE_PINNED - org.apache.sysds.runtime.controlprogram.caching.MatrixObject.UpdateType
- input(int) - Method in class org.apache.sysds.hops.codegen.template.CPlanMemoTable.MemoTableEntry
- INPUT_DIMS - org.apache.sysds.hops.codegen.SpoofFusedOp.SpoofOutputDimsType
- INPUT_DIMS_CONST2 - org.apache.sysds.hops.codegen.SpoofFusedOp.SpoofOutputDimsType
- input1 - Variable in class org.apache.sysds.hops.codegen.template.CPlanMemoTable.MemoTableEntry
- input1 - Variable in class org.apache.sysds.runtime.instructions.cp.ComputationCPInstruction
- input1 - Variable in class org.apache.sysds.runtime.instructions.fed.ComputationFEDInstruction
- input1 - Variable in class org.apache.sysds.runtime.instructions.spark.ComputationSPInstruction
- input1 - Variable in class org.apache.sysds.runtime.instructions.spark.MapmmChainSPInstruction
- input1 - Variable in class org.apache.sysds.runtime.instructions.spark.WriteSPInstruction
- input1 - Variable in class org.apache.sysds.runtime.matrix.data.DnnParameters
- input2 - Variable in class org.apache.sysds.hops.codegen.template.CPlanMemoTable.MemoTableEntry
- input2 - Variable in class org.apache.sysds.runtime.instructions.cp.ComputationCPInstruction
- input2 - Variable in class org.apache.sysds.runtime.instructions.fed.ComputationFEDInstruction
- input2 - Variable in class org.apache.sysds.runtime.instructions.spark.ComputationSPInstruction
- input2 - Variable in class org.apache.sysds.runtime.instructions.spark.MapmmChainSPInstruction
- input2 - Variable in class org.apache.sysds.runtime.matrix.data.DnnParameters
- input3 - Variable in class org.apache.sysds.hops.codegen.template.CPlanMemoTable.MemoTableEntry
- input3 - Variable in class org.apache.sysds.runtime.instructions.cp.ComputationCPInstruction
- input3 - Variable in class org.apache.sysds.runtime.instructions.fed.ComputationFEDInstruction
- input3 - Variable in class org.apache.sysds.runtime.instructions.spark.ComputationSPInstruction
- input3 - Variable in class org.apache.sysds.runtime.instructions.spark.MapmmChainSPInstruction
- input3 - Variable in class org.apache.sysds.runtime.matrix.data.DnnParameters
- input4 - Variable in class org.apache.sysds.runtime.instructions.cp.ComputationCPInstruction
- input4 - Variable in class org.apache.sysds.runtime.matrix.data.DnnParameters
- input5 - Variable in class org.apache.sysds.runtime.matrix.data.DnnParameters
- input6 - Variable in class org.apache.sysds.runtime.matrix.data.DnnParameters
- input7 - Variable in class org.apache.sysds.runtime.matrix.data.DnnParameters
- input8 - Variable in class org.apache.sysds.runtime.matrix.data.DnnParameters
- input9 - Variable in class org.apache.sysds.runtime.matrix.data.DnnParameters
- inputFormatClass - Variable in class org.apache.sysds.runtime.io.InputOutputInfo
- InputOutputInfo - Class in org.apache.sysds.runtime.io
- InputOutputInfo(Class<? extends InputFormat>, Class<? extends OutputFormat>, Class<? extends Writable>, Class<? extends Writable>) - Constructor for class org.apache.sysds.runtime.io.InputOutputInfo
- inputParams - Variable in class org.apache.sysds.parser.dml.DmlParser.ExternalFunctionDefExpressionContext
- inputParams - Variable in class org.apache.sysds.parser.dml.DmlParser.InternalFunctionDefExpressionContext
- inputs - Variable in class org.apache.sysds.runtime.instructions.spark.BuiltinNarySPInstruction
- InputStreamInputFormat - Class in org.apache.sysds.runtime.util
-
Custom input format and record reader to redirect common implementation of csv read over record readers (which are required for the parallel readers) to an input stream.
- InputStreamInputFormat(InputStream) - Constructor for class org.apache.sysds.runtime.util.InputStreamInputFormat
- inRowRange(long) - Method in class org.apache.sysds.runtime.util.IndexRange
- insert(String, int) - Method in class org.apache.sysds.runtime.iogen.MappingTrie
- insert(String, int) - Method in class org.apache.sysds.runtime.iogen.TextTrie
- insert(String, ArrayList<Integer>) - Method in class org.apache.sysds.runtime.iogen.MappingTrie
- InsertionSorterFactory - Interface in org.apache.sysds.runtime.compress.colgroup.insertionsort
- InsertionSorterFactory.SORT_TYPE - Enum in org.apache.sysds.runtime.compress.colgroup.insertionsort
- insertKeys(ArrayList<String>) - Method in class org.apache.sysds.runtime.iogen.MappingTrie
- INST - org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode.NodeType
- INST_BEGIN - Static variable in class org.apache.sysds.runtime.util.ProgramConverter
- INST_END - Static variable in class org.apache.sysds.runtime.util.ProgramConverter
- InstallDependencyForIntegrationTests - Class in org.apache.sysds.utils
-
This class will be used to setup dependency on Eclipse environment as well as on Jenkins server
- InstallDependencyForIntegrationTests() - Constructor for class org.apache.sysds.utils.InstallDependencyForIntegrationTests
- InstanceSearchSpace() - Constructor for class org.apache.sysds.resource.enumeration.EnumerationUtils.InstanceSearchSpace
- Instruction - Class in org.apache.sysds.runtime.instructions
- Instruction - org.apache.sysds.runtime.lineage.LineageItem.LineageItemType
- INSTRUCTION_DELIM - Static variable in class org.apache.sysds.runtime.instructions.Instruction
- INSTRUCTION_DELIMITOR - Static variable in class org.apache.sysds.lops.Lop
- Instruction.IType - Enum in org.apache.sysds.runtime.instructions
- InstructionParser - Class in org.apache.sysds.runtime.instructions
- InstructionParser() - Constructor for class org.apache.sysds.runtime.instructions.InstructionParser
- instructionStringFEDPrepare(String, CPOperand, long, CPOperand[], long[], boolean) - Static method in class org.apache.sysds.runtime.instructions.InstructionUtils
-
Prepare instruction string for sending in a FederatedRequest as a CP instruction.
- InstructionType - Enum in org.apache.sysds.common
- InstructionTypeCounter - Class in org.apache.sysds.runtime.compress.cost
- InstructionTypeCounter() - Constructor for class org.apache.sysds.runtime.compress.cost.InstructionTypeCounter
- InstructionTypeCounter(int, int, int, int, int, int, int, int, boolean) - Constructor for class org.apache.sysds.runtime.compress.cost.InstructionTypeCounter
- InstructionUtils - Class in org.apache.sysds.runtime.instructions
- InstructionUtils() - Constructor for class org.apache.sysds.runtime.instructions.InstructionUtils
- INT - org.apache.sysds.runtime.compress.colgroup.mapping.MapToFactory.MAP_TYPE
- INT - org.apache.sysds.runtime.util.LongLongDoubleHashMap.EntryType
- INT - Static variable in class org.apache.sysds.parser.dml.DmlLexer
- INT - Static variable in class org.apache.sysds.parser.dml.DmlParser
- INT() - Method in class org.apache.sysds.parser.dml.DmlParser.ConstIntIdExpressionContext
- INT_SIZE - Static variable in class org.apache.sysds.hops.OptimizerUtils
- INT_VALUE_TYPE - Static variable in class org.apache.sysds.parser.Statement
- INT32 - org.apache.sysds.common.Types.ValueType
- INT32 - org.apache.sysds.runtime.frame.data.columns.ArrayFactory.FrameArrayType
- INT64 - org.apache.sysds.common.Types.ValueType
- INT64 - org.apache.sysds.runtime.frame.data.columns.ArrayFactory.FrameArrayType
- INT8_DICT - org.apache.sysds.runtime.compress.colgroup.dictionary.DictionaryFactory.Type
- intArrayCost(long) - Static method in class org.apache.sysds.utils.MemoryEstimates
-
Get the worst case memory usage of an array of integers.
- IntArrayList - Class in org.apache.sysds.runtime.compress.utils
- IntArrayList() - Constructor for class org.apache.sysds.runtime.compress.utils.IntArrayList
- IntArrayList(int) - Constructor for class org.apache.sysds.runtime.compress.utils.IntArrayList
- IntArrayList(int[]) - Constructor for class org.apache.sysds.runtime.compress.utils.IntArrayList
- intDiv(double, double) - Static method in class org.apache.sysds.runtime.codegen.LibSpoofPrimitives
- INTDIV - org.apache.sysds.common.Opcodes
- INTDIV - org.apache.sysds.common.Types.OpOp2
- INTDIV - org.apache.sysds.hops.codegen.cplan.CNodeBinary.BinType
- INTDIV - org.apache.sysds.parser.Expression.BinaryOp
- INTEGER - org.apache.sysds.runtime.io.FileFormatPropertiesMM.MMField
- IntegerArray - Class in org.apache.sysds.runtime.frame.data.columns
- IntegerArray(int[]) - Constructor for class org.apache.sysds.runtime.frame.data.columns.IntegerArray
- IntegerDivide - Class in org.apache.sysds.runtime.functionobjects
- integerFloatPattern - Static variable in interface org.apache.sysds.runtime.frame.data.lib.FrameUtil
- INTEGRATION - Static variable in class org.apache.sysds.hops.codegen.SpoofCompiler
- INTERAL_FN_INDEX_COL - Static variable in class org.apache.sysds.parser.ParForStatementBlock
- INTERAL_FN_INDEX_ROW - Static variable in class org.apache.sysds.parser.ParForStatementBlock
- InterestBased - org.apache.sysds.resource.enumeration.Enumerator.EnumerationStrategy
- InterestBasedEnumerator - Class in org.apache.sysds.resource.enumeration
- InterestBasedEnumerator(Enumerator.Builder, boolean, boolean, boolean, boolean) - Constructor for class org.apache.sysds.resource.enumeration.InterestBasedEnumerator
- interestBroadcastVars() - Method in class org.apache.sysds.resource.enumeration.InterestBasedEnumerator
- interestEstimatesInCPEnabled() - Method in class org.apache.sysds.resource.enumeration.InterestBasedEnumerator
- InterestingPoint - Class in org.apache.sysds.hops.codegen.opt
-
Interesting decision point with regard to materialization of intermediates.
- InterestingPoint(InterestingPoint.DecisionType, long, long) - Constructor for class org.apache.sysds.hops.codegen.opt.InterestingPoint
- InterestingPoint.DecisionType - Enum in org.apache.sysds.hops.codegen.opt
- interestLargestEstimateEnabled() - Method in class org.apache.sysds.resource.enumeration.InterestBasedEnumerator
- interestOutputCachingEnabled() - Method in class org.apache.sysds.resource.enumeration.InterestBasedEnumerator
- INTERNAL - org.apache.sysds.parser.Expression.FunctCallOp
- INTERNAL_NAMESPACE - Static variable in class org.apache.sysds.parser.DMLProgram
- InternalFunctionDefExpressionContext(DmlParser.FunctionStatementContext) - Constructor for class org.apache.sysds.parser.dml.DmlParser.InternalFunctionDefExpressionContext
- InternalProxy() - Constructor for class org.apache.sysds.api.mlcontext.MLContext.InternalProxy
- InterProceduralAnalysis - Class in org.apache.sysds.hops.ipa
-
This Inter Procedural Analysis (IPA) serves two major purposes: 1) Inter-Procedure Analysis: propagate statistics from calling program into functions and back into main program.
- InterProceduralAnalysis(DMLProgram) - Constructor for class org.apache.sysds.hops.ipa.InterProceduralAnalysis
-
Creates a handle for performing inter-procedural analysis for a given DML program and its associated HOP DAGs.
- InterProceduralAnalysis(StatementBlock) - Constructor for class org.apache.sysds.hops.ipa.InterProceduralAnalysis
- INTERQUANTILE - org.apache.sysds.common.Builtins
- INTERQUANTILE - org.apache.sysds.common.Types.OpOp2
- INTERQUANTILE - org.apache.sysds.common.Types.OpOp3
- interQuartileMean() - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- interQuartileMean() - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- intersect(Collection<T>...) - Static method in class org.apache.sysds.runtime.util.CollectionUtils
- INTERSECT - org.apache.sysds.common.Builtins
- intersection(CorrMatrixBlock, CorrMatrixBlock) - Method in class org.apache.sysds.runtime.matrix.data.sketch.countdistinct.CountDistinctFunctionSketch
- intersection(CorrMatrixBlock, CorrMatrixBlock) - Method in class org.apache.sysds.runtime.matrix.data.sketch.countdistinctapprox.KMVSketch
- intersection(CorrMatrixBlock, CorrMatrixBlock) - Method in interface org.apache.sysds.runtime.matrix.data.sketch.MatrixSketch
-
Intersect two sketches
- intHashCode(int, int) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- intHashCodeRobust(int, int) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- IntIdentifier - Class in org.apache.sysds.parser
- IntIdentifier(long) - Constructor for class org.apache.sysds.parser.IntIdentifier
- IntIdentifier(long, ParseInfo) - Constructor for class org.apache.sysds.parser.IntIdentifier
- IntIdentifier(ParserRuleContext, long, String) - Constructor for class org.apache.sysds.parser.IntIdentifier
- IntIdentifier(IntIdentifier, ParseInfo) - Constructor for class org.apache.sysds.parser.IntIdentifier
- IntObject - Class in org.apache.sysds.runtime.instructions.cp
- IntObject(long) - Constructor for class org.apache.sysds.runtime.instructions.cp.IntObject
- intToBa(int, byte[], int) - Static method in class org.apache.sysds.runtime.io.IOUtilFunctions
- INVALID - org.apache.sysds.common.Types.CorrectionLocationType
- INVALID - org.apache.sysds.common.Types.ExecType
-
invalid is used for debugging or if it is undecided where the current instruction should be executed
- INVALID - org.apache.sysds.common.Types.ParamBuiltinOp
- INVALID - org.apache.sysds.lops.Ctable.OperationTypes
- INVALID - org.apache.sysds.parser.Expression.BinaryOp
- INVALID - org.apache.sysds.parser.Expression.BooleanOp
- INVALID - org.apache.sysds.parser.Expression.RelationalOp
- INVALID - org.apache.sysds.runtime.functionobjects.ParameterizedBuiltin.ProbabilityDistributionCode
- INVALID - org.apache.sysds.runtime.matrix.data.LibMatrixBincell.BinaryAccessType
- INVALID - org.apache.sysds.runtime.matrix.operators.CMOperator.AggregateOperationTypes
- INVALID - org.apache.sysds.runtime.transform.encode.ColumnEncoderBin.BinMethod
- INVALID - org.apache.sysds.runtime.transform.encode.EncoderMVImpute.MVMethod
- INVALID_PARAMETERS - Static variable in class org.apache.sysds.parser.LanguageException.LanguageErrorCodes
- INVALID_SIZE - Static variable in class org.apache.sysds.hops.OptimizerUtils
- invalidByLength(MatrixBlock) - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
-
This method validates the frame data against an attribute length constrain if data value in any cell is greater than the specified threshold of that attribute the output frame will store a null on that cell position, thus removing the length-violating values.
- INVCDF - org.apache.sysds.common.Builtins
- INVCDF - org.apache.sysds.common.Opcodes
- INVCDF - org.apache.sysds.common.Types.ParamBuiltinOp
- INVCDF - org.apache.sysds.runtime.functionobjects.ParameterizedBuiltin.ParameterizedBuiltinCode
- inverse(Types.ValueType) - Method in class org.apache.sysds.runtime.frame.data.columns.HashMapToInt
- INVERSE - org.apache.sysds.common.Builtins
- INVERSE - org.apache.sysds.common.Opcodes
- INVERSE - org.apache.sysds.common.Types.OpOp1
- INVERSE - org.apache.sysds.runtime.functionobjects.Builtin.BuiltinCode
- invokeAll(Collection<? extends Callable<T>>) - Method in class org.apache.sysds.runtime.util.CommonThreadPool
- invokeAll(Collection<? extends Callable<T>>) - Method in class org.apache.sysds.runtime.util.CommonThreadPool.SameThreadExecutorService
- invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.apache.sysds.runtime.util.CommonThreadPool
- invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.apache.sysds.runtime.util.CommonThreadPool.SameThreadExecutorService
- invokeAndShutdown(ExecutorService, Collection<? extends Callable<T>>) - Static method in class org.apache.sysds.runtime.util.CommonThreadPool
-
Invoke the collection of tasks and shutdown the pool upon job termination.
- invokeAny(Collection<? extends Callable<T>>) - Method in class org.apache.sysds.runtime.util.CommonThreadPool
- invokeAny(Collection<? extends Callable<T>>) - Method in class org.apache.sysds.runtime.util.CommonThreadPool.SameThreadExecutorService
- invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.apache.sysds.runtime.util.CommonThreadPool
- invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.apache.sysds.runtime.util.CommonThreadPool.SameThreadExecutorService
- IO_COMPRESSION_CODEC - Static variable in class org.apache.sysds.conf.DMLConfig
- IO_FILE_BUFFER_SIZE - Static variable in class org.apache.sysds.runtime.util.HDFSTool
- IO_FILENAME - Static variable in class org.apache.sysds.parser.DataExpression
- IO_SERIALIZATIONS - Static variable in class org.apache.sysds.runtime.util.HDFSTool
- IOCostUtils - Class in org.apache.sysds.resource.cost
- IOCostUtils() - Constructor for class org.apache.sysds.resource.cost.IOCostUtils
- IOCostUtils.IOMetrics - Class in org.apache.sysds.resource.cost
- IOMetrics() - Constructor for class org.apache.sysds.resource.cost.IOCostUtils.IOMetrics
-
Meant to be used for testing by setting known default values for each metric
- IOMetrics(long, int, double, double, double, double) - Constructor for class org.apache.sysds.resource.cost.IOCostUtils.IOMetrics
- IOMetrics(CloudInstance) - Constructor for class org.apache.sysds.resource.cost.IOCostUtils.IOMetrics
- IOUtilFunctions - Class in org.apache.sysds.runtime.io
- IOUtilFunctions() - Constructor for class org.apache.sysds.runtime.io.IOUtilFunctions
- IOUtilFunctions.CountRowsTask - Class in org.apache.sysds.runtime.io
- IPA_NUM_REPETITIONS - Static variable in class org.apache.sysds.hops.OptimizerUtils
-
Number of inter-procedural analysis (IPA) repetitions.
- IPAPass - Class in org.apache.sysds.hops.ipa
-
Base class for all IPA passes.
- IPAPass() - Constructor for class org.apache.sysds.hops.ipa.IPAPass
- IPAPassApplyStaticAndDynamicHopRewrites - Class in org.apache.sysds.hops.ipa
-
This rewrite applies static hop dag and statement block rewrites such as constant folding and branch removal in order to simplify statistic propagation.
- IPAPassApplyStaticAndDynamicHopRewrites() - Constructor for class org.apache.sysds.hops.ipa.IPAPassApplyStaticAndDynamicHopRewrites
- IPAPassCompressionWorkloadAnalysis - Class in org.apache.sysds.hops.ipa
-
This rewrite obtains workload summaries for all hops candidates amenable for compression as a basis for workload-aware compression planning.
- IPAPassCompressionWorkloadAnalysis() - Constructor for class org.apache.sysds.hops.ipa.IPAPassCompressionWorkloadAnalysis
- IPAPassEliminateDeadCode - Class in org.apache.sysds.hops.ipa
-
This rewrite eliminates unnecessary sub-DAGs that produce transient write outputs which are never consumed subsequently.
- IPAPassEliminateDeadCode() - Constructor for class org.apache.sysds.hops.ipa.IPAPassEliminateDeadCode
- IPAPassFlagFunctionsRecompileOnce - Class in org.apache.sysds.hops.ipa
-
This rewrite marks functions with loops as recompile once in order to reduce recompilation overhead.
- IPAPassFlagFunctionsRecompileOnce() - Constructor for class org.apache.sysds.hops.ipa.IPAPassFlagFunctionsRecompileOnce
- IPAPassFlagLoopsRecompileOnce - Class in org.apache.sysds.hops.ipa
-
This rewrite marks loops in the main program as recompile once in order to reduce recompilation overhead.
- IPAPassFlagLoopsRecompileOnce() - Constructor for class org.apache.sysds.hops.ipa.IPAPassFlagLoopsRecompileOnce
- IPAPassFlagNonDeterminism - Class in org.apache.sysds.hops.ipa
- IPAPassFlagNonDeterminism() - Constructor for class org.apache.sysds.hops.ipa.IPAPassFlagNonDeterminism
- IPAPassForwardFunctionCalls - Class in org.apache.sysds.hops.ipa
-
This rewrite forwards a function call to a function with a simple function call that only consumes function parameters and literals into the original call location.
- IPAPassForwardFunctionCalls() - Constructor for class org.apache.sysds.hops.ipa.IPAPassForwardFunctionCalls
- IPAPassInlineFunctions - Class in org.apache.sysds.hops.ipa
-
This rewrite inlines single statement block functions, which have fewer operations than an internal threshold.
- IPAPassInlineFunctions() - Constructor for class org.apache.sysds.hops.ipa.IPAPassInlineFunctions
- IPAPassPropagateReplaceLiterals - Class in org.apache.sysds.hops.ipa
-
This rewrite propagates and replaces literals into functions in order to enable subsequent rewrites such as branch removal.
- IPAPassPropagateReplaceLiterals() - Constructor for class org.apache.sysds.hops.ipa.IPAPassPropagateReplaceLiterals
- IPAPassRemoveConstantBinaryOps - Class in org.apache.sysds.hops.ipa
-
This rewrite identifies binary operations with constant matrices such as X * ones, where ones might be created as a vector of ones before a loop.
- IPAPassRemoveConstantBinaryOps() - Constructor for class org.apache.sysds.hops.ipa.IPAPassRemoveConstantBinaryOps
- IPAPassRemoveUnnecessaryCheckpoints - Class in org.apache.sysds.hops.ipa
-
This rewrite identifies and removes unnecessary checkpoints, i.e., persisting of Spark RDDs into a given storage level.
- IPAPassRemoveUnnecessaryCheckpoints() - Constructor for class org.apache.sysds.hops.ipa.IPAPassRemoveUnnecessaryCheckpoints
- IPAPassRemoveUnusedFunctions - Class in org.apache.sysds.hops.ipa
-
This rewrite identifies and removes unused functions in order to reduce compilation overhead and other overheads such as parfor worker creation, where we construct function copies.
- IPAPassRemoveUnusedFunctions() - Constructor for class org.apache.sysds.hops.ipa.IPAPassRemoveUnusedFunctions
- IPAPassReplaceEvalFunctionCalls - Class in org.apache.sysds.hops.ipa
-
This rewrite applies static hop dag and statement block rewrites such as constant folding and branch removal in order to simplify statistic propagation.
- IPAPassReplaceEvalFunctionCalls() - Constructor for class org.apache.sysds.hops.ipa.IPAPassReplaceEvalFunctionCalls
- IPAPassRewriteFederatedPlan - Class in org.apache.sysds.hops.ipa
-
This rewrite generates a federated execution plan by estimating and setting costs and the FederatedOutput values of all relevant hops in the DML program.
- IPAPassRewriteFederatedPlan() - Constructor for class org.apache.sysds.hops.ipa.IPAPassRewriteFederatedPlan
- IPlanEncode - Interface in org.apache.sysds.runtime.compress.plan
-
Interface for constructing an compression plan that is able to compress sequences of matrix blocks with the same scheme
- IQM - org.apache.sysds.common.Builtins
- IQM - org.apache.sysds.common.Types.OpOp1
- IQM - org.apache.sysds.common.Types.OpOp2
- IQM - org.apache.sysds.lops.PickByCount.OperationTypes
- IRepository - Interface in org.apache.sysds.runtime.controlprogram.federated.monitoring.repositories
- is(String) - Method in class org.apache.sysds.hops.fedplanner.FederatedCompilationTimer.TimeEntry
- isAccumulator() - Method in class org.apache.sysds.parser.AssignmentStatement
- isActive() - Static method in class org.apache.sysds.utils.MLContextProxy
- isActiveAM() - Static method in class org.apache.sysds.api.DMLScript
- isAggUnaryOp(Hop, Types.AggOp...) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isAggUnaryOp(Hop, Types.AggOp, Types.Direction) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isAligned(int, SparseBlock) - Method in class org.apache.sysds.runtime.data.SparseBlock
-
Indicates if all non-zero values of row r are aligned with the same row of the given second sparse block instance, which can be exploited for more efficient operations.
- isAligned(FederationMap, boolean) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederationMap
-
Determines if the two federation maps are aligned row/column partitions at the same federated sites (which allows for purely federated operation)
- isAligned(FederationMap, boolean, boolean, boolean) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederationMap
-
determines if the two federated data are aligned row/column partitions (depending on parameters equalRows/equalCols) at the same federated site (which often allows for purely federated operations)
- isAligned(FederationMap, FTypes.AlignType...) - Method in class org.apache.sysds.runtime.controlprogram.federated.FederationMap
-
helper function for checking multiple allowed alignment types
- isAligned(SparseBlock) - Method in class org.apache.sysds.runtime.data.SparseBlock
-
Indicates if all non-zero values are aligned with the given second sparse block instance, which can be exploited for more efficient operations.
- isAllCols() - Method in class org.apache.sysds.hops.IndexingOp
- isAllocated() - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- isAllocated() - Method in class org.apache.sysds.runtime.data.BasicTensorBlock
- isAllocated() - Method in class org.apache.sysds.runtime.data.DataTensorBlock
- isAllocated() - Method in class org.apache.sysds.runtime.data.TensorBlock
- isAllocated() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUObject
- isAllocated() - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- isAllocated(int) - Method in class org.apache.sysds.runtime.data.SparseBlock
-
Indicates if the underlying data structure for a given row is already allocated.
- isAllocated(int) - Method in class org.apache.sysds.runtime.data.SparseBlockCOO
- isAllocated(int) - Method in class org.apache.sysds.runtime.data.SparseBlockCSC
- isAllocated(int) - Method in class org.apache.sysds.runtime.data.SparseBlockCSR
- isAllocated(int) - Method in class org.apache.sysds.runtime.data.SparseBlockDCSR
- isAllocated(int) - Method in class org.apache.sysds.runtime.data.SparseBlockMCSC
- isAllocated(int) - Method in class org.apache.sysds.runtime.data.SparseBlockMCSR
- isAllocatedCol(int) - Method in class org.apache.sysds.runtime.data.SparseBlockMCSC
- isAllOnes(Integer...) - Method in class org.apache.sysds.runtime.matrix.data.DnnParameters
- isAllOutputsCP() - Method in class org.apache.sysds.lops.Lop
-
Function that determines if all the outputs of a LOP are of CP execution types
- isAllOutputsGPU() - Method in class org.apache.sysds.lops.Lop
-
Function that determines if all the outputs of a LOP are of GPU execution types
- isAllPathsTaken() - Method in class org.apache.sysds.runtime.lineage.LineageDedupBlock
- isAllRows() - Method in class org.apache.sysds.hops.IndexingOp
- isAllRowsAndCols() - Method in class org.apache.sysds.hops.IndexingOp
- isAllTrue() - Method in class org.apache.sysds.runtime.frame.data.columns.ABooleanArray
- isAllTrue() - Method in class org.apache.sysds.runtime.frame.data.columns.BitSetArray
- isAllTrue() - Method in class org.apache.sysds.runtime.frame.data.columns.BooleanArray
- isAllZero() - Method in class org.apache.sysds.runtime.instructions.cp.KahanObject
- isApplicable() - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoder
-
Indicates if this encoder is applicable, i.e, if there is a column to encode.
- isApplicable() - Method in class org.apache.sysds.runtime.transform.encode.EncoderOmit
-
Indicates if this encoder is applicable, i.e, if there is at least one column to encode.
- isApplicable() - Method in class org.apache.sysds.runtime.transform.encode.LegacyEncoder
-
Indicates if this encoder is applicable, i.e, if there is at least one column to encode.
- isApplicable(int) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoder
-
Indicates if this encoder is applicable for the given column ID, i.e., if it is subject to this transformation.
- isApplicable(int) - Method in class org.apache.sysds.runtime.transform.encode.LegacyEncoder
-
Indicates if this encoder is applicable for the given column ID, i.e., if it is subject to this transformation.
- isApplicable(FunctionCallGraph) - Method in class org.apache.sysds.hops.ipa.IPAPass
-
Indicates if an IPA pass is applicable for the current configuration such as global flags or the chosen execution mode (e.g., HYBRID).
- isApplicable(FunctionCallGraph) - Method in class org.apache.sysds.hops.ipa.IPAPassApplyStaticAndDynamicHopRewrites
- isApplicable(FunctionCallGraph) - Method in class org.apache.sysds.hops.ipa.IPAPassCompressionWorkloadAnalysis
- isApplicable(FunctionCallGraph) - Method in class org.apache.sysds.hops.ipa.IPAPassEliminateDeadCode
- isApplicable(FunctionCallGraph) - Method in class org.apache.sysds.hops.ipa.IPAPassFlagFunctionsRecompileOnce
- isApplicable(FunctionCallGraph) - Method in class org.apache.sysds.hops.ipa.IPAPassFlagLoopsRecompileOnce
- isApplicable(FunctionCallGraph) - Method in class org.apache.sysds.hops.ipa.IPAPassFlagNonDeterminism
- isApplicable(FunctionCallGraph) - Method in class org.apache.sysds.hops.ipa.IPAPassForwardFunctionCalls
- isApplicable(FunctionCallGraph) - Method in class org.apache.sysds.hops.ipa.IPAPassInlineFunctions
- isApplicable(FunctionCallGraph) - Method in class org.apache.sysds.hops.ipa.IPAPassPropagateReplaceLiterals
- isApplicable(FunctionCallGraph) - Method in class org.apache.sysds.hops.ipa.IPAPassRemoveConstantBinaryOps
- isApplicable(FunctionCallGraph) - Method in class org.apache.sysds.hops.ipa.IPAPassRemoveUnnecessaryCheckpoints
- isApplicable(FunctionCallGraph) - Method in class org.apache.sysds.hops.ipa.IPAPassRemoveUnusedFunctions
- isApplicable(FunctionCallGraph) - Method in class org.apache.sysds.hops.ipa.IPAPassReplaceEvalFunctionCalls
- isApplicable(FunctionCallGraph) - Method in class org.apache.sysds.hops.ipa.IPAPassRewriteFederatedPlan
-
Indicates if an IPA pass is applicable for the current configuration.
- isApplicableForReuseVariable(DMLProgram, StatementBlock, String) - Static method in class org.apache.sysds.runtime.controlprogram.parfor.opt.ProgramRecompiler
-
This function determines if an parfor input variable is guaranteed to be read-only across multiple invocations of parfor optimization (e.g., in a surrounding while loop).
- isASP() - Method in enum org.apache.sysds.parser.Statement.PSUpdateType
- isAssignOrCopyVariable() - Method in class org.apache.sysds.runtime.instructions.cp.VariableCPInstruction
- isAssignVariable() - Method in class org.apache.sysds.runtime.instructions.cp.VariableCPInstruction
- isAsync() - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheMaintenanceService
- isAsynchronousOp() - Method in class org.apache.sysds.lops.Lop
- isAtLeastOneError() - Method in class org.apache.sysds.parser.dml.CustomErrorListener
- isAtLeastOneError() - Method in class org.apache.sysds.parser.ParserWrapper
- isAtLeastOneWarning() - Method in class org.apache.sysds.parser.dml.CustomErrorListener
- isAtLeastOneWarning() - Method in class org.apache.sysds.parser.ParserWrapper
- isAutoCreateVars() - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- isAutoEvictionEnabled() - Static method in class org.apache.sysds.conf.ConfigurationManager
- isAutoLinearizationEnabled() - Static method in class org.apache.sysds.conf.ConfigurationManager
- isBasic() - Method in enum org.apache.sysds.lops.WeightedDivMM.WDivMMType
- isBasic() - Method in class org.apache.sysds.runtime.data.TensorBlock
- isBasic1NSequence(Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isBasic1NSequence(Hop, Hop, boolean) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isBasicN1Sequence(Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isBasicType(Object) - Static method in class org.apache.sysds.api.mlcontext.MLContextUtil
-
Is the object one of the supported basic data types? (Integer, Boolean, Double, String)
- isBelowCachingThreshold(CacheBlock<?>) - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- isBigTIFF() - Method in class org.apache.sysds.runtime.io.cog.COGHeader
- isBin() - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderComposite
- isBinary() - Method in class org.apache.sysds.runtime.functionobjects.And
- isBinary() - Method in class org.apache.sysds.runtime.functionobjects.Equals
- isBinary() - Method in class org.apache.sysds.runtime.functionobjects.GreaterThan
- isBinary() - Method in class org.apache.sysds.runtime.functionobjects.GreaterThanEquals
- isBinary() - Method in class org.apache.sysds.runtime.functionobjects.LessThan
- isBinary() - Method in class org.apache.sysds.runtime.functionobjects.LessThanEquals
- isBinary() - Method in class org.apache.sysds.runtime.functionobjects.Not
- isBinary() - Method in class org.apache.sysds.runtime.functionobjects.NotEquals
- isBinary() - Method in class org.apache.sysds.runtime.functionobjects.Or
- isBinary() - Method in class org.apache.sysds.runtime.functionobjects.ValueFunction
- isBinary() - Method in class org.apache.sysds.runtime.functionobjects.Xor
- isBinary(CNode, CNodeBinary.BinType...) - Static method in class org.apache.sysds.hops.codegen.template.TemplateUtils
- isBinary(Hop, Types.OpOp2) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isBinary(Hop, Types.OpOp2...) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isBinary(Hop, Types.OpOp2, int) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isBinaryMatrixColVector(Hop) - Static method in class org.apache.sysds.hops.codegen.template.TemplateUtils
- isBinaryMatrixColVectorOperation(Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isBinaryMatrixMatrixOperation(Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isBinaryMatrixMatrixOperationWithSharedInput(Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isBinaryMatrixRowVector(Hop) - Static method in class org.apache.sysds.hops.codegen.template.TemplateUtils
- isBinaryMatrixRowVectorOperation(Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isBinaryMatrixScalar(Hop, Types.OpOp2, double) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isBinaryMatrixScalarOperation(Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isBinaryOpConditionalSparseSafe(Types.OpOp2) - Static method in class org.apache.sysds.hops.OptimizerUtils
-
Determines if a given binary op is potentially conditional sparse safe.
- isBinaryOpConditionalSparseSafeExact(Types.OpOp2, LiteralOp) - Static method in class org.apache.sysds.hops.OptimizerUtils
-
Determines if a given binary op with scalar literal guarantee an output sparsity which is exactly the same as its matrix input sparsity.
- isBinaryOpSparsityConditionalSparseSafe(Types.OpOp2, LiteralOp) - Static method in class org.apache.sysds.hops.OptimizerUtils
- isBinaryPPred(Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isBinarySparseSafe() - Method in class org.apache.sysds.runtime.functionobjects.Builtin
- isBinarySparseSafe(Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isBinToDummy() - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderComposite
- isBlocked() - Method in class org.apache.sysds.lops.OutputParameters
- IsBlockInList - Class in org.apache.sysds.runtime.instructions.spark.functions
- IsBlockInList(long[], DataCharacteristics) - Constructor for class org.apache.sysds.runtime.instructions.spark.functions.IsBlockInList
- IsBlockInRange - Class in org.apache.sysds.runtime.instructions.spark.functions
- IsBlockInRange(long, long, long, long, DataCharacteristics) - Constructor for class org.apache.sysds.runtime.instructions.spark.functions.IsBlockInRange
- isBlockwise() - Method in class org.apache.sysds.runtime.controlprogram.ParForProgramBlock.PartitionFormat
- isBoolean(String) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- isBroadcastEnabled() - Static method in class org.apache.sysds.conf.ConfigurationManager
- isBSP() - Method in enum org.apache.sysds.parser.Statement.PSUpdateType
- isBuffered() - Method in class org.apache.sysds.runtime.instructions.gpu.context.ShadowBuffer
-
Check if the gpu object is shadow buffered
- isBuiltinCode(ValueFunction, Builtin.BuiltinCode...) - Static method in class org.apache.sysds.runtime.functionobjects.Builtin
- isBuiltinFnObject(String) - Static method in class org.apache.sysds.runtime.functionobjects.Builtin
- isBuiltinFunction(String) - Static method in class org.apache.sysds.runtime.instructions.InstructionUtils
- isCached() - Method in class org.apache.sysds.runtime.util.CommonThreadPool
-
If there is a thread pool cached for this thread.
- isCached(boolean) - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- isCachingActive() - Static method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- isCast() - Method in enum org.apache.sysds.runtime.instructions.cp.VariableCPInstruction.VariableOperationCode
- isCastUnaryOperation() - Method in class org.apache.sysds.hops.UnaryOp
- isCellOp() - Method in enum org.apache.sysds.common.Types.OpOpN
- isCheckpointEnabled() - Static method in class org.apache.sysds.conf.ConfigurationManager
- isCheckpointRDD() - Method in class org.apache.sysds.runtime.instructions.spark.data.RDDObject
- isCleanupEnabled() - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
-
Indicates if cleanup of the associated data object is enabled on clearData().
- isClosed() - Method in class org.apache.sysds.hops.codegen.template.CPlanMemoTable.MemoTableEntry
- isClosed() - Method in enum org.apache.sysds.hops.codegen.template.TemplateBase.CloseType
- isClosed() - Method in class org.apache.sysds.hops.codegen.template.TemplateBase
- isCMAllZeros() - Method in class org.apache.sysds.runtime.instructions.cp.CM_COV_Object
- isCodegenEnabled() - Static method in class org.apache.sysds.conf.ConfigurationManager
- isCodegenType() - Method in enum org.apache.sysds.utils.Explain.ExplainType
- isCol() - Method in enum org.apache.sysds.common.Types.Direction
- isColAggregate() - Method in class org.apache.sysds.runtime.matrix.operators.AggregateUnaryOperator
- isCollected() - Method in class org.apache.sysds.resource.cost.RDDStats
-
Meant to be used at testing
- isCollectForBroadcast(Lop) - Static method in class org.apache.sysds.lops.OperatorOrderingUtils
- isColLowerEqualsUpper() - Method in class org.apache.sysds.hops.IndexingOp
- isColLowerEqualsUpper() - Method in class org.apache.sysds.hops.LeftIndexingOp
- isColNameDefault(int) - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
- isColNamesDefault() - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
- isColPartitioned() - Method in enum org.apache.sysds.hops.fedplanner.FTypes.FType
- isColType() - Method in enum org.apache.sysds.hops.fedplanner.FTypes.AlignType
- isColumnAgg() - Method in enum org.apache.sysds.runtime.codegen.SpoofRowwise.RowType
- isColumnMetadataDefault() - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
- isColumnMetadataDefault(int) - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
- isColumnRangeIndexing(IndexingOp) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isColumnRightIndexing(Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isColVector(CNode) - Static method in class org.apache.sysds.hops.codegen.template.TemplateUtils
- isColVector(Hop) - Static method in class org.apache.sysds.hops.codegen.template.TemplateUtils
- isCommutative() - Method in enum org.apache.sysds.hops.codegen.cplan.CNodeBinary.BinType
- isCommutative() - Method in class org.apache.sysds.runtime.matrix.operators.BinaryOperator
- isCompareOperator(BinaryOperator) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixOuterAgg
-
This will return if uaggOp is of type RowIndexMin
- isCompatible(IFDTag[]) - Static method in class org.apache.sysds.runtime.io.cog.COGHeader
-
Checks a given header for compatibility with the reader
- isCompCompMM() - Method in class org.apache.sysds.runtime.compress.workload.OpSided
- isCompiled() - Method in enum org.apache.sysds.hops.fedplanner.FTypes.FederatedPlanner
- isCompiled(String) - Static method in enum org.apache.sysds.hops.fedplanner.FTypes.FederatedPlanner
- isComplexType(Object) - Static method in class org.apache.sysds.api.mlcontext.MLContextUtil
-
Is the object one of the supported complex data types? (JavaRDD, RDD, DataFrame, Matrix, double[][], MatrixBlock, URL)
- isCompressed() - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- isCompressed() - Method in class org.apache.sysds.runtime.controlprogram.caching.MatrixObject
- isCompressedOutput() - Method in class org.apache.sysds.hops.Hop
- isCompressedOutput() - Method in class org.apache.sysds.runtime.compress.workload.Op
- isCompressedOutput() - Method in class org.apache.sysds.runtime.compress.workload.OpNormal
- isCompressedOutput() - Method in class org.apache.sysds.runtime.compress.workload.OpSided
- isCompressedTransformEncode(CacheBlock<?>, boolean) - Method in class org.apache.sysds.runtime.transform.encode.MultiColumnEncoder
- isCompressionEnabled() - Static method in class org.apache.sysds.conf.ConfigurationManager
- isConsecutiveIndex(Hop, Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isConst() - Method in enum org.apache.sysds.runtime.compress.colgroup.AColGroup.CompressionType
- isConst() - Method in class org.apache.sysds.runtime.compress.estim.CompressedSizeInfoColGroup
- isConstDim2(long) - Method in enum org.apache.sysds.runtime.codegen.SpoofRowwise.RowType
- isContiguous() - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.ArrayIndex
- isContiguous() - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.CombinedIndex
- isContiguous() - Method in interface org.apache.sysds.runtime.compress.colgroup.indexes.IColIndex
-
Get if these columns are contiguous, meaning all indexes are integers at increments of 1.
- isContiguous() - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.RangeIndex
- isContiguous() - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.SingleIndex
- isContiguous() - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.TwoIndex
- isContiguous() - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.TwoRangesIndex
- isContiguous() - Method in class org.apache.sysds.runtime.data.DenseBlock
-
Indicates if the dense block has a single underlying block, i.e., if numBlocks==1.
- isContiguous() - Method in class org.apache.sysds.runtime.data.DenseBlockDRB
- isContiguous() - Method in class org.apache.sysds.runtime.data.DenseBlockFP64DEDUP
- isContiguous() - Method in class org.apache.sysds.runtime.data.DenseBlockLBool
- isContiguous() - Method in class org.apache.sysds.runtime.data.DenseBlockLFP32
- isContiguous() - Method in class org.apache.sysds.runtime.data.DenseBlockLFP64
- isContiguous() - Method in class org.apache.sysds.runtime.data.DenseBlockLFP64DEDUP
- isContiguous() - Method in class org.apache.sysds.runtime.data.DenseBlockLInt32
- isContiguous() - Method in class org.apache.sysds.runtime.data.DenseBlockLInt64
- isContiguous() - Method in class org.apache.sysds.runtime.data.DenseBlockLString
- isContiguous() - Method in class org.apache.sysds.runtime.data.SparseBlock
-
Indicates if the underlying data structures returned by values and indexes are contiguous arrays, which can be exploited for more efficient operations.
- isContiguous() - Method in class org.apache.sysds.runtime.data.SparseBlockCOO
- isContiguous() - Method in class org.apache.sysds.runtime.data.SparseBlockCSC
- isContiguous() - Method in class org.apache.sysds.runtime.data.SparseBlockCSR
- isContiguous() - Method in class org.apache.sysds.runtime.data.SparseBlockDCSR
- isContiguous() - Method in class org.apache.sysds.runtime.data.SparseBlockMCSC
- isContiguous() - Method in class org.apache.sysds.runtime.data.SparseBlockMCSR
- isContiguous(int, int) - Method in class org.apache.sysds.runtime.data.DenseBlock
-
Indicates if the dense block has a single underlying block for the given row range.
- isContiguous(int, int) - Method in class org.apache.sysds.runtime.data.DenseBlockDRB
- isContiguous(int, int) - Method in class org.apache.sysds.runtime.data.DenseBlockFP64DEDUP
- isContiguous(int, int) - Method in class org.apache.sysds.runtime.data.DenseBlockLDRB
- isCostBased() - Method in enum org.apache.sysds.hops.codegen.SpoofCompiler.PlanSelector
- isCostNsize() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheConfig
- isCountFunction() - Method in class org.apache.sysds.hops.ParameterizedBuiltinOp
- isCOVAllZeros() - Method in class org.apache.sysds.runtime.instructions.cp.CM_COV_Object
- isCPOnly() - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode
-
Determines if all program blocks and instructions exhibit the execution type CP.
- isCreateVariable() - Method in class org.apache.sysds.runtime.instructions.cp.VariableCPInstruction
- isCSVLineAllNumbers(String) - Static method in class org.apache.sysds.api.mlcontext.MLContextUtil
-
If no metadata is supplied for an RDD or JavaRDD, this method can be used to determine whether the data appears to be matrix (or a frame)
- isCSVReadWithUnknownSize() - Method in class org.apache.sysds.parser.DataExpression
- isCTableReshapeRewriteApplicable(Types.ExecType, Ctable.OperationTypes) - Method in class org.apache.sysds.hops.TernaryOp
- isCumulativeUnaryOperation() - Method in class org.apache.sysds.hops.UnaryOp
- isCutSet(boolean[]) - Method in class org.apache.sysds.hops.codegen.opt.ReachabilityGraph
- isCutSet(ReachabilityGraph.CutSet, boolean[]) - Method in class org.apache.sysds.hops.codegen.opt.ReachabilityGraph
- isDagHeightBased() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheConfig
- isData(Hop, Types.OpOpData) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isData(Hop, Types.OpOpData...) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isData(Hop, Types.OpOpData, Types.DataType) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isDataExecLocation() - Method in class org.apache.sysds.lops.Lop
- isDataFrameWithIDColumn(FrameMetadata) - Static method in class org.apache.sysds.api.mlcontext.MLContextConversionUtil
-
Return whether or not the DataFrame has an ID column.
- isDataFrameWithIDColumn(MatrixMetadata) - Static method in class org.apache.sysds.api.mlcontext.MLContextConversionUtil
-
Return whether or not the DataFrame has an ID column.
- isDataGenOp(Hop, Types.OpOpDG...) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isDataGenOpWithConstantValue(Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isDataGenOpWithConstantValue(Hop, double) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isDataGenOpWithLiteralInputs(Hop, Types.OpOpDG...) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isDataGenOpWithNonDeterminism(Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isDateColumn(String) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- isDecompressing() - Method in class org.apache.sysds.runtime.compress.workload.Op
- isDecompressing() - Method in class org.apache.sysds.runtime.compress.workload.WTreeRoot
- isDedup() - Method in class org.apache.sysds.runtime.lineage.LineageItem
- isDefault() - Method in class org.apache.sysds.runtime.frame.data.columns.ColumnMetadata
- isDefault(String, Types.ValueType) - Static method in interface org.apache.sysds.runtime.frame.data.lib.FrameUtil
- isDegreeOfParallelismFixed() - Method in class org.apache.sysds.runtime.controlprogram.ParForProgramBlock
- isDelayedCaching() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheConfig
- isDelayedCachingGPU() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheConfig
- isDelayedCachingRDD() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheConfig
- isDelimAndSuffixesSame(String, int[], String) - Method in class org.apache.sysds.runtime.iogen.FormatIdentifyer
- isDelimitedFormat() - Method in enum org.apache.sysds.common.Types.FileFormat
- isDelimitedFormat(String) - Static method in enum org.apache.sysds.common.Types.FileFormat
- isDense() - Method in enum org.apache.sysds.runtime.compress.colgroup.AColGroup.CompressionType
- isDense() - Method in class org.apache.sysds.runtime.compress.cost.ComputationCostEstimator
- isDense() - Method in class org.apache.sysds.runtime.compress.estim.encoding.ConstEncoding
- isDense() - Method in class org.apache.sysds.runtime.compress.estim.encoding.DenseEncoding
- isDense() - Method in class org.apache.sysds.runtime.compress.estim.encoding.EmptyEncoding
- isDense() - Method in interface org.apache.sysds.runtime.compress.estim.encoding.IEncode
-
Signify if the counts are including zero or without zero.
- isDense() - Method in class org.apache.sysds.runtime.compress.estim.encoding.SparseEncoding
- isDense(Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isDenseBlockType(DenseBlock, DenseBlock.Type) - Static method in class org.apache.sysds.runtime.data.DenseBlockFactory
- isDensePointer() - Method in class org.apache.sysds.runtime.lineage.LineageCacheEntry
- isDensePointerNull() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUObject
-
Checks if the dense pointer is null
- isDensifying() - Method in class org.apache.sysds.runtime.compress.cost.InstructionTypeCounter
- isDensifying() - Method in class org.apache.sysds.runtime.compress.workload.Op
- isDeviceToHostCopy() - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- isDiag() - Method in class org.apache.sysds.runtime.controlprogram.caching.MatrixObject
- isDimsKnown(Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isDimsPreservingFunction(String) - Method in class org.apache.sysds.hops.ipa.FunctionCallSizeInfo
-
Indicates if the given function belongs to the set of dimension-preserving functions.
- isDirectory(String) - Static method in class org.apache.sysds.runtime.util.HDFSTool
- isDirectory(FileSystem, Path) - Static method in class org.apache.sysds.runtime.util.HDFSTool
- isDirty() - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
-
trueif the in-memory or evicted matrix may be different from the matrix located atCacheableData._hdfsFileName;falseif the two matrices are supposed to be the same. - isDirty() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUObject
-
Whether this block is dirty on the GPU
- isDistQuaternaryOpcode(String) - Static method in class org.apache.sysds.runtime.instructions.InstructionUtils
- isDnn(Hop, Types.OpOpDnn) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isDnn(Hop, Types.OpOpDnn...) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isDynamicRecompilation() - Static method in class org.apache.sysds.conf.ConfigurationManager
- isElementwise() - Method in enum org.apache.sysds.hops.codegen.cplan.CNodeBinary.BinType
- isEligibleForBuffering(boolean, boolean) - Method in class org.apache.sysds.runtime.instructions.gpu.context.ShadowBuffer
-
Checks if the GPU object is eligible for shadow buffering
- isEmpty() - Method in class org.apache.sysds.hops.fedplanner.FederatedMemoTable.FedPlanVariants
- isEmpty() - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroup
-
Get if the group is only containing zero
- isEmpty() - Method in class org.apache.sysds.runtime.compress.colgroup.AColGroupCompressed
- isEmpty() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupEmpty
- isEmpty() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressed
- isEmpty() - Method in class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressedArray
- isEmpty() - Method in class org.apache.sysds.runtime.compress.colgroup.mapping.MapToBit
- isEmpty() - Method in class org.apache.sysds.runtime.compress.estim.CompressedSizeInfoColGroup
- isEmpty() - Method in class org.apache.sysds.runtime.compress.utils.DblArray
- isEmpty() - Method in class org.apache.sysds.runtime.compress.workload.AWTreeNode
- isEmpty() - Method in class org.apache.sysds.runtime.data.SparseRow
-
Indicates if the sparse row is empty, i.e., if is has size zero.
- isEmpty() - Method in class org.apache.sysds.runtime.data.SparseRowScalar
- isEmpty() - Method in class org.apache.sysds.runtime.data.SparseRowVector
- isEmpty() - Method in class org.apache.sysds.runtime.data.TensorBlock
- isEmpty() - Method in class org.apache.sysds.runtime.frame.data.columns.Array
-
Get if this array is empty, aka filled with empty values.
- isEmpty() - Method in class org.apache.sysds.runtime.frame.data.columns.BitSetArray
- isEmpty() - Method in class org.apache.sysds.runtime.frame.data.columns.BooleanArray
- isEmpty() - Method in class org.apache.sysds.runtime.frame.data.columns.CharArray
- isEmpty() - Method in class org.apache.sysds.runtime.frame.data.columns.DDCArray
- isEmpty() - Method in class org.apache.sysds.runtime.frame.data.columns.DoubleArray
- isEmpty() - Method in class org.apache.sysds.runtime.frame.data.columns.FloatArray
- isEmpty() - Method in class org.apache.sysds.runtime.frame.data.columns.HashIntegerArray
- isEmpty() - Method in class org.apache.sysds.runtime.frame.data.columns.HashLongArray
- isEmpty() - Method in class org.apache.sysds.runtime.frame.data.columns.HashMapToInt
- isEmpty() - Method in class org.apache.sysds.runtime.frame.data.columns.IntegerArray
- isEmpty() - Method in class org.apache.sysds.runtime.frame.data.columns.LongArray
- isEmpty() - Method in class org.apache.sysds.runtime.frame.data.columns.OptionalArray
- isEmpty() - Method in class org.apache.sysds.runtime.frame.data.columns.RaggedArray
- isEmpty() - Method in class org.apache.sysds.runtime.frame.data.columns.StringArray
- isEmpty() - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- isEmpty() - Method in class org.apache.sysds.runtime.matrix.data.MatrixCell
- isEmpty() - Method in class org.apache.sysds.runtime.matrix.data.MatrixValue
- isEmpty() - Method in class org.apache.sysds.runtime.matrix.data.sketch.countdistinctapprox.SmallestPriorityQueue
- isEmpty(boolean) - Method in class org.apache.sysds.runtime.data.BasicTensorBlock
- isEmpty(boolean) - Method in class org.apache.sysds.runtime.data.DataTensorBlock
- isEmpty(boolean) - Method in class org.apache.sysds.runtime.data.TensorBlock
- isEmpty(int) - Method in class org.apache.sysds.runtime.data.SparseBlock
-
Get information if row r is empty, i.e., does not contain non-zero values.
- isEmpty(int) - Method in class org.apache.sysds.runtime.data.SparseBlockCOO
- isEmpty(int) - Method in class org.apache.sysds.runtime.data.SparseBlockCSC
- isEmpty(int) - Method in class org.apache.sysds.runtime.data.SparseBlockCSR
- isEmpty(int) - Method in class org.apache.sysds.runtime.data.SparseBlockDCSR
- isEmpty(int) - Method in class org.apache.sysds.runtime.data.SparseBlockMCSC
- isEmpty(int) - Method in class org.apache.sysds.runtime.data.SparseBlockMCSR
- isEmpty(Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isEmptyBlock() - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- isEmptyBlock(boolean) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- isEmptyBlock(boolean) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
-
Get if this MatrixBlock is an empty block.
- isEmptyCol(int) - Method in class org.apache.sysds.runtime.data.SparseBlockCSC
- isEmptyCol(int) - Method in class org.apache.sysds.runtime.data.SparseBlockMCSC
- isEmptyNewLineStatement() - Method in class org.apache.sysds.parser.Statement
- isEnabled() - Method in enum org.apache.sysds.lops.Compression.CompressConfig
- isEnabled() - Method in enum org.apache.sysds.lops.DeCompression.CompressConfig
- isEncoder(int, Class<?>) - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderComposite
- isEndOfCondition() - Method in class org.apache.sysds.runtime.iogen.codegen.CodeGenTrieNode
- isEndOfWord() - Method in class org.apache.sysds.runtime.iogen.TextTrieNode
- isEqualMatrixSize(BinaryOp) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isEqualSize(Hop, Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isEqualSize(Hop, Hop...) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isEqualValue(Hop, Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isEqualValue(LiteralOp, LiteralOp) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isEstimator() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheConfig
- isExecCP() - Method in class org.apache.sysds.lops.Lop
- isExecGPU() - Method in class org.apache.sysds.lops.Lop
- isExecSpark() - Method in class org.apache.sysds.lops.Lop
- isExisting(String) - Static method in class org.apache.sysds.runtime.util.LocalFileUtils
- isExpensiveUnaryOperation() - Method in class org.apache.sysds.hops.UnaryOp
- isExplain() - Method in class org.apache.sysds.api.mlcontext.MLContext
-
Whether or not an explanation of the DML/PYDML program should be output to standard output.
- isFederated() - Method in class org.apache.sysds.hops.Hop
-
Checks if ExecType is federated.
- isFederated() - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
-
Check if object is federated.
- isFederated() - Method in class org.apache.sysds.runtime.controlprogram.federated.MatrixLineagePair
- isFederated(FTypes.FType) - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- isFederated(FTypes.FType) - Method in class org.apache.sysds.runtime.controlprogram.federated.MatrixLineagePair
- isFederated(ExecutionContext, FTypes.FType, CPOperand[], Class<?>) - Static method in class org.apache.sysds.runtime.instructions.fed.SpoofFEDInstruction
- isFederated(ExecutionContext, CPOperand[], Class<?>) - Static method in class org.apache.sysds.runtime.instructions.fed.SpoofFEDInstruction
- isFederated(CPOperand) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- isFederated(CPOperand, FTypes.FType) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- isFederatedDataOp() - Method in class org.apache.sysds.hops.DataOp
- isFederatedDataOp() - Method in class org.apache.sysds.hops.Hop
-
Checks if the hop is a DataOp with federated data.
- isFederatedExcept(FTypes.FType) - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- isFederatedExcept(FTypes.FType) - Method in class org.apache.sysds.runtime.controlprogram.federated.MatrixLineagePair
- isFederatedReadCacheEnabled() - Static method in class org.apache.sysds.conf.ConfigurationManager
- isFederatedRuntimePlanner() - Static method in class org.apache.sysds.conf.ConfigurationManager
- isFederatedSSL() - Static method in class org.apache.sysds.conf.ConfigurationManager
- isFileCPReadable(String) - Static method in class org.apache.sysds.runtime.io.IOUtilFunctions
- isFileEmpty(FileSystem, Path) - Static method in class org.apache.sysds.runtime.util.HDFSTool
- isFill() - Method in class org.apache.sysds.runtime.io.FileFormatPropertiesCSV
- isFillValueDefined() - Method in class org.apache.sysds.runtime.io.hdf5.message.H5FillValueMessage
- isFlipOuter(int, int) - Static method in class org.apache.sysds.runtime.codegen.LibSpoofPrimitives
- isFloatType(String, int) - Static method in interface org.apache.sysds.runtime.frame.data.lib.FrameUtil
- isForced() - Method in enum org.apache.sysds.runtime.instructions.fed.FEDInstruction.FederatedOutput
- isForcedFederated() - Method in enum org.apache.sysds.runtime.instructions.fed.FEDInstruction.FederatedOutput
- isForcedLocal() - Method in enum org.apache.sysds.runtime.instructions.fed.FEDInstruction.FederatedOutput
- isForceGPU() - Method in class org.apache.sysds.api.mlcontext.MLContext
-
Whether or not the "force" GPU mode is enabled.
- isFP() - Method in enum org.apache.sysds.common.Types.ValueType
- isFrame() - Method in enum org.apache.sysds.common.Types.DataType
- isFrame() - Method in class org.apache.sysds.runtime.instructions.cp.CPOperand
- IsFrameBlockInRange - Class in org.apache.sysds.runtime.instructions.spark.functions
- IsFrameBlockInRange(long, long, DataCharacteristics) - Constructor for class org.apache.sysds.runtime.instructions.spark.functions.IsFrameBlockInRange
- isFrameObject(String) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- isFullAggregate() - Method in class org.apache.sysds.runtime.matrix.operators.AggregateUnaryOperator
- isFullColumnIndexing(IndexingOp) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isFullColumnIndexing(LeftIndexingOp) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isFullReuse() - Method in enum org.apache.sysds.runtime.lineage.LineageCacheConfig.ReuseCacheType
- isFullRowIndexing(IndexingOp) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isFullRowIndexing(LeftIndexingOp) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isFullType() - Method in enum org.apache.sysds.hops.fedplanner.FTypes.AlignType
- isFullyDense() - Method in class org.apache.sysds.runtime.matrix.data.RandomMatrixGenerator
- isFunctionDebugging() - Static method in class org.apache.sysds.runtime.lineage.LineageItemUtils
- isGenerated() - Method in class org.apache.sysds.hops.codegen.cplan.CNode
- isGPU() - Method in class org.apache.sysds.api.mlcontext.MLContext
-
Whether or not the GPU mode is enabled.
- isGPUCacheFreeQEmpty() - Static method in class org.apache.sysds.runtime.lineage.LineageGPUCacheEviction
- isGPUEnabled() - Method in class org.apache.sysds.hops.AggBinaryOp
- isGPUEnabled() - Method in class org.apache.sysds.hops.AggUnaryOp
- isGPUEnabled() - Method in class org.apache.sysds.hops.BinaryOp
- isGPUEnabled() - Method in class org.apache.sysds.hops.codegen.SpoofFusedOp
- isGPUEnabled() - Method in class org.apache.sysds.hops.DataGenOp
- isGPUEnabled() - Method in class org.apache.sysds.hops.DataOp
- isGPUEnabled() - Method in class org.apache.sysds.hops.DnnOp
- isGPUEnabled() - Method in class org.apache.sysds.hops.FunctionOp
- isGPUEnabled() - Method in class org.apache.sysds.hops.Hop
-
In memory-based optimizer mode (see OptimizerUtils.isMemoryBasedOptLevel()), the exectype is determined by checking this method as well as memory budget of this Hop.
- isGPUEnabled() - Method in class org.apache.sysds.hops.IndexingOp
- isGPUEnabled() - Method in class org.apache.sysds.hops.LeftIndexingOp
- isGPUEnabled() - Method in class org.apache.sysds.hops.LiteralOp
- isGPUEnabled() - Method in class org.apache.sysds.hops.NaryOp
- isGPUEnabled() - Method in class org.apache.sysds.hops.ParameterizedBuiltinOp
- isGPUEnabled() - Method in class org.apache.sysds.hops.QuaternaryOp
- isGPUEnabled() - Method in class org.apache.sysds.hops.ReorgOp
- isGPUEnabled() - Method in class org.apache.sysds.hops.TernaryOp
- isGPUEnabled() - Method in class org.apache.sysds.hops.UnaryOp
- isGPUObject() - Method in class org.apache.sysds.runtime.lineage.LineageCacheEntry
- isHash() - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderComposite
- isHash(String, int) - Static method in interface org.apache.sysds.runtime.frame.data.lib.FrameUtil
- isHashPartitioned(JavaPairRDD<?, ?>) - Static method in class org.apache.sysds.runtime.instructions.spark.utils.SparkUtils
-
Indicates if the input RDD is hash partitioned, i.e., it has a partitioner of type
org.apache.spark.HashPartitioner. - isHashToDummy() - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderComposite
- isHDFSFile() - Method in class org.apache.sysds.runtime.instructions.spark.data.RDDObject
- isHDFSFileEmpty(String) - Static method in class org.apache.sysds.runtime.util.HDFSTool
- isHDFSFileExists() - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- isHeuristic() - Method in enum org.apache.sysds.hops.codegen.SpoofCompiler.PlanSelector
- isHighPadding() - Method in class org.apache.sysds.runtime.io.hdf5.H5DoubleDataType
- isHopsType(boolean) - Method in enum org.apache.sysds.utils.Explain.ExplainType
- isHybridExecutionMode() - Static method in class org.apache.sysds.hops.OptimizerUtils
- isIDSpec(String) - Static method in class org.apache.sysds.runtime.transform.meta.TfMetaUtils
- isIDSpec(JSONObject) - Static method in class org.apache.sysds.runtime.transform.meta.TfMetaUtils
- isIJV() - Method in enum org.apache.sysds.common.Types.FileFormat
- isIn(TemplateBase.TemplateType...) - Method in enum org.apache.sysds.hops.codegen.template.TemplateBase.TemplateType
- isInBlockRange(MatrixIndexes, int, long, long, long, long) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- isInBlockRange(MatrixIndexes, int, IndexRange) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- isIncompressable() - Method in class org.apache.sysds.runtime.compress.estim.CompressedSizeInfoColGroup
- isIndexingRangeBlockAligned(long, long, long, long, long) - Static method in class org.apache.sysds.hops.OptimizerUtils
-
Indicates if the given indexing range is block aligned, i.e., it does not require global aggregation of blocks.
- isIndexingRangeBlockAligned(IndexRange, DataCharacteristics) - Static method in class org.apache.sysds.hops.OptimizerUtils
-
Indicates if the given indexing range is block aligned, i.e., it does not require global aggregation of blocks.
- ISINF - org.apache.sysds.common.Builtins
- ISINF - org.apache.sysds.common.Opcodes
- ISINF - org.apache.sysds.common.Types.OpOp1
- ISINF - org.apache.sysds.runtime.functionobjects.Builtin.BuiltinCode
- isInFrameBlockRange(Long, int, long, long) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- isInFrameBlockRange(Long, int, IndexRange) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- isInitBeforeExecution() - Method in class org.apache.sysds.api.mlcontext.MLContext
-
Whether or not the default ScriptExecutor should be initialized before execution.
- isInitialCodegen() - Method in class org.apache.sysds.hops.recompile.RecompileStatus
- isInitialized() - Method in class org.apache.sysds.runtime.controlprogram.federated.FederatedData
- isInitialized() - Method in class org.apache.sysds.runtime.controlprogram.federated.FederationMap
- isInLineageCache() - Method in class org.apache.sysds.runtime.instructions.spark.data.LineageObject
- isInMem() - Method in class org.apache.sysds.runtime.instructions.cp.QuantilePickCPInstruction
- isInMemoryResultMerge(long, long, double) - Static method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptimizerRuleBased
- isInParforContext() - Method in class org.apache.sysds.hops.rewrite.ProgramRewriteStatus
- isInplace() - Method in class org.apache.sysds.hops.BinaryOp
- isInplace() - Method in class org.apache.sysds.runtime.matrix.operators.UnaryOperator
- isInPlace() - Method in class org.apache.sysds.hops.recompile.RecompileStatus
- isInPlace() - Method in enum org.apache.sysds.runtime.controlprogram.caching.MatrixObject.UpdateType
- isInPlace() - Method in class org.apache.sysds.runtime.instructions.cp.BinaryMatrixMatrixCPInstruction
- isInSparkInstruction - Variable in class org.apache.sysds.runtime.compress.CompressionSettings
-
Is a spark instruction
- isInSparseFormat() - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- isInSparseFormat() - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
-
Returns the current representation (true for sparse).
- isInSparseFormat() - Method in class org.apache.sysds.runtime.matrix.data.MatrixCell
- isInSparseFormat() - Method in class org.apache.sysds.runtime.matrix.data.MatrixValue
- isInSparseFormat(GPUContext, MatrixObject) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixCUDA
- isInstruction() - Method in class org.apache.sysds.runtime.lineage.LineageItem
- isIntegerNumber(String) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- isInternalNamespace(String) - Static method in class org.apache.sysds.parser.DMLProgram
- isInternalPadding() - Method in class org.apache.sysds.runtime.io.hdf5.H5DoubleDataType
- isIntField() - Method in class org.apache.sysds.runtime.io.FileFormatPropertiesMM
- isIntroducingZerosLeft(double[]) - Method in class org.apache.sysds.runtime.matrix.operators.BinaryOperator
-
Check if the operation returns zeros if the input is contained in row.
- isIntroducingZerosLeft(MatrixBlock) - Method in class org.apache.sysds.runtime.matrix.operators.BinaryOperator
-
Check if the operation returns zeros if the input is contained in row.
- isIntroducingZerosRight(double[]) - Method in class org.apache.sysds.runtime.matrix.operators.BinaryOperator
-
Check if the operation returns zeros if the input is contained in row.
- isIntroducingZerosRight(MatrixBlock) - Method in class org.apache.sysds.runtime.matrix.operators.BinaryOperator
-
Check if the operation returns zeros if the input is contained in row.
- isIntType(String, int) - Static method in interface org.apache.sysds.runtime.frame.data.lib.FrameUtil
- isInvalidConfiguration(double[]) - Static method in class org.apache.sysds.resource.enumeration.PruneBasedEnumerator
- isInvalidDataSource(String) - Static method in class org.apache.sysds.resource.cost.IOCostUtils
- isJava() - Method in enum org.apache.sysds.hops.codegen.SpoofCompiler.GeneratorAPI
- isKnownNGroups() - Method in class org.apache.sysds.hops.ParameterizedBuiltinOp
- isLastLevelLoopStatementBlock(StatementBlock) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isLastLevelStatementBlock(StatementBlock) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isLazySparkContextCreation() - Static method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
- isLeaf() - Method in class org.apache.sysds.hops.estim.MMNode
- isLeaf() - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode
- isLeaf() - Method in class org.apache.sysds.runtime.lineage.LineageItem
- isLeft() - Method in enum org.apache.sysds.lops.MMTSJ.MMTSJType
- isLeft() - Method in enum org.apache.sysds.lops.WeightedDivMM.WDivMMType
- isLeftMM() - Method in class org.apache.sysds.runtime.compress.workload.OpSided
- isLIBSVMReadWithUnknownSize() - Method in class org.apache.sysds.parser.DataExpression
- ISliceOffset - Interface in org.apache.sysds.runtime.compress.colgroup.offset
- isLineageTraceReuse() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheConfig
- isList() - Method in enum org.apache.sysds.common.Types.DataType
- isList() - Method in class org.apache.sysds.runtime.instructions.cp.CPOperand
- isLiteral() - Method in class org.apache.sysds.hops.codegen.cplan.CNode
- isLiteral() - Method in class org.apache.sysds.lops.Data
-
method to check if this data lop represents a literal.
- isLiteral() - Method in class org.apache.sysds.runtime.instructions.cp.CPOperand
- isLiteral(CNode) - Static method in class org.apache.sysds.hops.codegen.template.TemplateUtils
- isLiteral(CNode, String) - Static method in class org.apache.sysds.hops.codegen.template.TemplateUtils
- isLiteralOfValue(Hop, boolean) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isLiteralOfValue(Hop, double) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isLiteralOfValue(Hop, Double...) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isLiteralOfValue(Hop, String) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isLittleEndian() - Method in class org.apache.sysds.runtime.io.cog.COGHeader
- isLocal() - Method in enum org.apache.sysds.runtime.controlprogram.ParForProgramBlock.PResultMerge
- isLocalMaster() - Static method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
- isLocalMode() - Static method in class org.apache.sysds.utils.stats.InfrastructureAnalyzer
- isLocalMode(JobConf) - Static method in class org.apache.sysds.utils.stats.InfrastructureAnalyzer
- isLocalObject() - Method in class org.apache.sysds.runtime.lineage.LineageCacheEntry
- isLocked() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUObject
- isLookup(CNode, boolean) - Static method in class org.apache.sysds.hops.codegen.template.TemplateUtils
- isLoop() - Method in enum org.apache.sysds.runtime.compress.workload.AWTreeNode.WTNodeType
- isLoop() - Method in enum org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode.NodeType
- isLoopStatementBlock(StatementBlock) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isLopRoot(Lop) - Static method in class org.apache.sysds.lops.OperatorOrderingUtils
- isLowPadding() - Method in class org.apache.sysds.runtime.io.hdf5.H5DoubleDataType
- isMaintainSymbolTable() - Method in class org.apache.sysds.api.mlcontext.MLContext
-
Obtain whether or not all values should be maintained in the symbol table after execution.
- isMaintainSymbolTable() - Method in class org.apache.sysds.api.mlcontext.ScriptExecutor
-
Obtain whether or not all values should be maintained in the symbol table after execution.
- isMarked() - Method in class org.apache.sysds.runtime.controlprogram.caching.MatrixObject
- isMatMultMemoryBound(int, int, int) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixNative
- isMatPoint(InterestingPoint[], long, long) - Static method in class org.apache.sysds.hops.codegen.opt.InterestingPoint
- isMatPoint(InterestingPoint[], long, CPlanMemoTable.MemoTableEntry, boolean[]) - Static method in class org.apache.sysds.hops.codegen.opt.InterestingPoint
- isMatrix() - Method in enum org.apache.sysds.common.Types.DataType
- isMatrix() - Method in class org.apache.sysds.hops.Hop
- isMatrix() - Method in class org.apache.sysds.runtime.data.TensorBlock
- isMatrix() - Method in class org.apache.sysds.runtime.instructions.cp.CPOperand
- isMatrix(String) - Method in class org.apache.sysds.parser.VariableSet
- isMatrix(CNode) - Static method in class org.apache.sysds.hops.codegen.template.TemplateUtils
- isMatrix(Hop) - Static method in class org.apache.sysds.hops.codegen.template.TemplateUtils
- isMatrixCall() - Method in class org.apache.sysds.runtime.instructions.cp.DataGenCPInstruction
- isMatrixIgnoreZeroRewriteApplicable() - Method in class org.apache.sysds.hops.TernaryOp
-
Used for (1) constructing CP lops (hop-lop rewrite), and (2) in order to determine if dag split after removeEmpty necessary (#2 is precondition for #1).
- isMatrixMultiply() - Method in class org.apache.sysds.hops.AggBinaryOp
- isMatrixMultiply(Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isMatrixObject(String) - Method in class org.apache.sysds.runtime.controlprogram.context.ExecutionContext
- isMatrixOrFrame() - Method in enum org.apache.sysds.common.Types.DataType
- isMatrixValue() - Method in class org.apache.sysds.runtime.lineage.LineageCacheEntry
- isMatrixVector() - Method in enum org.apache.sysds.runtime.matrix.data.LibMatrixBincell.BinaryAccessType
- isMaxLocalParallelism(int) - Static method in class org.apache.sysds.hops.OptimizerUtils
- isMaxPrallelizeEnabled() - Static method in class org.apache.sysds.conf.ConfigurationManager
- isMaxSizesPresent() - Method in class org.apache.sysds.runtime.io.hdf5.message.H5DataSpaceMessage
- isMemEstimated() - Method in class org.apache.sysds.hops.Hop
- isMemoryBasedOptLevel() - Static method in class org.apache.sysds.hops.OptimizerUtils
- isMergeableFunctionCallBlock(DMLProgram) - Method in class org.apache.sysds.parser.StatementBlock
- isMeta() - Method in enum org.apache.sysds.runtime.instructions.cp.AggregateUnaryCPInstruction.AUType
- isMetadataOperation() - Method in class org.apache.sysds.hops.UnaryOp
- isMinus() - Method in enum org.apache.sysds.lops.WeightedDivMM.WDivMMType
- isMoveVariable() - Method in class org.apache.sysds.runtime.instructions.cp.VariableCPInstruction
- isMult() - Method in enum org.apache.sysds.lops.WeightedDivMM.WDivMMType
- isMultiBackendReuse() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheConfig
- isMultiBlockLookup(JavaPairRDD<?, ?>, DataCharacteristics, DataCharacteristics, IndexRange) - Static method in class org.apache.sysds.runtime.instructions.spark.MatrixIndexingSPInstruction
-
Indicates if the given index range and input matrix exhibit the following properties: (1) existing hash partitioner, (2) out-of-core input matrix (larger than aggregated memory), (3) aligned indexing range (which does not required aggregation), and (4) the output fits twice in memory (in order to collect the result).
- isMultilevelReuse() - Method in enum org.apache.sysds.runtime.lineage.LineageCacheConfig.ReuseCacheType
- isMultiLevelReuse() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheConfig
- isMultiReturn() - Method in enum org.apache.sysds.common.Builtins
- isMultiThreadedOp(Types.OpOp1) - Static method in class org.apache.sysds.lops.Unary
- isMultiThreadedOpType() - Method in class org.apache.sysds.hops.AggBinaryOp
- isMultiThreadedOpType() - Method in class org.apache.sysds.hops.AggUnaryOp
- isMultiThreadedOpType() - Method in class org.apache.sysds.hops.BinaryOp
- isMultiThreadedOpType() - Method in class org.apache.sysds.hops.codegen.SpoofFusedOp
- isMultiThreadedOpType() - Method in class org.apache.sysds.hops.DataGenOp
- isMultiThreadedOpType() - Method in class org.apache.sysds.hops.DnnOp
- isMultiThreadedOpType() - Method in class org.apache.sysds.hops.FunctionOp
- isMultiThreadedOpType() - Method in class org.apache.sysds.hops.MultiThreadedHop
- isMultiThreadedOpType() - Method in class org.apache.sysds.hops.ParameterizedBuiltinOp
- isMultiThreadedOpType() - Method in class org.apache.sysds.hops.QuaternaryOp
- isMultiThreadedOpType() - Method in class org.apache.sysds.hops.ReorgOp
- isMultiThreadedOpType() - Method in class org.apache.sysds.hops.TernaryOp
- isMultiThreadedOpType() - Method in class org.apache.sysds.hops.UnaryOp
- isNA(String[], String) - Static method in class org.apache.sysds.runtime.transform.TfUtils
-
Function that checks if the given string is one of NA strings.
- ISNA - org.apache.sysds.common.Builtins
- ISNA - org.apache.sysds.common.Opcodes
- ISNA - org.apache.sysds.common.Types.OpOp1
- ISNA - org.apache.sysds.runtime.functionobjects.Builtin.BuiltinCode
- isNamedList() - Method in class org.apache.sysds.runtime.instructions.cp.ListObject
- ISNAN - org.apache.sysds.common.Builtins
- ISNAN - org.apache.sysds.common.Opcodes
- ISNAN - org.apache.sysds.common.Types.OpOp1
- ISNAN - org.apache.sysds.runtime.functionobjects.Builtin.BuiltinCode
- isNary(Hop, Types.OpOpN) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isNary(Hop, Types.OpOpN...) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isNativeLibraryLoaded() - Static method in class org.apache.sysds.utils.NativeHelper
-
Called by runtime to check if the BLAS is available for exploitation
- isNested() - Method in class org.apache.sysds.runtime.controlprogram.BasicProgramBlock
- isNested() - Method in class org.apache.sysds.runtime.controlprogram.ForProgramBlock
- isNested() - Method in class org.apache.sysds.runtime.controlprogram.FunctionProgramBlock
- isNested() - Method in class org.apache.sysds.runtime.controlprogram.IfProgramBlock
- isNested() - Method in class org.apache.sysds.runtime.controlprogram.ProgramBlock
-
Indicates if the program block is nested, i.e., if it contains other program blocks (e.g., loops).
- isNested() - Method in class org.apache.sysds.runtime.controlprogram.WhileProgramBlock
- isNodeType(OptNode.NodeType...) - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode
- isNoEmptyBlocks() - Method in class org.apache.sysds.runtime.meta.DataCharacteristics
- isNondeterministic() - Method in class org.apache.sysds.parser.FunctionStatementBlock
- isNondeterministic() - Method in class org.apache.sysds.parser.StatementBlock
- isNondeterministic() - Method in class org.apache.sysds.runtime.controlprogram.FunctionProgramBlock
- isNone() - Static method in enum org.apache.sysds.runtime.lineage.LineageCacheConfig.ReuseCacheType
- isNonPartitionedBroadcastValid() - Method in class org.apache.sysds.runtime.instructions.spark.data.BroadcastObject
- isNonZero(Object) - Static method in class org.apache.sysds.runtime.util.UtilFunctions
- isNonZeroIndicator(Hop, Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isNotEmpty(int) - Method in class org.apache.sysds.runtime.frame.data.columns.Array
- isNotEmpty(int) - Method in class org.apache.sysds.runtime.frame.data.columns.BitSetArray
- isNotEmpty(int) - Method in class org.apache.sysds.runtime.frame.data.columns.BooleanArray
- isNotEmpty(int) - Method in class org.apache.sysds.runtime.frame.data.columns.CharArray
- isNotEmpty(int) - Method in class org.apache.sysds.runtime.frame.data.columns.DDCArray
- isNotEmpty(int) - Method in class org.apache.sysds.runtime.frame.data.columns.DoubleArray
- isNotEmpty(int) - Method in class org.apache.sysds.runtime.frame.data.columns.FloatArray
- isNotEmpty(int) - Method in class org.apache.sysds.runtime.frame.data.columns.HashIntegerArray
- isNotEmpty(int) - Method in class org.apache.sysds.runtime.frame.data.columns.HashLongArray
- isNotEmpty(int) - Method in class org.apache.sysds.runtime.frame.data.columns.IntegerArray
- isNotEmpty(int) - Method in class org.apache.sysds.runtime.frame.data.columns.LongArray
- isNotEmpty(int) - Method in class org.apache.sysds.runtime.frame.data.columns.OptionalArray
- isNotEmpty(int) - Method in class org.apache.sysds.runtime.frame.data.columns.RaggedArray
- isNotEmpty(int) - Method in class org.apache.sysds.runtime.frame.data.columns.StringArray
- isNotMatrixVectorBinaryOperation(Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isNotOver(int) - Method in class org.apache.sysds.runtime.compress.colgroup.offset.AIterator
-
Find out if the current offset is not exceeding the index given.
- isNotSupportedBySpoofCUDA() - Method in enum org.apache.sysds.hops.codegen.cplan.CNodeBinary.BinType
- isNotSupportedBySpoofCUDA() - Method in enum org.apache.sysds.hops.codegen.cplan.CNodeUnary.UnaryType
- isNullVal() - Method in class org.apache.sysds.runtime.lineage.LineageCacheEntry
- isNumeric() - Method in enum org.apache.sysds.common.Types.ValueType
-
Get if the ValueType is a numeric value.
- isNumeric() - Method in class org.apache.sysds.runtime.data.DenseBlock
-
Indicates if the dense block is numeric.
- isNumeric() - Method in class org.apache.sysds.runtime.data.DenseBlockBool
- isNumeric() - Method in class org.apache.sysds.runtime.data.DenseBlockFP32
- isNumeric() - Method in class org.apache.sysds.runtime.data.DenseBlockFP64
- isNumeric() - Method in class org.apache.sysds.runtime.data.DenseBlockFP64DEDUP
- isNumeric() - Method in class org.apache.sysds.runtime.data.DenseBlockInt32
- isNumeric() - Method in class org.apache.sysds.runtime.data.DenseBlockInt64
- isNumeric() - Method in class org.apache.sysds.runtime.data.DenseBlockLBool
- isNumeric() - Method in class org.apache.sysds.runtime.data.DenseBlockLFP32
- isNumeric() - Method in class org.apache.sysds.runtime.data.DenseBlockLFP64
- isNumeric() - Method in class org.apache.sysds.runtime.data.DenseBlockLFP64DEDUP
- isNumeric() - Method in class org.apache.sysds.runtime.data.DenseBlockLInt32
- isNumeric() - Method in class org.apache.sysds.runtime.data.DenseBlockLInt64
- isNumeric() - Method in class org.apache.sysds.runtime.data.DenseBlockLString
- isNumeric() - Method in class org.apache.sysds.runtime.data.DenseBlockString
- isNumeric(String) - Static method in class org.apache.sysds.runtime.codegen.CodegenUtils
-
Extension of org.apache.commons.lang.StringUtils to account for negatives and decimals.
- isNumeric(Types.ValueType) - Method in class org.apache.sysds.runtime.data.DenseBlock
-
Indicates if the dense block is a specific numeric value type.
- isNumeric(Types.ValueType) - Method in class org.apache.sysds.runtime.data.DenseBlockBool
- isNumeric(Types.ValueType) - Method in class org.apache.sysds.runtime.data.DenseBlockFP32
- isNumeric(Types.ValueType) - Method in class org.apache.sysds.runtime.data.DenseBlockFP64
- isNumeric(Types.ValueType) - Method in class org.apache.sysds.runtime.data.DenseBlockFP64DEDUP
- isNumeric(Types.ValueType) - Method in class org.apache.sysds.runtime.data.DenseBlockInt32
- isNumeric(Types.ValueType) - Method in class org.apache.sysds.runtime.data.DenseBlockInt64
- isNumeric(Types.ValueType) - Method in class org.apache.sysds.runtime.data.DenseBlockLBool
- isNumeric(Types.ValueType) - Method in class org.apache.sysds.runtime.data.DenseBlockLFP32
- isNumeric(Types.ValueType) - Method in class org.apache.sysds.runtime.data.DenseBlockLFP64
- isNumeric(Types.ValueType) - Method in class org.apache.sysds.runtime.data.DenseBlockLFP64DEDUP
- isNumeric(Types.ValueType) - Method in class org.apache.sysds.runtime.data.DenseBlockLInt32
- isNumeric(Types.ValueType) - Method in class org.apache.sysds.runtime.data.DenseBlockLInt64
- isNumeric(Types.ValueType) - Method in class org.apache.sysds.runtime.data.DenseBlockLString
- isNumeric(Types.ValueType) - Method in class org.apache.sysds.runtime.data.DenseBlockString
- isNVMeStorage() - Method in class org.apache.sysds.resource.CloudInstance
- isObjectStoreFileScheme(Path) - Static method in class org.apache.sysds.runtime.io.IOUtilFunctions
- isOnesCol() - Method in class org.apache.sysds.runtime.instructions.cp.DataGenCPInstruction
- isOpcode(String) - Static method in class org.apache.sysds.lops.BinaryM
- isOperationSupported(Hop) - Static method in class org.apache.sysds.hops.codegen.template.TemplateUtils
- isOptLevel(OptimizerUtils.OptimizationLevel) - Static method in class org.apache.sysds.hops.OptimizerUtils
- isOuter() - Method in class org.apache.sysds.hops.BinaryOp
- isOuterBinary(Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isOuterProductLikeMM(Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isOuterProductTSMM(int, int, boolean) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixMult
- isOutputEmptyBlocks() - Method in class org.apache.sysds.hops.Hop
- isOutputFederated(Instruction, Data) - Static method in class org.apache.sysds.runtime.lineage.LineageCacheConfig
- isOutputThreadSafe() - Method in class org.apache.sysds.runtime.matrix.data.DnnParameters
- isOverlapping() - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- isOverlapping() - Method in class org.apache.sysds.runtime.compress.workload.Op
- isParallel() - Method in class org.apache.sysds.runtime.iogen.CustomProperties
- isParallelIOEnabled() - Static method in class org.apache.sysds.conf.ConfigurationManager
- isParallelizedRDD() - Method in class org.apache.sysds.runtime.instructions.spark.data.RDDObject
- isParallelMatrixOperations() - Static method in class org.apache.sysds.conf.ConfigurationManager
- isParallelParFor() - Static method in class org.apache.sysds.conf.ConfigurationManager
- isParallelTokenize() - Static method in class org.apache.sysds.conf.ConfigurationManager
- isParallelTransform() - Static method in class org.apache.sysds.conf.ConfigurationManager
- isParameterized() - Method in enum org.apache.sysds.common.Builtins
- isParameterizedBuiltinOp(Hop, Types.ParamBuiltinOp) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isParameterizedBuiltinOp(Hop, Types.ParamBuiltinOp...) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isPartialAggregateOperator() - Method in class org.apache.sysds.runtime.matrix.operators.CMOperator
- isPartialReuse() - Method in enum org.apache.sysds.runtime.lineage.LineageCacheConfig.ReuseCacheType
- isPartitioned() - Method in class org.apache.sysds.runtime.controlprogram.caching.MatrixObject
- isPartitionedBroadcastValid() - Method in class org.apache.sysds.runtime.instructions.spark.data.BroadcastObject
- isPassThrough() - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderComposite
- isPatternField() - Method in class org.apache.sysds.runtime.io.FileFormatPropertiesMM
- isPending() - Method in class org.apache.sysds.runtime.instructions.spark.data.RDDObject
- isPendingRDDOps() - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- isPersistableSparkOp(Lop) - Static method in class org.apache.sysds.lops.OperatorOrderingUtils
- isPersistent() - Method in enum org.apache.sysds.common.Types.OpOpData
- isPersistentRead() - Method in class org.apache.sysds.lops.Data
- isPersistentRead() - Method in class org.apache.sysds.runtime.controlprogram.caching.CacheableData
- isPersistentReadWrite() - Method in class org.apache.sysds.hops.DataOp
- isPersistentWrite() - Method in class org.apache.sysds.lops.Data
- isPlaceholder() - Method in class org.apache.sysds.runtime.lineage.LineageItem
- isPlanRef(int) - Method in class org.apache.sysds.hops.codegen.template.CPlanMemoTable.MemoTableEntry
- isPowerOfTwo(int) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixFourier
-
Function for checking whether the given integer is a power of two.
- isPPredOperation() - Method in class org.apache.sysds.hops.BinaryOp
- isPrefetchEnabled() - Static method in class org.apache.sysds.conf.ConfigurationManager
- isPseudoFunctionCall() - Method in class org.apache.sysds.hops.FunctionOp
- isPseudoNumeric() - Method in enum org.apache.sysds.common.Types.ValueType
-
If the value is pseudoNumeric, meaning that we can translate it to a number
- isRDDCached(int) - Static method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
- isRDDPersist() - Method in class org.apache.sysds.runtime.lineage.LineageCacheEntry
- isReachableFunction(String) - Method in class org.apache.sysds.hops.ipa.FunctionCallGraph
-
Indicates if the given function is reachable either directly or indirectly from the main program.
- isReachableFunction(String, String) - Method in class org.apache.sysds.hops.ipa.FunctionCallGraph
-
Indicates if the given function is reachable either directly or indirectly from the main program.
- isRead() - Method in enum org.apache.sysds.common.Types.OpOpData
- isRead() - Method in class org.apache.sysds.hops.DataOp
- isRead() - Method in class org.apache.sysds.parser.DataExpression
- isReady() - Method in class org.apache.sysds.runtime.util.DependencyTask
- isRecode() - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderComposite
- isRecodeToDummy() - Method in class org.apache.sysds.runtime.transform.encode.ColumnEncoderComposite
- isRecompileOnce() - Method in class org.apache.sysds.parser.StatementBlock
- isRecompileOnce() - Method in class org.apache.sysds.runtime.controlprogram.FunctionProgramBlock
- isRecursive() - Method in class org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode
- isRecursiveFunction(String) - Method in class org.apache.sysds.hops.ipa.FunctionCallGraph
-
Indicates if the given function is either directly or indirectly recursive.
- isRecursiveFunction(String, String) - Method in class org.apache.sysds.hops.ipa.FunctionCallGraph
-
Indicates if the given function is either directly or indirectly recursive.
- isRemoveEmpty(Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isRemoveEmpty(Hop, boolean) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isRemoveVariable() - Method in class org.apache.sysds.runtime.instructions.cp.VariableCPInstruction
- isRemoveVariable(String) - Method in class org.apache.sysds.runtime.instructions.cp.VariableCPInstruction
-
Checks if this instruction is a remove instruction for varName
- isRemoveVariableNoFile() - Method in class org.apache.sysds.runtime.instructions.cp.VariableCPInstruction
- isReorg(Hop, Types.ReOrgOp) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isReorg(Hop, Types.ReOrgOp...) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isRepresentation() - Method in class org.apache.sysds.runtime.iogen.MappingProperties
- isRequiredDecompression() - Method in class org.apache.sysds.hops.Hop
- isReset() - Method in enum org.apache.sysds.hops.recompile.Recompiler.ResetType
- isReset() - Method in class org.apache.sysds.hops.recompile.RecompileStatus
- isReusable(Instruction, ExecutionContext) - Static method in class org.apache.sysds.runtime.lineage.LineageCacheConfig
- isRewritableFunctionCall(Statement, DMLProgram) - Method in class org.apache.sysds.parser.StatementBlock
- isRight() - Method in enum org.apache.sysds.lops.MapMult.CacheType
- isRight() - Method in enum org.apache.sysds.lops.MMTSJ.MMTSJType
- isRight() - Method in enum org.apache.sysds.lops.WeightedDivMM.WDivMMType
- isRightMM() - Method in class org.apache.sysds.runtime.compress.workload.OpSided
- isRLEAllowed() - Method in class org.apache.sysds.runtime.compress.CompressionSettings
- isRow() - Method in enum org.apache.sysds.common.Types.Direction
- isRowAggregate() - Method in class org.apache.sysds.runtime.matrix.operators.AggregateUnaryOperator
- isRowCol() - Method in enum org.apache.sysds.common.Types.Direction
- isRowIndexMax(AggregateUnaryOperator) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixOuterAgg
-
This will return if uaggOp is of type RowIndexMax
- isRowIndexMin(AggregateUnaryOperator) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixOuterAgg
-
This will return if uaggOp is of type RowIndexMin
- isRowLowerEqualsUpper() - Method in class org.apache.sysds.hops.IndexingOp
- isRowLowerEqualsUpper() - Method in class org.apache.sysds.hops.LeftIndexingOp
- isRowPartitioned() - Method in enum org.apache.sysds.hops.fedplanner.FTypes.FType
- isRows() - Method in enum org.apache.sysds.common.Types.CorrectionLocationType
- isRowSafeLeft(double[]) - Method in class org.apache.sysds.runtime.matrix.operators.BinaryOperator
-
Check if the operation returns zeros if the input zero.
- isRowSafeLeft(MatrixBlock) - Method in class org.apache.sysds.runtime.matrix.operators.BinaryOperator
-
Check if the operation returns zeros if the input zero.
- isRowSafeRight(double[]) - Method in class org.apache.sysds.runtime.matrix.operators.BinaryOperator
-
Check if the operation returns zeros if the input zero.
- isRowSafeRight(MatrixBlock) - Method in class org.apache.sysds.runtime.matrix.operators.BinaryOperator
-
Check if the operation returns zeros if the input zero.
- isRowType() - Method in enum org.apache.sysds.hops.fedplanner.FTypes.AlignType
- isRowTypeB1() - Method in enum org.apache.sysds.runtime.codegen.SpoofRowwise.RowType
- isRowTypeB1ColumnAgg() - Method in enum org.apache.sysds.runtime.codegen.SpoofRowwise.RowType
- isRowVector(CNode) - Static method in class org.apache.sysds.hops.codegen.template.TemplateUtils
- isRowwise() - Method in class org.apache.sysds.runtime.controlprogram.ParForProgramBlock.PartitionFormat
- isRuleBasedGPUPlacement() - Static method in class org.apache.sysds.conf.ConfigurationManager
- isRuntimeType(boolean) - Method in enum org.apache.sysds.utils.Explain.ExplainType
- isSafeLiteral(String, int) - Method in class org.apache.sysds.hops.ipa.FunctionCallSizeInfo
-
Indicates if the given function input allows for safe literal propagation and replacement, i.e., all function calls have consistent literal inputs.
- isSafeNnz(String, int) - Method in class org.apache.sysds.hops.ipa.FunctionCallSizeInfo
-
Indicates if the given function input allows for safe nnz propagation, i.e., all function calls have a consistent number of non-zeros.
- isSameDimensionBinaryOp(Expression.BinaryOp) - Static method in class org.apache.sysds.parser.BinaryExpression
- isSameFileScheme(Path, Path) - Static method in class org.apache.sysds.runtime.io.IOUtilFunctions
- isSameTypeString(Types.ValueType, Types.ValueType) - Static method in enum org.apache.sysds.common.Types.ValueType
-
Given two ValueTypes, would they both print and eternalize similarly.
- isSBP() - Method in enum org.apache.sysds.parser.Statement.PSUpdateType
- isScalar() - Method in enum org.apache.sysds.common.Types.DataType
- isScalar() - Method in class org.apache.sysds.hops.Hop
- isScalar() - Method in class org.apache.sysds.resource.cost.VarStats
- isScalar() - Method in class org.apache.sysds.runtime.instructions.cp.CPOperand
- isScalar() - Method in class org.apache.sysds.runtime.util.IndexRange
- isScalarBoolean() - Method in class org.apache.sysds.parser.Identifier
- isScalarLookup() - Method in enum org.apache.sysds.hops.codegen.cplan.CNodeUnary.UnaryType
- isScalarMatrixBinaryMult(Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isScalarOutput() - Method in enum org.apache.sysds.common.Types.OpOp1
- isScalarOutput() - Method in class org.apache.sysds.hops.IndexingOp
- isScalarValue() - Method in class org.apache.sysds.runtime.lineage.LineageCacheEntry
- isScript() - Method in enum org.apache.sysds.common.Builtins
- isSDC() - Method in enum org.apache.sysds.runtime.compress.colgroup.AColGroup.CompressionType
- isSelectionMatrix(MatrixBlock) - Static method in interface org.apache.sysds.runtime.compress.lib.CLALibSelectionMult
-
Analyze if the given matrix is a selection matrix if on the left side of a matrix multiplication.
- isSequenceRewriteApplicable(boolean) - Method in class org.apache.sysds.hops.TernaryOp
- isSerializedBytes() - Method in class org.apache.sysds.runtime.lineage.LineageCacheEntry
- isSetSpill() - Static method in class org.apache.sysds.runtime.lineage.LineageCacheConfig
- isShallow() - Method in class org.apache.sysds.runtime.controlprogram.caching.ByteBuffer
- isShallowSerialize() - Method in interface org.apache.sysds.runtime.controlprogram.caching.CacheBlock
-
Indicates if the cache block is subject to shallow serialized, which is generally true if in-memory size and serialized size are almost identical allowing to avoid unnecessary deep serialize.
- isShallowSerialize() - Method in class org.apache.sysds.runtime.data.TensorBlock
- isShallowSerialize() - Method in class org.apache.sysds.runtime.frame.data.columns.Array
-
analyze if this array can be shallow serialized.
- isShallowSerialize() - Method in class org.apache.sysds.runtime.frame.data.columns.BitSetArray
- isShallowSerialize() - Method in class org.apache.sysds.runtime.frame.data.columns.BooleanArray
- isShallowSerialize() - Method in class org.apache.sysds.runtime.frame.data.columns.CharArray
- isShallowSerialize() - Method in class org.apache.sysds.runtime.frame.data.columns.DDCArray
- isShallowSerialize() - Method in class org.apache.sysds.runtime.frame.data.columns.DoubleArray
- isShallowSerialize() - Method in class org.apache.sysds.runtime.frame.data.columns.FloatArray
- isShallowSerialize() - Method in class org.apache.sysds.runtime.frame.data.columns.HashIntegerArray
- isShallowSerialize() - Method in class org.apache.sysds.runtime.frame.data.columns.HashLongArray
- isShallowSerialize() - Method in class org.apache.sysds.runtime.frame.data.columns.IntegerArray
- isShallowSerialize() - Method in class org.apache.sysds.runtime.frame.data.columns.LongArray
- isShallowSerialize() - Method in class org.apache.sysds.runtime.frame.data.columns.OptionalArray
- isShallowSerialize() - Method in class org.apache.sysds.runtime.frame.data.columns.RaggedArray
- isShallowSerialize() - Method in class org.apache.sysds.runtime.frame.data.columns.StringArray
- isShallowSerialize() - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
- isShallowSerialize() - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- isShallowSerialize(boolean) - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- isShallowSerialize(boolean) - Method in interface org.apache.sysds.runtime.controlprogram.caching.CacheBlock
-
Indicates if the cache block is subject to shallow serialized, which is generally true if in-memory size and serialized size are almost identical allowing to avoid unnecessary deep serialize.
- isShallowSerialize(boolean) - Method in class org.apache.sysds.runtime.data.TensorBlock
- isShallowSerialize(boolean) - Method in class org.apache.sysds.runtime.frame.data.FrameBlock
- isShallowSerialize(boolean) - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock
- isShortcutRandOperation(double, double, double, RandomMatrixGenerator.PDF) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixDatagen
- isShutdown() - Method in class org.apache.sysds.runtime.util.CommonThreadPool
- isShutdown() - Method in class org.apache.sysds.runtime.util.CommonThreadPool.SameThreadExecutorService
- isSideEffectFreeFunction(String) - Method in class org.apache.sysds.hops.ipa.FunctionCallGraph
-
Indicates if the given function is side effect free, i.e., has no prints, no persistent write, and includes no or only calls to side-effect-free functions.
- isSideEffectFreeFunction(String, String) - Method in class org.apache.sysds.hops.ipa.FunctionCallGraph
-
Indicates if the given function is side effect free, i.e., has no prints, no persistent write, and includes no or only calls to side-effect-free functions.
- isSingleBlock(Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isSingleBlock(Hop, boolean) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
-
Checks our BLOCKSIZE CONSTRAINT, w/ awareness of forced single node execution mode.
- isSingleBlockLookup(DataCharacteristics, IndexRange) - Static method in class org.apache.sysds.runtime.instructions.spark.MatrixIndexingSPInstruction
-
Indicates if the given index range only covers a single blocks of the inputs matrix.
- isSinglePrecision() - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixNative
- isSizeExpressionOf(Hop, Hop, boolean) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isSkinnyRightHandSide(long, long, long, long, boolean) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixMult
- isSorted() - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.ArrayIndex
- isSorted() - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.CombinedIndex
- isSorted() - Method in interface org.apache.sysds.runtime.compress.colgroup.indexes.IColIndex
-
Get if the Index is sorted.
- isSorted() - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.RangeIndex
- isSorted() - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.SingleIndex
- isSorted() - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.TwoIndex
- isSorted() - Method in class org.apache.sysds.runtime.compress.colgroup.indexes.TwoRangesIndex
- isSorted(int, int, double[]) - Static method in class org.apache.sysds.runtime.util.SortUtils
- isSorted(int, int, int[]) - Static method in class org.apache.sysds.runtime.util.SortUtils
- isSorted(MatrixBlock) - Static method in class org.apache.sysds.runtime.util.SortUtils
- isSparkContextCreated() - Static method in class org.apache.sysds.runtime.controlprogram.context.SparkExecutionContext
-
Indicates if the spark context has been created or has been passed in from outside.
- isSparkExecutionMode() - Static method in class org.apache.sysds.hops.OptimizerUtils
- isSparkVersionSupported(String, String) - Static method in class org.apache.sysds.api.mlcontext.MLContextUtil
-
Determine whether the Spark version is supported.
- isSparse() - Method in class org.apache.sysds.resource.cost.VarStats
- isSparse() - Method in class org.apache.sysds.runtime.data.BasicTensorBlock
- isSparse() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUObject
- isSparse() - Method in class org.apache.sysds.runtime.io.FileFormatPropertiesCSV
- isSparse() - Method in class org.apache.sysds.runtime.io.FileFormatPropertiesLIBSVM
- isSparse() - Method in class org.apache.sysds.runtime.iogen.CustomProperties
- isSparse(Hop) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isSparse(Hop, double) - Static method in class org.apache.sysds.hops.rewrite.HopRewriteUtils
- isSparseAndEmpty() - Method in class org.apache.sysds.runtime.instructions.gpu.context.GPUObject
-
If this
GPUObjectis sparse and empty Being allocated is a prerequisite to being sparse and empty. - isSparseBlockType(SparseBlock, SparseBlock.Type) - Static method in class org.apache.sysds.runtime.data.SparseBlockFactory
- isSparseOutputMatrixMult(MatrixBlock, MatrixBlock) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixMult
- isSparseOutputTSMM(MatrixBlock) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixMult
- isSparseOutputTSMM(MatrixBlock, boolean) - Static method in class org.apache.sysds.runtime.matrix.data.LibMatrixMult
- isSparsePermutationMatrix() - Method in class org.apache.sysds.runtime.compress.CompressedMatrixBlock
- isSparsePermutationMatrix() - Method in class org.apache.sysds.runtime.matrix.data.MatrixBlock