Uses of Class
org.apache.sysds.runtime.instructions.cp.Data
Packages that use Data
Package
Description
-
Uses of Data in org.apache.sysds.api.jmlc
Methods in org.apache.sysds.api.jmlc that return types with arguments of type Data -
Uses of Data in org.apache.sysds.api.mlcontext
Methods in org.apache.sysds.api.mlcontext that return DataModifier and TypeMethodDescriptionstatic DataMLContextUtil.convertInputType(String parameterName, Object parameterValue) Convert input types to internal SystemDS representationsstatic DataMLContextUtil.convertInputType(String parameterName, Object parameterValue, Metadata metadata) Convert input types to internal SystemDS representationsObtain an output as aDataobject. -
Uses of Data in org.apache.sysds.runtime.controlprogram
Methods in org.apache.sysds.runtime.controlprogram that return DataModifier and TypeMethodDescriptionRetrieves the data object given its name.Methods in org.apache.sysds.runtime.controlprogram that return types with arguments of type DataMethods in org.apache.sysds.runtime.controlprogram with parameters of type DataModifier and TypeMethodDescriptionbooleanLocalVariableMap.hasReferences(Data d) voidAdds a new (name, value) pair to the variable map, or replaces an old pair with the same name.Method parameters in org.apache.sysds.runtime.controlprogram with type arguments of type Data -
Uses of Data in org.apache.sysds.runtime.controlprogram.caching
Subclasses of Data in org.apache.sysds.runtime.controlprogram.cachingModifier and TypeClassDescriptionclassCacheableData<T extends CacheBlock<?>>Each object of this class is a cache envelope for some large piece of data called "cache block".classclassRepresents a matrix in control program.class -
Uses of Data in org.apache.sysds.runtime.controlprogram.context
Subclasses of Data in org.apache.sysds.runtime.controlprogram.contextMethods in org.apache.sysds.runtime.controlprogram.context that return DataModifier and TypeMethodDescriptionExecutionContext.getVariable(String name) ExecutionContext.getVariable(CPOperand operand) ExecutionContext.removeVariable(String name) Methods in org.apache.sysds.runtime.controlprogram.context with parameters of type DataModifier and TypeMethodDescriptionfinal voidExecutionContext.cleanupDataObject(Data dat) voidExecutionContext.setVariable(String name, Data val) -
Uses of Data in org.apache.sysds.runtime.controlprogram.federated
Methods in org.apache.sysds.runtime.controlprogram.federated with parameters of type DataModifier and TypeMethodDescriptionFederatedData.GetPrivacyConstraints.execute(ExecutionContext ec, Data... data) FederatedStatistics.FedStatsCollectFunction.execute(ExecutionContext ec, Data... data) abstract FederatedResponseFederatedUDF.execute(ExecutionContext ec, Data... data) 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. -
Uses of Data in org.apache.sysds.runtime.controlprogram.paramserv
Methods in org.apache.sysds.runtime.controlprogram.paramserv with parameters of type DataModifier and TypeMethodDescriptionstatic voidParamservUtils.cleanupData(ExecutionContext ec, Data data) -
Uses of Data in org.apache.sysds.runtime.functionobjects
Methods in org.apache.sysds.runtime.functionobjects that return DataModifier and TypeMethodDescriptionSpecial case for weights w2==1General case for arbitrary weights w2Combining stats from two partitions of the data.Special case for weights w2==1General case for arbitrary weights w2Square the given term, then add to the existing sum using the Kahan summation algorithm.Add the given sum and correction factor to the existing sum in the KahanObject using the Kahan summation algorithm.Methods in org.apache.sysds.runtime.functionobjects with parameters of type DataModifier and TypeMethodDescriptionSpecial case for weights w2==1General case for arbitrary weights w2Combining stats from two partitions of the data.Special case for weights w2==1General case for arbitrary weights w2Square the given term, then add to the existing sum using the Kahan summation algorithm.Add the given sum and correction factor to the existing sum in the KahanObject using the Kahan summation algorithm. -
Uses of Data in org.apache.sysds.runtime.instructions.cp
Subclasses of Data in org.apache.sysds.runtime.instructions.cpModifier and TypeClassDescriptionclassclassThis class abstracts over an encrypted matrix of ciphertexts.classclassclassThis class abstracts over an encrypted data.classclassclassclassThis class abstracts over an encrypted matrix of ciphertexts.classclassMethods in org.apache.sysds.runtime.instructions.cp that return DataModifier and TypeMethodDescriptionListObject.getData(int ix) ListObject.set(String name, Data data, LineageItem li) ListObject.slice(int ix) Methods in org.apache.sysds.runtime.instructions.cp that return types with arguments of type DataMethods in org.apache.sysds.runtime.instructions.cp with parameters of type DataModifier and TypeMethodDescriptionListObject.add(String name, Data dat, LineageItem li) ListObject.add(Data dat, LineageItem li) booleanListObject.set(int ix, Data data, LineageItem li) ListObject.set(String name, Data data, LineageItem li) Constructors in org.apache.sysds.runtime.instructions.cp with parameters of type DataConstructor parameters in org.apache.sysds.runtime.instructions.cp with type arguments of type DataModifierConstructorDescriptionListObject(List<Data> data) ListObject(List<Data> data, List<String> names) ListObject(List<Data> data, List<String> names, List<LineageItem> lineage) -
Uses of Data in org.apache.sysds.runtime.instructions.fed
Methods in org.apache.sysds.runtime.instructions.fed with parameters of type DataModifier and TypeMethodDescriptionMultiReturnParameterizedBuiltinFEDInstruction.CreateFrameEncoder.execute(ExecutionContext ec, Data... data) MultiReturnParameterizedBuiltinFEDInstruction.ExecuteFrameEncoder.execute(ExecutionContext ec, Data... data) ParameterizedBuiltinFEDInstruction.DecodeMatrix.execute(ExecutionContext ec, Data... data) QuantilePickFEDInstruction.CreateMatrixFromFrame.execute(ExecutionContext ec, Data... data) QuantilePickFEDInstruction.GetHistogram.execute(ExecutionContext ec, Data... data) QuantilePickFEDInstruction.GetValuesInRange.execute(ExecutionContext ec, Data... data) QuantilePickFEDInstruction.GetValuesInRanges.execute(ExecutionContext ec, Data... data) QuantilePickFEDInstruction.MinMax.execute(ExecutionContext ec, Data... data) ReorgFEDInstruction.DiagMatrix.execute(ExecutionContext ec, Data... data) ReorgFEDInstruction.Rdiag.execute(ExecutionContext ec, Data... data) ReorgFEDInstruction.SliceMatrix.execute(ExecutionContext ec, Data... data) -
Uses of Data in org.apache.sysds.runtime.lineage
Methods in org.apache.sysds.runtime.lineage that return DataModifier and TypeMethodDescriptionstatic DataLineageRecomputeUtils.parseNComputeLineageTrace(String mainTrace) Methods in org.apache.sysds.runtime.lineage with parameters of type DataModifier and TypeMethodDescriptionstatic booleanLineageCacheConfig.isOutputFederated(Instruction inst, Data data) static voidLineageCache.putFedReadObject(Data data, LineageItem li, ExecutionContext ec) static voidLineageCache.putValueAsyncOp(LineageItem instLI, Data data, MatrixBlock mb, long starttime) -
Uses of Data in org.apache.sysds.runtime.util
Methods in org.apache.sysds.runtime.util that return types with arguments of type DataModifier and TypeMethodDescriptionAutoDiff.parseNComputeAutoDiffFromLineage(MatrixObject mo, String mainTrace, ArrayList<String> names, ExecutionContext ec) Methods in org.apache.sysds.runtime.util with parameters of type DataModifier and TypeMethodDescriptionstatic StringProgramConverter.serializeDataObject(String key, Data dat) Method parameters in org.apache.sysds.runtime.util with type arguments of type DataModifier and TypeMethodDescriptionstatic ListObjectAutoDiff.getBackward(MatrixObject mo, ArrayList<Data> lineage, ExecutionContext adec)