| Package | Description |
|---|---|
| org.datavec.api.transform.join |
| Class and Description |
|---|
| Join
Join class: used to specify a join (like an SQL join)
|
| Join.Builder |
| Join.JoinType
Type of join
Inner: Return examples where the join column values occur in both LeftOuter: Return all examples from left data, whether there is a matching right value or not. |
Copyright © 2020. All rights reserved.