Instance Constructors
-
new
LinearEntropyClassificationStrategy(branchThreshold: Int = 20, smoothingFactor: Double = 1, factor_0: Double = 0.1, factor_1: Double = 1, factor_2: Double = 1, minEntropy: Double = Double.NegativeInfinity, forceDepth: Int = 0, maxDepth: Int)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
val
branchThreshold: Int
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
val
factor_0: Double
-
val
factor_1: Double
-
val
factor_2: Double
-
def
finalize(): Unit
-
def
fitness(left: Map[String, Int], right: Map[String, Int], exceptions: Map[String, Int], ruleName: String, depth: Int): PartitionFitness
-
val
forceDepth: Int
-
final
def
getClass(): Class[_]
-
def
getRule(pages: Stream[Page], depth: Int): RuleData
-
final
def
isInstanceOf[T0]: Boolean
-
val
maxDepth: Int
-
val
minEntropy: Double
-
def
mix(self_entropy: Double, cross_entropy_1: Double, cross_entropy_2: Double, marginal_entropy: Double): Double
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
singleClass: Boolean
-
def
split(buffer: PageTree)(implicit ctx: STMTxnCtx): Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Serializable
Inherited from Serializable
Inherited from Product
Inherited from Equals
Inherited from AnyRef
Inherited from Any