de.sciss.strugatzki.SelfSimilarity

Settings

final case class Settings(databaseFolder: File, metaInput: File, imageOutput: File, span: Option[Span], corrLen: Long, decimation: Int, temporalWeight: Float, colors: ColorScheme, colorWarp: Float, colorCeil: Float, colorInv: Boolean, normalize: Boolean) extends SettingsLike with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, SettingsLike, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Settings
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SettingsLike
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Settings(databaseFolder: File, metaInput: File, imageOutput: File, span: Option[Span], corrLen: Long, decimation: Int, temporalWeight: Float, colors: ColorScheme, colorWarp: Float, colorCeil: Float, colorInv: Boolean, normalize: Boolean)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

    The ceiling cross correlation value corresponding to the maximally bright color.

    The ceiling cross correlation value corresponding to the maximally bright color. Should be less than or equal to 1, and greater than zero. The smaller the value, the earlier clipping occurs, and the more the colors are 'dragged' towards brighter values.

    Definition Classes
    SettingsSettingsLike
  9. val colorInv: Boolean

    Whether the color scale should be inverted (true) or not (false).

    Whether the color scale should be inverted (true) or not (false).

    Definition Classes
    SettingsSettingsLike
  10. val colorWarp: Float

    A warp factor (exponent) applied to the cross correlations before conversion to a color value.

    A warp factor (exponent) applied to the cross correlations before conversion to a color value. Somewhat like a gamma correction. Values smaller than 1 produce brighter images, values greater than 1 produce darker images.

    Definition Classes
    SettingsSettingsLike
  11. val colors: ColorScheme

    The color scheme to use for the image.

    The color scheme to use for the image. Either of GrayScale and PsychoOptical

    Definition Classes
    SettingsSettingsLike
  12. val corrLen: Long

    The size of the sliding window over which the features are correlated.

    The size of the sliding window over which the features are correlated. That is, for a length of 1.0 second (given in sample frames, hence 44100 for a sample rate of 44100 Hz), at any given point in time, 0.5 seconds left of that point are correlated with 0.5 seconds right of that point.

    Definition Classes
    SettingsSettingsLike
  13. val databaseFolder: File

    The database folder is merely used to retrieve the normalization file, given that normalize is true.

    The database folder is merely used to retrieve the normalization file, given that normalize is true.

    Definition Classes
    SettingsSettingsLike
  14. val decimation: Int

    A decimation factor to produce smaller image size.

    A decimation factor to produce smaller image size. A factor of 1 means each frame step is performed, a factor of 2 means every second frame is skipped, a factor of 3 means only one in three frames is considered, and so forth.

    Definition Classes
    SettingsSettingsLike
  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  18. val imageOutput: File

    The file to which the self similarity matrix image is written.

    The file to which the self similarity matrix image is written.

    Definition Classes
    SettingsSettingsLike
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. val metaInput: File

    The XML file holding the extractor parameters corresponding to the audio input file.

    The XML file holding the extractor parameters corresponding to the audio input file. The audio input file's feature vector output file is determined from this meta file.

    Definition Classes
    SettingsSettingsLike
  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. val normalize: Boolean

    Whether to apply normalization to the features (recommended)

    Whether to apply normalization to the features (recommended)

    Definition Classes
    SettingsSettingsLike
  23. final def notify(): Unit

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

    Definition Classes
    AnyRef
  25. final def pretty: String

    Definition Classes
    SettingsLike
  26. val span: Option[Span]

    An option which restricts the calculation to a given span within the input file.

    An option which restricts the calculation to a given span within the input file. If None, the whole file is considered.

    Definition Classes
    SettingsSettingsLike
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  28. val temporalWeight: Float

    The balance between the feature of loudness curve and spectral composition (MFCC).

    The balance between the feature of loudness curve and spectral composition (MFCC). A value of 0.0 means the segmentation is only performed by considering the spectral features, and a value of 1.0 means the segmentation is taking only the loudness into consideration. Values in between give a measure that takes both features into account with the given priorities.

    Definition Classes
    SettingsSettingsLike
  29. def toXML: Elem

  30. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SettingsLike

Inherited from AnyRef

Inherited from Any

Ungrouped