Package org.neo4j.gds.scaling
Interface Scaler
-
- All Known Implementing Classes:
ScalarScaler,Scaler.ArrayScaler
public interface Scaler
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classScaler.ArrayScaler
-
Field Summary
Fields Modifier and Type Field Description static doubleCLOSE_TO_ZERO
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intdimension()doublescaleProperty(long nodeId)
-
-
-
Field Detail
-
CLOSE_TO_ZERO
static final double CLOSE_TO_ZERO
- See Also:
- Constant Field Values
-
-