mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-07 06:39:32 +00:00
Fix formatting
This commit is contained in:
parent
6358b4eb75
commit
97757876d5
@ -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 =
|
||||
|
Loading…
x
Reference in New Issue
Block a user