de.sciss.strugatzki.CrossSimilarity

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: 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 audioOutput: File

    The audio output file defaults to output.aif (relative path).

    The audio output file defaults to output.aif (relative path).

    Definition Classes
    ConfigBuilderConfigLike
  8. def audioOutputType: AudioFileType

    The audio output file type defaults to AIFF.

    The audio output file type defaults to AIFF.

    Definition Classes
    ConfigBuilderConfigLike
  9. def audioOutputType_=(value: AudioFileType): Unit

    Sets the audio output file type.

    Sets the audio output file type. If currently type and file extension match, this will also exchange the extension of audioOutput if necessary.

  10. def audioOutput_=(value: File): Unit

    Sets the audio output file.

    Sets the audio output file. If currently type and file extension match, this will also switch audioOutputType if necessary.

  11. def build: Config

  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. var databaseFolder: File

    The database folder defaults to database (relative path).

    The database folder defaults to database (relative path).

    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. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. var maxBoost: Float

    The maximum boost factor defaults to 8.

    The maximum boost factor defaults to 8.0.

    Definition Classes
    ConfigBuilderConfigLike
  21. var metaInput1: File

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

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

    Definition Classes
    ConfigBuilderConfigLike
  22. var metaInput2: File

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

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

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

    Definition Classes
    AnyRef
  24. var normalize: Boolean

    The feature vector normalization flag defaults to true.

    The feature vector normalization flag defaults to true.

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

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

    Definition Classes
    AnyRef
  27. final def pretty: String

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

  29. var span1: NonVoid

    The optional span restriction for the first file defaults to Span.all.

    The optional span restriction for the first file defaults to Span.all.

    Definition Classes
    ConfigBuilderConfigLike
  30. var span2: NonVoid

    The optional span restriction for the second file defaults to Span.all.

    The optional span restriction for the second file defaults to Span.all.

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

    Definition Classes
    AnyRef
  32. var temporalWeight: Float

    The temporal weight defaults to 0.

    The temporal weight defaults to 0.5.

    Definition Classes
    ConfigBuilderConfigLike
  33. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ConfigLike

Inherited from AnyRef

Inherited from Any

Ungrouped