database1(), 'Profit', [ ['Tree', 'Height', 'Height'], ['=Apple', '>10', '<16'], ['=Pear', '>12', null], ], ], [ 0.48, $this->database2(), 'Score', [ ['Subject', 'Age'], ['Science', '>8'], ], ], [ 0.55, $this->database2(), 'Score', [ ['Subject', 'Gender'], ['Math', 'Male'], ], ], [ null, $this->database1(), null, $this->database1(), ], ]; } }