clustering: Reduce default span to 100,000

This commit is contained in:
Elias Projahn 2022-01-07 17:39:26 +01:00
parent 04809cdc76
commit 910bf85719
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
\alias{clusteriness}
\title{Perform a cluster analysis.}
\usage{
clusteriness(data, span = 1e+06, weight = 0.7)
clusteriness(data, span = 1e+05, weight = 0.7)
}
\arguments{
\item{data}{The values that should be scored.}