search for: tokencount

Displaying 1 result from an estimated 1 matches for "tokencount".

Did you mean: token_count
2008 Oct 24
1
Help regarding oo package
....numtypes = length(uniquetokens), .Nsq = numtypes*numtypes, .CONTEXTti = array(0,dim=numtypes), .CONTEXTtim = array(0,dim=numtypes), .ZEROVEC = .CONTEXTti, .MTF = array(0.0,dim=c(numtypes,numtypes)), .hIN = array(0.0,dim=c(numtypes,numtypes)), .tokencount <- 0); } ) Everytime I try to create an object of type MyPTCM, it gives me an error saying > b <- MyPTCM(tokens) Error in extend.Object(Object(), "MyPTCM", gamma = 0, rho = 0, phi = 0, : object "uniquetokens" not found I have tried using this$.uniquetokens and...