org.apache.sysml.udf.lib

Class DeNegInfinityWrapper

  • All Implemented Interfaces:
    Serializable

    Deprecated.

    @Deprecated
    public class DeNegInfinityWrapper
    extends PackageFunction
    Wrapper class to deNegInfinity matrices by replacing all Negative Infinities with zeros, made by modifying DeNaNWrapper.java
    See Also:
    Serialized Form
    • Constructor Detail

      • DeNegInfinityWrapper

        public DeNegInfinityWrapper()
        Deprecated. 
    • Method Detail

      • getNumFunctionOutputs

        public int getNumFunctionOutputs()
        Deprecated. 
        Description copied from class: PackageFunction
        Method to get the number of outputs of this package function. This method should be implemented in the user's function.
        Specified by:
        getNumFunctionOutputs in class PackageFunction
        Returns:
        number of outputs
      • getFunctionOutput

        public FunctionParameter getFunctionOutput(int pos)
        Deprecated. 
        Description copied from class: PackageFunction
        Method to get a specific output of this package function. This method should be implemented in the user's function.
        Specified by:
        getFunctionOutput in class PackageFunction
        Parameters:
        pos - function position
        Returns:
        function parameter
      • execute

        public void execute()
        Deprecated. 
        Description copied from class: PackageFunction
        Method that will be executed to perform this function.
        Specified by:
        execute in class PackageFunction

Copyright © 2017 The Apache Software Foundation. All rights reserved.