TimestampSplit constructor
TimestampSplit({})
Implementation
TimestampSplit({
this.trainingFraction = 0,
this.validationFraction = 0,
this.testFraction = 0,
required this.key,
}) : super(fullyQualifiedName);
TimestampSplit({
this.trainingFraction = 0,
this.validationFraction = 0,
this.testFraction = 0,
required this.key,
}) : super(fullyQualifiedName);