case classTaskConjunctionIdentifier(taskIdentifiers: List[TaskIdentifier]) extends TaskIdentifier with Product with Serializable
The TaskConjunctionIdentifier allows you to create a TaskIdentifier by conjoining
existing TaskIdentifiers. You will want to do this if you want to partition feature vectors
according to multiple criteria at once.
The TaskConjunctionIdentifier allows you to create a TaskIdentifier by conjoining existing TaskIdentifiers. You will want to do this if you want to partition feature vectors according to multiple criteria at once.
the task identifiers you want to conjoin