platypus.predict: Given a trained platypus model, make predictions. Generally...

Description Usage Arguments Value

View source: R/platypus.basicFunctions.R

Description

Given a trained platypus model, make predictions. Generally used internally by platypus

Usage

1
2
platypus.predict(view.list, majority, test.ids, unique.labels, labels,
  join.fxn = "ensemble")

Arguments

view.list

List of views to use for predictions

majority

Confidence threshold for predictions

test.ids

Samples to be predicted

unique.labels

Class labels

labels

Labels for known samples

join.fxn

Function used to make group votes

Value

Matrix of predictions (One per view, overall, etc)


graim/PLATYPUS documentation built on Oct. 4, 2019, 2:05 p.m.