mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 09:58:26 +00:00
Fix formatting
This commit is contained in:
@ -66,7 +66,7 @@ final class StanfordTextClassifier[F[_]: Sync: ContextShift](
|
||||
} yield res
|
||||
|
||||
def splitData(logger: Logger[F], in: RawData): F[TrainData] = {
|
||||
val f = if (cfg.classifierConfigs.size > 1) 0.15 else 0.0
|
||||
val f = if (cfg.classifierConfigs.size > 1) 0.15 else 0.0
|
||||
val nTest = (in.count * f).toLong
|
||||
|
||||
val td =
|
||||
|
Reference in New Issue
Block a user