de.sciss.strugatzki.SelfSimilarity

ConfigBuilder

final class ConfigBuilder extends ConfigLike

Linear Supertypes
ConfigLike, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ConfigBuilder
  2. ConfigLike
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def build: Config

  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. var colorCeil: Float

    The default color ceiling is 1.0.

    The default color ceiling is 1.0.

    Definition Classes
    ConfigBuilderConfigLike
  8. var colorInv: Boolean

    The colors are not inverted by default.

    The colors are not inverted by default.

    Definition Classes
    ConfigBuilderConfigLike
  9. var colorWarp: Float

    The default color warp is 1.0.

    The default color warp is 1.0.

    Definition Classes
    ConfigBuilderConfigLike
  10. var colors: ColorScheme

    The default color scheme is psycho-optical.

    The default color scheme is psycho-optical.

    Definition Classes
    ConfigBuilderConfigLike
  11. var corrLen: Long

    The correlation length defaults to 44100 sample frames (or 1.0 seconds at 44.1 kHz sample rate).

    The correlation length defaults to 44100 sample frames (or 1.0 seconds at 44.1 kHz sample rate).

    Definition Classes
    ConfigBuilderConfigLike
  12. var databaseFolder: File

    The database folder defaults to database (relative path).

    The database folder defaults to database (relative path).

    Definition Classes
    ConfigBuilderConfigLike
  13. var decimation: Int

    The default decimation factor is 1 (no decimation).

    The default decimation factor is 1 (no decimation).

    Definition Classes
    ConfigBuilderConfigLike
  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. var imageOutput: File

    The image output file defaults to output_selfsim.png (relative path).

    The image output file defaults to output_selfsim.png (relative path).

    Definition Classes
    ConfigBuilderConfigLike
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. var metaInput: File

     The correlation input file's extractor meta data file defaults to input_feat.xml (relative path).

     The correlation input file's extractor meta data file defaults to input_feat.xml (relative path).

    Definition Classes
    ConfigBuilderConfigLike
  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. var normalize: Boolean

    The feature vector normalization flag defaults to true.

    The feature vector normalization flag defaults to true.

    Definition Classes
    ConfigBuilderConfigLike
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. final def pretty: String

    Definition Classes
    ConfigLike
  27. def read(settings: Config): Unit

  28. var span: NonVoid

    The optional span restriction defaults to Span.all.

    The optional span restriction defaults to Span.all.

    Definition Classes
    ConfigBuilderConfigLike
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. var temporalWeight: Float

    The temporal weight defaults to 0.5.

    The temporal weight defaults to 0.5.

    Definition Classes
    ConfigBuilderConfigLike
  31. def toString(): String

    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ConfigLike

Inherited from AnyRef

Inherited from Any

Ungrouped