public interface DistanceManager
Modifier and Type | Method and Description |
---|---|
double |
getDistance(DataRow row1,
DataRow row2)
Returns the distance between the given row1 and row2.
|
double |
getDistance(DataRow row,
SotaTreeCell cell)
Returns the distance between the given cell and row.
|
double getDistance(DataRow row, SotaTreeCell cell)
row
- row to compute distancecell
- SotaTreeCell to compute distancedouble getDistance(DataRow row1, DataRow row2)
row1
- first row to compute distancerow2
- second row to compute distance
KNIME GmbH, Konstanz, Germany
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.