This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
recommenderRegistry$set_entry( | |
method="IBCF", dataType = "realRatingMatrix", fun=REAL_IBCF, | |
description="Recommender based on item-based collaborative filtering (real data).", | |
parameters=.REAL_IBCF_params) | |
.REAL_IBCF_params <- list( | |
k = 30, | |
method="Cosine", | |
normalize = "center", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package net.mklew.hotelms.persistance; | |
import net.mklew.hotelms.domain.booking.reservation.rates.*; | |
import net.mklew.hotelms.domain.room.*; | |
import net.mklew.hotelms.persistance.hibernate.configuration.HibernateSessionFactory; | |
import net.mklew.hotelms.persistance.hibernate.configuration.NativelyConfiguredHibernateSessionFactory; | |
import org.hibernate.Session; | |
import org.hibernate.SessionFactory; | |
import org.jcontainer.dna.Logger; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<script src="scripts/vendor/jquery.min.js"></script> | |
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css" rel="stylesheet" type="text/css" /> | |
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet" type="text/css" /> | |
<script src="http://twitter.github.com/bootstrap/assets/js/bootstrap.js"></script> | |
<title>Skillshare</title> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] Scanning for projects... | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Reactor Build Order: | |
[INFO] | |
[INFO] ObjectLedge application development toolkit | |
[INFO] ObjectLedge Components | |
[INFO] ObjectLedge Container | |
[INFO] ObjectLedge Components - GPL licensed | |
[INFO] ObjectLedge Components - LGPL licensed | |
[INFO] ObjectLedge Web Components |