Skip to content

Commit 5fefd2e

Browse files
committed
Keep SPAN defaults in a single class
1 parent 28e0b85 commit 5fefd2e

File tree

1 file changed

+0
-3
lines changed
  • src/main/kotlin/org/jetbrains/bio/statistics/model

1 file changed

+0
-3
lines changed

src/main/kotlin/org/jetbrains/bio/statistics/model/Fitter.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,5 @@ interface Fitter<out Model : ClassificationModel> {
5252

5353
companion object {
5454
val LOG = LoggerFactory.getLogger(Fitter::class.java)
55-
const val TITLE = "unknown"
56-
const val THRESHOLD = 0.1
57-
const val MAX_ITERATIONS = 50
5855
}
5956
}

0 commit comments

Comments
 (0)