case class ACparameters(epsilon: Double = 1.0 / 100.0, cutoff: Double = 1.0 / 1000000.0, purgeLevel: Double = 1.0 / 10000.0, pthCntn: Double = 0.7, presCntn: Double = 0.7, wrdCntn: Double = 0.7, tuneLoops: Int = 25, growLoops: Int = 15) extends Product with Serializable
- Alphabetic
- By Inheritance
- ACparameters
- Serializable
- Product
- Equals
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ACparameters(epsilon: Double = 1.0 / 100.0, cutoff: Double = 1.0 / 1000000.0, purgeLevel: Double = 1.0 / 10000.0, pthCntn: Double = 0.7, presCntn: Double = 0.7, wrdCntn: Double = 0.7, tuneLoops: Int = 25, growLoops: Int = 15)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from ACparameters toany2stringadd[ACparameters] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (ACparameters, B)
- Implicit
- This member is added by an implicit conversion from ACparameters toArrowAssoc[ACparameters] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bgwt: (Vert) => Double
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val cutoff: Double
- def dstbnflow: (DynDstbn) => DynDstbn
- def ensuring(cond: (ACparameters) => Boolean, msg: => Any): ACparameters
- Implicit
- This member is added by an implicit conversion from ACparameters toEnsuring[ACparameters] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (ACparameters) => Boolean): ACparameters
- Implicit
- This member is added by an implicit conversion from ACparameters toEnsuring[ACparameters] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): ACparameters
- Implicit
- This member is added by an implicit conversion from ACparameters toEnsuring[ACparameters] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): ACparameters
- Implicit
- This member is added by an implicit conversion from ACparameters toEnsuring[ACparameters] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- val epsilon: Double
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val flow: (DynDstbn) => DynDstbn
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from ACparameters toStringFormat[ACparameters] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val growLoops: Int
- def growflow: (DynDstbn) => DynDstbn
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def multigrowflow: (DynDstbn) => DynDstbn
- def multituneflow: (DynDstbn) => DynDstbn
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val presCntn: Double
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val pthCntn: Double
- val purgeLevel: Double
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tuneLoops: Int
- def tuneflow: (DynDstbn) => DynDstbn
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val wrdCntn: Double
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def →[B](y: B): (ACparameters, B)
- Implicit
- This member is added by an implicit conversion from ACparameters toArrowAssoc[ACparameters] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.