Less constant

operators.val.less_constant(client, infile='in.npy', outfile='out.npy', dtype='float', constant=1, instance_type='x2large')
Less operator on a matrix.

less_constant( client,
infile=’in.npy’,
outfile=’out.npy’,
dtype=’float’,
constant=1,
instance_type=’x2large’ )
Parameters:
  • infile – Input file path

  • outfile – Output file path

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

  • constant – Value to compare (default: 1)

  • instance_type – type of cloud instance used for processing