Ok, thanks Fabian.
From: Fabian Hueske [mailto:fhue...@gmail.com]
Sent: Tuesday, October 11, 2016 1:12 AM
To: user@flink.apache.org
Subject: Re: Wordindex conversation.
Hi,
you can do it like this:
1) you have to split each label record of the main dataset into separate
records
Hi,
you can do it like this:
1) you have to split each label record of the main dataset into separate
records:
(0,List(a, b, c, d, e, f, g)) -> (0, a), (0, b), (0, c), ..., (0, g)
(1,List(b, c, f, a, g)) -> (1, b), (1, c), ..., (1, g)
2) join word index dataset with splitted main dataset:
Data