public class DBSCANClusterer extends Object
| Constructor and Description |
|---|
DBSCANClusterer(VehicleRoutingTransportCosts costs) |
| Modifier and Type | Method and Description |
|---|---|
List<List<Job>> |
getClusters(VehicleRoute route) |
List<Job> |
getRandomCluster(VehicleRoute route) |
void |
setEpsDistance(double epsDistance) |
void |
setEpsFactor(double epsFactor) |
void |
setMinPts(int pts) |
void |
setRandom(Random random) |
public DBSCANClusterer(VehicleRoutingTransportCosts costs)
public void setRandom(Random random)
public void setMinPts(int pts)
public void setEpsFactor(double epsFactor)
public void setEpsDistance(double epsDistance)
public List<List<Job>> getClusters(VehicleRoute route)
public List<Job> getRandomCluster(VehicleRoute route)
Copyright © 2013–2020. All rights reserved.