Search Results for: Animals fats chemically modified
. - , . . r. s. mane , sankapal, b. r. , and lokhande, c. d. , "photoelectrochemical cells based on chemically deposited nanocrystalline bi s thin films" , materials chemistry and physics, vol. , no. , pp. - , . . a. b. c. d. e. f. r. caracas and gonze, x. , "first-principles study of the electronic
bismuthinite" . . . f. v. wald , bullitt, j. , and bell, r. o. , "bi s as a high z material for γ-ray detectors" , ieee transactions on nuclear science, vol. , no. , pp. - , . . p. k. nair , nair, m. t. s. , pathirana, h. m. k. k. , zingaro, r. a. , and meyers, e. a. , "structure and composition of chemically...
https://www.pveducation.org/pvcdrom/materials/bismuth-trisulfide-bi2s3
source code here . modification datasource.scala in datasource, change viewevent case class to rateevent. add rating: double is added to the rateevent. change 1 case class viewevent(user: string, item: string, t: long) to 1 2 // modified case class rateevent(user: string, item: string, rating: double
, t: long) modify trainingdata class to use rateevent 1 2 3 4 5 6 7 8 9 10 11 12 class trainingdata( val users: rdd[(string, user)], val items: rdd[(string, item)], val rateevents: rdd[rateevent] // modified ) extends serializable { override def tostring = { s"users: [${users.count()} (${users.take(2...
https://predictionio.apache.org/templates/similarproduct/train-with-rate-event/