cluster.md 2.27 KB

CollectNNTransform

Collect nearest neighbors and append them to metadata.

  • file: cluster/collectnn.cpp
  • inherits: UntrainableMetaTransform
  • author(s): [Charles Otto][caotto]
  • properties:

    Property Type Description
    keep int The maximum number of nearest neighbors to keep. Default is 20.

KMeansTransform

Wraps OpenCV kmeans and flann.


KNNTransform

K nearest neighbors classifier.

  • file: cluster/knn.cpp
  • inherits: Transform
  • author(s): [Josh Klontz][jklontz]
  • properties: None

LogNNTransform

Log nearest neighbors to specified file.

  • file: cluster/lognn.cpp
  • inherits: TimeVaryingTransform
  • author(s): [Charles Otto][caotto]
  • properties:

    Property Type Description
    fileName QString The name of the log file. An empty fileName won't be written to. Default is "".

RandomCentroidsTransform

Chooses k random points to be centroids.