org.apache.sysml.runtime.instructions.spark

Class QuantilePickSPInstruction

    • Constructor Detail

      • QuantilePickSPInstruction

        public QuantilePickSPInstruction(org.apache.sysml.runtime.matrix.operators.Operator op,
                                         org.apache.sysml.runtime.instructions.cp.CPOperand in,
                                         org.apache.sysml.runtime.instructions.cp.CPOperand out,
                                         org.apache.sysml.lops.PickByCount.OperationTypes type,
                                         boolean inmem,
                                         String opcode,
                                         String istr)
      • QuantilePickSPInstruction

        public QuantilePickSPInstruction(org.apache.sysml.runtime.matrix.operators.Operator op,
                                         org.apache.sysml.runtime.instructions.cp.CPOperand in,
                                         org.apache.sysml.runtime.instructions.cp.CPOperand in2,
                                         org.apache.sysml.runtime.instructions.cp.CPOperand out,
                                         org.apache.sysml.lops.PickByCount.OperationTypes type,
                                         boolean inmem,
                                         String opcode,
                                         String istr)

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