Uses of Class
org.knime.base.node.mine.mds.DataPoint

Packages that use DataPoint
org.knime.base.node.mine.mds A node that applies multi dimensional scaling (MDS) on high dimensional data. 
org.knime.base.node.mine.mds.distances The package contains distance classes, computing various kinds of distances between DataRows and DataPoints ect. 
org.knime.base.node.mine.mds.mdsprojection A node that applies multi dimensional scaling (MDS) projection on high dimensional data. 
 

Uses of DataPoint in org.knime.base.node.mine.mds
 

Methods in org.knime.base.node.mine.mds that return types with arguments of type DataPoint
 Hashtable<RowKey,DataPoint> MDSManager.getDataPoints()
           
 

Constructor parameters in org.knime.base.node.mine.mds with type arguments of type DataPoint
MDSCellFactory(Hashtable<RowKey,DataPoint> points, int dimension)
          Creates a new instance of MDSCellFactory with given Hashtable containing the MDS points to add and the related row keys.
 

Uses of DataPoint in org.knime.base.node.mine.mds.distances
 

Methods in org.knime.base.node.mine.mds.distances with parameters of type DataPoint
static double Distances.getCosinusDistance(DataPoint point1, DataPoint point2, double offset)
          Computes the cosinus distance between the given two DataPoints, with given offset.
 double EuclideanDistanceManager.getDistance(DataPoint point1, DataPoint point2)
          Returns the distance between the given DataPoints, point1 and point2.
 double ManhattanDistanceManager.getDistance(DataPoint point1, DataPoint point2)
          Returns the distance between the given DataPoints, point1 and point2.
 double DistanceManager.getDistance(DataPoint point1, DataPoint point2)
          Returns the distance between the given DataPoints, point1 and point2.
 double CosinusDistanceManager.getDistance(DataPoint point1, DataPoint point2)
          Returns the distance between the given DataPoints, point1 and point2.
static double Distances.getEuclideanDistance(DataPoint point1, DataPoint point2)
          Calculates the euclidean distance between two DataPointss using the Minkowski distance with power 2.
static double Distances.getManhattanDistance(DataPoint point1, DataPoint point2)
          Calculates the Manhattan distance between two DataPointss using the Minkowski distance with power 1.
static double Distances.getMinkowskiDistance(int power, DataPoint point1, DataPoint point2)
          Calculates the Minkowski distance between two DataPoints.
 

Uses of DataPoint in org.knime.base.node.mine.mds.mdsprojection
 

Fields in org.knime.base.node.mine.mds.mdsprojection with type parameters of type DataPoint
protected  Hashtable<RowKey,DataPoint> MDSProjectionManager.m_fixedPoints
          A hashtable holding row keys of fixed points and related points of the target space.
protected  Hashtable<RowKey,DataPoint> MDSProjectionManager.m_points
          A hashtable holding keys of input rows and related points of the target space.
protected  Set<DataPoint> MDSProjectionManager.m_unmodifiablePoints
          The set of unmodifyable data points.
 

Methods in org.knime.base.node.mine.mds.mdsprojection that return types with arguments of type DataPoint
 Hashtable<RowKey,DataPoint> MDSProjectionManager.getDataPoints()
           
 

Methods in org.knime.base.node.mine.mds.mdsprojection with parameters of type DataPoint
protected  void MDSProjectionManager.adjustDataPoint(DataPoint p1, DataPoint p2, DataRow r1, DataRow r2)
          Adjusts the low dimensional mapping of the first data point according to the second data point and its mapping.
 



Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
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.