A feature extraction function defined on data objects
RF model component
K-medoids clustering model component
A feature extraction function defined on data objects
K-medoids clustering model component
Return the index of nearest cluster to the input point
Return the index of nearest cluster to the input point
A data object
The index of the cluster closest to this point
Extracts a data object and a tag value from another data structure, and returns the index of closest cluster, paired with the tag value
Extracts a data object and a tag value from another data structure, and returns the index of closest cluster, paired with the tag value
An object containing a data point and an associated tag value
Function to extract data point and the tag value from 'obj'
A pair value (j, v) where (j) is index of closest cluster and (v) is the associated tag value
Return the index of nearest cluster to the feature vector associated with some input object
Return the index of nearest cluster to the feature vector associated with some input object
A feature vector associated with some input data object. Assumed to have been obtained from the model's feature extractor.
The index of cluster closest to a corresponding data object
Extracts a feature vector and a tag value from another data structure, and returns the index of closest cluster, paired with the corresponding distance.
Extracts a feature vector and a tag value from another data structure, and returns the index of closest cluster, paired with the corresponding distance.
An object containing a feature vector and an associated tag value
Function to extract feature vector and tag value from 'obj'
A pair (j, v) where (j) is index of closest cluster and (v) is the associated tag value
Returns the index of closest cluster, paired with corresponding distance
Returns the index of closest cluster, paired with corresponding distance
A data object
Pair (j, d) with (j) the closest cluster index and (d) the corresponding distance
Extracts a data object and a tag value from another data structure, and returns the index of closest cluster, with the corresponding distance and associated tag value
Extracts a data object and a tag value from another data structure, and returns the index of closest cluster, with the corresponding distance and associated tag value
An object containing a data point and an associated tag value
Function to extract data point and tag value from 'obj'
A tuple (j, d, v) where (j) is index of closest cluster, (d) is corresponding distance, and (v) is the associated tag value
Returns the index of closest cluster for a data object associated with a given feature vector, paired with the corresponding distance.
Returns the index of closest cluster for a data object associated with a given feature vector, paired with the corresponding distance.
A feature vector associated with some input data object. Assumed to have been obtained from the model's feature extractor.
The index of cluster closest to the associated data object, paired with the corresponding distance
Extracts a feature vector and a tag value from another data structure, and returns the index of closest cluster, with the corresponding distance and associated tag value
Extracts a feature vector and a tag value from another data structure, and returns the index of closest cluster, with the corresponding distance and associated tag value
An object containing a data point and an associated tag value
Function to extract the feature vector and tag value from 'obj'
A tuple (j, d, v) where (j) is index of closest cluster, (d) is corresponding distance, and (v) is the associated tag value
RF model component
Represents a Random Forest clustering model of some data objects