Class/Object

de.sciss.strugatzki.CrossSimilarity

ConfigBuilder

Related Docs: object ConfigBuilder | package CrossSimilarity

Permalink

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
Visibility
  1. Public
  2. All

Value Members

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

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

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

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

    Permalink
    Definition Classes
    Any
  5. def audioOutput: File

    Permalink

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

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

    Definition Classes
    ConfigBuilderConfigLike
  6. def audioOutputType: AudioFileType

    Permalink

    The audio output file type defaults to AIFF.

    The audio output file type defaults to AIFF.

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

    Permalink

    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.

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

    Permalink

    Sets the audio output file.

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

  9. def build: Config

    Permalink
  10. def clone(): AnyRef

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

    Permalink

    The database folder defaults to database (relative path).

    The database folder defaults to database (relative path).

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. var maxBoost: Float

    Permalink

    The maximum boost factor defaults to 8.0.

    The maximum boost factor defaults to 8.0.

    Definition Classes
    ConfigBuilderConfigLike
  19. var metaInput1: File

    Permalink

    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
  20. var metaInput2: File

    Permalink

    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
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. var normalize: Boolean

    Permalink

    The feature vector normalization flag defaults to true.

    The feature vector normalization flag defaults to true.

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

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

    Permalink
    Definition Classes
    AnyRef
  25. final def pretty: String

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

    Permalink
  27. var span1: NonVoid

    Permalink

    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
  28. var span2: NonVoid

    Permalink

    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
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. var temporalWeight: Float

    Permalink

    The temporal weight defaults to 0.5.

    The temporal weight defaults to 0.5.

    Definition Classes
    ConfigBuilderConfigLike
  31. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ConfigLike

Inherited from AnyRef

Inherited from Any

Ungrouped