org.processmining.analysis.dws
Class VectorialPoint
java.lang.Object
org.processmining.analysis.dws.VectorialPoint
- All Implemented Interfaces:
- java.lang.Comparable
public class VectorialPoint
- extends java.lang.Object
- implements java.lang.Comparable
Defines data structures and procedures for projecting each trace in the feature space.
- Version:
- 1.0
- Author:
- Gianluigi Greco, Antonella Guzzo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
VectorialPoint
public VectorialPoint(Trace t,
java.util.ArrayList features,
int ID)
distance
public double distance(VectorialPoint v)
project
public double project(Trace t,
Feature f)
compareTo
public int compareTo(java.lang.Object o)
- Specified by:
compareTo
in interface java.lang.Comparable
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object