Values greater equal

operators.val.values_greater_equal(client, infile1='in.npy', infile2='in.npy', outfile='out.npy', dtype='float', instance_type='x2large')
Elementwiese greater equal operator on a matrix.

values_greater_equal( client,
infile1=’in.npy’,
infile2=’in.npy’,
outfile=’out.npy’,
dtype=’float’,
instance_type=’x2large’ )
Parameters:
  • infile1 – Input file path

  • infile2 – Input file path

  • outfile – Output file path

  • dtype – Data type of the matrix (default: float)

  • instance_type – type of cloud instance used for processing