search for: name16

Displaying 3 results from an estimated 3 matches for "name16".

Did you mean: name1
2009 Oct 20
2
LDA Precdict - Seems to be predicting on the Training Data
...0.945163717 a 1/31/2009 Name11 0.563720418 0.024862018 0.970685281 a 1/31/2009 Name12 0.357614427 0.417490445 0.415162276 a 1/31/2009 Name13 0.154971203 0.425227967 0.856866993 b 1/31/2009 Name14 0.935080173 0.488659307 0.194967973 a 1/31/2009 Name15 0.363069339 0.334206603 0.639795596 b 1/31/2009 Name16 0.862889297 0.821752532 0.549552875 a Attached is the code: myDat <-read.csv(file="f:\\Systematiq\\data\\TestData.csv", header=TRUE,sep=",") myData <- data.frame(myDat) length(myDat[,1]) train <- myDat[1:10,] outOfSample <- myDat[11:16,] outOfSample <- (cbind(...
2019 Sep 28
11
[nbdkit PATCH v2 0/7] Spec compliance patches
Since the v1 series (0/4, at [1]), I've applied patches 1 and 2, rewritten patch 3 [Forbid NUL in export and context names] into patch 4 here, patch 4 there turned into patch 6 here, and everything else here is new. [1]https://www.redhat.com/archives/libguestfs/2019-September/msg00180.html I don't know if there is a handy reusable function for checking whether a string contains valid
2020 Jul 22
2
[nbdkit PATCH] server: Reinstate limited use of -e/-exportname.
...opyright (C) 2019-2020 Red Hat Inc. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are @@ -53,10 +53,6 @@ name1k=$name256$name256$name256$name256 name4k=$name1k$name1k$name1k$name1k almost4k=${name4k%8$name16} -# Test behavior of -e: accept 4k max, reject longer -nbdkit -U - -e $name4k null --run true || fail=1 -nbdkit -U - -e a$name4k null --run true && fail=1 - # Test that $exportname and $uri reflect the name out=$(nbdkit -U - -e $name4k null --run 'echo $exportname') if test &quo...