Greater equal constant
- operators.val.greater_equal_constant(client, infile='in.npy', outfile='out.npy', dtype='float', constant=1, instance_type='x2large')
- Greater equal operator on a matrix.
- greater_equal_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