View Source Evision.UsacParams (Evision v0.1.38)

Summary

Types

t()

Type that represents an UsacParams struct.

Types

@type t() :: %Evision.UsacParams{ref: reference()}

Type that represents an UsacParams struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

@spec get_confidence(t()) :: number()
Link to this function

get_final_polisher(self)

View Source
@spec get_final_polisher(t()) :: integer()
Link to this function

get_final_polisher_iterations(self)

View Source
@spec get_final_polisher_iterations(t()) :: integer()
@spec get_isParallel(t()) :: boolean()
@spec get_loIterations(t()) :: integer()
@spec get_loMethod(t()) :: integer()
@spec get_loSampleSize(t()) :: integer()
@spec get_maxIterations(t()) :: integer()
Link to this function

get_neighborsSearch(self)

View Source
@spec get_neighborsSearch(t()) :: integer()
Link to this function

get_randomGeneratorState(self)

View Source
@spec get_randomGeneratorState(t()) :: integer()
@spec get_sampler(t()) :: integer()
@spec get_score(t()) :: integer()
@spec get_threshold(t()) :: number()
Link to this function

set_confidence(self, prop)

View Source
@spec set_confidence(t(), number()) :: t()
Link to this function

set_final_polisher(self, prop)

View Source
@spec set_final_polisher(t(), integer()) :: t()
Link to this function

set_final_polisher_iterations(self, prop)

View Source
@spec set_final_polisher_iterations(t(), integer()) :: t()
Link to this function

set_isParallel(self, prop)

View Source
@spec set_isParallel(t(), boolean()) :: t()
Link to this function

set_loIterations(self, prop)

View Source
@spec set_loIterations(t(), integer()) :: t()
Link to this function

set_loMethod(self, prop)

View Source
@spec set_loMethod(t(), integer()) :: t()
Link to this function

set_loSampleSize(self, prop)

View Source
@spec set_loSampleSize(t(), integer()) :: t()
Link to this function

set_maxIterations(self, prop)

View Source
@spec set_maxIterations(t(), integer()) :: t()
Link to this function

set_neighborsSearch(self, prop)

View Source
@spec set_neighborsSearch(t(), integer()) :: t()
Link to this function

set_randomGeneratorState(self, prop)

View Source
@spec set_randomGeneratorState(t(), integer()) :: t()
@spec set_sampler(t(), integer()) :: t()
@spec set_score(t(), integer()) :: t()
Link to this function

set_threshold(self, prop)

View Source
@spec set_threshold(t(), number()) :: t()
@spec usacParams() :: t() | {:error, String.t()}

UsacParams

Return
  • self: Evision.UsacParams.t()

Python prototype (for reference only):

UsacParams() -> <UsacParams object>