Displaying 2 results from an estimated 2 matches for "subsamp".
2011 Apr 06
1
Package diveMove readTDR problem
Hi,
I am trying to read my TDR data into R using the readTDR function for the
diveMove package.
> seal <- readTDR("file location and name here", dateCol=1, depthCol=3,
> speed=FALSE, subsamp=1, concurrentCols=4:5)
But I keep getting the following error:
> Error: all(!is.na(time)) is not TRUE
All my columns to have values in them (there are no empty records)
The manual and vignette of the package diveMove doesnt give a proper
description of how to read data into R. It only describ...
2007 Oct 09
1
pseudo code
Hey there!
I got a pseudo code and don't know how to apply it to R, maybe someone can help me:
Input: A dataset X, kmax: maximum number of clusters, num_subsamples: number of
subsamples.
Output: S(i; k) - a distribution of similarities between partitions into k clusters of a reference
clustering and clustering of subsamples; i = 1 to num_subsamples
Requires: T = cluster(X): A hierarchical clustering algorithm
L = cut-tree(T; k): produces a partition with...